summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorAurélien Zanelli <aurelien.zanelli@parrot.com>2014-09-17 11:49:22 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-09-18 12:28:12 +0300
commit7acf2fe5cbc451833aed28c26e68df988765d0be (patch)
treee80d2dc0f8c7cd3d9165767d0f1baba0b84e0740 /gst
parentde9b0be86dc89c8dc11493fabb6b8af65ea41ded (diff)
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
Diffstat (limited to 'gst')
-rw-r--r--gst/videoparsers/gstvc1parse.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gst/videoparsers/gstvc1parse.c b/gst/videoparsers/gstvc1parse.c
index 4637dfa93..97799a03b 100644
--- a/gst/videoparsers/gstvc1parse.c
+++ b/gst/videoparsers/gstvc1parse.c
@@ -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;
}