[Bug 783261] rtpptdemux: uniquify stream id.

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed May 31 17:46:18 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=783261

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #352960|none                        |reviewed
             status|                            |

--- Comment #9 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Review of attachment 352960:
 --> (https://bugzilla.gnome.org/review?bug=783261&attachment=352960)

::: gst/rtpmanager/gstrtpptdemux.c
@@ +404,3 @@
+          g_compute_checksum_for_data (G_CHECKSUM_MD5,
+              gst_rtp_buffer_get_payload (&rtp),
+              gst_rtp_buffer_get_payload_len (&rtp)));

Why not:
stream_id = gst_pad_create_stream_id_printf(srcpad, rtpdemux, "%u", pt)?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list