diff options
Diffstat (limited to 'gst/ivfparse/gstivfparse.c')
-rw-r--r-- | gst/ivfparse/gstivfparse.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/ivfparse/gstivfparse.c b/gst/ivfparse/gstivfparse.c index ac36b329c..5996af967 100644 --- a/gst/ivfparse/gstivfparse.c +++ b/gst/ivfparse/gstivfparse.c @@ -215,6 +215,9 @@ gst_ivfparse_chain (GstPad * pad, GstBuffer * buf) ivf->rate_num = rate_num; ivf->rate_den = rate_den; + gst_pad_push_event (ivf->srcpad, gst_event_new_new_segment (FALSE, 1.0, + GST_FORMAT_TIME, 0, -1, 0)); + /* move along */ ivf->state = GST_IVFPARSE_DATA; } else { |