mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
parent
dee142a945
commit
cf873498d2
1 changed files with 1 additions and 3 deletions
|
@ -1758,7 +1758,7 @@ gst_rtp_bin_handle_message (GstBin * bin, GstMessage * message)
|
|||
const GstStructure *s = gst_message_get_structure (message);
|
||||
|
||||
/* we change the structure name and add the session ID to it */
|
||||
if (gst_structure_has_name (s, "GstRTPSessionSDES")) {
|
||||
if (gst_structure_has_name (s, "application/x-rtp-source-sdes")) {
|
||||
GSList *walk;
|
||||
|
||||
/* find the session, the message source has it */
|
||||
|
@ -1771,8 +1771,6 @@ gst_rtp_bin_handle_message (GstBin * bin, GstMessage * message)
|
|||
message = gst_message_make_writable (message);
|
||||
s = gst_message_get_structure (message);
|
||||
|
||||
gst_structure_set_name ((GstStructure *) s, "GstRTPBinSDES");
|
||||
|
||||
gst_structure_set ((GstStructure *) s, "session", G_TYPE_UINT,
|
||||
sess->id, NULL);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue