mpegts hangs pipeline Was: ANNOUNCE: git master is now FROZEN for upcoming 1.10 release

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

mpegts hangs pipeline Was: ANNOUNCE: git master is now FROZEN for upcoming 1.10 release

Carl Karsten-2
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



On Sat, Oct 29, 2016 at 6:00 AM, Tim-Philipp Müller <[hidden email]> wrote:
Hi,

just a quick note that git master is now frozen for the upcoming 1.10 release, which will hopefully happen sometime next week.

This means that all commits should go through bugzilla and be reviewed by other developers and ACK-ed by a release manager.

The current list of blocker bugs can be found here:


although we may decide to punt some of those if no solution is available and no one is actively working on them.

Thanks!

Cheers
-Tim

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: mpegts hangs pipeline

Tim-Philipp Müller-2
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
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: mpegts hangs pipeline

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

(veyepar) juser@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 <[hidden email]> 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
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: mpegts hangs pipeline

Tim Müller
On Wed, 2016-11-02 at 22:02 -0500, Carl Karsten wrote:
Hi,

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

(veyepar) juser@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"


If you use a sufficiently-new GStreamer version (the just-release 1.10 or any of the 1.9 pre-releases) then it should be there.

Cheers
-Tim
-- 
Tim Müller, Centricular Ltd - http://www.centricular.com

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel