ivtc: quiet FIXME when it's not relevant
This commit is contained in:
parent
d5f1ddad85
commit
5b63a7c8e0
@ -253,7 +253,9 @@ gst_ivtc_sink_event (GstBaseTransform * trans, GstEvent * event)
|
||||
static void
|
||||
gst_ivtc_flush (GstIvtc * ivtc)
|
||||
{
|
||||
GST_FIXME_OBJECT (ivtc, "not sending flushed fields to srcpad");
|
||||
if (ivtc->n_fields > 0) {
|
||||
GST_FIXME_OBJECT (ivtc, "not sending flushed fields to srcpad");
|
||||
}
|
||||
|
||||
gst_ivtc_retire_fields (ivtc, ivtc->n_fields);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user