diff --git a/ext/tarkin/gsttarkindec.c b/ext/tarkin/gsttarkindec.c index a40c5319c8..c417388fa3 100644 --- a/ext/tarkin/gsttarkindec.c +++ b/ext/tarkin/gsttarkindec.c @@ -31,7 +31,7 @@ static GstPadTemplate *dec_src_template, *dec_sink_template; /* elementfactory information */ GstElementDetails tarkindec_details = { "Ogg Tarkin decoder", - "Filter/Video/Decoder", + "Codec/Decoder/Video", "Decodes video in OGG Tarkin format", "Monty , " "Wim Taymans ", }; diff --git a/ext/tarkin/gsttarkinenc.c b/ext/tarkin/gsttarkinenc.c index f1d3853d3a..e39d377f52 100644 --- a/ext/tarkin/gsttarkinenc.c +++ b/ext/tarkin/gsttarkinenc.c @@ -31,7 +31,7 @@ static GstPadTemplate *enc_src_template, *enc_sink_template; /* elementfactory information */ GstElementDetails tarkinenc_details = { "Ogg Tarkin encoder", - "Filter/Video/Encoder", + "Codec/Encoder/Video", "Encodes video in OGG Tarkin format", "Monty , " "Wim Taymans ", };