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 110464 - pad linking while PLAYING
pad linking while PLAYING
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal blocker
: 0.6.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-04-10 13:30 UTC by Julien MOUTTE
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Julien MOUTTE 2003-04-10 13:30:58 UTC
Since a recent patch in core i m not able to link tee pads while playing...

(gst-player:29758): GStreamer-CRITICAL **: file gstpad.c: line 1013
(gst_pad_link_filtered): assertion `GST_STATE (GST_PAD_PARENT (realsrc)) !=
GST_STATE_PLAYING' failed

this is a BLOCKER bug for gst-player with visualisation support...
Comment 1 Benjamin Otte (Company) 2003-04-10 13:36:11 UTC
I need to discuss this with Wim to be sure how this should be solved.

The spider and the pipeline parser pause the elements they want to
link before doing the actual linking and restart after they're done.
This might be a workaround, but not the proper solution.
Comment 2 Benjamin Otte (Company) 2003-04-10 23:59:02 UTC
Ok, pads can be linked while PLAYING.
CVS changes reverted and bugs fixed that caused spider and pipeline
parsing to not be able to link while playing.

Closing bug.