mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
vc1parse: enable header-format conversion
In fact we support header-format conversion which is done in update_caps() method. https://bugzilla.gnome.org/show_bug.cgi?id=736786
This commit is contained in:
parent
de9b0be86d
commit
7acf2fe5cb
1 changed files with 1 additions and 2 deletions
|
@ -1321,8 +1321,7 @@ gst_vc1_parse_pre_push_frame (GstBaseParse * parse, GstBaseParseFrame * frame)
|
|||
vc1parse->sent_codec_tag = TRUE;
|
||||
}
|
||||
|
||||
if (vc1parse->input_header_format != vc1parse->output_header_format ||
|
||||
vc1parse->input_stream_format != vc1parse->output_stream_format) {
|
||||
if (vc1parse->input_stream_format != vc1parse->output_stream_format) {
|
||||
GST_WARNING_OBJECT (vc1parse, "stream conversion not implemented yet");
|
||||
return GST_FLOW_ERROR;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue