mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 02:15:31 +00:00
gst-libs/gst/audio/gstbaseaudiosink.c
Original commit message from CVS: * gst-libs/gst/audio/gstbaseaudiosink.c (gst_base_audio_sink_change_state): Fix typo in comment. * gst/playback/gstdecodebin.c (gst_decode_bin_class_init, free_dynamics, pad_probe, close_pad_link, try_to_link_1, get_our_ghost_pad, remove_element_chain, queue_underrun_cb, close_link): * gst/playback/gstplaybin.c (gst_play_bin_set_property, gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink): Remove trailing whitespaces in comments. * gst/volume/Makefile.am: Fix tabs.
This commit is contained in:
parent
16b8bd4c49
commit
e7c3ddf3fc
5 changed files with 35 additions and 18 deletions
17
ChangeLog
17
ChangeLog
|
@ -1,3 +1,20 @@
|
|||
2007-05-18 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* gst-libs/gst/audio/gstbaseaudiosink.c
|
||||
(gst_base_audio_sink_change_state):
|
||||
Fix typo in comment.
|
||||
|
||||
* gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
|
||||
free_dynamics, pad_probe, close_pad_link, try_to_link_1,
|
||||
get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
|
||||
close_link):
|
||||
* gst/playback/gstplaybin.c (gst_play_bin_set_property,
|
||||
gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
|
||||
Remove trailing whitespaces in comments.
|
||||
|
||||
* gst/volume/Makefile.am:
|
||||
Fix tabs.
|
||||
|
||||
2007-05-18 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
|
||||
|
|
|
@ -1321,7 +1321,7 @@ gst_base_audio_sink_change_state (GstElement * element,
|
|||
|
||||
switch (transition) {
|
||||
case GST_STATE_CHANGE_PLAYING_TO_PAUSED:
|
||||
/* slop slaving ourselves to the master, if any */
|
||||
/* stop slaving ourselves to the master, if any */
|
||||
gst_clock_set_master (sink->provided_clock, NULL);
|
||||
break;
|
||||
case GST_STATE_CHANGE_PAUSED_TO_READY:
|
||||
|
|
Loading…
Reference in a new issue