diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2015-06-13 11:40:14 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-06-13 11:41:33 +0200 |
commit | e3aaff400a98e7fd9d8f3040c0def6f1d9dd42a4 (patch) | |
tree | da5c9211945716651c0556a64ed12aa72822e075 /sys/decklink/gstdecklinkvideosink.h | |
parent | 4796cef882569c772e497584a3472dfce6e66a70 (diff) |
decklinkvideosink: Remove late frame-dropping workaround for basesink bug
This was fixed by https://bugzilla.gnome.org/show_bug.cgi?id=749258
in basesink, and is not necessary to duplicate here anymore.
Diffstat (limited to 'sys/decklink/gstdecklinkvideosink.h')
-rw-r--r-- | sys/decklink/gstdecklinkvideosink.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/decklink/gstdecklinkvideosink.h b/sys/decklink/gstdecklinkvideosink.h index 04d5c972e..16b2fbb3f 100644 --- a/sys/decklink/gstdecklinkvideosink.h +++ b/sys/decklink/gstdecklinkvideosink.h @@ -56,7 +56,6 @@ struct _GstDecklinkVideoSink GstClockTime internal_base_time; GstClockTime external_base_time; - GstClockTime last_render_time; GstDecklinkOutput *output; }; |