From 19619961f37df66b0c2a3281913e614ed8555910 Mon Sep 17 00:00:00 2001 From: Olivier Crete Date: Mon, 27 Oct 2008 11:28:30 +0000 Subject: gst/rtp/gstrtpL16pay.c: Implement getcaps in rtpL16pay. Fixes #556484. Original commit message from CVS: Patch by: Olivier Crete * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init), (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps): Implement getcaps in rtpL16pay. Fixes #556484. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bfdfe892..ed8069f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-10-27 Wim Taymans + + Patch by: Olivier Crete + + * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_class_init), + (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_getcaps): + Implement getcaps in rtpL16pay. Fixes #556484. + 2008-10-27 Wim Taymans * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16_depay_setcaps), -- cgit