From 966b66493a31b6f74596041372ed1c57db70532d Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Fri, 16 Mar 2007 18:38:18 +0000 Subject: sys/osxvideo/osxvideosink.m: Fix previous commit, we want to pass the NSView in the message. Original commit message from CVS: * sys/osxvideo/osxvideosink.m: Fix previous commit, we want to pass the NSView in the message. --- sys/osxvideo/osxvideosink.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/osxvideo') diff --git a/sys/osxvideo/osxvideosink.m b/sys/osxvideo/osxvideosink.m index faac2fb1..057ead3c 100644 --- a/sys/osxvideo/osxvideosink.m +++ b/sys/osxvideo/osxvideosink.m @@ -269,7 +269,7 @@ gst_osx_video_sink_osxwindow_new (GstOSXVideoSink * osxvideosink, gint width, [osxwindow->gstview autorelease]; s = gst_structure_new ("have-ns-view", - "nsview", G_TYPE_POINTER, osxwindow, + "nsview", G_TYPE_POINTER, osxwindow->gstview, nil); tmp = gst_structure_to_string (s); -- cgit