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 556588 - [apexsink] should not have PRIMARY rank
[apexsink] should not have PRIMARY rank
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal blocker
: 0.10.9
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-10-16 17:02 UTC by Tim-Philipp Müller
Modified: 2008-10-19 12:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim-Philipp Müller 2008-10-16 17:02:42 UTC
ApexSink shouldn't have a rank of GST_RANK_PRIMARY (the ranks determine the order in which autoaudiosink etc. will try the various sink elements).

At best it should have a rank of GST_RANK_MARGINAL.

However, I think we should just set the rank to GST_RANK_NONE, because (afaict) ApexSink needs a host+port to be used sensibly, and there are no sensible/useful default values, so it doesn't make sense for it to be used by autoaudiosink at all.
Comment 1 Jan Schmidt 2008-10-19 11:39:24 UTC
please commit...
Comment 2 Tim-Philipp Müller 2008-10-19 12:39:50 UTC
Done:

 2008-10-19  Tim-Philipp Müller  <tim.muller at collabora co uk>

	* ext/apexsink/gstapexplugin.c: (plugin_init):
	  Set apexsink's rank to NONE so it doesn't get used by
	  autoaudiosink (there's no point really). (#556588)