[Bug 723554] request for "stats" property of "payX" pipeline element may raise GLib warning

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Feb 3 12:39:27 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=723554
  GStreamer | gst-rtsp-server | git

--- Comment #2 from Andrey Utkin <me at andrey-utkin.pp.ua> 2014-02-03 20:39:21 UTC ---
When stats = NULL init added, there are still problems: rtpinfo string is
subject to g_string_free() being NULL, which causes critical GLib warning.


#7  0x00007f3ccac867f2 in g_logv (log_domain=0x7f3ccad1485f "GLib",
log_level=G_LOG_LEVEL_CRITICAL, format=0x7f3ccad0fddc "%s: assertion '%s'
failed", args=0x7f3cbf1dc778)
    at
/var/tmp/portage/dev-libs/glib-2.38.2/work/glib-2.38.2/glib/gmessages.c:989
#8  0x00007f3ccac868f2 in g_log (log_domain=0x7f3ccad1485f "GLib",
log_level=G_LOG_LEVEL_CRITICAL, format=0x7f3ccad0fddc "%s: assertion '%s'
failed")
    at
/var/tmp/portage/dev-libs/glib-2.38.2/work/glib-2.38.2/glib/gmessages.c:1025
#9  0x00007f3ccac86933 in g_return_if_fail_warning (log_domain=0x7f3ccad1485f
"GLib", pretty_function=0x7f3ccad14bb7 <__PRETTY_FUNCTION__.10994>
"g_string_free", 
    expression=0x7f3ccad14850 "string != NULL") at
/var/tmp/portage/dev-libs/glib-2.38.2/work/glib-2.38.2/glib/gmessages.c:1034
#10 0x00007f3ccaca2f59 in g_string_free (string=0x0, free_segment=1) at
/var/tmp/portage/dev-libs/glib-2.38.2/work/glib-2.38.2/glib/gstring.c:219
#11 0x00007f3cca275e75 in gst_rtsp_session_media_get_rtpinfo
(media=0x7f3cb0018130) at rtsp-session-media.c:340
#12 0x00007f3cca27a6a5 in handle_play_request (client=0x1a8e2a0,
ctx=0x7f3cbf1dcad0) at rtsp-client.c:1125
#13 0x00007f3cca27cd33 in handle_request (client=0x1a8e2a0, request=0x1d10088)
at rtsp-client.c:2006
#14 0x00007f3cca27e220 in gst_rtsp_client_handle_message (client=0x1a8e2a0,
message=0x1d10088) at rtsp-client.c:2566
#15 0x00007f3cca27e3f0 in message_received (watch=0x1d0f000, message=0x1d10088,
user_data=0x1a8e2a0) at rtsp-client.c:2619
#16 0x00007f3cc85bb93e in gst_rtsp_source_dispatch_read (stream=0x1a5a270,
watch=0x1d0f000) at gstrtspconnection.c:2972

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