summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpmp4vpay.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2005-09-22 14:13:36 +0000
committerWim Taymans <wim.taymans@gmail.com>2005-09-22 14:13:36 +0000
commit7067b806e016f349cb9e83e49eddc8ede4d9c0d5 (patch)
treea1e67c37153ba889c5cf89636df0f30a83b8195c /gst/rtp/gstrtpmp4vpay.h
parent4aac63130ad939751a44f827d11f8d0ed79e53ac (diff)
gst/rtp/: Use is_filled to both check MTU and max-ptime of base class.
Original commit message from CVS: * gst/rtp/TODO: * gst/rtp/gstrtpdec.c: (gst_rtpdec_getcaps): * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property): * gst/rtp/gstrtpmp4venc.h: * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer): * gst/rtp/gstrtpmpaenc.h: Use is_filled to both check MTU and max-ptime of base class.
Diffstat (limited to 'gst/rtp/gstrtpmp4vpay.h')
-rw-r--r--gst/rtp/gstrtpmp4vpay.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtp/gstrtpmp4vpay.h b/gst/rtp/gstrtpmp4vpay.h
index 996b9a7b..73544274 100644
--- a/gst/rtp/gstrtpmp4vpay.h
+++ b/gst/rtp/gstrtpmp4vpay.h
@@ -46,6 +46,7 @@ struct _GstRtpMP4VEnc
GstAdapter *adapter;
GstClockTime first_ts;
+ GstClockTime duration;
gint rate;
gint profile;