<div dir="ltr">Hi Sergio,<div><br></div><div>Why are you using flush events to create a loop instead of the Segment Done message? Curious :)</div><div><br></div><div>Luis</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On 4 July 2014 05:15, Sergio Ortega <span dir="ltr"><<a href="mailto:sortegagamero@gmail.com" target="_blank">sortegagamero@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<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<span class="HOEnZb"><font color="#888888"><br>
<br>Sergio Ortega<br></font></span></div>
<br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br></div>