mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 00:58:12 +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>
|
2007-05-18 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
|
patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
|
||||||
|
|
|
@ -1321,7 +1321,7 @@ gst_base_audio_sink_change_state (GstElement * element,
|
||||||
|
|
||||||
switch (transition) {
|
switch (transition) {
|
||||||
case GST_STATE_CHANGE_PLAYING_TO_PAUSED:
|
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);
|
gst_clock_set_master (sink->provided_clock, NULL);
|
||||||
break;
|
break;
|
||||||
case GST_STATE_CHANGE_PAUSED_TO_READY:
|
case GST_STATE_CHANGE_PAUSED_TO_READY:
|
||||||
|
|
|
@ -6,7 +6,7 @@ libgstvolume_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
libgstvolume_la_LIBADD = \
|
libgstvolume_la_LIBADD = \
|
||||||
$(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-$(GST_MAJORMINOR).la \
|
$(top_builddir)/gst-libs/gst/interfaces/libgstinterfaces-$(GST_MAJORMINOR).la \
|
||||||
$(GST_BASE_LIBS) \
|
$(GST_BASE_LIBS) \
|
||||||
$(GST_CONTROLLER_LIBS) \
|
$(GST_CONTROLLER_LIBS) \
|
||||||
$(GST_LIBS) \
|
$(GST_LIBS) \
|
||||||
$(LIBOIL_LIBS)
|
$(LIBOIL_LIBS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue