GNOME Bugzilla – Bug 637590
[PATCH] fix gst-plugins-bad compile against latest gtk+
Last modified: 2010-12-20 19:36:23 UTC
Created attachment 176713 [details] [review] gst-plugins-bad-compile-fix-for-gst-camera.patch The latest gtk+ dropped some more APIs, and that results in gst-plugins-bad not building against it. The attached patch stops using those APIs.
Could you please turn it into a git formatted patch applied against the latest version (git head). The changes look good, but the patch does not apply: > patch --dry-run -p1 <gst-plugins-bad-0.10.20-api-fix-for-gst-camera.patch patching file tests/examples/camerabin/gst-camera.c Hunk #1 FAILED at 276. Hunk #2 succeeded at 1157 (offset 1 line). Hunk #3 succeeded at 1171 (offset 1 line).
Created attachment 176766 [details] [review] 0001-camerabin-fix-for-latest-GTK-API-changes.patch Sorry about that, I thought Id git format-patch'ed it. Thanks.
There was a type in GTK_CHECK_VERSION macros. Committed the fixed version.
Comment on attachment 176766 [details] [review] 0001-camerabin-fix-for-latest-GTK-API-changes.patch with small correction