diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2009-01-05 10:59:35 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2009-01-05 10:59:35 +0000 |
commit | c3ec18af97da892ffe65247b853930859850c200 (patch) | |
tree | 5ebbdf1b6485569e0715c1ad2f45cb1f52b4b73d /ChangeLog | |
parent | 8b0fadc2ff55fa34644584ce93827711e6437904 (diff) |
gst/audiotestsrc/gstaudiotestsrc.*: Add property to control pull/push based scheduling.
Original commit message from CVS:
* gst/audiotestsrc/gstaudiotestsrc.c:
(gst_audio_test_src_class_init), (gst_audio_test_src_init),
(gst_audio_test_src_check_get_range),
(gst_audio_test_src_set_property),
(gst_audio_test_src_get_property):
* gst/audiotestsrc/gstaudiotestsrc.h:
Add property to control pull/push based scheduling.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2009-01-05 Wim Taymans <wim.taymans@collabora.co.uk> + + * gst/audiotestsrc/gstaudiotestsrc.c: + (gst_audio_test_src_class_init), (gst_audio_test_src_init), + (gst_audio_test_src_check_get_range), + (gst_audio_test_src_set_property), + (gst_audio_test_src_get_property): + * gst/audiotestsrc/gstaudiotestsrc.h: + Add property to control pull/push based scheduling. + 2009-01-02 Alessandro Decina <alessandro.d@gmail.com> * configure.ac: |