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 712280 - playsink: Unable to play audio stream with visualization plugin
playsink: Unable to play audio stream with visualization plugin
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
1.2.1
Other Linux
: Normal critical
: 1.2.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-11-14 10:20 UTC by Jan ONDREJ (SAL)
Modified: 2013-11-26 11:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jan ONDREJ (SAL) 2013-11-14 10:20:10 UTC
When I enable visualization plugin, unable to play a stream. Example:

# gst-launch-1.0 playbin uri=http://85.248.7.162:8000/96.mp3 flags=0x41f
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...

(gst-launch-1.0:8651): GStreamer-CRITICAL **: gst_bin_add: assertion `GST_IS_ELEMENT (element)' failed

(gst-launch-1.0:8651): GStreamer-CRITICAL **: gst_element_set_state: assertion `GST_IS_ELEMENT (element)' failed

(gst-launch-1.0:8651): GStreamer-CRITICAL **: gst_element_get_static_pad: assertion `GST_IS_ELEMENT (element)' failed

(gst-launch-1.0:8651): GStreamer-CRITICAL **: gst_element_get_static_pad: assertion `GST_IS_ELEMENT (element)' failed

(gst-launch-1.0:8651): GStreamer-CRITICAL **: gst_pad_link_full: assertion `GST_IS_PAD (sinkpad)' failed
Comment 1 Sebastian Dröge (slomo) 2013-11-26 11:05:43 UTC
commit 0e9806a03eab477d78ee97e65cadc5a0cc7446ae
Author: Sebastian Dröge <sebastian@centricular.com>
Date:   Tue Nov 26 12:03:24 2013 +0100

    playsink: Fix visualizations if no visualization plugin was set
    
    https://bugzilla.gnome.org/show_bug.cgi?id=712280