Re: Talking about the GUI
Ronald Bultje <[email protected]>
| Newsgroups | gmane.comp.multimedia.media-api |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 2004-01-14 at 21:09, Enrico Weigelt wrote:
> struct media_api_codec
> {
> ...
> int (*property_query)(int pos, char* buf, int bufsz);
> int (*property_set) (const char* name, const char* str);
> int (*property_get) (const char* name, char* buffer, int bufsz);
> ...
> }
>From gobject.h:
struct _GObjectClass
{
[..]
void (*set_property) (GObject *object,
guint property_id,
const GValue *value,
GParamSpec *pspec);
void (*get_property) (GObject *object,
guint property_id,
GValue *value,
GParamSpec *pspec);
[..]
};
Why oh why do you guys want to recreate this whole thing so badly? Why
not just use glib? And while you're at it, GStreamer?
Ronald
--
Ronald Bultje <[email protected]>
Linux Video/Multimedia developer