[Bug 746808] Queue with min-threshold stalls dynamic pipeline
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Apr 2 13:09:25 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=746808
--- Comment #2 from Jesper Larsen <knorr.jesper at gmail.com> ---
I accidentally uploaded the file where I have set min-threshold-time to 0.
Sorry about that.
For a min-threshold-time of 0 I can confirm your findings above.
The problem appears when min-threshold-time is set to a non-zero value.
Try changing line 21 to
g_object_set (queue, "min-threshold-time", 3 * GST_SECOND,
I get this output
Pipeline position: 0:00:00.000000000, Queue level: 0:00:00.836485486
Pipeline position: 0:00:00.000000000, Queue level: 0:00:01.834943536
Pipeline position: 0:00:00.000000000, Queue level: 0:00:02.833401586
Pipeline position: 0:00:00.813265531, Queue level: 0:00:02.995374150
Pipeline position: 0:00:01.834943536, Queue level: 0:00:02.995374150
Pipeline position: 0:00:02.833401586, Queue level: 0:00:02.995374150
Pipeline position: 0:00:03.831859636, Queue level: 0:00:02.995374150
Pipeline position: 0:00:00.038213632, Queue level: 0:00:02.995374150
Pipeline position: 0:00:04.853537640, Queue level: 0:00:02.995374149
Pipeline position: 0:00:04.853537640, Queue level: 0:00:02.995374149
Pipeline position: 0:00:04.853537640, Queue level: 0:00:02.995374149
Pipeline position: 0:00:04.853537640, Queue level: 0:00:02.995374149
Pipeline position: 0:00:04.853537640, Queue level: 0:00:02.995374149
Notice have neither the queue level nor the position is increasing.
--
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