[gstreamer-bugs] [Bug 385623] New: Quarktv element crash
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Wed Dec 13 13:35:02 PST 2006
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=385623
GStreamer | gst-plugins-good | Ver: 0.10.11
Summary: Quarktv element crash
Product: GStreamer
Version: 0.10.11
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-good
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: adam.lofts at gmail.com
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME version: Unspecified
GNOME milestone: Unspecified
I am getting a crash in the quarktv element however since I am not 100% that my
method is correct I describe it below:
Given a pipeline in PLAYING state:
v4lsrc ! ffmpegcolorspace ! xvimagesink
I block the v4lsrc src pad unlink with the csp. Then I add to the pipeline a
bin containing [ ffmpegcolorspace ! quarktv ] and link the blocked src pad to a
ghost pad on the bin, the bin src pad to the csp and then unblock the blocked
pad.
For most of the *tv filters this always works (i.e. never any crash). With the
quarktv I sometimes get a crash:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1236718704 (LWP 24906)]
0xaec4e7cc in gst_quarktv_get_type ()
from /usr/lib/gstreamer-0.10/libgsteffectv.so
(gdb) bt
#0 0xaec4e7cc in gst_quarktv_get_type ()
from /usr/lib/gstreamer-0.10/libgsteffectv.so
#1 0xaec4e8cb in gst_quarktv_get_type ()
from /usr/lib/gstreamer-0.10/libgsteffectv.so
#2 0xb6f7d32f in gst_base_transform_get_type ()
from /usr/lib/libgstbase-0.10.so.0
#3 0xb6f7f210 in gst_base_transform_get_type ()
from /usr/lib/libgstbase-0.10.so.0
#4 0xb6f16b37 in gst_pad_set_caps () from /usr/lib/libgstreamer-0.10.so.0
#5 0xb6f18098 in gst_pad_alloc_buffer () from /usr/lib/libgstreamer-0.10.so.0
#6 0xb6f186cb in gst_pad_push () from /usr/lib/libgstreamer-0.10.so.0
#7 0xb6f7ea94 in gst_base_transform_get_type ()
from /usr/lib/libgstbase-0.10.so.0
#8 0xb6f17fd9 in gst_pad_alloc_buffer () from /usr/lib/libgstreamer-0.10.so.0
#9 0xb6f186cb in gst_pad_push () from /usr/lib/libgstreamer-0.10.so.0
#10 0xb6f09f6a in _gst_format_initialize ()
from /usr/lib/libgstreamer-0.10.so.0
#11 0xb6f17fd9 in gst_pad_alloc_buffer () from /usr/lib/libgstreamer-0.10.so.0
#12 0xb6f186cb in gst_pad_push () from /usr/lib/libgstreamer-0.10.so.0
#13 0xb6f7a4c6 in gst_base_src_get_type () from /usr/lib/libgstbase-0.10.so.0
#14 0xb6f303b6 in gst_task_set_lock () from /usr/lib/libgstreamer-0.10.so.0
#15 0xb7cb1bd8 in g_thread_pool_push () from /usr/lib/libglib-2.0.so.0
#16 0xb7cb027f in g_thread_create_full () from /usr/lib/libglib-2.0.so.0
---Type <return> to continue, or q <return> to quit---
#17 0xb7f8f31b in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#18 0xb7ee73ee in clone () from /lib/tls/i686/cmov/libc.so.6
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
More information about the Gstreamer-bugs
mailing list