From f34fce9df4b7d3ae1472f347c536c29c10f7e97b Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Tue, 1 May 2007 16:13:58 +0000 Subject: gst/rtp/gstrtpmp4vpay.*: Handle NEWSEGMENT and FLUSH events. Fixes #434824. Original commit message from CVS: Patch by: Sjoerd Simons * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init), (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event): * gst/rtp/gstrtpmp4vpay.h: Handle NEWSEGMENT and FLUSH events. Fixes #434824. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index be542c6d..c5304578 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-05-01 Wim Taymans + + Patch by: Sjoerd Simons + + * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_init), + (gst_rtp_mp4v_pay_empty), (gst_rtp_mp4v_pay_event): + * gst/rtp/gstrtpmp4vpay.h: + Handle NEWSEGMENT and FLUSH events. Fixes #434824. + 2007-04-30 Tim-Philipp Müller * docs/plugins/gst-plugins-good-plugins-docs.sgml: -- cgit