abrt 1.0.9 detected a crash. architecture: x86_64 Attached file: backtrace cmdline: /usr/bin/gst-launch-0.10 filesrc location=video.out ! avimux ! filesink location=video.avi component: gstreamer crash_function: gst_avi_mux_audsink_set_fields executable: /usr/bin/gst-launch-0.10 global_uuid: 234e7e2b2f7c06365790290acfe6600edf8a72c8 kernel: 2.6.32.11-99.fc12.x86_64 package: gstreamer-0.10.28-2.fc12 rating: 4 reason: Process /usr/bin/gst-launch-0.10 was killed by signal 8 (SIGFPE) release: Fedora release 12 (Constantine) comment ----- $ file video.out video.out: MPEG sequence, v4, video, advanced RT simple @ L! How to reproduce ----- $gst-launch filesrc location=video.out ! avimux ! filesink location=out.avi Setting pipeline to PAUSED ... Pipeline is PREROLLING ... Pipeline is PREROLLED ... Setting pipeline to PLAYING ... New clock: GstSystemClock Floating point exception (core dumped)
Created attachment 412849 [details] File: backtrace
I've forwarded this crash to the GStreamer developers at https://bugzilla.gnome.org/show_bug.cgi?id=618351 That said, this pipeline wouldn't work anyway. You'll need to tell gst-launch the format of the given file. If it's raw video that you captured, you'll want to use the videoparse element to do that. So using somethig like this should work: gst-launch filesrc location=video.out ! videoparse width=320 height=240 format=i420 ! avimux ! filesink location=out.avi Of course, you need to use the correct width, height and format. If it's a video file that is in some format already, you want to use decodebin to decode it, like this: gst-launch filesrc location=video.out ! decodebin ! avimux ! filesink location=out.avi Hope that helps.
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
gstreamer-0.10.30-1.fc13,gstreamer-plugins-base-0.10.30-1.fc13,gstreamer-plugins-good-0.10.24-1.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/gstreamer-0.10.30-1.fc13,gstreamer-plugins-base-0.10.30-1.fc13,gstreamer-plugins-good-0.10.24-1.fc13
gstreamer-0.10.30-1.fc13, gstreamer-plugins-base-0.10.30-1.fc13, gstreamer-plugins-good-0.10.24-1.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report.