summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-08-16Update iconsHEADmasterOlivier Crête59-6/+346
2016-06-22android/tutorial3: De-SDKify everything a bit moreSebastian Dröge5-6/+6
TODO: The application icon
2016-06-03android/tutorial2: De-SDKify everything a bit moreSebastian Dröge3-3/+3
TODO: The application icon
2016-06-03android/tutorial1: De-SDKify everything a bit moreSebastian Dröge3-4/+4
TODO: The application icon
2015-10-10Fix framework path on OSXmspiegelmock@gmail.com1-5/+21
https://bugzilla.gnome.org/show_bug.cgi?id=756242
2015-09-18ios: link against libiconvMatthew Waters1-0/+12
Fixes linker errors from cerbero now utilising the system provided libiconv. Requires GStreamer >= 1.5.91
2015-09-03ios tutorials: make work with Xcode 6.4Justin Kim1-2/+18
Tutorial 2 to 5 requires to link with VideoToolBox and arm64 is needed for iphone 5/6.
2015-02-16Tutorial5: Fix live streamsXavier Claessens1-4/+7
Switching from PAUSED to PLAYING with a live stream returns ASYNC, not NO_PREROLL. It would reset the is_live state back to FALSE.
2014-07-21ios: Update gst_ios_init.[hm] files for 1.4.0Sebastian Dröge10-30/+270
2014-07-21android: It's org.freedesktop.gstreamer.GStreamer now since 1.4.0Sebastian Dröge5-5/+5
2014-02-12Include stdint.h for android/native_window.hSebastian Dröge3-0/+3
Yay, broken headers!
2013-11-28vs2010: Fix GSTREAMER_ROOT environment variable nameSebastian Dröge19-88/+88
2013-10-31Port VS project files to 1.0Sebastian Dröge19-107/+107
2013-10-31Port XCode OS X project files to 1.0Sebastian Dröge1-2/+2
2013-10-31Port iOS tutorials to 1.0Sebastian Dröge14-1087/+643
2013-10-31Port Android tutorials to 1.0Sebastian Dröge8-85/+71
2013-10-31Port playback tutorials to 1.0Sebastian Dröge7-83/+88
2013-10-31Port basic tutorials to 1.0Sebastian Dröge10-95/+95
2013-05-28Fix files pathsAndoni Morales Alastruey1-2/+2
2013-05-28Fix some linker issues with the new tutorialsAndoni Morales Alastruey1-0/+34
2013-05-27Use the default SDK as base SDK as 10.6 might not be installedAndoni Morales Alastruey1-2/+2
2013-05-27Add missing tutorialsAndoni Morales Alastruey11-0/+1452
2013-05-22Adapt to latest Xcode templates (including fonts).Xavi Artigas17-1042/+1852
2013-05-22Disable screen auto-lock when the clip is playing.Xavi Artigas1-0/+3
2013-05-22Add Photo Library items to iOS Tutorial 5Xavi Artigas3-11/+52
2013-05-21Stylish edits in the commentsXavi Artigas2-962/+962
2013-05-21Typo in commentXavi Artigas1-1/+1
2013-05-21Remove the LibraryView, as it belongs to Tutorial 5, not Tutorial 4.Xavi Artigas6-304/+7
2013-05-21Add some code comments.Xavi Artigas4-80/+96
2013-05-17Copy iOS Tutorial 4 into iOS Tutorial 5Xavi Artigas27-0/+2764
2013-05-17Fix resizing mode and iPhone storyboard.Xavi Artigas2-6/+51
2013-05-17Add buffering, eos, clock_lost and duration message handling. Add a couple ↵Xavi Artigas2-2/+55
of wrong hardcoded URLs to debug error reporting facilities.
2013-05-17Enable seeking by dragging the time slider. Add a bunch of online clips to ↵Xavi Artigas6-17/+152
the hardcoded library.
2013-05-16Add slider and text widgets that track the current position and duration. ↵Xavi Artigas6-31/+133
The slider is not seekable yet.
2013-05-14Inform the application about the media size, so it can adapt the UIView to ↵Xavi Artigas3-0/+51
the correct aspect ratio.
2013-05-14iPhone storyboard for iOS tutorial 4Xavi Artigas1-41/+126
2013-05-14Initial iOS Tutorial 4, already working. No seek bar yet. iPhone storyboard ↵Xavi Artigas10-36/+259
missing. External files can be played if they are copied into the application through iTunes file sharing.
2013-05-13Adapt tutorial code to new xcode ios templatesXavi Artigas8-10/+76
2013-05-10Remove autogenerated copyright notices and some whitespace.Xavi Artigas9-195/+0
2013-05-09First iOS Tutorial 4 (a copy of Tutorial 3)Xavi Artigas25-0/+2154
2013-05-09Fix debug category nameXavi Artigas1-2/+2
2013-05-09Dynamically change the video UIView so that it maximizes its size respecting ↵Xavi Artigas4-18/+101
the media aspect ratio. In this way, we do not need the sink to add black borders, and we are faster.
2013-05-08Remove apparently unneeded override.Xavi Artigas1-9/+0
2013-05-08Remove borders around video viewXavi Artigas2-28/+11
2013-05-08First working version of iOS tutorial 3Xavi Artigas10-6/+187
2013-05-07New iOS Tutorial 3 (copied from Tutorial 2)Xavi Artigas23-0/+1901
2013-05-07Fix label size in iPhone because text did not fit the screen...Xavi Artigas1-2/+2
2013-05-07Revamp Tutorial 2 UI to be more iOS-like, to be closer to what the Android ↵Xavi Artigas3-138/+67
one looks like, and to simplify development of next tutorials.
2013-05-06Add comments, debug output, a bit of variable renaming and some code ↵Xavi Artigas4-28/+58
reorganization.
2013-05-06Large revamp to bring it closer to the Android tutorial 2.Xavi Artigas7-147/+214