Sink elements hangs for a while

Jan Schmidt thaytan at noraisin.net
Fri Oct 5 17:31:28 PDT 2012


Is this with GStreamer 0.10 or 1.0? I'm guessing 0.10 based on the
behaviour. In 0.10, those extra NewSegment events will be causing your
problem - you need to figure out where they're coming from.

There are 3 new segment events arriving before the data - and the first
two represent ~ 59 seconds each of empty space before the real segment
begins, which is where your 119.37 seconds of waiting comes from.

J.

On Fri, 2012-10-05 at 08:43 -0700, iron_guitarist1987 wrote:
> This is what I got:
> 
> /GstPipeline:pipeline0/GstFakeSink:fakesink0: last-message = "event  
> ******* E (type: 102, GstEventNewsegment, update=(boolean)false,
> rate=(double)1, applied-rate=(double)1, format=(GstFormat)GST_FORMAT_TIME,
> start=(gint64)7347441722222, stop=(gint64)7407127180074,
> position=(gint64)0;) 0x5adf2c0"
> /GstPipeline:pipeline0/GstFakeSink:fakesink0: last-message = "event  
> ******* E (type: 102, GstEventNewsegment, update=(boolean)false,
> rate=(double)1, applied-rate=(double)1, format=(GstFormat)GST_FORMAT_TIME,
> start=(gint64)7347441722222, stop=(gint64)7407127180074,
> position=(gint64)0;) 0x5adf2c0"
> /GstPipeline:pipeline0/GstFakeSink:fakesink0: last-message = "event  
> ******* E (type: 102, GstEventNewsegment, update=(boolean)false,
> rate=(double)1, applied-rate=(double)1, format=(GstFormat)GST_FORMAT_TIME,
> start=(gint64)7347441722222, stop=(gint64)7407127180074,
> position=(gint64)0;) 0x5adf2c0"
> /GstPipeline:pipeline0/GstFakeSink:fakesink0: last-message = "chain  
> ******* < ( 1016 bytes, timestamp: 2:02:27.575188888, duration: none,
> offset: -1, offset_end: -1, flags: 256 delta_unit ) 0x5cd1c80"
> /GstPipeline:pipeline0/GstFakeSink:fakesink0: last-message = "chain  
> ******* < ( 1016 bytes, timestamp: 2:02:27.608555555, duration: none,
> offset: -1, offset_end: -1, flags: 256 delta_unit ) 0x5cd1b80"
> /GstPipeline:pipeline0/GstFakeSink:fakesink0: last-message = "chain  
> ******* < ( 1016 bytes, timestamp: 2:02:27.641922222, duration: none,
> offset: -1, offset_end: -1, flags: 256 delta_unit ) 0x5cd1a80"
> /GstPipeline:pipeline0/GstFakeSink:fakesink0: last-message = "chain  
> ******* < ( 1016 bytes, timestamp: 2:02:27.675288888, duration: none,
> offset: -1, offset_end: -1, flags: 256 delta_unit ) 0x5cd2e20"
> /GstPipeline:pipeline0/GstFakeSink:fakesink0: last-message = "chain  
> ******* < ( 1016 bytes, timestamp: 2:02:27.708655555, duration: none,
> offset: -1, offset_end: -1, flags: 256 delta_unit ) 0x5cd2610"
> /GstPipeline:pipeline0/GstFakeSink:fakesink0: last-message = "chain  
> ******* < ( 1016 bytes, timestamp: 2:02:27.742022222, duration: none,
> offset: -1, offset_end: -1, flags: 256 delta_unit ) 0x5cd3ca0"
> /GstPipeline:pipeline0/GstFakeSink:fakesink0: last-message = "chain  
> ******* < ( 1016 bytes, timestamp: 2:02:27.775388888, duration: none,
> offset: -1, offset_end: -1, flags: 256 delta_unit ) 0x5cd1390"
> ...
> 
> 
> 
> 

-- 
Jan Schmidt <thaytan at noraisin.net>



More information about the gstreamer-devel mailing list