ChinnaSuhas / ossbuild

Automatically exported from code.google.com/p/ossbuild
Other
0 stars 1 forks source link

Crash with mpeg2dec #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When mpeg2dec plugin is used, gst crashes. Using the FFmpeg mpeg2 decoder 
works fine.

For now, the fix has been to exclude this plugin + associated dependencies 
from the installer. But it should be addressed.

The following video, for example, causes the mpeg2dec plugin to crash:

http://samples.mplayerhq.hu/MPEG2/dvd.mpeg

Original issue reported on code.google.com by david.g.hoyt on 15 Mar 2010 at 8:45

GoogleCodeExporter commented 9 years ago
If you examine the stacktrace, you'll see that it's crashing inside of libmpeg2-
0.dll.

Original comment by david.g.hoyt on 17 Mar 2010 at 5:17

GoogleCodeExporter commented 9 years ago
My most probable conclusion is that libmpeg2 didn't compile correctly using gcc 
4.4.3. A copy of the dll from the previous release which was compiled with a 
different version of gcc should confirm if this is the case or not.

Original comment by david.g.hoyt on 17 Mar 2010 at 5:19

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
It seems that I've confirmed that it's a libmpeg2 issue. Copying over the older
libmpeg2 build on top of the new one and running mpeg2 videos worked. I'll 
examine
what's going on and try to find the proper fix. I'd appreciate some help.

Original comment by david.g.hoyt on 18 Mar 2010 at 5:13

GoogleCodeExporter commented 9 years ago
I believe I have this fixed as of r541
(http://code.google.com/p/ossbuild/source/detail?r=541). If someone else could
confirm this, please let me know and then I'll close this out.

Original comment by david.g.hoyt on 18 Mar 2010 at 7:59

GoogleCodeExporter commented 9 years ago

Original comment by david.g.hoyt on 18 Mar 2010 at 9:40