diff options
author | Edgard Lima <edgard.lima@indt.org.br> | 2005-10-27 19:36:18 +0000 |
---|---|---|
committer | Edgard Lima <edgard.lima@indt.org.br> | 2005-10-27 19:36:18 +0000 |
commit | 76c4048ca8ba6a9723beda083ef1beeb42d1d8e4 (patch) | |
tree | f30331cdf9982a3c18f2ae6f5903a46e270129b1 /ext/sdl/sdlvideosink.h | |
parent | 9faf9154f14db8033ff366f8268a45b2592d2678 (diff) | |
download | gst-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.h | 2 |
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; |