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 306463 - problems seeking in MPG videos
problems seeking in MPG videos
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-libav
0.8.4
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-06-04 12:00 UTC by Jeroen Zwartepoorte
Modified: 2005-10-03 11:41 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jeroen Zwartepoorte 2005-06-04 12:00:23 UTC
Version details: 0.8.4.2 prerelease

Playback is fine, but when you seek, it segfaults. This is with the ffmpeg elements:

Program received signal SIGABRT, Aborted.

Thread 46912496311648 (LWP 15147)

  • #0 raise
    from /lib64/libc.so.6
  • #1 abort
    from /lib64/libc.so.6
  • #2 __assert_fail
    from /lib64/libc.so.6
  • #3 av_seek_frame_binary
    at utils.c line 1256
  • #4 av_seek_frame
    at utils.c line 1383
  • #5 gst_ffmpegdemux_src_event
    at gstffmpegdemux.c line 311
  • #6 gst_ffmpegdec_event
    at gstffmpegdec.c line 340
  • #7 gst_pad_event_default
    at gstpad.c line 4179
  • #8 gst_pad_event_default
    at gstpad.c line 4179
  • #9 gst_queue_handle_src_event
    at gstqueue.c line 978
  • #10 gst_pad_event_default
    at gstpad.c line 4179
  • #11 gst_pad_event_default
    at gstpad.c line 4179
  • #12 gst_pad_event_default
    at gstpad.c line 4179
  • #13 gst_play_bin_send_event
    at gstplaybin.c line 873
  • #14 bacon_video_widget_seek
  • #15 totem_action_stop

Comment 1 Ronald Bultje 2005-07-20 15:44:23 UTC
I updated snapshot, is this reproduceable? If so, can you post a new backtrace
so I can fix it? Thanks.
Comment 2 Luca Ognibene 2005-10-02 13:44:42 UTC
Marking as incomplete.. Please reopen if you can replicate it!