After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 785880 - osxvideosink: blacklisted during registry update
osxvideosink: blacklisted during registry update
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Mac OS
: Normal normal
: 1.13.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-08-06 12:25 UTC by Philippe Normand
Modified: 2017-08-08 08:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (1.49 KB, patch)
2017-08-06 12:29 UTC, Philippe Normand
committed Details | Review

Description Philippe Normand 2017-08-06 12:25:34 UTC
The plugin file is named libgstosxvideosink.so but in the code the plugin is declared as osxvideo. Attaching a patch to rename the file accordingly to the plugin name.
Comment 1 Philippe Normand 2017-08-06 12:29:00 UTC
Created attachment 357055 [details] [review]
proposed patch
Comment 2 Tim-Philipp Müller 2017-08-06 16:58:20 UTC
Might also need some changes in the cerbero recipe then.
Comment 3 Philippe Normand 2017-08-06 18:33:16 UTC
Thanks!

commit acb50ce82e431f04755f072ca9d026d0e6e8fbc0 (HEAD -> master, origin/master, origin/HEAD)
Author: Philippe Normand <philn@igalia.com>
Date:   Sun Aug 6 13:06:45 2017 +0100

    osxvideo: rename library according to the plugin name
    
    https://bugzilla.gnome.org/show_bug.cgi?id=785880


commit 429fbdad5bcb342e5b3ed93c3a8ec52a86b26e2c (HEAD -> master, origin/master, origin/HEAD)
Author: Philippe Normand <philn@igalia.com>
Date:   Sun Aug 6 19:27:56 2017 +0100

    gst-plugins-good-1.0: rename osxvideosink to osxvideo
    
    https://bugzilla.gnome.org/show_bug.cgi?id=785880