diff options
Diffstat (limited to 'gst/vbidec/gstvbidec.c')
-rw-r--r-- | gst/vbidec/gstvbidec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/vbidec/gstvbidec.c b/gst/vbidec/gstvbidec.c index f84533db..f3c68534 100644 --- a/gst/vbidec/gstvbidec.c +++ b/gst/vbidec/gstvbidec.c @@ -65,7 +65,7 @@ GType gst_vbidec_get_type(void); /* elementfactory information */ static GstElementDetails gst_vbidec_details = GST_ELEMENT_DETAILS ( "VBI decoder", - "Codec/Video/Decoder", + "Codec/Decoder/Video", "Decodes closed captions and XDS data from VBI data", "David I. Lehn <dlehn@users.sourceforge.net>" ); |