diff --git a/sys/winks/gstksvideosrc.c b/sys/winks/gstksvideosrc.c index 79cbb7a2f1..07cdf8b92f 100644 --- a/sys/winks/gstksvideosrc.c +++ b/sys/winks/gstksvideosrc.c @@ -815,8 +815,8 @@ gst_ks_video_src_timestamp_buffer (GstKsVideoSrc * self, GstBuffer * buf, GstClock *clock; GstClockTime timestamp; - /* Don't timestamp muxed strams */ - if (!gst_ks_video_device_stream_is_muxed (priv->device)) { + /* Don't timestamp muxed streams */ + if (gst_ks_video_device_stream_is_muxed (priv->device)) { duration = timestamp = GST_CLOCK_TIME_NONE; priv->offset++; goto timestamp;