Commit graph

316 commits

Author SHA1 Message Date
Andoni Morales Alastruey
8c72809d84 Add missing tutorials 2013-05-27 17:23:32 +02:00
Xavi Artigas
624b3b127c Adapt to latest Xcode templates (including fonts). 2013-05-22 17:04:57 +02:00
Xavi Artigas
53aee99a76 Disable screen auto-lock when the clip is playing. 2013-05-22 13:30:14 +02:00
Xavi Artigas
72b7f3f2a2 Add Photo Library items to iOS Tutorial 5 2013-05-22 12:51:35 +02:00
Xavi Artigas
1db12234ad Stylish edits in the comments 2013-05-21 17:31:15 +02:00
Xavi Artigas
1d0cd2fc9a Typo in comment 2013-05-21 11:17:38 +02:00
Xavi Artigas
d53bb226f6 Remove the LibraryView, as it belongs to Tutorial 5, not Tutorial 4. 2013-05-21 10:46:14 +02:00
Xavi Artigas
0df42274ec Add some code comments. 2013-05-21 10:29:18 +02:00
Xavi Artigas
232d63a6b2 Copy iOS Tutorial 4 into iOS Tutorial 5 2013-05-17 15:04:35 +02:00
Xavi Artigas
9c5a94b025 Fix resizing mode and iPhone storyboard. 2013-05-17 14:00:28 +02:00
Xavi Artigas
ef7e968b81 Add buffering, eos, clock_lost and duration message handling. Add a couple of wrong hardcoded URLs to debug error reporting facilities. 2013-05-17 12:19:33 +02:00
Xavi Artigas
76f7e541ec Enable seeking by dragging the time slider. Add a bunch of online clips to the hardcoded library. 2013-05-17 11:46:48 +02:00
Xavi Artigas
079ad1bf15 Add slider and text widgets that track the current position and duration. The slider is not seekable yet. 2013-05-16 17:39:15 +02:00
Xavi Artigas
eeb4755a3b Inform the application about the media size, so it can adapt the UIView to the correct aspect ratio. 2013-05-14 18:11:04 +02:00
Xavi Artigas
52f8179003 iPhone storyboard for iOS tutorial 4 2013-05-14 17:21:54 +02:00
Xavi Artigas
4ae44f9e1c Initial iOS Tutorial 4, already working. No seek bar yet. iPhone storyboard missing. External files can be played if they are copied into the application through iTunes file sharing. 2013-05-14 17:11:05 +02:00
Xavi Artigas
4bd417f339 Adapt tutorial code to new xcode ios templates 2013-05-13 10:36:29 +02:00
Xavi Artigas
217845f35d Remove autogenerated copyright notices and some whitespace. 2013-05-10 11:32:25 +02:00
Xavi Artigas
3b56db192c First iOS Tutorial 4 (a copy of Tutorial 3) 2013-05-09 18:07:30 +02:00
Xavi Artigas
e09eec3297 Fix debug category name 2013-05-09 17:07:29 +02:00
Xavi Artigas
11599cbf55 Dynamically change the video UIView so that it maximizes its size respecting the media aspect ratio. In this way, we do not need the sink to add black borders, and we are faster. 2013-05-09 11:47:56 +02:00
Xavi Artigas
80a0b8a143 Remove apparently unneeded override. 2013-05-08 17:44:26 +02:00
Xavi Artigas
7b0e4002b3 Remove borders around video view 2013-05-08 12:21:06 +02:00
Xavi Artigas
809581ccaf First working version of iOS tutorial 3 2013-05-08 11:22:17 +02:00
Xavi Artigas
b2fadd6d90 New iOS Tutorial 3 (copied from Tutorial 2) 2013-05-07 18:33:37 +02:00
Xavi Artigas
c7b0aeb341 Fix label size in iPhone because text did not fit the screen... 2013-05-07 11:57:07 +02:00
Xavi Artigas
1214abe858 Revamp Tutorial 2 UI to be more iOS-like, to be closer to what the Android one looks like, and to simplify development of next tutorials. 2013-05-07 10:30:31 +02:00
Xavi Artigas
5d747fb6be Add comments, debug output, a bit of variable renaming and some code reorganization. 2013-05-06 17:13:03 +02:00
Xavi Artigas
c27858631d Large revamp to bring it closer to the Android tutorial 2. 2013-05-06 16:49:03 +02:00
Xavi Artigas
1e071cd730 Whitespace 2013-05-06 10:29:43 +02:00
Xavi Artigas
6b1f767559 Remove apparently superfluous parameter in call to sprintf 2013-05-06 10:29:22 +02:00
Xavi Artigas
d5696b0122 Match variable names to other tutorials 2013-05-02 13:43:43 +02:00
Xavi Artigas
4c6be2c93e Merge branch 'master' of ssh://git.freedesktop.org/git/gstreamer-sdk/gst-sdk-tutorials 2013-05-02 13:30:17 +02:00
Xavi Artigas
9f389c8b02 Change welcome string to match other tutorials 2013-05-02 13:30:02 +02:00
Xavi Artigas
05a0cffeec Merge branch 'master' of ssh://git.freedesktop.org/git/gstreamer-sdk/gst-sdk-tutorials 2013-05-02 12:53:04 +02:00
Xavi Artigas
dfb803a463 Fix memory leak in version string. 2013-05-02 12:52:17 +02:00
Xavi Artigas
853b78cf38 Whitespace 2013-05-02 12:00:00 +02:00
Xavi Artigas
2af9cdcce6 Add App Icons for Tutorial 2 2013-04-30 14:10:25 +02:00
Xavi Artigas
5b8c59e190 Add App Icon for Tutorial 1 2013-04-30 13:59:04 +02:00
Xavi Artigas
d9f972d437 gitignore OS and xcode-generated files 2013-04-30 13:13:08 +02:00
Xavi Artigas
8dc3c7d96a Initial import of Tutorial 2 from thiagoss 2013-04-30 13:03:43 +02:00
Xavi Artigas
d2c4104a9e Fix initialization function name 2013-04-30 11:42:51 +02:00
Xavi Artigas
d8c0c43ffb New template for autogenerated files 2013-04-30 11:19:04 +02:00
Xavi Artigas
cd3cfb3e0d Remove copyright notices 2013-04-30 10:51:00 +02:00
Xavi Artigas
0fddebb761 Center label on screen 2013-04-30 10:19:25 +02:00
Xavi Artigas
eae0b9b7fe Initial import for iOS Tutorial 1 2013-04-29 17:47:13 +02:00
Xavi Artigas
ee528a93f8 Allow the file chooser to preserve the current path across device orientation changes. 2012-11-12 10:09:56 +01:00
Xavi Artigas
636a0843b6 New icons 2012-11-08 12:16:45 +01:00
Xavi Artigas
c09f277be7 Better placement of the last_folder initialization. 2012-11-07 14:06:11 +01:00
Xavi Artigas
b0282e731f Save last visited folder in the application state, so that it survives orientation changes, for example 2012-11-07 13:16:09 +01:00