[Bug 732805] New: Undefined identifier in GStreamer iOS Xcode template gst_ios_init.m
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sun Jul 6 11:04:56 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=732805
GStreamer | packages | 1.3.90
Summary: Undefined identifier in GStreamer iOS Xcode template
gst_ios_init.m
Classification: Platform
Product: GStreamer
Version: 1.3.90
OS/Version: Mac OS
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: packages
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: brion at pobox.com
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Created an attachment (id=280009)
--> (https://bugzilla.gnome.org/attachment.cgi?id=280009)
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);
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list