osxvideosink: warn about the future deprecation of the "embed" property
This commit is contained in:
parent
6b82c89562
commit
fbafca49f8
@ -486,6 +486,9 @@ gst_osx_video_sink_set_property (GObject * object, guint prop_id,
|
||||
switch (prop_id) {
|
||||
case ARG_EMBED:
|
||||
osxvideosink->embed = g_value_get_boolean(value);
|
||||
g_warning ("The \"embed\" property of osxvideosink is deprecated and "
|
||||
"will be removed in the near future. Use the GstVideoOverlay "
|
||||
"instead.");
|
||||
break;
|
||||
case ARG_FORCE_PAR:
|
||||
osxvideosink->keep_par = g_value_get_boolean(value);
|
||||
|
Loading…
x
Reference in New Issue
Block a user