diff options
author | Vivia Nikolaidou <vivia@ahiru.eu> | 2017-11-10 17:18:45 +0200 |
---|---|---|
committer | Vivia Nikolaidou <vivia@ahiru.eu> | 2017-11-10 17:28:05 +0200 |
commit | 38120376c6720dcc3cbf171ccc7faa3c5de19e14 (patch) | |
tree | 7151c02479a5bfaf218147418ddfbb36a6c7b3fe /gst/timecode/gstavwait.h | |
parent | 71bfbce84de9980a2c5a3c5b6d5407818a67ec2a (diff) |
avwait: Better handling of deserialised timecode framerates
Now that timecodes support proper serialisation / deserialisation, a
timecode might have an invalid fps_n / fps_d even without using the
target-time-code-string property. Detect those cases and set fps_n/fps_d
properly.
Diffstat (limited to 'gst/timecode/gstavwait.h')
-rw-r--r-- | gst/timecode/gstavwait.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/timecode/gstavwait.h b/gst/timecode/gstavwait.h index 70924b411..3e27f0b2c 100644 --- a/gst/timecode/gstavwait.h +++ b/gst/timecode/gstavwait.h @@ -48,7 +48,6 @@ struct _GstAvWait GstElement parent; GstVideoTimeCode *tc; - gboolean from_string; GstClockTime target_running_time; GstAvWaitMode mode; |