summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-07-08 17:34:08 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-07-08 17:34:08 +0000
commit956992925244f67b6e873c1c9dc37af40ccd4c57 (patch)
treeb2c5407e5bb15676d5398e5dbcc9a4287675b4bd /ChangeLog
parent7cbf6bb7f216a40501b105ecef9a026f4b6eac10 (diff)
downloadgst-plugins-bad-956992925244f67b6e873c1c9dc37af40ccd4c57.tar.gz
gst-plugins-bad-956992925244f67b6e873c1c9dc37af40ccd4c57.tar.bz2
gst-plugins-bad-956992925244f67b6e873c1c9dc37af40ccd4c57.zip
new method. various debugging
Original commit message from CVS: new method. various debugging
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fb6805b1..620635cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2004-07-08 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
+
+ * configure.ac:
+ * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
+ (gst_play_dispose), (gst_play_set_location),
+ (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),
+ (gst_play_get_all_by_interface):
+ * gst-libs/gst/play/play.h:
+ add new method to get elements implementing an interface.
+ add various error logging
+
2004-07-08 Wim Taymans <wim@fluendo.com>
* examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),