mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-09 17:44:14 +00:00
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:
parent
46e13eb5e2
commit
4956e9d512
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue