From 2bbf2b424d5edc180528bf9ab99b5a07ec9824e9 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 10 Feb 2006 17:37:39 +0000 Subject: 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. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5e7c0c66..ab045fe8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-02-10 Wim Taymans + + * 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 * gst/rtp/gstrtpmp4vpay.c: (gst_rtp_mp4v_pay_class_init), -- cgit