diff options
Diffstat (limited to 'gst/debugutils/gstpushfilesrc.h')
-rw-r--r-- | gst/debugutils/gstpushfilesrc.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gst/debugutils/gstpushfilesrc.h b/gst/debugutils/gstpushfilesrc.h index 6013cc878..482ae13cf 100644 --- a/gst/debugutils/gstpushfilesrc.h +++ b/gst/debugutils/gstpushfilesrc.h @@ -43,6 +43,14 @@ struct _GstPushFileSrc /*< private > */ GstElement *filesrc; GstPad *srcpad; + + gboolean time_segment; + gboolean seen_first_buffer; + gint64 stream_time; + gint64 start_time; + guint64 initial_timestamp; + gdouble rate; + gdouble applied_rate; }; struct _GstPushFileSrcClass |