BUG with queue element ?

Prabhakar Lad prabhakar.csengg at gmail.com
Mon Sep 15 09:03:14 PDT 2014


Hi,

On Mon, Sep 15, 2014 at 10:28 AM, Prabhakar Lad
<prabhakar.csengg at gmail.com> wrote:
> Hi,
>
> I have the following pipeline,
>  gst_element_link_many (videosrc, q1, rlvideoqueue, rlvvalve, q3,
> videoparse, videoqueue, mux, filesink, NULL);
>   gst_element_link_many (audiosrc, q2, rlaudioqueue, rlavalve, q4,
> audioparse, audioqueue, mux, NULL);
>
> where rlvideoqueue, rlaudioqueue is a queue element and rlvvalve,
> rlavalve is a valve,
>
> Initially the valve's drop value is set to TRUE and  rlvideoqueue,
> rlaudioqueue is set to hold buffers for 15 seconds. as soon as there
> is a event the valve's drop value is set to FALSE.
>
> but it never writes to the filesink the data is just accumulated in
> the queue. IF and only if min-threshold-time is set to 0 then only it
> passes data to next element.
>
Is it related to similar bug
https://bugzilla.gnome.org/attachment.cgi?id=136335&action=diff  ?


Thanks,
--Prabhakar


More information about the gstreamer-devel mailing list