[Bug 788917] [rtspsrc] Handling RTSP messages for debugging
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Oct 20 01:01:30 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=788917
--- Comment #2 from Sangkyu Park (sangkyup) <sk1122.park at samsung.com> ---
Yes, I want to provide a patch.
As per your opinion, how about rtspmessage supports to print by the Gstreamer
debug log. and rtspsrc supports "print-all-messages" property. If the property
is enabled, All RTSP messages are prtined using bellow.
GstRTSPResult
gst_rtsp_message_print (GstRTSPMessage * msg, GstObject * obj)
{
/* print rtsp message by gstreamer debug log instead of g_print */
GST_DEBUG_OBJECT(obj, "");
}
Please let me know your opinion for this way.
--
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