summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpmp4vpay.h
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd@luon.net>2007-05-01 16:13:58 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-05-01 16:13:58 +0000
commitf34fce9df4b7d3ae1472f347c536c29c10f7e97b (patch)
treef31032285d8b8469f7140830d4b62aea7d2fb557 /gst/rtp/gstrtpmp4vpay.h
parentbaa94a9b422ab8d20b9d1f993045f61cd7f90f2c (diff)
gst/rtp/gstrtpmp4vpay.*: Handle NEWSEGMENT and FLUSH events. Fixes #434824.
Original commit message from CVS: Patch by: Sjoerd Simons <sjoerd at luon dot net> * 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.
Diffstat (limited to 'gst/rtp/gstrtpmp4vpay.h')
-rw-r--r--gst/rtp/gstrtpmp4vpay.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/rtp/gstrtpmp4vpay.h b/gst/rtp/gstrtpmp4vpay.h
index 909e616d..43e00869 100644
--- a/gst/rtp/gstrtpmp4vpay.h
+++ b/gst/rtp/gstrtpmp4vpay.h
@@ -52,6 +52,8 @@ struct _GstRtpMP4VPay
gint profile;
GstBuffer *config;
gboolean send_config;
+
+ GstPadEventFunction old_event_func;
};
struct _GstRtpMP4VPayClass