summaryrefslogtreecommitdiff
path: root/gst/gstpad.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2011-06-02 12:39:34 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2011-06-02 12:39:34 +0200
commit50a8e0431ce23d3d4d04ade124af33b3ed4f5fd9 (patch)
tree6847212a3ef6cc6803c2d0928ecc2707477e5709 /gst/gstpad.h
parent541258f0e9d90f5f109f633326529402f9840b3c (diff)
downloadgstreamer-50a8e0431ce23d3d4d04ade124af33b3ed4f5fd9.tar.gz
pad: remove deprecated have-data signal
Diffstat (limited to 'gst/gstpad.h')
-rw-r--r--gst/gstpad.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/gst/gstpad.h b/gst/gstpad.h
index e0697bf0e3..e2286bf2c5 100644
--- a/gst/gstpad.h
+++ b/gst/gstpad.h
@@ -687,10 +687,7 @@ struct _GstPad {
/* internal links */
GstPadIterIntLinkFunction iterintlinkfunc;
- /* whether to emit signals for have-data. counts number
- * of handlers attached. */
- gint do_buffer_signals;
- gint do_event_signals;
+ /* counts number of probes attached. */
gint num_probes;
gint num_blocked;
@@ -707,7 +704,6 @@ struct _GstPadClass {
void (*linked) (GstPad *pad, GstPad *peer);
void (*unlinked) (GstPad *pad, GstPad *peer);
void (*request_link) (GstPad *pad);
- gboolean (*have_data) (GstPad *pad, GstMiniObject *data);
/*< private >*/
gpointer _gst_reserved[GST_PADDING];