Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 129652 - gst-plugins-faad should have the option to enable the quicktime demuxer
Summary: gst-plugins-faad should have the option to enable the quicktime demuxer
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-11 21:58 UTC by Reyad Attiyat
Modified: 2007-03-04 21:59 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Reyad Attiyat 2006-04-11 21:58:20 UTC
It seems that if you are using gstreamer 10.0 or greater and wish to use the faad plugin (gst-plugins-faad) you must install gst-plugins-bad before or after the install of gst-plugins-faad. A fix for this would be to make gst-plugins-faad to depend on gst-plugins-bad. This has not been confirmed but is the only way I can get mpeg4 audio files to play with gstreamer 10.
Comment 1 Zaheer Abbas Merali (RETIRED) gentoo-dev 2006-04-13 03:10:23 UTC
This is incorrect.

You only need gst-plugins-bad for the quicktime demuxer, and the fact that you need the quicktime demuxer to play some aac files as they are in a quicktime/mpeg4 container does not make gst-plugins-bad a dep of gst-plugins-faad

Apps that have the aac use flag should also dep on gst-plugins-bad, so really this bug is against rhythmbox and other players...maybe you could tell me the other audio players that have this issue.
Comment 2 Reyad Attiyat 2006-04-16 18:19:43 UTC
...maybe you could tell me the
> other audio players that have this issue.
> 

Totem as well, can't really think of anything else.
Comment 3 Reyad Attiyat 2006-04-17 21:00:18 UTC
(In reply to comment #2)
> ...maybe you could tell me the
> > other audio players that have this issue.
> > 
> 
> Totem as well, can't really think of anything else.
> 
 Well actually totem does not have an acc flag there should be a flag on gst-plugins-faad for mp4. This way all gstremaer apps will get this. And you could also remove the acc tag from Rhythmbox.
Comment 4 Austin Russell 2006-04-30 21:56:31 UTC
banshee does.
Comment 5 aRZed 2006-07-12 11:10:39 UTC
Same here for quodlibet:
It did not play my AAC files though the use-flag was set. After finding this bug and emerging gst-plugins-bad it works.
Comment 6 Rémi Cardona (RETIRED) gentoo-dev 2007-03-04 21:59:26 UTC
This isn't really a bug and throwing useflags at it won't help. Gentoo policy states [1] that ebuilds should use USE flags for _build_time_ dependencies only. Gstreamer has a plugin architecture that will let you add new formats without rebuilding rhythmbox/banshee/whatever, so new USE flags are out.

As for adding a dep, there are now over 20 plugins in Gentoo and adding them in all our ebuilds will be a hell to maintain in the long run.

All in all, it's up to you to install whatever you see fit for playing your favorite tunes and movies :)

Thanks for your understanding

[1] http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=1#doc_chap2_sect5