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 93558 - Hang/crash with mpeg2dec plugin
Hang/crash with mpeg2dec plugin
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal normal
: 0.4.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-09-18 10:23 UTC by Andrew Mitchell
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
--gst-mask log from final gst-launch line (186.10 KB, text/plain)
2002-09-18 10:27 UTC, Andrew Mitchell
Details

Description Andrew Mitchell 2002-09-18 10:23:18 UTC
When trying to play mpeg videos in gst-player, it crashes with this odd
backtrace:

(gdb) bt
  • #0 ??

When trying:
 libtool gdb gst-launch --gst-mask=-1 filesrc location=AlienSong.mpg !
mpegdemux video_%02d! { queue ! mpeg2dec ! colorspace ! xvideosink } 
the backtrace is the same

On trying:
gst-launch --gst-mask=-1 filesrc location=AlienSong.mpg ! mpegdemux
video_%02d! mpeg2dec ! colorspace ! xvideosink > ~/public_html/mpegdump 2>&1
it hangs with 100% cpu usage & this output at
http://ajmitch.dhis.org/~ajmitch/mpegdump
Comment 1 Andrew Mitchell 2002-09-18 10:27:58 UTC
Created attachment 11151 [details]
--gst-mask log from final gst-launch line
Comment 2 Christian Fredrik Kalager Schaller 2002-11-15 20:36:08 UTC
Andrew, do you still have this bug?
Comment 3 Christian Fredrik Kalager Schaller 2002-11-15 20:49:01 UTC
Reported fixed with CVS mpeg2dec and our cvsmpeg2dec plugin. Closing.