<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Hi,</div>
<div> </div>
<div>I'm a newbie to gstreamer.</div>
<div> </div>
<div>I'm having trouble with sending events from a downstream plugin to a gstreamer queue element.</div>
<div> </div>
<div>During the link, the downstream element sends a custom event, but the source pad of the queue is in the flushing state:</div>
<div> </div>
<div>GST_EVENT gstpad.c:5182:gst_pad_send_event_unchecked:<my_queue:src> Received event on flushing pad. Discarding</div>
<div> </div>
<div>I tried the standard plugins with gst-launch and I find similar result. The src pad on the queue is in a flushing state and cannot process events.</div>
<div> </div>
<div>Could somebody be good enough to tell me how I can send events from a downstream unit to a queue?</div>
<div> </div>
<div>gst-launch-1.0 filesrc location=song.ogg ! decodebin ! tee name=t ! queue ! audioconvert</div>
<div> </div>
<div>0:00:02.716548147 23194 0xb88f4400 DEBUG GST_CAPS gstpad.c:2106:gst_pad_link_check_compatible_unlocked: caps are compatible<br/>
0:00:02.716585035 23194 0xb88f4400 INFO GST_PADS gstpad.c:2388:gst_pad_link_full: linked queue0:src and audioconvert0:sink, successful<br/>
0:00:02.716633961 23194 0xb88f4400 INFO GST_EVENT gstevent.c:1373:gst_event_new_reconfigure: creating reconfigure event<br/>
0:00:02.716666480 23194 0xb88f4400 DEBUG GST_EVENT gstevent.c:301:gst_event_new_custom: creating new event 0xb88fbf88 reconfigure 61441<br/>
0:00:02.716706961 23194 0xb88f4400 DEBUG GST_EVENT gstpad.c:5092:gst_pad_send_event_unchecked:<queue0:src> have event type reconfigure event: 0xb88fbf88, time 99:99:99.999999999, seq-num 8, (NULL)<br/>
0:00:02.716748628 23194 0xb88f4400 INFO GST_EVENT gstpad.c:5182:gst_pad_send_event_unchecked:<queue0:src> Received event on flushing pad. Discarding</div>
<div> </div>
<div>Thanks,</div>
<div>John</div></div></body></html>