mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
ac3parse: Add Converter to the classification because it can convert between different alignments
This allows decodebin2 to let it negotiate properly.
This commit is contained in:
parent
786d35f53f
commit
c29069fd11
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ gst_ac3_parse_base_init (gpointer klass)
|
|||
gst_static_pad_template_get (&src_template));
|
||||
|
||||
gst_element_class_set_details_simple (element_class,
|
||||
"AC3 audio stream parser", "Codec/Parser/Audio",
|
||||
"AC3 audio stream parser", "Codec/Parser/Converter/Audio",
|
||||
"AC3 parser", "Tim-Philipp Müller <tim centricular net>");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue