diff options
Diffstat (limited to 'ext/directfb/dfbvideosink.h')
-rw-r--r-- | ext/directfb/dfbvideosink.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/directfb/dfbvideosink.h b/ext/directfb/dfbvideosink.h index f62d659a..9bdfbf48 100644 --- a/ext/directfb/dfbvideosink.h +++ b/ext/directfb/dfbvideosink.h @@ -113,6 +113,9 @@ struct _GstDfbVideoSink { gint hue; gint saturation; gboolean cb_changed; + + /* object-set pixel aspect ratio */ + GValue *par; }; struct _GstDfbVideoSinkClass { |