bin: fix compilation
authorWim Taymans <wim.taymans@collabora.co.uk>
Wed, 24 Jul 2013 12:17:45 +0000 (14:17 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Wed, 24 Jul 2013 12:17:45 +0000 (14:17 +0200)
gst/rtpmanager/gstrtpbin.c

index 0a0779f..aa1ae11 100644 (file)
@@ -988,7 +988,7 @@ gst_rtp_bin_send_sync_event (GstRtpBinStream * stream)
         "sending GstRTCPSRReceived event downstream");
 
     event = gst_event_new_custom (GST_EVENT_CUSTOM_DOWNSTREAM,
-        gst_structure_new ("GstRTCPSRReceived", NULL));
+        gst_structure_new_empty ("GstRTCPSRReceived"));
 
     srcpad = gst_element_get_static_pad (stream->buffer, "src");
     gst_pad_push_event (srcpad, event);