BUG with queue element ?

Tim Müller tim at centricular.com
Mon Sep 15 10:01:29 PDT 2014


On Mon, 2014-09-15 at 17:03 +0100, Prabhakar Lad wrote:

Hi,

What GStreamer version are you using?

Perhaps you could distill this into a minimal test case that
demonstrates the issue?

Cheers
 -Tim

> 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
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

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



More information about the gstreamer-devel mailing list