summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-07-08 13:44:06 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-07-08 13:44:06 +0000
commit0b50cd50576e193b3a1d062938d2642d76cac385 (patch)
tree2d4684c898821c2c0bfdf8fbb9c774921a53335e
parent29f63c5e99f44a4d9d94a43b0ebc9474ee6fce35 (diff)
gst-libs/gst/play/play.c: - add debugging info
Original commit message from CVS: * gst-libs/gst/play/play.c: (gst_play_pipeline_setup), (gst_play_get_length_callback), (gst_play_set_location), (gst_play_seek_to_time), (gst_play_set_data_src), (gst_play_set_video_sink), (gst_play_set_audio_sink), (gst_play_set_visualization), (gst_play_connect_visualization), (gst_play_get_sink_element): - add debugging info - fix looking up sink elements by iterating over complete caps - put everything except for source and autoplugger in a complete bin
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 462566e2..cbdb42a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
+ * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
+ (gst_play_get_length_callback), (gst_play_set_location),
+ (gst_play_seek_to_time), (gst_play_set_data_src),
+ (gst_play_set_video_sink), (gst_play_set_audio_sink),
+ (gst_play_set_visualization), (gst_play_connect_visualization),
+ (gst_play_get_sink_element):
+ - add debugging info
+ - fix looking up sink elements by iterating over complete caps
+ - put everything except for source and autoplugger in a complete bin
+
+2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
+
* ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
* ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
(gst_alsa_sink_check_event), (gst_alsa_sink_mmap),