From 2187906ae855b87d667a8d75c2f8aacda00cfbf1 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 10 Feb 2006 17:16:55 +0000 Subject: gst/rtp/gstrtpmp4vpay.c: Don't waste time looking for a config string if we have codec_info on the incomming caps. Original commit message from CVS: * 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 on the incomming caps. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6e074c4c..5e7c0c66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-02-10 Wim Taymans + + * 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 + on the incomming caps. + 2006-02-10 Wim Taymans * gst/rtp/README: -- cgit