mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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);
|
GstXineAudioDecClass *xine_class = GST_XINE_AUDIO_DEC_CLASS (g_class);
|
||||||
GstElementClass *element_class = GST_ELEMENT_CLASS (g_class);
|
GstElementClass *element_class = GST_ELEMENT_CLASS (g_class);
|
||||||
GstElementDetails details = GST_ELEMENT_DETAILS (NULL,
|
GstElementDetails details = GST_ELEMENT_DETAILS (NULL,
|
||||||
"Filter/Decoder/Audio",
|
"Codec/Decoder/Audio",
|
||||||
NULL,
|
NULL,
|
||||||
"Benjamin Otte <otte@gnome.org>");
|
"Benjamin Otte <otte@gnome.org>");
|
||||||
GstPadTemplate *template;
|
GstPadTemplate *template;
|
||||||
|
|
Loading…
Reference in a new issue