gst/real/: Fix classification in GstElementDetails.
authorStefan Kost <ensonic@users.sourceforge.net>
Wed, 31 Jan 2007 10:02:05 +0000 (10:02 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Wed, 31 Jan 2007 10:02:05 +0000 (10:02 +0000)
Original commit message from CVS:
* gst/real/gstrealaudiodec.c:
* gst/real/gstrealvideodec.c:
Fix classification in GstElementDetails.

ChangeLog
gst/real/gstrealaudiodec.c
gst/real/gstrealvideodec.c

index 8365d9e601255d5ce7aea7164c9149946c5999fb..89d84045bd5db43702f107c10d90ef9b4564c097 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-01-31  Stefan Kost  <ensonic@users.sf.net>
+
+       * gst/real/gstrealaudiodec.c:
+       * gst/real/gstrealvideodec.c:
+         Fix classification in GstElementDetails.
+
 2007-01-31  Sebastian Dröge  <slomo@circular-chaos.org>
 
        * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query),
index d073c7be7f46ebe89c6d75452ad857adec64bc03..f2bbdc378f152cbb405a2dc51f2ccfb93dc357e7 100644 (file)
@@ -33,7 +33,7 @@ GST_DEBUG_CATEGORY_STATIC (real_audio_dec_debug);
 
 static GstElementDetails real_audio_dec_details =
 GST_ELEMENT_DETAILS ("RealAudio decoder",
-    "Codec/Decoder", "Decoder for RealAudio streams",
+    "Codec/Decoder/Audio", "Decoder for RealAudio streams",
     "Lutz Mueller <lutz@topfrose.de>");
 
 static GstStaticPadTemplate snk_t =
index 78d6f9e917901e8fbb24641b0367dfc18092db6f..882e9d8c0ae388985d7107388f1cb6cbb15b1185 100644 (file)
@@ -33,7 +33,7 @@ GST_DEBUG_CATEGORY_STATIC (realvideode_debug);
 
 static GstElementDetails realvideode_details =
 GST_ELEMENT_DETAILS ("RealVideo decoder",
-    "Codec/Decoder", "Decoder for RealVideo streams",
+    "Codec/Decoder/Video", "Decoder for RealVideo streams",
     "Lutz Mueller <lutz@topfrose.de>");
 
 static GstStaticPadTemplate snk_t =