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 122423 - [API] GstInterface name change
[API] GstInterface name change
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.7.3
Assigned To: Ronald Bultje
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-09-16 10:19 UTC by Ronald Bultje
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ronald Bultje 2003-09-16 10:19:28 UTC
This bug is here to remind me that I need to rename GstInterface to
GstInstanceImplementsInterface or GstInstanceSupportsInterface or something
similar. Benjamin complained about naming (GstInterface is too general and
does not explain that this is actually a hack around a limitation of (both
in glib and in general) interfaces because they cannot be assigned on a
per-instance basis, only on a per-class basis) and he's correct. However,
since I'm fiddling around with interfaces and implementations locally, my
whole CVS checkout is messed up, so I can only fix this when I've got my
current local work committed first.
Comment 1 David Schleef 2003-12-02 04:47:08 UTC
Please fix this before the API/ABI freeze.
Comment 2 Ronald Bultje 2003-12-03 09:06:30 UTC
I will. I'll name it GstInterfaceSupported. I'll have time to do this
Saturday, maybe Friday.
Comment 3 Ronald Bultje 2003-12-07 12:12:25 UTC
I named it GstImplementsInterface. Naming doesn't really matter
anyway, as long as it's clear what it does.

Fixed in HEAD CVS, right before the freeze! All plugins etc. have been
adapted, too, so nobody should notice this (apart from a recompile).