GNOME Bugzilla – Bug 312725
gstreamer plugins artsdsink 0.8.10 is apparently non-functional
Last modified: 2005-08-29 15:42:45 UTC
Distribution/Version: system: 4.11 Stable / port: audio/gstreamer-plugins-artsd 0.8.10_1 from HEAD Discovered trying to use gstreamer/artsdsink with amaroK. Other applications using artsd work fine. Other applications using gstreamer/esdsink or osssink work fine. Simple way to recreate the problem: ------------------------------------------------------------------------------ % gst-launch sinesrc ! artsdsink (process:21722): GStreamer-CRITICAL **: gst_object_check_uniqueness: assertion `name != NULL' failed (process:21722): GStreamer-WARNING **: Name (null) is not unique in bin pipeline0, not adding RUNNING pipeline ... Execution ended after 1 iterations (sum 38000 ns, average 38000 ns, min 38000 ns, max 38000 ns). ------------------------------------------------------------------------------- Followed usage/troubleshooting steps in Gstreamer FAQ, to no avail. Original FreeBSD problem report here: http://www.freebsd.org/cgi/query-pr.cgi?pr=84537
This has been fixed in CVS (0.8 branch) as far as I know. If not, please re-open. 2005-07-01 Ronald S. Bultje <rbultje@ronald.bitfreak.net> * ext/artsd/gstartsdsink.c: (gst_artsdsink_class_init): Don't use the name property, since GstElement already uses that, but rename it to connection-name (#309087). Cheers -Tim *** This bug has been marked as a duplicate of 309087 ***