diff options
Diffstat (limited to 'gst/real/gstrealaudiodec.c')
-rw-r--r-- | gst/real/gstrealaudiodec.c | 2 |
1 files changed, 1 insertions, 1 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 = |