Hello Phelipe, or anyone else affected, Accepted gnome-video-effects into lunar-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/gnome- video-effects/0.5.0-1ubuntu2 in a few hours, and then in the -proposed repository.
Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed. Your feedback will aid us getting this update out to other Ubuntu users. If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, what testing has been performed on the package and change the tag from verification-needed- lunar to verification-done-lunar. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification- failed-lunar. In either case, without details of your testing we will not be able to proceed. Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance for helping! N.B. The updated package will be released to -updates after the bug(s) fixed by this package have been verified and the package has been in -proposed for a minimum of 7 days. ** Changed in: gnome-video-effects (Ubuntu Lunar) Status: Won't Fix => Fix Committed ** Tags added: verification-needed verification-needed-lunar -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-video-effects in Ubuntu. https://bugs.launchpad.net/bugs/2023675 Title: flip effect doesn't work on GStreamer 1.22 Status in GNOME Video Effects: Fix Released Status in gnome-video-effects package in Ubuntu: Fix Released Status in gnome-video-effects source package in Lunar: Fix Committed Status in gnome-video-effects package in Debian: Fix Released Bug description: Impact ------ The Flip effect in the Cheese app doesn't work in Ubuntu 23.10. Test Case --------- 1. Install the updated gnome-video-effects packages 2. Open the Cheese app 3. Click the Effects button and verify that Flip is showing a reversed version of No Effect What Could Go Wrong ------------------- This is a simple one-line patch. gnome-video-effects has only one reverse dependency in Ubuntu: cheese. Original Bug Report ------------------- Distributor ID: Ubuntu Description: Ubuntu 23.04 Release: 23.04 Codename: lunar gnome-video-effects: Installed: 0.5.0-1ubuntu1 Candidate: 0.5.0-1ubuntu1 Version table: *** 0.5.0-1ubuntu1 500 500 http://br.archive.ubuntu.com/ubuntu lunar/main amd64 Packages 100 /var/lib/dpkg/status The file located in: /usr/share/gnome-video-effects/flip.effect is using the property "method" which is deprecated as you can see in GStreamer "https://gstreamer.freedesktop.org/documentation/videofilter/videoflip.html?gi- language=c" Deprecated version: PipelineDescription=videoflip method=horizontal- flip So the fix for this problem is to change the property to the new one, which is called video-direction, after this the effect will work correctly. Fix: PipelineDescription=videoflip video-direction=horiz The program that I used to test this effect was Cheese. To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-video-effects/+bug/2023675/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp

