GNOME Bugzilla – Bug 611761
[regression] some mpeg files get detected as sound-only
Last modified: 2010-03-04 23:12:55 UTC
I have a few video files, all made with the same camera. When I import them into pitivi, some get detected correctly, but some get detected as sound-only files. All files play fine as videos in totem however and pitivi 13.3 from the ppa below detects all files correctly as video files. pitivi: git commit d630a1abad27138b1a4f3f99a085cc0e183ce23f gstreamer: http://ppa.launchpad.net/gstreamer-developers/ppa/ubuntu karmic main
I can confirm the problem with volker's files with pitivi git master. According to Volker, this does not happen in 0.13.3 (only with pitivi git). Two sample files: http://jeff.ecchi.ca/public/pitivi-611761-does_work.MPG http://jeff.ecchi.ca/public/pitivi-611761-only_shows_up_as_audio.MPG
Does not work since commit 5490685bce980683a09d28973e768438eda0f170.
Thanks for reporting this guys. It's now fixed. commit 023931ada21b9ce2ff702e9b1f8fcf847b9fee58 Author: Alessandro Decina <alessandro.d@gmail.com> Date: Fri Mar 5 00:10:32 2010 +0100 Block video pads to prepare for seeking only once they are negotiated. Fixes #611761.