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 731052 - [gst-template] GstTransform template wont compile on GStreamer 1.0
[gst-template] GstTransform template wont compile on GStreamer 1.0
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: dont know
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-05-31 18:40 UTC by tiagokatcipis
Modified: 2016-04-17 23:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixes the gsttransform.c to compile on gstreamer 1.0 (1.46 KB, patch)
2014-05-31 18:40 UTC, tiagokatcipis
none Details | Review

Description tiagokatcipis 2014-05-31 18:40:29 UTC
Created attachment 277630 [details] [review]
Fixes the gsttransform.c to compile on gstreamer 1.0

The gsttransform.c file is not compiling on GStreamer 1.0. The attached patch fixes the problem.
Comment 1 Tim-Philipp Müller 2016-04-17 23:37:16 UTC
Sorry, looks like I fixed that some time ago without checking if there's an existing patch first!

commit c4f9a1897a254d640e822ad23df96ec74b0645b0
Author: Tim-Philipp Müller <tim@centricular.com>
Date:   Wed Jun 10 13:17:18 2015 +0100

    gst-plugin: transform: fix code
    
    Even if it's not built by default.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=693355