[Bug 727812] New: directsoundsrc: CRITICAL, debug category not defined
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Apr 8 03:43:40 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=727812
GStreamer | gst-plugins-bad | git
Summary: directsoundsrc: CRITICAL, debug category not defined
Classification: Platform
Product: GStreamer
Version: git
OS/Version: Windows
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-bad
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: xartigas.bugzilla at gmail.com
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Created an attachment (id=273775)
--> (https://bugzilla.gnome.org/attachment.cgi?id=273775)
Trivial fix
In directsoundsrc.c:161 (gst_directsound_src_class_init):
GST_DEBUG ("initializing directsoundsrc class");
But the debug category is not defined until line 181:
GST_DEBUG_CATEGORY_INIT (directsoundsrc_debug, "directsoundsrc", 0,
"DirectSound Src");
Therefore, we get this annoying (although harmless) Glib Critical:
GStreamer-CRITICAL **: gst_debug_log_valist: assertion 'category != NULL'
failed
--
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