mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
gstrtpsession: Fix double-declared variable
This commit is contained in:
parent
7300d489fe
commit
451217c437
1 changed files with 1 additions and 1 deletions
|
@ -2232,7 +2232,7 @@ gst_rtp_session_request_key_unit (RTPSession * sess,
|
|||
GST_RTP_SESSION_UNLOCK (rtpsession);
|
||||
|
||||
if (send_rtp_sink) {
|
||||
GstEvent *event = gst_event_new_custom (GST_EVENT_CUSTOM_UPSTREAM,
|
||||
event = gst_event_new_custom (GST_EVENT_CUSTOM_UPSTREAM,
|
||||
gst_structure_new ("GstForceKeyUnit",
|
||||
"all-headers", G_TYPE_BOOLEAN, all_headers, NULL));
|
||||
gst_pad_push_event (send_rtp_sink, event);
|
||||
|
|
Loading…
Reference in a new issue