summaryrefslogtreecommitdiffstats
path: root/sys/osxvideo
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2007-03-16 18:38:18 +0000
committerEdward Hervey <bilboed@bilboed.com>2007-03-16 18:38:18 +0000
commit966b66493a31b6f74596041372ed1c57db70532d (patch)
tree76736fdc6fbb40a7ef65dfc811cdfbf94c85d210 /sys/osxvideo
parent64c3e76a841e69a67c3497355a261ad94a457f54 (diff)
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.
Diffstat (limited to 'sys/osxvideo')
-rw-r--r--sys/osxvideo/osxvideosink.m2
1 files changed, 1 insertions, 1 deletions
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);