[Bug 788917] rtspsrc: Handling RTSP messages for debugging

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Oct 30 10:01:41 UTC 2017


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

--- Comment #15 from Sangkyu Park (sangkyup) <sk1122.park at samsung.com> ---
typedef struct _RTSPKeyValue
{
  GstRTSPHeaderField field;
  gchar *value;
  gchar *custom_key;            /* custom header string (field is INVALID then)
*/
} RTSPKeyValue;

static void
key_value_foreach (GArray * array, GFunc func, gpointer user_data)


The above are static declaration in gstrtspmessage.c.
But they are needed in rtspsrc when printing key values.
Is it possible that changed to global declaration?

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