mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
bin: fix compilation
This commit is contained in:
parent
cc92ef1db2
commit
c44a29bd53
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue