summaryrefslogtreecommitdiffstats
path: root/ext/sdl/sdlvideosink.h
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2005-10-27 19:36:18 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2005-10-27 19:36:18 +0000
commit76c4048ca8ba6a9723beda083ef1beeb42d1d8e4 (patch)
treef30331cdf9982a3c18f2ae6f5903a46e270129b1 /ext/sdl/sdlvideosink.h
parent9faf9154f14db8033ff366f8268a45b2592d2678 (diff)
downloadgst-plugins-bad-76c4048ca8ba6a9723beda083ef1beeb42d1d8e4.tar.gz
gst-plugins-bad-76c4048ca8ba6a9723beda083ef1beeb42d1d8e4.tar.bz2
gst-plugins-bad-76c4048ca8ba6a9723beda083ef1beeb42d1d8e4.zip
Trying to fix videos out of sync (not fixed yet)
Original commit message from CVS: Trying to fix videos out of sync (not fixed yet)
Diffstat (limited to 'ext/sdl/sdlvideosink.h')
-rw-r--r--ext/sdl/sdlvideosink.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/sdl/sdlvideosink.h b/ext/sdl/sdlvideosink.h
index 3dc29236..eaf0e9ee 100644
--- a/ext/sdl/sdlvideosink.h
+++ b/ext/sdl/sdlvideosink.h
@@ -52,6 +52,8 @@ struct _GstSDLVideoSink {
guint32 format;
gint width, height; /* the size of the incoming YUV stream */
unsigned long xwindow_id;
+
+ gdouble framerate;
gboolean init;