summaryrefslogtreecommitdiff
path: root/gst-sdk
AgeCommit message (Expand)AuthorFilesLines
2012-10-19Package for the GStreamer class changed to com.gstreamerXavi Artigas4-4/+4
2012-10-18Implement Aspect ratio preservation in GStreamerSurfaceView. Fix some corner ...Xavi Artigas4-13/+38
2012-10-18Fix memleak :)Xavi Artigas1-0/+1
2012-10-17Remove video sink debugXavi Artigas1-1/+0
2012-10-17Add warptv to the pipeline, for added awesomeness.Xavi Artigas2-2/+2
2012-10-17Proper reporting of media size. Now the Android layout controls the appearanc...Xavi Artigas4-6/+110
2012-10-17Simplify playing state tracking (and fix some problems)Xavi Artigas1-12/+8
2012-10-17Remove unnecessary commentXavi Artigas1-2/+0
2012-10-17Simplify playing state tracking (and fix some problems)Xavi Artigas1-10/+8
2012-10-17Whitespacey & commentsXavi Artigas1-7/+7
2012-10-16Some layout beautifyingXavi Artigas1-4/+8
2012-10-16Make sure the pipeline is in READY state before trying to set any window hand...Xavi Artigas1-1/+5
2012-10-15With proper debug outputXavi Artigas1-2/+2
2012-10-15Tutorial 3Xavi Artigas10-0/+559
2012-10-15Do not use GST_ERROR before GStreamer has been initialized (tutorial 5)Xavi Artigas2-4/+5
2012-10-15Do not use GST_ERROR before GStreamer has been initialized (tutorial 2)Xavi Artigas1-3/+2
2012-10-15Fix tutorial number in debug outputXavi Artigas1-1/+1
2012-10-15Do not use GST_ERROR before GStreamer has been initializedXavi Artigas2-1/+3
2012-10-11Make our GLib context is the default one to make sure GSource created from li...Xavi Artigas1-1/+3
2012-10-11Make all methods static except JNI_OnLoadXavi Artigas1-5/+5
2012-10-10Proper initialization of GSources (setup before attach)Xavi Artigas1-2/+2
2012-10-10Beautify the layout a bitXavi Artigas1-1/+5
2012-10-10Fix button re-enabling: it has to be done from the UI thread.Xavi Artigas1-2/+7
2012-10-09Add audioconvert and audioresample, for the sake of completeness.Xavi Artigas1-1/+1
2012-10-09New icons to better follow the Android design guidelines (and get rid of some...Xavi Artigas14-0/+0
2012-10-09Regexp mangled some commentsXavi Artigas1-6/+6
2012-10-09Changed all comments to //, because Confluence has problems syntax highlighti...Xavi Artigas2-22/+20
2012-10-08Add comments. Whitespace. Some function renaming.Xavi Artigas3-30/+56
2012-10-08Initial tutorial 2Xavi Artigas8-0/+445
2012-10-05Remove unused GIO module from Android.mkXavi Artigas1-1/+0
2012-10-05More copyright notices removedXavi Artigas2-28/+0
2012-10-05Remove copyright noticesXavi Artigas2-30/+0
2012-10-04WhitespaceyXavi Artigas1-2/+2
2012-10-04Move icons to proper folder. Replace generic Android icon with GStreamer SDK.Xavi Artigas5-3/+1
2012-10-04Reset duration after changing the URISebastian Dröge1-0/+1
2012-10-04First tutorial.Xavi Artigas8-0/+148
2012-10-03Disable subtitles for nowSebastian Dröge1-7/+5
2012-10-03Rename tutorial-1 to tutorial-5Xavi Artigas15-12/+12
2012-10-03Highlight selected file in the file dialog chooser (could be highlighted MORE).Xavi Artigas1-1/+4
2012-10-03Link with all the useful pluginsSebastian Dröge1-1/+2
2012-10-03Add copyright/license foo for the file dialogSebastian Dröge2-0/+54
2012-10-02Add new filechooserSebastian Dröge11-16/+505
2012-10-02Add support for selecting filesSebastian Dröge4-14/+58
2012-10-01Merge branch 'android'Xavi Artigas8-0/+827
2012-10-01Fix seekingSebastian Dröge1-3/+3
2012-10-01Don't queue multiple timeouts for delayed seekingSebastian Dröge1-4/+6
2012-10-01Implement throttling of seeks, only one seek per 500msSebastian Dröge1-10/+41
2012-10-01Fix restoration of playing state after orientation changeXavi Artigas1-3/+3
2012-10-01Now that playbin2 is used, remove the vsink variable, and use factory_make in...Xavi Artigas1-13/+10
2012-10-01WhitespaceyXavi Artigas1-3/+3