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 133006 - problems w/ seeking
problems w/ seeking
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.8.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-01-30 21:22 UTC by Jon Trowbridge
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jon Trowbridge 2004-01-30 21:22:31 UTC
(All of the below is with matrix.avi)

By seeking in totem, it is fairly easy to trigger a crash:

ERROR GST_PADS( 9639) gstpad.c(2260):gst_pad_set_explicit_caps: <mad0>
failed to negotiate (try_set_caps returned REFUSED)

This happens at random.  Here is the backtrace:

  • #0 got_error
    at bacon-video-widget-gst.c line 712
  • #1 gst_marshal_VOID__OBJECT_POINTER_STRING
    at gstmarshal.c line 208
  • #2 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #3 g_signal_emit_by_name
    from /usr/lib/libgobject-2.0.so.0
  • #4 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #5 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #6 gst_element_error_func
  • #7 gst_marshal_VOID__OBJECT_POINTER_STRING
    at gstmarshal.c line 208
  • #8 g_cclosure_new_swap
    from /usr/lib/libgobject-2.0.so.0
  • #9 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #10 g_signal_emit_by_name
    from /usr/lib/libgobject-2.0.so.0
  • #11 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #12 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #13 gst_element_error_func
  • #14 gst_marshal_VOID__OBJECT_POINTER_STRING
    at gstmarshal.c line 208
  • #15 g_cclosure_new_swap
    from /usr/lib/libgobject-2.0.so.0
  • #16 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #17 g_signal_emit_by_name
    from /usr/lib/libgobject-2.0.so.0
  • #18 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #19 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #20 gst_element_error_func
  • #21 gst_marshal_VOID__OBJECT_POINTER_STRING
    at gstmarshal.c line 208
  • #22 g_cclosure_new_swap
    from /usr/lib/libgobject-2.0.so.0
  • #23 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #24 g_signal_emit_by_name
    from /usr/lib/libgobject-2.0.so.0
  • #25 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #26 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #27 gst_element_error_full
    at gstelement.c line 2445
  • #28 gst_pad_set_explicit_caps
    at gstpad.c line 2260
  • #29 gst_mad_chain
    at gstmad.c line 1066
  • #30 gst_basic_scheduler_cothreaded_chain
    at gstbasicscheduler.c line 351
  • #31 run_new_thread
    at gthread-cothreads.h line 144
  • #32 g_static_private_free
    from /usr/lib/libglib-2.0.so.0
  • #33 pthread_start_thread
    from /lib/i686/libpthread.so.0
  • #34 pthread_start_thread_event
    from /lib/i686/libpthread.so.0
Seeking around at random also leads to a lot of spew on the console like:

ignoring overflow at 12 1
ac-tex damaged at 33 26
 
error while decoding block: 33 x 26 (5)
Error at MB: 1099
concealing errors
ignoring overflow at 17 20
ac-tex damaged at 8 24
 
error while decoding block: 8 x 24 (1)
Error at MB: 992
concealing errors
ignoring overflow at 28 5
ac-tex damaged at 14 23
Comment 1 Ronald Bultje 2004-10-29 17:41:43 UTC
I'm fairly certain that this has been fixed, as matrix.avi has been in my
testcollection for a few months now and survives all tests with no problem.
Please re-open if you encounter new problems. :).