[Bug 796489] New: Collision of set_asset in GESExtractableInterface

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Jun 3 23:46:15 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=796489

            Bug ID: 796489
           Summary: Collision of set_asset in GESExtractableInterface
    Classification: Platform
           Product: GStreamer
           Version: unspecified
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-editing-services
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: corentin at elementary.io
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

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.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list