[Bug 772610] rtspsrc doesn't support redirect on play

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Oct 20 10:19:31 UTC 2016


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

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

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

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

::: gst/rtsp/gstrtspsrc.c
@@ +7326,3 @@
+      /* reset protocols to force re-negotiation with redirected url */
+      src->cur_protocols = src->protocols;
+      gst_rtspsrc_loop_send_cmd (src, CMD_PLAY, 0);

This basically calls the same function again indirectly later. Couldn't we just
do it all here instead of returning and waiting for the thread to call us
again?

-- 
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