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 796489 - Collision of set_asset in GESExtractableInterface
Collision of set_asset in GESExtractableInterface
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-editing-services
unspecified
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-06-03 23:46 UTC by Corentin Noël
Modified: 2018-11-03 12:54 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Corentin Noël 2018-06-03 23:46:15 UTC
The interface has a virtual function:
```
void (*set_asset)                  (GESExtractable *self,
                                         GESAsset *asset);
```

but the invoker is
```
gboolean ges_extractable_set_asset              (GESExtractable *self,
                                                GESAsset *asset);
```

To be more compatible with the bindings, you should consider aligning the invoker with the virtual function.

Note that there is a set_asset_full virtual function that matches the invoker prototype.
Comment 1 GStreamer system administrator 2018-11-03 12:54:10 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-editing-services/issues/37.