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 756242 - OSX Tutorials Have The Wrong Framework Path
OSX Tutorials Have The Wrong Framework Path
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: documentation
1.6.0
Other Mac OS
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-10-08 13:26 UTC by mspiegelmock
Modified: 2015-10-10 08:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
This should fix tutorial 1 & 2 (5.85 KB, patch)
2015-10-10 01:56 UTC, mspiegelmock
committed Details | Review

Description mspiegelmock 2015-10-08 13:26:25 UTC
http://cgit.freedesktop.org/~slomo/gst-sdk-tutorials/

OSX tutorials don't use an absolute path to GStreamer.framework. All the targets need updating.

Tutorial 2 crashes
Comment 1 mspiegelmock 2015-10-10 01:56:07 UTC
Created attachment 313004 [details] [review]
This should fix tutorial 1 & 2
Comment 2 Sebastian Dröge (slomo) 2015-10-10 08:38:56 UTC
Thanks, merged!

commit 96b0ce21e50fc38ccc40d67ef44eac563d10d5dd
Author: mspiegelmock@gmail.com <mspiegelmock@gmail.com>
Date:   Sat Oct 10 09:38:25 2015 +0100

    Fix framework path on OSX
    
    https://bugzilla.gnome.org/show_bug.cgi?id=756242
Comment 3 Tim-Philipp Müller 2015-10-10 08:48:52 UTC
> Author: mspiegelmock@gmail.com <mspiegelmock@gmail.com>

Would be nice if you could use your real name here in future :)

git config --global user.name "John Doe"