[Bug 690014] Lockup: wrong STREAM_LOCK count 0
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Dec 18 10:42:15 PST 2012
https://bugzilla.gnome.org/show_bug.cgi?id=690014
GStreamer | gstreamer (core) | 0.10.36
--- Comment #4 from Brendan Long <self at brendanlong.com> 2012-12-11 22:29:46 UTC ---
It looks like Qt isn't designed to compile against GStreamer 1.0 at the moment,
and neither is WebKit. Switching to 0.10 from git causes lockups every time I
switch, but with no warning, so presumably something else is going on. I'm
trying the GST_DEBUG thing now.
--- Comment #5 from Brendan Long <self at brendanlong.com> 2012-12-18 18:42:09 UTC ---
Created an attachment (id=231824)
--> (https://bugzilla.gnome.org/attachment.cgi?id=231824)
Program that uses a basic playbin(2) pipeline and switches video or audio
tracks randomly
This should build against GStreamer 0.10 or 1.0 from Git:
libtool --mode=link g++ -o example switchtrackexample.cpp `pkg-config --libs
--cflags gstreamer-1.0`
# or
libtool --mode=link g++ -o example switchtrackexample.cpp `pkg-config --libs
--cflags gstreamer-0.10`
Run it against the attached MKV and OGV files to see how it locks up
consistently on both.
--
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