summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-23configure: Add -Wunused-variable to the default compiler flagsSebastian Dröge1-1/+1
2015-10-23qt: Fix -Wunused-variable compiler warningsSebastian Dröge1-9/+4
2015-10-23player: Use G_GNUC_UNUSED for lots of unused variablesSebastian Dröge2-41/+51
2015-10-23player: Add scaletempo as audio-filter to preserve audio pitch during trick m...Sebastian Dröge1-0/+9
2015-10-23qt: add stream selection supportAlexandre Moreno5-128/+738
2015-10-22player: Remove NULL check for g_free()Jimmy Ohn2-40/+20
2015-10-07Depend on GStreamer >= 1.6Sebastian Dröge1-1/+1
2015-10-06qt: emit player signals from Qt event loopAlexandre Moreno2-7/+164
2015-10-04Add Qt bindings and playerAlexandre Moreno14-0/+1606
2015-10-04gst-play: trivial cleanupJimmy Ohn1-15/+8
2015-09-21gtk-play: Run gst-indentSebastian Dröge1-1/+1
2015-09-21tests: Run gst-indentSebastian Dröge1-7/+10
2015-09-21tests: Fix media info test with latest GStreamerSebastian Dröge1-1/+2
2015-09-21tests: fix a failure of test_play_backward_rateHyunjun Ko1-5/+6
2015-09-21tests: add missing change state "STATE_CHANGE_WARNING"Hyunjun Ko1-0/+2
2015-09-17gtk-play: change to use valid macro functionHyunjun Ko1-1/+1
2015-09-15configure.ac: Require GLib >= 2.38.0Sebastian Dröge1-1/+1
2015-09-15gtk-play: Modify switch statement in stream_info_get_stringJimmy Ohn1-27/+17
2015-09-15gst-play: Check if the stream list is empty in print_all_stream_infoJimmy Ohn1-4/+6
2015-09-04gtk-play: Add compiler warning flags to the build and fix the warningsSebastian Dröge2-6/+17
2015-09-04ios: remove implicit conversion of UIView to c pointerJustin Kim1-1/+1
2015-09-01gtk-play: Remove unused variableAlexandre Moreno1-1/+0
2015-08-27gst-play: Remove useless variable initializationsSebastian Dröge1-3/+3
2015-08-27gst-play: Check if the stream list is empty in print_all_stream_info before u...Jimmy Ohn1-1/+4
2015-08-20gst-play: Fix leak of GError and GOptionContext on parsing errorsSebastian Dröge1-0/+2
2015-08-18android: Fix video rendering after GstPlayerVideoRenderer refactoringSebastian Dröge1-3/+6
2015-08-18ios: Fix video rendering after GstPlayerVideoRenderer refactoringSebastian Dröge1-2/+1
2015-08-18iOS: Fix build issuetrungdoan1-0/+10
2015-08-15player: Fix wrong return value warningsYoung Han Lee1-3/+4
2015-08-14player: Refactor video rendering APISebastian Dröge10-127/+615
2015-08-12player: Abstract the signal emission dispatching to a new interfaceSebastian Dröge7-197/+367
2015-08-12player: Fix element-type annotation in gst_player_visualizations_get()Sebastian Dröge1-1/+1
2015-08-12player: Remove unreachable debug outputSebastian Dröge1-3/+0
2015-07-30gtk-play: Fix indentionSebastian Dröge1-39/+46
2015-07-30gtk-play: if title is NULL then use uri basename in toolbar labelBrijesh Singh1-7/+13
2015-07-30gtk-play: fix elapsed and remain time labelBrijesh Singh1-1/+1
2015-07-27player: allow to setup position-updated intervalJulien Isorce4-1/+198
2015-07-27player: no need to call gst_player_set_rate_internal from the main contextJulien Isorce1-2/+1
2015-07-27player: add #defines for properties's default value and use them everywhereJulien Isorce1-12/+19
2015-07-27player: Emit seek-done signal when the seek is finished.Anton Obzhirov2-9/+129
2015-07-26gtk-play: handle keysVíctor Manuel Jáquez Leal1-0/+147
2015-07-20player: subtitle URI may be NULLVíctor Manuel Jáquez Leal1-1/+0
2015-07-20player: initialize position and durationVíctor Manuel Jáquez Leal1-2/+2
2015-07-20gtk-play: remove unused callbackVíctor Manuel Jáquez Leal1-6/+0
2015-07-20gtk-play: remove unused variablesVíctor Manuel Jáquez Leal1-3/+1
2015-07-20add build sources to .gitignoreVíctor Manuel Jáquez Leal1-0/+2
2015-07-12player: Stop mainloop and thread in dispose and handle refcounting of them in...Sebastian Dröge1-11/+27
2015-07-10player: guard the use of GST_SEEK_FLAG_TRICKMODEVíctor Manuel Jáquez Leal1-0/+2
2015-07-07gtk-play: add support to build UI through gtkbuilderBrijesh Singh7-515/+878
2015-07-01tests: remove 5 second wait from stream switching and disable unit testBrijesh Singh1-190/+116