<div dir="ltr"><div><div><div>Good morning,<br><br></div>My name is Sergio. I have done an encoding engine and I have attached a pad probe to be able to create a loop. It worked before very well in older versions of GStreamer 1. My problem is that I'm working with GStreamer 1.2.1 under Ubuntu 14.04 and now I'm unable to capture the flush_start and flush_stop events. Have there been any change in this version of GStreamer to be unable to capture these particular events? I use <br>
<br>(unsigned long)gst_pad_add_probe(srcPad, (GstPadProbeType)(GST_PAD_PROBE_TYPE_BLOCK_DOWNSTREAM |<br>                                                               GST_PAD_PROBE_TYPE_BLOCK_UPSTREAM |<br>                                                               GST_PAD_PROBE_TYPE_EVENT_FLUSH),<br>
                                     (GstPadProbeReturn(*)(GstPad *, GstPadProbeInfo *, gpointer))interceptPadEvent, this, NULL)<br><br></div>Any idea?<br><br></div>Thank you very much<br><br>Sergio Ortega<br></div>