summaryrefslogtreecommitdiff
path: root/gst/gstnicesink.h
diff options
context:
space:
mode:
authorPhilippe Normand <philn@igalia.com>2022-11-08 13:21:58 +0000
committerOlivier CrĂȘte <olivier.crete@ocrete.ca>2023-01-06 18:05:41 +0000
commit79feb7f60b282b479bafc1a4ff4d92793d6ef11e (patch)
treecede31d6b4052caea134fda9fe55b8d557a02ffb /gst/gstnicesink.h
parentff725d928c0f357ab015ed3756fd4a6508ea356c (diff)
downloadlibnice-79feb7f60b282b479bafc1a4ff4d92793d6ef11e.tar.gz
gst: Remove GStreamer 0.10 support
The meson build already required 1.x so this has been dead code for a while now.
Diffstat (limited to 'gst/gstnicesink.h')
-rw-r--r--gst/gstnicesink.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/gstnicesink.h b/gst/gstnicesink.h
index 3c8edbb..05a0e1f 100644
--- a/gst/gstnicesink.h
+++ b/gst/gstnicesink.h
@@ -70,7 +70,6 @@ struct _GstNiceSink
gulong writable_id;
gboolean flushing;
-#if GST_CHECK_VERSION (1,0,0)
/* pre-allocated scrap space for render function */
GOutputVector *vecs;
guint n_vecs;
@@ -78,7 +77,6 @@ struct _GstNiceSink
guint n_maps;
NiceOutputMessage *messages;
guint n_messages;
-#endif
};
typedef struct _GstNiceSinkClass GstNiceSinkClass;