gst-libs/gst/audio/gstbaseaudiosrc.c: Add debug info.
authorWim Taymans <wim.taymans@gmail.com>
Mon, 17 Dec 2007 16:44:51 +0000 (16:44 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 17 Dec 2007 16:44:51 +0000 (16:44 +0000)
commit2ea251a366c94490aa8aa487eacdf6998b2cc721
tree77dd6d0c84bc20a58f9cdfb256e91f222b184211
parent80d1fbac43f678ce5752a91daf3a4ea5a4db443d
gst-libs/gst/audio/gstbaseaudiosrc.c: Add debug info.

Original commit message from CVS:
* gst-libs/gst/audio/gstbaseaudiosrc.c:
(gst_base_audio_src_create), (gst_base_audio_src_change_state):
Add debug info.
When going from PLAYING to PAUSED, pause the ringbuffer before calling
the parent state change function, just like the audiosink, because the
parent waits for the element to finish its processing before completing
the state change. This makes going to PAUSED a lot snappier.
When going from READY to PAUSED, don't allow the ringbuffer to start
yet.
ChangeLog
gst-libs/gst/audio/gstbaseaudiosrc.c