[gstreamer-bugs] [Bug 304993] threading example code does not work

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Fri May 27 04:48:36 PDT 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=304993
 GStreamer | gstreamer (core) | Ver: 0.8.10

Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t.i.m at zen.co.uk
            Summary|threading doesn't seem to   |threading example code does
                   |work - even for the example |not work
                   |code                        |



------- Additional Comments From Tim-Philipp Müller  2005-05-27 11:48 -------
The example in gstreamer-0.8.10/examples/thread/ hasn't been updated for the 0.8
series. It has just had the old gstreamer 0.6 stuff uncommented to make it at
least compile, it seems. So it's not surprising that that doesn't do anything :)

The example from the Application Developer Manual should work though (and does
for me). Does

  gst-launch-0.8 filesrc location=/tmp/foo.ogg ! decodebin ! alsasink

work for you?

You could also do:

 % gdb ./threaded
 (gdb) run --g-fatal-warnings
 (process:21892): GLib-GObject-WARNING **: invalid uninstantiatable type `gint'
in cast to `GstRealPad'
 Aborting...
 Received SIGABRT in bla
 (gdb) bt
 ....
 (gdb) kill
 (gdb) quit

to see where the warning is coming from.

Might also be worth trying the just-released gst-plugins 0.8.9, maybe you're
hitting some odd bug in decodebin that's been fixed.

Cheers
 -Tim


------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list