[gstreamer-bugs] [Bug 641246] Thumbnail command wedges

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Feb 2 07:31:12 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=641246
  GStreamer | gst-editing-services | git

--- Comment #2 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> 2011-02-02 15:31:07 UTC ---
#0  0x00007f2e86d98145 in raise () from /lib64/libc.so.6
#1  0x00007f2e86d993df in abort () from /lib64/libc.so.6
#2  0x00007f2e87338335 in g_logv () from /usr/lib64/libglib-2.0.so.0
#3  0x00007f2e87338427 in g_log () from /usr/lib64/libglib-2.0.so.0
#4  0x00007f2e887b5ea4 in g_type_check_instance () from
/usr/lib64/libgobject-2.0.so.0
#5  0x00007f2e887b350d in g_signal_connect_data () from
/usr/lib64/libgobject-2.0.so.0
#6  0x00007f2e89556f8c in ges_track_init (self=0x22274d0) at ges-track.c:180
#7  0x00007f2e887bbc06 in g_type_create_instance () from
/usr/lib64/libgobject-2.0.so.0
#8  0x00007f2e887a9773 in ?? () from /usr/lib64/libgobject-2.0.so.0
#9  0x00007f2e887a9ac2 in g_object_newv () from /usr/lib64/libgobject-2.0.so.0
#10 0x00007f2e887a9f4b in g_object_new_valist () from
/usr/lib64/libgobject-2.0.so.0
#11 0x00007f2e887aa071 in g_object_new () from /usr/lib64/libgobject-2.0.so.0
#12 0x00007f2e89556ac9 in ges_track_new (type=GES_TRACK_TYPE_AUDIO,
caps=0x222bc40) at ges-track.c:206
#13 0x0000000000402e1d in create_timeline (argc=4, argv=0x7fffd96d0878) at
ges-launch.c:158
#14 create_pipeline (argc=4, argv=0x7fffd96d0878) at ges-launch.c:279
#15 main (argc=4, argv=0x7fffd96d0878) at ges-launch.c:459


#6  0x00007f2e89556f8c in ges_track_init (self=0x22274d0) at ges-track.c:180
180       g_signal_connect (self->priv->composition, "pad-added",
(gdb) li
175       self->priv = G_TYPE_INSTANCE_GET_PRIVATE (self,
176           GES_TYPE_TRACK, GESTrackPrivate);
177
178       self->priv->composition = gst_element_factory_make ("gnlcomposition",
NULL);
179
180       g_signal_connect (self->priv->composition, "pad-added",
181           (GCallback) pad_added_cb, self);
182       g_signal_connect (self->priv->composition, "pad-removed",
183           (GCallback) pad_removed_cb, self);
184

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