mpeg4videoparse: Don't update caps on every buffer

This commit is contained in:
Sebastian Dröge 2012-01-09 14:39:43 +01:00
parent c76890b7fa
commit adb4b010ed

View file

@ -542,6 +542,8 @@ gst_mpeg4vparse_update_src_caps (GstMpeg4VParse * mp4vparse)
gst_pad_set_caps (GST_BASE_PARSE_SRC_PAD (mp4vparse), caps);
gst_caps_unref (caps);
mp4vparse->update_caps = FALSE;
}
static GstFlowReturn