majjejjam
23d51be185
changed to ellipses in ui/clapper.ui
2022-01-15 18:20:13 +01:00
Rafał Dzięgiel
0db2a4a045
gstclapper: Fix plugin feature leak
2022-01-14 09:28:26 +01:00
Rafostar
469c06d22b
gstclapper: Go into NULL state directly when stopped
...
Instead of waiting another 60 seconds for user, go into NULL state ASAP to free all resources and open devices.
2022-01-09 13:31:37 +01:00
Rafostar
3feaf225b5
gstclapper: Make tags writable before insert
...
Someone might be holding a copied media info in which case tag
list ref count is not 1. Use gst_tag_list_make_writable to
assure that ref count is 1, so we can insert more tags into the list.
2022-01-09 13:31:29 +01:00
majjejjam
fc8d881efd
change three dots to ellipsis
2022-01-08 16:28:07 +01:00
Rafał Dzięgiel
ac76836fd7
Merge pull request #192 from Rafostar/yt-removal
...
YouTube code removal
2022-01-05 14:27:59 +01:00
Rafał Dzięgiel
f6a1aaf1dc
Remove all YouTube code
...
It has been broken for quite some time. From now on this is gonna be left to handle for GStreamer plugins.
2021-12-22 08:12:55 +01:00
Rafał Dzięgiel
000dca82d9
flatpak: Sync with Flathub
2021-12-20 21:23:31 +01:00
Rafał Dzięgiel
7a508fef39
0.4.1
0.4.1
2021-12-20 11:33:19 +01:00
Rafał Dzięgiel
d465d9f150
Make floating window update its title earlier
...
Instead of waiting till animation finishes, update the window title right away when changing modes
2021-12-15 16:58:54 +01:00
Rafał Dzięgiel
5e4dfb322c
Append "PiP" suffix to window title when in floating mode
...
We are gonna take advantage of this simple change elsewhere
2021-12-15 12:44:23 +01:00
Rafał Dzięgiel
0c561ab4b3
Also allow enabling gtuber code path via env
...
Having to use "gtuber" URI scheme might be inconvenient, so also allow to
whitelist it with "GST_PLUGIN_FEATURE_RANK=gtubersrc:300" env
2021-12-10 11:05:00 +01:00
Rafał Dzięgiel
46ce261524
widget: Make sure we have caps before logging them
2021-12-10 11:03:06 +01:00
Rafał Dzięgiel
50aac8cdd8
gstclapper: Merge global tags instead replacing them
...
There is no guarantee that received later tags also contain values from
earlier ones, as they might come from different element.
Combine them instead while replacing old values with newer ones.
2021-12-02 08:52:35 +01:00
Rafał Dzięgiel
810aea476f
Use gtuber lib for URIs with "gtuber" scheme
...
Take a different code path when URI uses "gtuber" scheme.
This allows testing new WIP lib as an opt-in.
2021-11-29 22:33:53 +01:00
Rafał Dzięgiel
24905f1d60
flatpak: Build gtuber
2021-11-29 22:30:21 +01:00
Rafał Dzięgiel
82e3c9a52f
prefs: Add can-swipe-back compat with latest libadwaita
...
Recent libadwaita has renamed "can-swipe-back" into "can-navigate-back".
Set both in JS code instead of UI file in order to support all libadwaita versions.
Fixes #185
2021-11-29 10:13:06 +01:00
Rafał Dzięgiel
654b8aaf60
prefs: Fix expander rows compat with latest libadwaita
2021-11-19 18:43:01 +01:00
Rafał Dzięgiel
3c0e33e4a4
css: Few override fixes for latest libadwaita
2021-11-19 18:40:34 +01:00
Rafał Dzięgiel
d2df1c3bd8
app: Use Adw.StyleManager to enable dark-theme
...
Latest libadwaita (for reasons unknown to me) totally ignores/breaks dark theme usage with gtk_application_prefer_dark_theme property. Lets just try using the new Adw.StyleManager without asking questions why.
2021-11-18 22:42:05 +01:00
Rafał Dzięgiel
af24073590
Update LINGUAS file
2021-11-18 15:37:48 +01:00
Rafał Dzięgiel
44cee14eb2
New translations com.github.rafostar.Clapper.pot (Portuguese) ( #175 )
2021-11-18 15:34:16 +01:00
Rafał Dzięgiel
b853685dd4
gstclapper: Fix decoder stream ID string leak
2021-10-22 13:11:42 +02:00
Rafał Dzięgiel
15461dd38a
gstclapper: Fix video/audio decoder change detection
...
The video/audio decoder changed signal was not working correctly in case of
multiple streams with multiple decoders in single file.
We need to listen to the current-(video/audio) signal, when it changes find
corresponding "input-selector", get stream ID from its active pad and then
find the decoder in the pipeline that handles this stream ID. Similarly for
playbin3, but use stream ID from the "streams-selected" signal.
2021-10-22 11:05:08 +02:00
Rafał Dzięgiel
1c1989bc32
gstclapper: Fix GST_PLUGIN_FEATURE_RANK env usage
...
We change few default plugin ranks during init to whitelist them, but we do not update
their values from GST_PLUGIN_FEATURE_RANK env afterwards, so do that.
The ENV should be preferred over default config.
2021-10-21 11:21:07 +02:00
Rafał Dzięgiel
e9c9ae073f
flatpak-nightly: Enable GPL gstreamer plugins
2021-10-19 10:23:41 +02:00
Rafał Dzięgiel
22d2c40b0f
flatpak-nightly: Build from gstreamer mono repo
2021-10-18 11:13:44 +02:00
Rafał Dzięgiel
5301c8b368
flatpak: Sync with Flathub
2021-10-14 20:35:53 +02:00
Rafał Dzięgiel
e910978590
Update LINGUAS file
...
Install Portuguese-Brazilian translation
2021-10-14 20:30:18 +02:00
Rafał Dzięgiel
3b99f0ee0c
New Crowdin updates ( #172 )
...
* New translations com.github.rafostar.Clapper.pot (Portuguese, Brazilian)
2021-10-12 08:44:14 +02:00
Rafał Dzięgiel
f93a0fed98
Update LINGUAS file
2021-10-04 16:06:45 +02:00
Rafał Dzięgiel
6b8c35b16e
Merge pull request #166 from GNUuser/patch-1
...
Update es.po
2021-10-04 15:59:21 +02:00
Rafał Dzięgiel
5fdb6e64be
New Crowdin updates ( #164 )
...
* New translations com.github.rafostar.Clapper.pot (Chinese Simplified)
* New translations com.github.rafostar.Clapper.pot (Italian)
2021-10-04 15:14:51 +02:00
Rafał Dzięgiel
60d4b5aec1
widget: Do gestures in capture phase
...
Capture phase runs from the toplevel down to the event widget and is meant to be used
in containers that might possibly handle events before their children, like our OSD layer.
This avoids an issue where pressing an OSD button does not emit cancelled signal,
accidentally triggering long press gesture signal handler.
Fixes #170
2021-10-04 10:11:53 +02:00
carlosgonz
f5258889cf
Update es.po
2021-10-02 10:08:14 -04:00
carlosgonz
31eddf5dd2
Update es.po
2021-10-02 10:07:15 -04:00
carlosgonz
89f7304e0e
Update es.po
...
initial Spanish file
2021-10-01 18:59:03 -04:00
Rafał Dzięgiel
3c918bda73
New Crowdin updates ( #163 )
...
* New translations com.github.rafostar.Clapper.pot (Hungarian)
2021-09-22 10:15:35 +02:00
Rafał Dzięgiel
2a8ef2559f
New Crowdin updates ( #162 )
...
* New translations com.github.rafostar.Clapper.pot (Czech)
2021-09-20 08:34:28 +02:00
Rafał Dzięgiel
7676e18eee
New translations com.github.rafostar.Clapper.pot (Russian) ( #161 )
2021-09-17 11:03:54 +02:00
Rafał Dzięgiel
00b05b460d
Merge pull request #158 from igor-dyatlov/master
...
Added Russian translate
2021-09-17 10:58:05 +02:00
Igor Dyatlov
62f02cf2a3
Added Russian translate
2021-09-16 12:31:19 +03:00
Rafał Dzięgiel
9fc1d9b8c4
sink: Do not leak pool when set config fails
2021-09-15 16:28:23 +02:00
Rafał Dzięgiel
45a5ebb4b6
New Crowdin updates ( #157 )
...
* New translations com.github.rafostar.Clapper.pot (Romanian)
* New translations com.github.rafostar.Clapper.pot (Korean)
* New translations com.github.rafostar.Clapper.pot (Vietnamese)
* New translations com.github.rafostar.Clapper.pot (Chinese Traditional)
* New translations com.github.rafostar.Clapper.pot (Chinese Simplified)
* New translations com.github.rafostar.Clapper.pot (Ukrainian)
* New translations com.github.rafostar.Clapper.pot (Turkish)
* New translations com.github.rafostar.Clapper.pot (Swedish)
* New translations com.github.rafostar.Clapper.pot (Serbian (Cyrillic))
* New translations com.github.rafostar.Clapper.pot (Russian)
* New translations com.github.rafostar.Clapper.pot (Portuguese)
* New translations com.github.rafostar.Clapper.pot (Polish)
* New translations com.github.rafostar.Clapper.pot (Norwegian)
* New translations com.github.rafostar.Clapper.pot (Dutch)
* New translations com.github.rafostar.Clapper.pot (Japanese)
* New translations com.github.rafostar.Clapper.pot (French)
* New translations com.github.rafostar.Clapper.pot (Italian)
* New translations com.github.rafostar.Clapper.pot (Hungarian)
* New translations com.github.rafostar.Clapper.pot (Hebrew)
* New translations com.github.rafostar.Clapper.pot (Finnish)
* New translations com.github.rafostar.Clapper.pot (Greek)
* New translations com.github.rafostar.Clapper.pot (German)
* New translations com.github.rafostar.Clapper.pot (Danish)
* New translations com.github.rafostar.Clapper.pot (Czech)
* New translations com.github.rafostar.Clapper.pot (Catalan)
* New translations com.github.rafostar.Clapper.pot (Arabic)
* New translations com.github.rafostar.Clapper.pot (Afrikaans)
* New translations com.github.rafostar.Clapper.pot (Spanish)
* New translations com.github.rafostar.Clapper.pot (Portuguese, Brazilian)
* New translations com.github.rafostar.Clapper.pot (Catalan)
* New translations com.github.rafostar.Clapper.pot (Dutch)
* New translations com.github.rafostar.Clapper.pot (Polish)
2021-09-15 10:54:52 +02:00
Rafał Dzięgiel
2500a42286
Fix missing gio-unix-2.0 dep
...
Our autogenerated MPRIS code needs it. On some packaging systems this might be included outside of glib, so depend on it explicitly.
2021-09-14 17:54:03 +02:00
Rafał Dzięgiel
bafffa59b9
Fix missing translator-credits
2021-09-14 16:40:09 +02:00
Rafał Dzięgiel
201cb6f64c
actions: Also allow mute with "M" key alone
...
For faster access
2021-09-14 13:09:23 +02:00
Rafał Dzięgiel
636098182b
actions: Keep consistent letters case
2021-09-14 13:06:44 +02:00
Rafał Dzięgiel
5442b0b70a
uri-dialog: Catch errors when reading from clipboard
...
The clipboard.read_text_finish method might throw an error when something goes wrong. Catch it and print in debug message. There is no alternative clipboard reading, so simply ignore.
2021-09-14 13:00:14 +02:00
Rafał Dzięgiel
67d1b9f5bc
flatpak: Sync with Flathub
2021-09-13 14:06:48 +02:00