summaryrefslogtreecommitdiffstats
path: root/gst/real
diff options
context:
space:
mode:
Diffstat (limited to 'gst/real')
-rw-r--r--gst/real/gstrealaudiodec.c2
-rw-r--r--gst/real/gstrealvideodec.c2
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 =