gst/rtp/gstrtpmp4gpay.h: For got to commit this one.

Original commit message from CVS:
* gst/rtp/gstrtpmp4gpay.h:
For got to commit this one.
This commit is contained in:
Wim Taymans 2006-02-13 10:36:23 +00:00
parent 28906ed743
commit c90eadd581
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2006-02-13 Wim Taymans <wim@fluendo.com>
* gst/rtp/gstrtpmp4gpay.h:
For got to commit this one.
2006-02-12 Wim Taymans <wim@fluendo.com>
* gst/rtp/gstrtpmp4gpay.c: (gst_rtp_mp4g_pay_class_init),

View file

@ -49,7 +49,10 @@ struct _GstRtpMP4GPay
GstClockTime duration;
gint rate;
gint params;
gint profile;
gint streamtype;
const gchar *mode;
GstBuffer *config;
};