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 551922 - seeking crashes totem(h264 mp4 file)
seeking crashes totem(h264 mp4 file)
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: High critical
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-09-12 08:50 UTC by j^
Modified: 2008-09-12 10:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description j^ 2008-09-12 08:50:13 UTC
trying to seek in h264 mp4 files recorded with a Samsung NV24HD
totem crashes. this still happens with gst-ffmpeg from cvs head.

here a sample: http://v2v.cc/~j/samples/H264_720p_seek.mp4
Comment 1 Edward Hervey 2008-09-12 10:00:49 UTC
Works fine with head. Could you give us a backtrace ?
Comment 2 j^ 2008-09-12 10:09:24 UTC
this is on 64bit linux by the way, could this be an issue?
 
here the backtrace:

Program received signal SIGSEGV, Segmentation fault.

Thread 1119123792 (LWP 26394)

  • #0 fill_default_ref_list
    at libavcodec/h264.c line 2895
  • #1 decode_slice_header
    at libavcodec/h264.c line 4161
  • #2 decode_nal_units
    at libavcodec/h264.c line 7621
  • #3 decode_frame
    at libavcodec/h264.c line 7820
  • #4 avcodec_decode_video
    at libavcodec/utils.c line 906
  • #5 gst_ffmpegdec_frame
    at gstffmpegdec.c line 1456
  • #6 gst_ffmpegdec_chain
    at gstffmpegdec.c line 2257
  • #7 gst_pad_chain_unchecked
    at gstpad.c line 3582
  • #8 gst_pad_push
    at gstpad.c line 3750
  • #9 gst_queue_loop
    at gstqueue.c line 1047
  • #10 gst_task_func
    at gsttask.c line 192
  • #11 ??
    from /usr/lib/libglib-2.0.so.0
  • #12 ??
    from /usr/lib/libglib-2.0.so.0
  • #13 start_thread
    from /lib/libpthread.so.0
  • #14 clone
    from /lib/libc.so.6
  • #15 ??

Comment 3 j^ 2008-09-12 10:18:57 UTC
oh, i forgot to run ./autogen.sh in gst-ffmpeg to get the latest version of ffmpeg, once i did that it no longer crashes, nice. sorry for the noise.