osxvideosink: warn about the future deprecation of the "embed" property
authorAndoni Morales Alastruey <ylatuya@gmail.com>
Thu, 11 Jul 2013 17:45:17 +0000 (19:45 +0200)
committerAndoni Morales Alastruey <ylatuya@gmail.com>
Wed, 17 Jul 2013 11:29:42 +0000 (13:29 +0200)
sys/osxvideo/osxvideosink.m

index d2555b9..89e9807 100644 (file)
@@ -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);