[Bug 746584] New: cppWrappersTest fails when linked against gstreamer 1.4.4

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Mar 21 13:39:15 PDT 2015


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

            Bug ID: 746584
           Summary: cppWrappersTest fails when linked against gstreamer
                    1.4.4
    Classification: Platform
           Product: GStreamer
           Version: unspecified
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: qt-gstreamer
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: diane at ghic.org
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

gst_message_new_application fails with the following error when passed a NULL
structure, and as a result returns a Null message.

GStreamer-CRITICAL **: gst_message_new_application: assertion 'structure !=
NULL' failed

QGst provided a default null structure argument ApplicationMessagePtr::create
 which was then eventually passed to gst_message_new_application triggering the
error.

I modified the test to defines a meaningless structure for the refpointer test
and removes the default to make sure that any code using this message defines a
structure.

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