[Bug 736322] Unlimited queue for PAUSE and OPTION respons.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Sep 12 07:34:14 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=736322
  GStreamer | gst-rtsp-server | unspecified

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #285732|none                        |needs-work
             status|                            |

--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-09-12 14:34:07 UTC ---
Review of attachment 285732:
 --> (https://bugzilla.gnome.org/review?bug=736322&attachment=285732)

Just to be sure, the problem here is that if the send queue is full then the
commands will be dropped? Which leads to the problem that the client will be
confused as there's no response?

::: gst/rtsp-server/rtsp-client.c
@@ +1110,3 @@

+  /* Restore limit on watch queue */
+  gst_rtsp_watch_set_send_backlog (priv->watch, 0, 100);

Can you create a #define for this number somewhere at the top of the file?

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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