[gstreamer-bugs] [Bug 532292] Freeze while play a mpg file(PREROLLING)

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri May 9 00:33:01 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=532292

  GStreamer | don't know | Ver: 0.10.15

Sebastian Dröge changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slomo at circular-chaos.org
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |NOTABUG




------- Comment #2 from Sebastian Dröge  2008-05-09 07:33 UTC -------
You have to add queues after splitting the pipeline and use mpegdemux instead
of dvddemux...

i.e.

gst-launch-0.10 filesrc location=/tmp/ac3.mpg ! mpegdemux name=d  d.video_00 !
queue ! mpeg2dec ! ffmpegcolorspace ! videoscale ! xvimagesink  d.audio_00 !
queue ! a52dec ! audioconvert ! osssink

You could also use decodebin, which will already decode the stream to raw video
or audio and then simply plug that to audioconvert ! audiosink or
ffmpegcolorspace ! videoscale ! videosink.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=532292.




More information about the Gstreamer-bugs mailing list