From cc5699340d0f5c17ba966dbed05cb3dd3b021c38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 4 Feb 2009 10:37:20 +0100 Subject: Add property to set the maximum allowed time difference between tracks --- gst/mxf/mxfdemux.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gst/mxf/mxfdemux.h') diff --git a/gst/mxf/mxfdemux.h b/gst/mxf/mxfdemux.h index 9ae739fc..8e64e403 100644 --- a/gst/mxf/mxfdemux.h +++ b/gst/mxf/mxfdemux.h @@ -161,7 +161,10 @@ struct _GstMXFDemux MXFUMID current_package_uid; MXFMetadataGenericPackage *current_package; gchar *current_package_string; + + /* Properties */ gchar *requested_package_string; + GstClockTime max_drift; }; struct _GstMXFDemuxClass -- cgit v1.2.1