[Bug 781446] rtsp: Add support for the new RTSP 2.0 protocol (rfc7826)
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Jul 5 21:16:47 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=781446
Mathieu Duponchelle <mduponchelle1 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #354929|none |needs-work
status| |
--- Comment #7 from Mathieu Duponchelle <mduponchelle1 at gmail.com> ---
Review of attachment 354929:
--> (https://bugzilla.gnome.org/review?bug=781446&attachment=354929)
Looking good, a few unrelated changes but I don't know if that matters, also
need to not forget to update the Since comments :)
::: gst-libs/gst/rtsp/gstrtspconnection.c
@@ +1661,3 @@
+ if (rversion != GST_RTSP_VERSION_1_0 &&
+ rversion != GST_RTSP_VERSION_2_0 && rversion !=
GST_RTSP_VERSION_2_0)
Hm, don't you mean 1_1 instead of one of the two 2_0 ?
--
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