gst/gstpad.h: Disable some unimplemented functions. Wim, please fix.
authorDavid Schleef <ds@schleef.org>
Sun, 24 Apr 2005 23:53:06 +0000 (23:53 +0000)
committerDavid Schleef <ds@schleef.org>
Sun, 24 Apr 2005 23:53:06 +0000 (23:53 +0000)
Original commit message from CVS:
* gst/gstpad.h: Disable some unimplemented functions.  Wim,
please fix.

ChangeLog
gst/gstpad.h

index 59ff7f5..5dc3d72 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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
        remove gstatomic.
        * gst/Makefile.am:
index 3b5cf2e..53d7c9a 100644 (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,