[gstreamer-bugs] [Bug 342448] [matroska] support for muxing/demuxing Theora video

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Jul 24 08:45:21 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=342448
 GStreamer | gst-plugins-good | Ver: 0.10.3





------- Comment #11 from Tim-Philipp Müller  2006-07-24 15:45 UTC -------
> The output I get with gst-launch

This looks pretty much like theoradec never outputs any buffers, because it
queues them up internally until it gets a granulepos. In other words: this
looks like it is not using a patched/updated theoradec for some reason.

What's the output of

 $ ldd gst-launch-0.10 | grep gstreamer
 $ gst-inspect-0.10 theora | grep Version
 $ gst-inspect-0.10 matroska | grep Version


Could you do

 $ export GST_DEBUG_NO_COLOR=1
 $ export GST_DEBUG=*:5
 $ gst-launch-0.10 playbin uri=file:///path/to/test.mkv 2>dbg.log
 $ bzip2 dbg.log

and attach the dbg.log.bz2 file?


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list