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 732805 - Undefined identifier in GStreamer iOS Xcode template gst_ios_init.m
Undefined identifier in GStreamer iOS Xcode template gst_ios_init.m
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: packages
1.3.90
Other Mac OS
: Normal normal
: 1.3.91
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-07-06 18:04 UTC by Brion Vibber
Modified: 2014-07-06 18:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot of error in Xcode (1.12 MB, image/png)
2014-07-06 18:04 UTC, Brion Vibber
Details

Description Brion Vibber 2014-07-06 18:04:53 UTC
Created attachment 280009 [details]
Screenshot of error in Xcode

Steps to reproduce:
* current OS X 10.9 with Xcode 5.1
* wipe ~/Library/Developer/Xcode/Templates
* wipe ~/Library/Developer/GStreamer
* download and install package from http://gstreamer.freedesktop.org/data/pkg/ios/1.3.90/
* open Xcode
* create new project with 'GStreamer Single View Applicagtion' template
* build

Compiler flags an undeclared identifier here:

  g_free (ca_cacertificates);

^ seems it should be:

  g_free (ca_certificates);
Comment 1 Sebastian Dröge (slomo) 2014-07-06 18:12:48 UTC
Thanks for reporting but this was already fixed. The fix will be included in the 1.3.91 release candidate and 1.4.0 later.

In 1.3.90 there was also another critical bug which made video output of most video formats fail (just showed green or black). This is also fixed already and will be included in 1.3.91.

commit 296945c28e7e54f2c757228285b80e866a017070
Author: Sebastian Dröge <sebastian@centricular.com>
Date:   Sat Jun 28 16:13:00 2014 +0200

    ios-templates: Fix variable name