<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><DIV>Hi All,</DIV>
<DIV>I have an application where I embed 2 pipelines in my main pipeline. Each having its own filesrc, decodebin and sink elements:</DIV>
<DIV> </DIV>
<DIV>
<DIV>gst_bin_add_many(GST_BIN(pipeline1), filesrc1, decodebin1, videosink1,..., NULL);
<DIV>gst_bin_add_many(GST_BIN(pipeline2), filesrc2, decodebin2, videosink2..., NULL);
<DIV>gst_bin_add_many(GST_BIN(mainpipeline), pipeline1, pipeline2, NULL);</DIV></DIV></DIV></DIV>
<DIV> </DIV>
<DIV>However I want to send specific seek events for each pipeline (to access specific parts of the video files I play). If I use <FONT size=2>gst_element_send_event (main</FONT><FONT size=2>pipeline, my_seek_event) then I got one of the file beeing seek, but it is not sure which line received the event. And if I use gst_element_send_event (pipeline1<FONT size=2>, my_seek_event_1) and gst_element_send_event (pipeline2<FONT size=2>, my_seek_event_2) then it seems that none of the events is catched nor processed.</FONT></FONT></FONT></DIV>
<DIV><FONT size=2>Is there something I do wrong or do not understand correctly?</FONT></DIV>
<DIV><FONT size=2>Regards,</FONT></DIV>
<DIV><FONT size=2>Al</FONT></DIV></div><br>
</body></html>