mpegts hangs pipeline

Carl Karsten carl at nextdayvideo.com
Thu Nov 3 03:02:26 UTC 2016


Um.. is there some way to do that using gst-launch ?

(veyepar) juser at rad:~/Videos/veyepar/pyohio/pyohio_2016/dv/barbietootle/2016-07-30$
GST_DEBUG=5 gst-launch-1.0 filesrc location=12_55_51.ts ! decodebin3 !
audioconvert ! fakesink

WARNING: erroneous pipeline: no element "decodebin3"


or the code I really use: (same thing, right?)

self.pipeline = Gst.parse_launch( "filesrc name=filesrc ! decodebin !
audioconvert ! level name=wavelevel ! fakesink"
https://github.com/CarlFK/veyepar/blob/master/dj/lib/gslevels.py#L34-L36




On Sat, Oct 29, 2016 at 10:04 AM, Tim-Philipp Müller <t.i.m at zen.co.uk>
wrote:

> On Sat, 2016-10-29 at 09:36 -0500, Carl Karsten wrote:
>
> Any chance this is in?
>
>
> I can reproduce this on some of my test ts files.
> It gets fixed by doubling AUTO_PLAY_SIZE_BYTES (from 2 MB to 4 MB) in -base/gst/playback/decodebin2.c.
>
> https://bugzilla.gnome.org/show_bug.cgi?id=770498
>
> Nope, but you can try decodebin3 to see if it works better.
>
>
> Cheers
>
>  -Tim
>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20161102/e261e13a/attachment.html>


More information about the gstreamer-devel mailing list