From 6b9ccde0a030437554e68e862c6c071f51c35994 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 31 Jan 2007 10:02:05 +0000 Subject: [PATCH] gst/real/: Fix classification in GstElementDetails. Original commit message from CVS: * gst/real/gstrealaudiodec.c: * gst/real/gstrealvideodec.c: Fix classification in GstElementDetails. --- ChangeLog | 6 ++++++ gst/real/gstrealaudiodec.c | 2 +- gst/real/gstrealvideodec.c | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8365d9e601..89d84045bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-01-31 Stefan Kost + + * gst/real/gstrealaudiodec.c: + * gst/real/gstrealvideodec.c: + Fix classification in GstElementDetails. + 2007-01-31 Sebastian Dröge * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_src_query), diff --git a/gst/real/gstrealaudiodec.c b/gst/real/gstrealaudiodec.c index d073c7be7f..f2bbdc378f 100644 --- a/gst/real/gstrealaudiodec.c +++ b/gst/real/gstrealaudiodec.c @@ -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 "); static GstStaticPadTemplate snk_t = diff --git a/gst/real/gstrealvideodec.c b/gst/real/gstrealvideodec.c index 78d6f9e917..882e9d8c0a 100644 --- a/gst/real/gstrealvideodec.c +++ b/gst/real/gstrealvideodec.c @@ -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 "); static GstStaticPadTemplate snk_t =