diff options
Diffstat (limited to 'ext/gdk_pixbuf/gstgdkpixbuf.h')
-rw-r--r-- | ext/gdk_pixbuf/gstgdkpixbuf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/gdk_pixbuf/gstgdkpixbuf.h b/ext/gdk_pixbuf/gstgdkpixbuf.h index 6cfcdbc5..336c1e51 100644 --- a/ext/gdk_pixbuf/gstgdkpixbuf.h +++ b/ext/gdk_pixbuf/gstgdkpixbuf.h @@ -48,6 +48,9 @@ struct _GstGdkPixbuf GstPad *sinkpad, *srcpad; + GstClockTime last_timestamp; + GdkPixbufLoader *pixbuf_loader; + int width; int height; int rowstride; |