GNOME Bugzilla – Bug 732805
Undefined identifier in GStreamer iOS Xcode template gst_ios_init.m
Last modified: 2014-07-06 18:12:48 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);
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