Gstreamer 1.0 and wxWidgets 3.0 porting bug reports.

Use this category to discuss anything related to the development of Guayadeque.
Locked
kinggo
Posts: 247
Joined: Thu Feb 09, 2012 5:54 am

Gstreamer 1.0 and wxWidgets 3.0 porting bug reports.

Post by kinggo »

anonbeat wrote:
kinggo wrote:Minimum radio allowed bit rate can't be adjusted with the mouse. It does go up but not down.
Player online buffer size can.
[s]Will take a look asap...[/s] It works as expected here... can you give me more details about your system? can you try with keyboard?

Thanks for your help
It does not with keyboard either, only when selecting the slider with mouse and drag it to the left. One slider works the other does not.
Ubuntu gnome 16.04 and ancient vostro 3500
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Gstreamer 1.0 and wxWidgets 3.0 porting bug reports.

Post by anonbeat »

It goes doing steps from one value to another...
0 ___ 16 ___ 32 ___ 64 ___ 96 ___ 128 ...

It doesnt stop in other places...

Sorry if you already know that
kinggo
Posts: 247
Joined: Thu Feb 09, 2012 5:54 am

Gstreamer 1.0 and wxWidgets 3.0 porting bug reports.

Post by kinggo »

I know that. Maybe I didn't explain it properly.
When you select Bitrate slider (or hover over it with cursor) you can move value up (in values that are common for mp3 bitrate), but only up, with keyboard and mouse. To decrease bitrate you either have to grab the dot with mouse and drag it back or click with mouse anywhere on that slider. There's no way to decrease value with keyboard or mouse wheel.
On the other hand, it does work for buffer.
Also works for replaygain, silence detector and crossfaders.
So, every other slider can be controlled up/down with scroll wheel when cursor hovers over it or with keyborad L/R UP/DOWN keys when selected.
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Gstreamer 1.0 and wxWidgets 3.0 porting bug reports.

Post by anonbeat »

Now I see what the problem is...[s] Will try to fix it asap.[/s]
This should be fixed...
Thanks for your help
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Gstreamer 1.0 and wxWidgets 3.0 porting bug reports.

Post by anonbeat »

radiometer wrote:I got back to the problem with gstreamer 1.0 on opensuse leap. It seems that the gstreamer 1.0 packages from leap don't work properly, but those from opensuse tumbleweed do. I.e. the problem is solved in the sense that this isn't guayadeques fault.

The patches regarding wxWidgets from above are still required, though. They should be regarded as a hack, since I'm not familiar with wx and therefore I have no idea on how to do this in a "clean" way (i.e. the way wx should be used).

A note to all KDE Plasma 5 users: the GTK3 version of the (default) Breeze theme is more or less broken as of Plasma 5.6 so that the Guayadeque GUI looks totally messed up. The Adwaita theme (this was the default in KDE 4) works fine.
With latest commit it should compile now without any problems... Just need the wxsqlite3 package

Thanks you for your help
kinggo
Posts: 247
Joined: Thu Feb 09, 2012 5:54 am

Gstreamer 1.0 and wxWidgets 3.0 porting bug reports.

Post by kinggo »

anonbeat wrote:Now I see what the problem is...[s] Will try to fix it asap.[/s]
This should be fixed...
Thanks for your help
nope, still the same here.
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Gstreamer 1.0 and wxWidgets 3.0 porting bug reports.

Post by anonbeat »

You updated? here it is working as expected now...
kinggo
Posts: 247
Joined: Thu Feb 09, 2012 5:54 am

Gstreamer 1.0 and wxWidgets 3.0 porting bug reports.

Post by kinggo »

yes, I did. I would really like that some others try this also. I don't care about the bug and if it is specific because of something on my side only then you don't have to bother.
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Gstreamer 1.0 and wxWidgets 3.0 porting bug reports.

Post by anonbeat »

In the about box appears now the short commit revision id to check if needed...
kinggo
Posts: 247
Joined: Thu Feb 09, 2012 5:54 am

Gstreamer 1.0 and wxWidgets 3.0 porting bug reports.

Post by kinggo »

strange, I did another git pull, build it again and now it is fine.
rev is 0.4.1-6724783
Locked