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 312725 - gstreamer plugins artsdsink 0.8.10 is apparently non-functional
gstreamer plugins artsdsink 0.8.10 is apparently non-functional
Status: RESOLVED DUPLICATE of bug 309087
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.8.10
Other FreeBSD
: Normal major
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-08-05 22:43 UTC by John R. Makosky
Modified: 2005-08-29 15:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description John R. Makosky 2005-08-05 22:43:58 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
Comment 1 Tim-Philipp Müller 2005-08-07 23:01:30 UTC
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 ***