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 111222 - GType for props entry was removed
GType for props entry was removed
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.6.x
Other Linux
: Normal normal
: 0.6.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-04-20 21:53 UTC by Wim Taymans
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add back the props entry GType (892 bytes, patch)
2003-04-20 21:54 UTC, Wim Taymans
none Details | Review

Description Wim Taymans 2003-04-20 21:53:40 UTC
in gstprops. we define extern GType _gst_props_entry_type while that
variable is never defined in the .c file, this breaks the python
bindings.Following patch should fix this.
Comment 1 Wim Taymans 2003-04-20 21:54:10 UTC
Created attachment 15869 [details] [review]
add back the props entry GType
Comment 2 Wim Taymans 2003-04-20 21:55:19 UTC
patch aplied to 0.6 branch