[gstreamer-bugs] [Bug 608417] rtpssrc problem

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jan 29 04:32:22 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=608417
  GStreamer | gst-plugins-good | 0.10.25

--- Comment #9 from Wim Taymans <wim.taymans at gmail.com> 2010-01-29 12:32:20 UTC ---
Can you apply this patch and paste the output here?

diff --git a/gst-libs/gst/rtsp/gstrtspconnection.c
b/gst-libs/gst/rtsp/gstrtspconnection.c
index 9300532..1a4bb16 100644
--- a/gst-libs/gst/rtsp/gstrtspconnection.c
+++ b/gst-libs/gst/rtsp/gstrtspconnection.c
@@ -1893,6 +1893,8 @@ build_next (GstRTSPBuilder * builder, GstRTSPMessage *
message,
         if (res != GST_RTSP_OK)
           goto done;

+        gst_util_dump_mem (builder->buffer, builder->offset);
+
         /* check for empty line */
         empty = builder->buffer[0] == '\0';

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