From 98c0fdfa2f1ef8c757544879fd02e19a16a06381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Loeuillet?= Date: Thu, 13 May 2004 21:27:14 +0000 Subject: [PATCH] ext/mad/gstid3tag.c: move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio" Original commit message from CVS: * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio" * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio" * gst/auparse/gstauparse.c : - add code (commented for now) to support audio/x-adpcm on src pad (we have no decoder for those layout yet) * gst/cdxaparse/gstcdxaparse.c : * gst/cdxaparse/gstcdxaparse.h : - partial rewrite using RiffRead (ripped iain's wavparse code) * gst/rtp/gstrtpL16enc.c : typo * gst/rtp/gstrtpgsmenc.c : typo --- ChangeLog | 16 ++++++++++++++++ ext/mad/gstid3tag.c | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7e72d4ef84..43a4836ba5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2004-05-13 Stephane Loeuillet + + * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio" + * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio" + + * gst/auparse/gstauparse.c : + - add code (commented for now) to support audio/x-adpcm on src pad + (we have no decoder for those layout yet) + + * gst/cdxaparse/gstcdxaparse.c : + * gst/cdxaparse/gstcdxaparse.h : + - partial rewrite using RiffRead (ripped iain's wavparse code) + + * gst/rtp/gstrtpL16enc.c : typo + * gst/rtp/gstrtpgsmenc.c : typo + 2004-05-13 Benjamin Otte * configure.ac: diff --git a/ext/mad/gstid3tag.c b/ext/mad/gstid3tag.c index ade3006cef..d51a3e7840 100644 --- a/ext/mad/gstid3tag.c +++ b/ext/mad/gstid3tag.c @@ -220,11 +220,11 @@ gst_id3_tag_get_type (guint type) /* elementfactory information */ GstElementDetails gst_id3_tag_details[3] = { GST_ELEMENT_DETAILS ("id3 tag extractor", - "Codec/Demuxer", + "Codec/Demuxer/Audio", "Extract ID3 tagging information", "Benjamin Otte "), GST_ELEMENT_DETAILS ("id3 muxer", - "Codec/Muxer", + "Codec/Muxer/Audio", "Add ID3 tagging information", "Benjamin Otte "), GST_ELEMENT_DETAILS ("id3 tag extractor",