summaryrefslogtreecommitdiffstats
path: root/gst/interleave/interleave.h
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-06-04 06:48:46 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-06-04 06:48:46 +0000
commit1169ebe7890801ef140c80ca147da6272ff5a8a5 (patch)
tree7968b2926ce342a0c782383f7141665a34a7ef7f /gst/interleave/interleave.h
parent1f9de0b3f9ec8ccc64bea49d89c4cae58732cead (diff)
gst/interleave/interleave.*: Use an always increasing integer for the number in the name of the requested sink pads t...
Original commit message from CVS: * gst/interleave/interleave.c: (gst_interleave_pad_get_type), (gst_interleave_pad_get_property), (gst_interleave_pad_class_init), (gst_interleave_request_new_pad), (gst_interleave_release_pad): * gst/interleave/interleave.h: Use an always increasing integer for the number in the name of the requested sink pads to guarantuee a unique name. Add a "channel" property to GstInterleavePad to make it possible for applications to retrieve the channel number in the output for every pad. Use g_type_register_static_simple() instead of g_type_register_static() to save some relocations.
Diffstat (limited to 'gst/interleave/interleave.h')
-rw-r--r--gst/interleave/interleave.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/interleave/interleave.h b/gst/interleave/interleave.h
index c98cc43b..fb3b2741 100644
--- a/gst/interleave/interleave.h
+++ b/gst/interleave/interleave.h
@@ -52,6 +52,7 @@ struct _GstInterleave
GstCollectPads *collect;
gint channels;
+ gint padcounter;
gint rate;
gint width;