[Bug 788917] [rtspsrc] Handling RTSP messages for debugging

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Oct 20 01:11:23 UTC 2017


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

--- Comment #3 from Sangkyu Park (sangkyup) <sk1122.park at samsung.com> ---
or 

in the other way,
If "debug" property in rtspsrc is enabled, the log is printed additionally like
below.

if (src->debug) {
          gst_rtsp_message_dump (&message);
          gst_rtsp_message_print (&message, src);
}

Please give me advice about the ways to resolve.
Thanks.

--- Comment #4 from Sangkyu Park (sangkyup) <sk1122.park at samsung.com> ---
or 

in the other way,
If "debug" property in rtspsrc is enabled, the log is printed additionally like
below.

if (src->debug) {
          gst_rtsp_message_dump (&message);
          gst_rtsp_message_print (&message, src);
}

Please give me advice about the ways to resolve.
Thanks.

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