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 152553 - gstvalue lacks gchar support
gstvalue lacks gchar support
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-09-13 22:33 UTC by Martin Eikermann
Modified: 2005-08-25 23:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Martin Eikermann 2004-09-13 22:33:54 UTC
I've written a gstreamer plugin for Linux DVB.
The plugins "polarity" property is of type gchar which made
me realize that gstreamer currently does not support
element properties of that type.
Comment 1 David Schleef 2004-09-13 22:45:39 UTC
polarity would be a boolean, not a char.  Please don't reproduce a library's API
stupidity in gstreamer.
Comment 2 Christian Fredrik Kalager Schaller 2004-12-05 11:15:03 UTC
Seeing David's comment I guess we should close this as a wontfix. Closing.