projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc92ef1
)
bin: fix compilation
author
Wim Taymans
<wim.taymans@collabora.co.uk>
Wed, 24 Jul 2013 12:17:45 +0000
(14:17 +0200)
committer
Wim Taymans
<wim.taymans@collabora.co.uk>
Wed, 24 Jul 2013 12:17:45 +0000
(14:17 +0200)
gst/rtpmanager/gstrtpbin.c
patch
|
blob
|
history
diff --git
a/gst/rtpmanager/gstrtpbin.c
b/gst/rtpmanager/gstrtpbin.c
index
0a0779f
..
aa1ae11
100644
(file)
--- 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);