gst/gstpad.h: Disable some unimplemented functions. Wim, please fix.

Original commit message from CVS:
* gst/gstpad.h: Disable some unimplemented functions.  Wim,
please fix.
This commit is contained in:
David Schleef 2005-04-24 23:53:06 +00:00
parent 46e13eb5e2
commit 4956e9d512
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2005-04-24 David Schleef <ds@schleef.org>
* gst/gstpad.h: Disable some unimplemented functions. Wim,
please fix.
2005-04-24 David Schleef <ds@schleef.org>
Convert everything from GstAtomicInt to g_atomic_int_*, and

View file

@ -530,10 +530,12 @@ gboolean gst_pad_push_event (GstPad *pad, GstEvent *event);
gboolean gst_pad_send_event (GstPad *pad, GstEvent *event);
gboolean gst_pad_event_default (GstPad *pad, GstEvent *event);
#if 0
/* pad tasks */
gboolean gst_pad_start_task (GstPad *pad);
gboolean gst_pad_pause_task (GstPad *pad);
gboolean gst_pad_stop_task (GstPad *pad);
#endif
/* convert/query/format functions */
void gst_pad_set_formats_function (GstPad *pad,