Alexandre Moreno
82b2c53618
playback/player: Add Qt bindings and player
2015-10-04 19:09:50 +01:00
Jimmy Ohn
09864feff4
playback/player: gst-play: trivial cleanup
2015-10-04 18:54:54 +01:00
Sebastian Dröge
15d62dcfe6
playback/player: gtk-play: Run gst-indent
2015-09-21 14:20:24 +02:00
Hyunjun Ko
5903c7cd5e
playback/player: gtk-play: change to use valid macro function
2015-09-17 15:45:24 +02:00
Jimmy Ohn
4dcc43b935
playback/player: gtk-play: Modify switch statement in stream_info_get_string
...
In stream_info_get_string function, buffer variable is used
all switch case repeatedly. Also, return used in switch statement.
So, I have modified that cases.
2015-09-15 17:49:22 +02:00
Jimmy Ohn
c454b2914e
playback/player: gst-play: Check if the stream list is empty in print_all_stream_info
...
Add a check condition if the stream list is empty before using it.
2015-09-15 17:49:22 +02:00
Sebastian Dröge
b5c10865aa
playback/player: gtk-play: Add compiler warning flags to the build and fix the warnings
2015-09-04 18:11:25 +03:00
Justin Kim
0caa80c26f
playback/player: ios: remove implicit conversion of UIView to c pointer
2015-09-04 12:12:52 +03:00
Alexandre Moreno
6e9e9228bd
playback/player: gtk-play: Remove unused variable
2015-09-01 21:45:50 +03:00
Sebastian Dröge
371f4ec378
playback/player: gst-play: Remove useless variable initializations
...
They are set to something in the next line anyway.
2015-08-27 10:54:52 +03:00
Jimmy Ohn
50099a3aa1
playback/player: gst-play: Check if the stream list is empty in print_all_stream_info before using it
2015-08-27 10:54:11 +03:00
Sebastian Dröge
e2581982a6
playback/player: gst-play: Fix leak of GError and GOptionContext on parsing errors
2015-08-20 10:50:30 +03:00
Sebastian Dröge
c581233464
playback/player: android: Fix video rendering after GstPlayerVideoRenderer refactoring
2015-08-18 13:20:15 +03:00
Sebastian Dröge
80e4c1abff
playback/player: ios: Fix video rendering after GstPlayerVideoRenderer refactoring
2015-08-18 13:17:57 +03:00
trungdoan
2da236d871
playback/player: iOS: Fix build issue
...
Fix build issue on iOS by adding additional files in lib/gst/player to
the iOS project.
2015-08-18 13:02:41 +03:00
Sebastian Dröge
a8f8d1b032
playback/player: player: Refactor video rendering API
...
There's a GstPlayerVideoRenderer interface now, which defines how video
rendering happens in GstPlayer. Included is an implementation for the
GstVideoOverlay interface, and inside the GTK example application one for
gtksink/gtkglsink.
2015-08-14 17:13:39 +02:00
Sebastian Dröge
6ed6b58929
playback/player: player: Abstract the signal emission dispatching to a new interface
...
This allows to implement signal dispatching to other event loop systems than
GLib without having direct GLib support in the base GstPlayer class. A
implementation for the GLib main context is provided and used in the
applications and tests.
2015-08-12 18:13:31 +02:00
Sebastian Dröge
f68bac6318
playback/player: gtk-play: Fix indention
2015-07-30 15:54:26 +03:00
Brijesh Singh
7a874938a0
playback/player: gtk-play: if title is NULL then use uri basename in toolbar label
...
If stream title is not available in the stream then use file basename in
toolbar title label and full uri in window title bar.
2015-07-30 15:54:16 +03:00
Brijesh Singh
a18cefb73c
playback/player: gtk-play: fix elapsed and remain time label
...
If elapsed or remain time is greater than 60 mins then add hours in
label text.
2015-07-30 15:54:16 +03:00
Víctor Manuel Jáquez Leal
a8bb7e0199
playback/player: gtk-play: handle keys
...
Add a mplayer alike key-binding.
2015-07-26 19:51:36 +03:00
Víctor Manuel Jáquez Leal
64a73ff36b
playback/player: gtk-play: remove unused callback
2015-07-20 20:31:45 +03:00
Víctor Manuel Jáquez Leal
0a38d36996
playback/player: gtk-play: remove unused variables
2015-07-20 20:31:45 +03:00
Brijesh Singh
b59a893da7
playback/player: gtk-play: add support to build UI through gtkbuilder
...
- build toolbar ui from glade generated xml files
- build media info dialog from glade generated xml files
- add support to apply css style on widget
- multiple cleanups
2015-07-07 23:49:09 +03:00
Sebastian Dröge
cce3ab6381
playback/player: gtk-play: Add close button to the playback speed dialog
2015-06-16 09:54:25 +02:00
Brijesh Singh
efd3c03ab2
playback/player: gtk-play: add playback rate control menu item
2015-06-16 09:52:18 +02:00
Sebastian Dröge
3afafa30c6
playback/player: gtk: Also use gtksink if available
2015-06-15 20:55:29 +02:00
Víctor Manuel Jáquez Leal
ba1ea11823
playback/player: gtk-play: remove unused variables
2015-06-11 20:11:31 +02:00
Sebastian Dröge
40e21cea24
playback/player: gtk: Inhibit the screen saver when playing something
2015-06-11 18:52:12 +02:00
Sebastian Dröge
b5e35ad70b
playback/player: gtk: Port to GtkApplication
...
And also clean up some other things.
https://github.com/sdroege/gst-player/issues/56
2015-06-11 18:42:38 +02:00
Sebastian Dröge
362b5ce2a5
playback/player: gtk: Remove redundant code
2015-06-11 16:25:49 +02:00
Sebastian Dröge
78142bf4ea
playback/player: gtk: Use gtkglsink if available
2015-06-11 15:12:56 +02:00
Brijesh Singh
2a2c10ac25
playback/player: gtk-play: use volume-changed signal from player to update the volume slider.
2015-06-11 14:32:25 +02:00
Víctor Manuel Jáquez Leal
80eefca0d1
playback/player: gtk-play: color balance dialog
2015-06-11 14:27:38 +02:00
Sebastian Dröge
b647f6858a
playback/player: gtk: Only go to PLAYING with the next file if we were in PLAYING state before
...
Otherwise setting a subtitle URI in PAUSED will automatically go to PLAYING.
2015-06-11 13:09:25 +02:00
Víctor Manuel Jáquez Leal
91379afe55
playback/player: gtk-play: remove unused variables
2015-06-10 22:38:35 +02:00
Víctor Manuel Jáquez Leal
ddc42da7fe
playback/player: gtk-play: destroy dialog's parent window
2015-06-10 22:38:09 +02:00
danny song
07a074be04
playback/player: gtk-play: remove duplicate code
2015-06-10 22:33:21 +02:00
danny song
76fb77bfe8
playback/player: gtk-play: move play_current_uri after the signal handler registration
2015-06-10 22:30:09 +02:00
Sebastian Dröge
5aa6c468a0
playback/player: player: Change visualization API a bit to be more user friendly and fix some leaks and other bugs
2015-05-30 11:35:25 +02:00
Sebastian Dröge
999365f0d2
playback/player: Fix indention
2015-05-30 10:48:34 +02:00
Brijesh Singh
b69cbd6b70
playback/player: gtk-player: add visualization selection menu item.
2015-05-20 08:24:52 -05:00
Brijesh Singh
571cdae9da
playback/player: gtk-play: add external subtitle selection menu
2015-05-19 10:34:49 -05:00
Sebastian Dröge
ddd7213959
playback/player: ios: Cast the seek slider value from float to integer after scaling
...
https://github.com/sdroege/gst-player/issues/33
2015-05-13 22:30:48 +03:00
Brijesh Singh
75404ed8e3
playback/player: gtk-play: move duplicate code into one function
2015-05-12 10:59:16 +03:00
Sebastian Dröge
21eb4b1ac7
playback/player: android: Unref player in native_free()
...
This makes sure it is actually shut down and does not emit any signals anymore
later, and also prevents a memory leak.
2015-05-11 09:23:27 +02:00
Sebastian Roth
4e899336b3
playback/player: README.md formatting.
2015-05-11 08:50:41 +02:00
Brijesh Singh
562c06c150
playback/player: gtk-play: add Open, Quit, Next and Previous menu items in popup menu.
2015-05-11 08:48:12 +02:00
Brijesh Singh
329902bcda
playback/player: gtk-play: hide toolbar in fullscreen mode.
2015-05-11 08:48:12 +02:00
Brijesh Singh
f904897493
playback/player: gtk-play: add fullscreen button
2015-05-08 15:50:07 +02:00