[Bug 746808] Queue with min-threshold stalls dynamic pipeline
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Apr 2 09:47:06 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=746808
Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
CC| |vincent.penquerch at collabora
| |.co.uk
--- Comment #1 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> ---
It seems to be working here at first glance:
Buit with:
gcc `pkg-config --cflags gstreamer-1.0 glib-2.0 gobject-2.0` -o minimal
minimal.c `pkg-config --libs gstreamer-1.0 glib-2.0 gobject-2.0`
Run with:
./minimal
Typical output:
$ ./minimal
Pipeline position: 0:00:01.626144737, Queue level: 0:00:00.000000000
Pipeline position: 0:00:02.624602787, Queue level: 0:00:00.000000000
Pipeline position: 0:00:03.623060837, Queue level: 0:00:00.000000000
Pipeline position: 0:00:04.621518887, Queue level: 0:00:00.000000000
Pipeline position: 0:00:05.619976936, Queue level: 0:00:00.000000000
Pipeline position: 0:00:06.618434986, Queue level: 0:00:00.000000000
Pipeline position: 0:00:07.616893036, Queue level: 0:00:00.000000000
Pipeline position: 0:00:00.000000000, Queue level: 0:00:00.000000000
Pipeline position: 0:00:09.613809136, Queue level: 0:00:00.000000000
Pipeline position: 0:00:10.612267186, Queue level: 0:00:00.000000000
Pipeline position: 0:00:11.610725236, Queue level: 0:00:00.000000000
Pipeline position: 0:00:12.609183286, Queue level: 0:00:00.023219955
^C
If I run with GST_DEBUG=*SCHED*:9, I see buffers flowing to the sink well after
the 8 second mark.
Is this not what you're seeing, or am I misunderstanding what you're describing
?
--
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