From 631982f16007ca65ba688c3a8ec9e6bd21082342 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 4 Apr 2008 10:32:21 +0000 Subject: gst/rtp/gstrtph264pay.*: Parse codec_data for future AVC compatibility. Original commit message from CVS: * gst/rtp/gstrtph264pay.c: (encode_base64), (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer): * gst/rtp/gstrtph264pay.h: Parse codec_data for future AVC compatibility. Fail when we encounter AVC data for now. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c1047af9..b77de07a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-04-04 Wim Taymans + + * gst/rtp/gstrtph264pay.c: (encode_base64), + (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_handle_buffer): + * gst/rtp/gstrtph264pay.h: + Parse codec_data for future AVC compatibility. + Fail when we encounter AVC data for now. + 2008-04-04 Tim-Philipp Müller * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init), -- cgit