After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 316442 - playbin should use autoaudiosink/autovideosink by default
playbin should use autoaudiosink/autovideosink by default
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal normal
: 0.9.6
Assigned To: Andy Wingo
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-09-16 04:24 UTC by David Schleef
Modified: 2005-11-14 17:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Schleef 2005-09-16 04:24:10 UTC
Please describe the problem:
Playbin depends on auto*sink, which is in -good.  Are we planning to have a
clear dependency ordering between base/good/bad/ugly?

Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Tim-Philipp Müller 2005-10-26 11:20:10 UTC
Currently playbin defaults to alsasink and xvimagesink, while it should default
to autoaudiosink and autovideosink from gst-plugins-good.
Comment 2 Andy Wingo 2005-11-14 17:45:22 UTC
Now playbin defaults to autoaudiosink as well as autovideosink. This is ok
because if it can't make those elements it falls back to alsasink and
xvimagesink. Clear enough for me!