diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2007-01-31 10:02:05 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2007-01-31 10:02:05 +0000 |
commit | 6b9ccde0a030437554e68e862c6c071f51c35994 (patch) | |
tree | ef6220b2931f149671a6e73bf80b351ecfc4ba1a /gst | |
parent | 2397f01e979a4dd8cafe51dcfa4c4f7d99b97a8c (diff) | |
download | gst-plugins-bad-6b9ccde0a030437554e68e862c6c071f51c35994.tar.gz gst-plugins-bad-6b9ccde0a030437554e68e862c6c071f51c35994.tar.bz2 gst-plugins-bad-6b9ccde0a030437554e68e862c6c071f51c35994.zip |
gst/real/: Fix classification in GstElementDetails.
Original commit message from CVS:
* gst/real/gstrealaudiodec.c:
* gst/real/gstrealvideodec.c:
Fix classification in GstElementDetails.
Diffstat (limited to 'gst')
-rw-r--r-- | gst/real/gstrealaudiodec.c | 2 | ||||
-rw-r--r-- | gst/real/gstrealvideodec.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gst/real/gstrealaudiodec.c b/gst/real/gstrealaudiodec.c index d073c7be..f2bbdc37 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 <lutz@topfrose.de>"); static GstStaticPadTemplate snk_t = diff --git a/gst/real/gstrealvideodec.c b/gst/real/gstrealvideodec.c index 78d6f9e9..882e9d8c 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 <lutz@topfrose.de>"); static GstStaticPadTemplate snk_t = |