From 6b9ccde0a030437554e68e862c6c071f51c35994 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 31 Jan 2007 10:02:05 +0000 Subject: gst/real/: Fix classification in GstElementDetails. Original commit message from CVS: * gst/real/gstrealaudiodec.c: * gst/real/gstrealvideodec.c: Fix classification in GstElementDetails. --- gst/real/gstrealvideodec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/real/gstrealvideodec.c') 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 "); static GstStaticPadTemplate snk_t = -- cgit v1.2.1