summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2013-07-31 11:56:39 -0700
committerDavid Schleef <ds@schleef.org>2013-08-03 23:29:10 -0700
commit5b63a7c8e090123117c03acdffaa3bdcb9ed50c7 (patch)
tree87ebbce55c4766150468cbe9b14df388dbc87f4d /gst
parentd5f1ddad859fe7435aec717b81f05bc47f8a0a2e (diff)
downloadgstreamer-plugins-bad-5b63a7c8e090123117c03acdffaa3bdcb9ed50c7.tar.gz
ivtc: quiet FIXME when it's not relevant
Diffstat (limited to 'gst')
-rw-r--r--gst/ivtc/gstivtc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gst/ivtc/gstivtc.c b/gst/ivtc/gstivtc.c
index a3775378b..13f3c622f 100644
--- a/gst/ivtc/gstivtc.c
+++ b/gst/ivtc/gstivtc.c
@@ -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);
}