AW: GStreamer 1.0 and tsdemux

Bernhard Graaf bernhard.graaf at gmx.de
Thu Oct 4 10:56:31 PDT 2012


Hi Tim,

Thanks a lot for the fast answer.
To use the parser was a fantastic idea. 
Now it runs very fine!

Thanks again
Bernhard

-----Ursprüngliche Nachricht-----
Von: gstreamer-devel-bounces+bernhard.graaf=gmx.de at lists.freedesktop.org
[mailto:gstreamer-devel-bounces+bernhard.graaf=gmx.de at lists.freedesktop.org]
Im Auftrag von Tim-Philipp Müller
Gesendet: Donnerstag, 4. Oktober 2012 19:31
An: gstreamer-devel at lists.freedesktop.org
Betreff: Re: GStreamer 1.0 and tsdemux

On Thu, 2012-10-04 at 19:14 +0200, Bernhard Graaf wrote:

Hi Bernhard,

does it work in playbin with

 $ gst-launch-1.0 playbin uri=file:///path/to/foo.mpg

or uridecodebin

 $ gst-launch-1.0 uridecodebin uri=file:///path/to/foo.mpg name=d \
      d. ! queue ! xvimagesink  \
      d. ! queue ! alsasink

?

You should be able to get English messages by using

 $ LANG=C gst-launch-1.0 ...



> gst-launch-1.0 -vvv -m filesrc
> location="Die_Simpsons_2012-10-03_18:05:09.mpg" ! tsdemux name=d !
> queue ! mpeg2dec ! xvimagesink d. ! queue ! mad ! alsasink

In 1.0 parsing was removed from most decoders (even if the library does
this internally), we now require parsers before most decoders, so try
putting an mpegaudioparse in front of mad and an mpegvideoparse in front
of mpeg2dec.

Cheers
 -Tim
 


_______________________________________________
gstreamer-devel mailing list
gstreamer-devel at lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



More information about the gstreamer-devel mailing list