diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2006-02-10 17:37:39 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2006-02-10 17:37:39 +0000 |
commit | 2bbf2b424d5edc180528bf9ab99b5a07ec9824e9 (patch) | |
tree | b59357e513f399d3359d4b764acf6bd1e19a659c /ChangeLog | |
parent | 2187906ae855b87d667a8d75c2f8aacda00cfbf1 (diff) |
gst/rtp/gstrtpmp4vpay.c: First set options, then set caps or else the baseclass will not know about the options, duh.
Original commit message from CVS:
* gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps):
First set options, then set caps or else the baseclass
will not know about the options, duh.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2006-02-10 Wim Taymans <wim@fluendo.com> + * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_setcaps): + First set options, then set caps or else the baseclass + will not know about the options, duh. + +2006-02-10 Wim Taymans <wim@fluendo.com> + * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init), (gst_rtp_mp4v_pay_setcaps): Don't waste time looking for a config string if we have codec_info |