diff options
author | Josep Torra <n770galaxy@gmail.com> | 2012-07-04 13:47:41 +0200 |
---|---|---|
committer | Damien Lespiau <damien.lespiau@intel.com> | 2012-09-25 18:42:15 +0100 |
commit | 9d1f7ff7a0c940a4748332eb19b27c8d924b8459 (patch) | |
tree | 949d78cb4ff235c3624c20c733525c4968ddf154 /clutter-gst/clutter-gst-auto-video-sink.h | |
parent | 457392a8223f590c310235c8cb33303212a62b34 (diff) | |
download | clutter-gst-9d1f7ff7a0c940a4748332eb19b27c8d924b8459.tar.gz |
autosink: proxy ts-offset property of child sinks
The playbin2 av-offset property requires be able to configure the
ts-offset property on the video sink.
As we select the proper sink instance on the fly we must take care of
that property.
Diffstat (limited to 'clutter-gst/clutter-gst-auto-video-sink.h')
-rw-r--r-- | clutter-gst/clutter-gst-auto-video-sink.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clutter-gst/clutter-gst-auto-video-sink.h b/clutter-gst/clutter-gst-auto-video-sink.h index 7dadd6e..59925e5 100644 --- a/clutter-gst/clutter-gst-auto-video-sink.h +++ b/clutter-gst/clutter-gst-auto-video-sink.h @@ -99,6 +99,7 @@ struct _ClutterGstAutoVideoSink gboolean setup; ClutterTexture *texture; + GstClockTimeDiff ts_offset; GMutex lock; }; |