From: Wim Taymans Date: Wed, 24 Jul 2013 12:17:45 +0000 (+0200) Subject: bin: fix compilation X-Git-Tag: 1.1.3~61 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c44a29bd53c6284670617e6ce8ded64be64d65f0;p=platform%2Fupstream%2Fgst-plugins-good.git bin: fix compilation --- diff --git a/gst/rtpmanager/gstrtpbin.c b/gst/rtpmanager/gstrtpbin.c index 0a0779f..aa1ae11 100644 --- a/gst/rtpmanager/gstrtpbin.c +++ b/gst/rtpmanager/gstrtpbin.c @@ -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);