From bd8c40c014a19e877efcb4feea1da52015769b89 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 25 Apr 2008 07:56:12 +0000 Subject: gst/avi/gstavidemux.c: Fix typo in comments. Original commit message from CVS: * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows): Fix typo in comments. * tests/examples/rtp/client-H263p-PCMA.sdp: * tests/examples/rtp/client-H263p-PCMA.sh: * tests/examples/rtp/client-H264-PCMA.sdp: * tests/examples/rtp/client-H264-PCMA.sh: * tests/examples/rtp/client-H264.sdp: * tests/examples/rtp/client-H264.sh: * tests/examples/rtp/client-PCMA.sdp: * tests/examples/rtp/client-PCMA.sh: * tests/examples/rtp/server-alsasrc-PCMA.sh: * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh: * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh: Add some more docs and fix examples. --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index edea7f2d..5f478dbf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2008-04-25 Wim Taymans + + * gst/avi/gstavidemux.c: (gst_avi_demux_combine_flows): + Fix typo in comments. + + * tests/examples/rtp/client-H263p-PCMA.sdp: + * tests/examples/rtp/client-H263p-PCMA.sh: + * tests/examples/rtp/client-H264-PCMA.sdp: + * tests/examples/rtp/client-H264-PCMA.sh: + * tests/examples/rtp/client-H264.sdp: + * tests/examples/rtp/client-H264.sh: + * tests/examples/rtp/client-PCMA.sdp: + * tests/examples/rtp/client-PCMA.sh: + * tests/examples/rtp/server-alsasrc-PCMA.sh: + * tests/examples/rtp/server-v4l2-H263p-alsasrc-AMR.sh: + * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh: + Add some more docs and fix examples. + 2008-04-25 Sebastian Dröge * tests/check/elements/multifile.c: -- cgit