Le mercredi 13 mars 2013 à 09:33 +0100, Andreas Rödig a écrit : > gst_element_set_start_time(pipeline,basetime); You need to set that _start_time() to GST_TIME_CLOCK_NONE, and set _base_time() to your basetime. Otherwise the bin will overwrite these values later. Nicolas