summaryrefslogtreecommitdiff
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2016-08-23gtk: Remove unused variableHEADmasterSebastian Dröge1-5/+0
2016-08-23Block value-changed signal when playing an URI to prevent spurious seeksSebastian Dröge1-0/+4
2016-08-22gtk: Block value-change signal handler while updating the range of the seekba...Sebastian Dröge1-0/+4
2016-08-18gtk: Use GQueue instead of g_list_append() or the prepend-reverse trickSebastian Dröge1-7/+6
2016-08-08gtk-play: provide similar behaviour for quit and closeMaxin B. John1-1/+1
2016-07-21gtk: fix widget leakGuillaume Desmottes1-0/+1
2016-07-21gtk: fix gtkglsink leakGuillaume Desmottes1-1/+2
2016-07-21Call gst_deinit() in all applications at the end of main()Guillaume Desmottes1-0/+1
2016-03-22Changing icons names to make it visible on gtk playerMariusz Wasak1-5/+5
2016-03-16gtk: Change True to glib TRUE to make gtk player project compileMariusz Wasak1-4/+4
2016-01-04player: Build against GstPlayer version from gst-plugins-bad everywhereSebastian Dröge2-4/+2
2016-01-04player: Remove gst_player_new() and make gst_player_new_full() the normal con...Sebastian Dröge1-1/+1
2015-11-09gtk: Remove double assignment of a variableSebastian Dröge1-1/+1
2015-11-05gtk-play: change print format of guint64Justin Kim1-2/+2
2015-09-21gtk-play: Run gst-indentSebastian Dröge1-1/+1
2015-09-17gtk-play: change to use valid macro functionHyunjun Ko1-1/+1
2015-09-15gtk-play: Modify switch statement in stream_info_get_stringJimmy Ohn1-27/+17
2015-09-04gtk-play: Add compiler warning flags to the build and fix the warningsSebastian Dröge2-6/+17
2015-09-01gtk-play: Remove unused variableAlexandre Moreno1-1/+0
2015-08-14player: Refactor video rendering APISebastian Dröge4-27/+248
2015-08-12player: Abstract the signal emission dispatching to a new interfaceSebastian Dröge1-3/+3
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-26gtk-play: handle keysVíctor Manuel Jáquez Leal1-0/+147
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-07gtk-play: add support to build UI through gtkbuilderBrijesh Singh6-514/+874
2015-06-16gtk-play: Add close button to the playback speed dialogSebastian Dröge1-2/+3
2015-06-16gtk-play: add playback rate control menu itemBrijesh Singh1-0/+45
2015-06-15gtk: Also use gtksink if availableSebastian Dröge1-6/+13
2015-06-11gtk-play: remove unused variablesVíctor Manuel Jáquez Leal1-2/+0
2015-06-11gtk: Inhibit the screen saver when playing somethingSebastian Dröge1-2/+42
2015-06-11gtk: Port to GtkApplicationSebastian Dröge1-109/+277
2015-06-11gtk: Remove redundant codeSebastian Dröge1-1/+0
2015-06-11gtk: Use gtkglsink if availableSebastian Dröge2-7/+23
2015-06-11gtk-play: use volume-changed signal from player to update the volume slider.Brijesh Singh1-0/+22
2015-06-11gtk-play: color balance dialogVíctor Manuel Jáquez Leal1-0/+101
2015-06-11gtk: Only go to PLAYING with the next file if we were in PLAYING state beforeSebastian Dröge1-1/+5
2015-06-10gtk-play: remove unused variablesVíctor Manuel Jáquez Leal1-7/+1
2015-06-10gtk-play: destroy dialog's parent windowVíctor Manuel Jáquez Leal1-0/+1
2015-06-10gtk-play: remove duplicate codedanny song1-5/+0
2015-06-10gtk-play: move play_current_uri after the signal handler registrationdanny song1-2/+2
2015-05-30player: Change visualization API a bit to be more user friendly and fix some ...Sebastian Dröge1-14/+15
2015-05-30Fix indentionSebastian Dröge1-45/+38
2015-05-20gtk-player: add visualization selection menu item.Brijesh Singh1-1/+119
2015-05-19gtk-play: add external subtitle selection menuBrijesh Singh1-19/+46
2015-05-12gtk-play: move duplicate code into one functionBrijesh Singh1-56/+27
2015-05-11gtk-play: add Open, Quit, Next and Previous menu items in popup menu.Brijesh Singh1-29/+107
2015-05-11gtk-play: hide toolbar in fullscreen mode.Brijesh Singh1-8/+88