diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2002-05-26 21:59:21 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2002-05-26 21:59:21 +0000 |
commit | d18d4fd5a1986d59af029a482e094a3707828438 (patch) | |
tree | beacf1328f92d1827aed3be348f607dca5d0839d /ext/audiofile/gstafsink.h | |
parent | cff445b737c736d65b85d861dbe9baeb28c5ae50 (diff) | |
download | gst-plugins-bad-d18d4fd5a1986d59af029a482e094a3707828438.tar.gz gst-plugins-bad-d18d4fd5a1986d59af029a482e094a3707828438.tar.bz2 gst-plugins-bad-d18d4fd5a1986d59af029a482e094a3707828438.zip |
- Changed plugins for new APIs
Original commit message from CVS:
- Changed plugins for new APIs
- modularized audiofile.
- added seeking, query and convert functions for mad, mpeg2dec,
avidemux, mpegdemux, mpegparse
- sync updates to oss. removed the ossclock for now
Diffstat (limited to 'ext/audiofile/gstafsink.h')
-rw-r--r-- | ext/audiofile/gstafsink.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ext/audiofile/gstafsink.h b/ext/audiofile/gstafsink.h index d61951b6..7dc0d73d 100644 --- a/ext/audiofile/gstafsink.h +++ b/ext/audiofile/gstafsink.h @@ -53,7 +53,7 @@ typedef struct _GstAFSink GstAFSink; typedef struct _GstAFSinkClass GstAFSinkClass; typedef enum { - GST_AFSINK_OPEN = GST_ELEMENT_FLAG_LAST, + GST_AFSINK_OPEN = GST_ELEMENT_FLAG_LAST, GST_AFSINK_FLAG_LAST = GST_ELEMENT_FLAG_LAST + 2, } GstAFSinkFlags; @@ -88,8 +88,9 @@ struct _GstAFSinkClass { void (*handoff) (GstElement *element,GstPad *pad); }; -GType gst_afsink_get_type(void); -/*gboolean gst_afsink_factory_init (GstElementFactory *factory); */ +GType gst_afsink_get_type (void); +gboolean gst_afsink_plugin_init (GModule *module, GstPlugin *plugin); + #ifdef __cplusplus |