diff --git a/ChangeLog b/ChangeLog index e70af71c4b..31d6f32f50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-02-13 Wim Taymans + + * gst/rtp/gstrtpmp4gpay.h: + For got to commit this one. + 2006-02-12 Wim Taymans * gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init), diff --git a/gst/rtp/gstrtpmp4gpay.h b/gst/rtp/gstrtpmp4gpay.h index c5ea5a23a3..834821a107 100644 --- a/gst/rtp/gstrtpmp4gpay.h +++ b/gst/rtp/gstrtpmp4gpay.h @@ -49,7 +49,10 @@ struct _GstRtpMP4GPay GstClockTime duration; gint rate; + gint params; gint profile; + gint streamtype; + const gchar *mode; GstBuffer *config; };