[Bug 744816] VideoNode::setCurrentFrame() material assert fails after updating QStandardItemModel

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Mar 17 06:12:32 UTC 2017


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

--- Comment #13 from Diane Trout <diane at ghic.org> ---
That commit builds for you?

I'm trying that commit and it won't build with out this patch. Well some of the
tests wont build. I used cmake -DQT_VERSION=5 -DQTGSTREAMER_TESTS=ON

I did see your test case fails at least some of the time without the fix and
seems to work with the fix added.

Diane

index 2d66ba1..7ed2bdf 100644
--- a/src/QGst/message.h
+++ b/src/QGst/message.h
@@ -205,7 +205,7 @@ class QTGSTREAMER_EXPORT ApplicationMessage : public
Message
     QGST_WRAPPER_FAKE_SUBCLASS(Application, Message)
 public:
     static ApplicationMessagePtr create(const ObjectPtr & source,
-                                        const Structure & structure);
+                                        const Structure &
structure=Structure());
 };

 /*! \headerfile message.h <QGst/Message>
@@ -216,7 +216,7 @@ class QTGSTREAMER_EXPORT ElementMessage : public Message
     QGST_WRAPPER_FAKE_SUBCLASS(Element, Message)
 public:
     static ElementMessagePtr create(const ObjectPtr & source,
-                                    const Structure & structure);
+                                    const Structure & structure=Structure());
 };

 //maybe do: SEGMENT_START (internal)

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