After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 131049 - avi-demux segfault
avi-demux segfault
Status: RESOLVED DUPLICATE of bug 131050
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-01-09 23:27 UTC by Stephane Loeuillet
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stephane Loeuillet 2004-01-09 23:27:47 UTC
using all in HEAD
opening an AVI file with gst-player  :

(gst-player:23031): GStreamer-CRITICAL **: file gstinterface.c: line 140
(gst_implements_interface_cast): assertion
`gst_element_implements_interface (GST_ELEMENT (from), iface_type)' failed
 
** (gst-player:23031): CRITICAL **: file xoverlay.c: line 181
(gst_x_overlay_got_desired_size): assertion `GST_IS_X_OVERLAY (overlay)' failed
** Message: track found min max volume 0, 100
 
(gst-player:23040): GStreamer-CRITICAL **: Could not find a compatible pad
on element avidemux0 to link to src_0:sink
 
(gst-player:23040): GStreamer-CRITICAL **: Could not find a compatible pad
on element avidemux0 to link to src_1:sink
 
Program received signal SIGSEGV, Segmentation fault.

Thread 16386 (LWP 23040)

  • #0 gst_avi_demux_stream_index
    at gstavidemux.c line 1064
  • #1 gst_avi_demux_stream_header
    at gstavidemux.c line 1283
  • #2 gst_avi_demux_loop
    at gstavidemux.c line 1471
  • #3 loop_group_schedule_function
    at gstoptimalscheduler.c line 996
  • #4 schedule_group
    at gstoptimalscheduler.c line 841
  • #5 gst_opt_scheduler_schedule_run_queue
    at gstoptimalscheduler.c line 880
  • #6 schedule_chain
    at gstoptimalscheduler.c line 924
  • #7 gst_opt_scheduler_iterate
    at gstoptimalscheduler.c line 2074
  • #8 gst_scheduler_iterate
    at gstscheduler.c line 729
  • #9 gst_bin_iterate_func
    at gstbin.c line 1080
  • #10 gst_marshal_BOOLEAN__VOID
    at gstmarshal.c line 355
  • #11 g_type_class_meta_marshal
    from /usr/lib/libgobject-2.0.so.0
  • #12 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #13 signal_emit_unlocked_R
    from /usr/lib/libgobject-2.0.so.0
  • #14 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #15 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #16 gst_bin_iterate
    at gstbin.c line 1119
  • #17 gst_thread_main_loop
    at gstthread.c line 551
  • #18 g_thread_create_proxy
    from /usr/lib/libglib-2.0.so.0
  • #19 pthread_start_thread
    from /lib/libpthread.so.0
  • #20 pthread_start_thread_event
    from /lib/libpthread.so.0
  • #21 clone
    from /lib/libc.so.6

Comment 1 Stephane Loeuillet 2004-01-09 23:29:23 UTC

*** This bug has been marked as a duplicate of 131050 ***