Main Gtk struct.
The GstPipeline structure.
GstClock *fixed_clock;
The fixed clock of the pipeline, used when
GST_PIPELINE_FLAG_FIXED_CLOCK is set.
GstClockTime stream_time;
The stream time of the pipeline. A better name for this
property would be the running_time, the total time spent in the
PLAYING state without being flushed. (deprecated, use the start_time
on GstElement).
GstClockTime delay;
Extra delay added to base_time to compensate for computing delays
when setting elements to PLAYING.
Main Gtk struct. The GstPipeline structure. GstClock *fixed_clock; The fixed clock of the pipeline, used when GST_PIPELINE_FLAG_FIXED_CLOCK is set. GstClockTime stream_time; The stream time of the pipeline. A better name for this property would be the running_time, the total time spent in the PLAYING state without being flushed. (deprecated, use the start_time on GstElement). GstClockTime delay; Extra delay added to base_time to compensate for computing delays when setting elements to PLAYING.