diff options
| author | Tim-Philipp Müller <tim@centricular.net> | 2005-11-01 12:39:16 +0000 |
|---|---|---|
| committer | Tim-Philipp Müller <tim@centricular.net> | 2005-11-01 12:39:16 +0000 |
| commit | 7448422fe23877056ce9822bef698283e77a56b1 (patch) | |
| tree | 5526f479b642f73932a8e0f279dce6b34edd4892 /ChangeLog | |
| parent | 7d9dd13c6e11c0e8be2906b41d23103bf6a83200 (diff) | |
gst/autodetect/: Fix state change function and use GST_DEBUG_FUNCPTR in class_init.
Original commit message from CVS:
* gst/autodetect/gstautoaudiosink.c:
(gst_auto_audio_sink_class_init),
(gst_auto_audio_sink_change_state):
* gst/autodetect/gstautovideosink.c:
(gst_auto_video_sink_class_init),
(gst_auto_video_sink_change_state):
Fix state change function and use GST_DEBUG_FUNCPTR in
class_init.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2005-11-01 Tim-Philipp Müller <tim at centricular dot net> + + * gst/autodetect/gstautoaudiosink.c: + (gst_auto_audio_sink_class_init), + (gst_auto_audio_sink_change_state): + * gst/autodetect/gstautovideosink.c: + (gst_auto_video_sink_class_init), + (gst_auto_video_sink_change_state): + Fix state change function and use GST_DEBUG_FUNCPTR in + class_init. + 2005-11-01 Josef Zlomek <josef dot zlomek at xeris dot cz> Reviewed by: Tim-Philipp Müller <tim at centricular dot net> |
