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 452258 - [mpeg2enc] make work with mjpegtools 1.9
[mpeg2enc] make work with mjpegtools 1.9
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.5
Other All
: Normal enhancement
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 450927 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-06-29 14:27 UTC by Hans de Goede
Modified: 2008-01-27 20:21 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
PATCH: make mpeg2enc plugin compile with mjpegtools 1.9 (3.43 KB, patch)
2007-06-29 14:28 UTC, Hans de Goede
committed Details | Review

Description Hans de Goede 2007-06-29 14:27:40 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:
Comment 1 Hans de Goede 2007-06-29 14:28:26 UTC
Created attachment 90877 [details] [review]
PATCH: make mpeg2enc plugin compile with mjpegtools 1.9
Comment 2 Tim-Philipp Müller 2007-06-29 14:37:25 UTC
*** Bug 450927 has been marked as a duplicate of this bug. ***
Comment 3 Sebastian Dröge (slomo) 2008-01-27 07:32:02 UTC
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.
Comment 4 Tim-Philipp Müller 2008-01-27 20:21:43 UTC
Let's close this then :)