gst/audiotestsrc/gstaudiotestsrc.*: Define the default property values in the usual...
authorWim Taymans <wim.taymans@gmail.com>
Fri, 10 Oct 2008 15:45:15 +0000 (15:45 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 10 Oct 2008 15:45:15 +0000 (15:45 +0000)
commit81f5117fa9ef267ac5eb5ad6bdbcc4f0fab1e2fc
tree7b6a774eef36d29b21da99048cf559fe878d4c69
parentb735321f58dd7b7943abe89fc62ee0a07eef44ff
gst/audiotestsrc/gstaudiotestsrc.*: Define the default property values in the usual place.

Original commit message from CVS:
* gst/audiotestsrc/gstaudiotestsrc.c:
(gst_audio_test_src_class_init), (gst_audio_test_src_init),
(gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
(gst_audio_test_src_start), (gst_audio_test_src_stop),
(gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
(gst_audio_test_src_create):
* gst/audiotestsrc/gstaudiotestsrc.h:
Define the default property values in the usual place.
Implement start/stop to reset values correctly.
Calculate the sample size only once when we negotiate.
Rename some values to make more sense.
Keep track of our byte range.
Add support for pull based scheduling. Disabled for now until we have
the whole stack working.
Set the BUFFER_OFFSET correctly.
ChangeLog
gst/audiotestsrc/gstaudiotestsrc.c
gst/audiotestsrc/gstaudiotestsrc.h