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 588434 - [gst-template] Transform template doesn't work
[gst-template] Transform template doesn't work
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: dont know
git master
Other All
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-07-13 09:43 UTC by Joonas Salo
Modified: 2009-08-10 23:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for including correct header (473 bytes, patch)
2009-07-13 09:45 UTC, Joonas Salo
committed Details | Review
Patch for linking base and ctrl (552 bytes, patch)
2009-07-13 09:46 UTC, Joonas Salo
committed Details | Review

Description Joonas Salo 2009-07-13 09:43:46 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:
Comment 1 Joonas Salo 2009-07-13 09:45:20 UTC
Created attachment 138316 [details] [review]
Patch for including correct header
Comment 2 Joonas Salo 2009-07-13 09:46:29 UTC
Created attachment 138317 [details] [review]
Patch for linking base and ctrl
Comment 3 Sebastian Dröge (slomo) 2009-07-16 18:28:14 UTC
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>