GNOME Bugzilla – Bug 588434
[gst-template] Transform template doesn't work
Last modified: 2009-08-10 23:24:03 UTC
Please describe the problem: If a plugin is created with make_element using transform template, it won't compile and it wont run. One header is included incorrectly and base and ctrl libraries are not linked. Steps to reproduce: 1. cd src 2. ../tools/make_element myplugin gsttransform Actual results: Expected results: Does this happen every time? yes Other information:
Created attachment 138316 [details] [review] Patch for including correct header
Created attachment 138317 [details] [review] Patch for linking base and ctrl
commit ea7b72764e17111e5c8e72d020b44dc16fa98a80 Author: Joonas Salo <joonas.salo.tut.fi> Date: Thu Jul 16 20:27:29 2009 +0200 gst-plugin: Link with controller and base libraries Fixes bug #588434. commit 1d9201d9213c9137de528f2696a74870f898942b Author: Thomas Vander Stichele <thomas (at) apestaart (dot) org> Date: Mon Jul 13 16:51:50 2009 +0200 fix header file name change Patch by: Joonas Salo <joonas dot salo at tut dot fi>