[telepathy-stream-engine/master] Pass correct type to method

Olivier Crête olivier.crete at collabora.co.uk
Thu Dec 3 00:01:43 PST 2009


---
 src/videosink.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/videosink.c b/src/videosink.c
index 1b3d9b7..1b3f3b4 100644
--- a/src/videosink.c
+++ b/src/videosink.c
@@ -217,7 +217,7 @@ make_video_sink (TpStreamEngineVideoSink *self, gboolean is_preview)
       return NULL;
     }
 
-  if (g_object_has_property (sink, "force-aspect-ratio"))
+  if (g_object_has_property (G_OBJECT (sink), "force-aspect-ratio"))
     g_object_set (sink, "force-aspect-ratio", TRUE, NULL);
 
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list