summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpmp4vpay.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2005-09-22 10:39:11 +0000
committerWim Taymans <wim.taymans@gmail.com>2005-09-22 10:39:11 +0000
commit9a478bd315749b084561547ce31745fd02c25723 (patch)
treef714f373fe8f4b38ca005eb5e6d818565d1b2908 /gst/rtp/gstrtpmp4vpay.h
parent001a51dba26823044b64aa50bed98fa11c0e90b3 (diff)
gst/rtp/: Remove g_print.
Original commit message from CVS: * gst/rtp/TODO: * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_setcaps): * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init), (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property): * gst/rtp/gstrtpmp4venc.h: Remove g_print. Update TODO Make payload encoder a bit smarter and more correct with timestamps. Added option in payloader to include config string in-band.
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 2edd0171..996b9a7b 100644
--- a/gst/rtp/gstrtpmp4vpay.h
+++ b/gst/rtp/gstrtpmp4vpay.h
@@ -50,6 +50,7 @@ struct _GstRtpMP4VEnc
gint rate;
gint profile;
GstBuffer *config;
+ gboolean send_config;
};
struct _GstRtpMP4VEncClass