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 661066 - Segfault when transcoding a file from Ogg to Quicktime
Segfault when transcoding a file from Ogg to Quicktime
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.22
Other Linux
: Normal normal
: 0.10.23
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-10-06 09:51 UTC by Christian Fredrik Kalager Schaller
Modified: 2011-10-06 16:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gdb backtrace of crash (3.62 KB, application/x-bzip)
2011-10-06 09:51 UTC, Christian Fredrik Kalager Schaller
  Details
GST_DEBUG log of crash (987.45 KB, application/x-bzip)
2011-10-06 09:52 UTC, Christian Fredrik Kalager Schaller
  Details
Fix the issue reimplementing gst_h264_parse_chain properly (6.17 KB, patch)
2011-10-06 15:22 UTC, Thibault Saunier
none Details | Review

Description Christian Fredrik Kalager Schaller 2011-10-06 09:51:02 UTC
Created attachment 198418 [details]
gdb backtrace of crash

Trying to transcode a simple Ogg Vorbis+Theora file to Quicktime with H264 and AAC. It segfaults.
Comment 1 Christian Fredrik Kalager Schaller 2011-10-06 09:52:29 UTC
Created attachment 198419 [details]
GST_DEBUG log of crash

Added GST_DEBUG log, also important to not is that the crash happens just as the encode starts.
Comment 2 Christian Fredrik Kalager Schaller 2011-10-06 10:53:33 UTC
Removing libgstvideoparsersbad.so makes the crash go away.
Comment 3 Thibault Saunier 2011-10-06 15:22:10 UTC
Created attachment 198442 [details] [review]
Fix the issue reimplementing gst_h264_parse_chain properly
Comment 4 Thibault Saunier 2011-10-06 15:51:25 UTC
commit f94236078cd38d3e881d80e7e89cef86be03c921
Author: Thibault Saunier <thibault.saunier@collabora.com>
Date:   Thu Oct 6 12:15:45 2011 -0300

    h264parse: Make proper use of the h264parser lib in parse_chain
    
    Minor debugging logs fixes