mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
ivtc: quiet FIXME when it's not relevant
This commit is contained in:
parent
d5f1ddad85
commit
5b63a7c8e0
1 changed files with 3 additions and 1 deletions
|
@ -253,7 +253,9 @@ gst_ivtc_sink_event (GstBaseTransform * trans, GstEvent * event)
|
||||||
static void
|
static void
|
||||||
gst_ivtc_flush (GstIvtc * ivtc)
|
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);
|
gst_ivtc_retire_fields (ivtc, ivtc->n_fields);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue