summaryrefslogtreecommitdiffstats
path: root/ChangeLog
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
commit165253fdefab57104c146938ce870f4568a953d5 (patch)
treeb7d4e808561f8d58a13ca2174b96abdce05b0203 /ChangeLog
parent11765509ca3e0edcc939f6de238269bd830d49b9 (diff)
downloadgst-plugins-bad-165253fdefab57104c146938ce870f4568a953d5.tar.gz
gst-plugins-bad-165253fdefab57104c146938ce870f4568a953d5.tar.bz2
gst-plugins-bad-165253fdefab57104c146938ce870f4568a953d5.zip
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 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 96d2bfb2..9c835883 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * 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.
+
2008-06-03 Sebastian Dröge <slomo@circular-chaos.org>
* gst/interleave/interleave.c: (gst_interleave_pad_get_type),