mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 04:22:27 +00:00
d3dvideosink: Rename keep_aspect_ratio to force_aspect_ratio in the header too
This commit is contained in:
parent
5f3eefb611
commit
9838e3748c
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ struct _GstD3DVideoSink
|
||||||
GStaticRecMutex lock;
|
GStaticRecMutex lock;
|
||||||
|
|
||||||
/* Properties */
|
/* Properties */
|
||||||
gboolean keep_aspect_ratio;
|
gboolean force_aspect_ratio;
|
||||||
gboolean create_internal_window;
|
gboolean create_internal_window;
|
||||||
gboolean stream_stop_on_close;
|
gboolean stream_stop_on_close;
|
||||||
gboolean enable_navigation_events;
|
gboolean enable_navigation_events;
|
||||||
|
|
Loading…
Reference in a new issue