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 93100 - threads do not actually play
threads do not actually play
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.4.0
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-09-12 09:58 UTC by Thomas Vander Stichele
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gst debug output (18.00 KB, application/gzip)
2002-09-12 09:59 UTC, Thomas Vander Stichele
Details

Description Thomas Vander Stichele 2002-09-12 09:58:15 UTC
I'm debugging a gstthread pipeline started from nautilus.
The nautilus part sets up the pipeline correctly, puts it inside a thread
and sets it to play.

GStreamer doesn't actually play, the threads seem to get iterated but they
give no status back and the debug output keeps mentioning the thread didn't
do anything and tries to see if it should finish the thread.

Look for the following string

** (nautilus:2409): WARNING **: PLAYING PIPELINE: 0x824c330

in the attached debug log.  That's where the pipeline is set to play, and
before that you see all the elements being set to play, and after that the
thread idles.

I have no idea what should be done here, I checked the bin code and it has
something commented that looks like it might be important.
Comment 1 Thomas Vander Stichele 2002-09-12 09:59:12 UTC
Created attachment 11039 [details]
gst debug output