diff --git a/gst/isomp4/qtdemux.c b/gst/isomp4/qtdemux.c index f68723e2aa..2bcb4ba2f5 100644 --- a/gst/isomp4/qtdemux.c +++ b/gst/isomp4/qtdemux.c @@ -5304,7 +5304,7 @@ gst_qtdemux_decorate_and_push_buffer (GstQTDemux * qtdemux, gst_pad_push_event (stream->pad, event); } - if (qtdemux->cenc_aux_info_offset == 0 || info->crypto_info == NULL) { + if (info->crypto_info == NULL) { GST_DEBUG_OBJECT (qtdemux, "cenc metadata hasn't been parsed yet"); gst_buffer_unref (buf); goto exit;