GNOME Bugzilla – Bug 452258
[mpeg2enc] make work with mjpegtools 1.9
Last modified: 2008-01-27 20:21:43 UTC
Please describe the problem: Hi,I'm the livna maintainer of gst-plugins-bad. I tried enabling the mpeg2enc plugin, but that didn't work as the current mpeg2enc code doesn't work with the latest mjpegtools. The attached patch fixes this. !Warning! I didn't actually test this, I just made the necessary fixes to get things to compile !Warning! Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 90877 [details] [review] PATCH: make mpeg2enc plugin compile with mjpegtools 1.9
*** Bug 450927 has been marked as a duplicate of this bug. ***
Thanks... tested and works fine and committed :) 2008-01-27 Sebastian Dröge <slomo@circular-chaos.org> Based on a patch by: Hans de Goede <j dot w dot r dot degoede at hhs dot nl> * configure.ac: * ext/mpeg2enc/gstmpeg2encoder.cc: * ext/mpeg2enc/gstmpeg2encpicturereader.cc: * ext/mpeg2enc/gstmpeg2encpicturereader.hh: Add support for building against mjpegtools 1.9 while keeping compatiblity with older versions.
Let's close this then :)