diff --git a/ext/theora/theoradec.c b/ext/theora/theoradec.c index 007adacd85..bd2292832c 100644 --- a/ext/theora/theoradec.c +++ b/ext/theora/theoradec.c @@ -63,7 +63,7 @@ struct _GstTheoraDecClass static GstElementDetails theora_dec_details = { "TheoraDec", - "Filter/Decoder/Video", + "Codec/Decoder/Video", "decode raw theora streams to raw YUV video", "Benjamin Otte ", }; diff --git a/ext/theora/theoraenc.c b/ext/theora/theoraenc.c index ddb83af17e..5f19ab615f 100644 --- a/ext/theora/theoraenc.c +++ b/ext/theora/theoraenc.c @@ -80,7 +80,7 @@ enum static GstElementDetails theora_enc_details = { "TheoraEnc", - "Filter/Encoder/Video", + "Codec/Encoder/Video", "encode raw YUV video to a theora stream", "Wim Taymans ", };