[Bug 669039] New: gstrtspconnection: new data may get sent even-though there is a queued message in the GstRTSPWatch

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jan 30 07:34:18 PST 2012


https://bugzilla.gnome.org/show_bug.cgi?id=669039
  GStreamer | gst-plugins-base | 0.10.24

           Summary: gstrtspconnection: new data may get sent even-though
                    there is a queued message in the GstRTSPWatch
    Classification: Platform
           Product: GStreamer
           Version: 0.10.24
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: ognyan.tonchev at axis.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=206443)
 View: https://bugzilla.gnome.org/attachment.cgi?id=206443
 Review: https://bugzilla.gnome.org/review?bug=669039&attachment=206443

only send new data if there are no queued messages

gst_rtsp_watch_write_data () will not check if there is already queued message
in 'watch->write_data'.

The exact problem that i have noticed is that the gst-rtsp-server sometimes
sends an RTSP data in the middle of an RTP packet when tunneling over HTTP and
the bandwidth of the network is too low.

Attaching also a small patch which solves the problem.

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