mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
ext/theora/theoradec.c: "Filter/Decoder/Video" => "Codec/Decoder/Video"
Original commit message from CVS: * ext/theora/theoradec.c : "Filter/Decoder/Video" => "Codec/Decoder/Video" * ext/theora/theoraenc.c : "Filter/Encoder/Video" => "Codec/Encoder/Video" * ext/xine/xineaudiodec.c : "Filter/Decoder/Audio" =>"Codec/Decoder/Audio"
This commit is contained in:
parent
356600bfa0
commit
e8ed2bdec8
1 changed files with 1 additions and 1 deletions
|
@ -459,7 +459,7 @@ gst_xine_audio_dec_subclass_init (gpointer g_class, gpointer class_data)
|
|||
GstXineAudioDecClass *xine_class = GST_XINE_AUDIO_DEC_CLASS (g_class);
|
||||
GstElementClass *element_class = GST_ELEMENT_CLASS (g_class);
|
||||
GstElementDetails details = GST_ELEMENT_DETAILS (NULL,
|
||||
"Filter/Decoder/Audio",
|
||||
"Codec/Decoder/Audio",
|
||||
NULL,
|
||||
"Benjamin Otte <otte@gnome.org>");
|
||||
GstPadTemplate *template;
|
||||
|
|
Loading…
Reference in a new issue