diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/osxvideo/osxvideosink.m | 2 |
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); |