From 39198c6f3d0175523b3a6108017812190fb1c170 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 8 Jul 2004 17:34:08 +0000 Subject: [PATCH] new method. various debugging Original commit message from CVS: new method. various debugging --- ChangeLog | 13 +++++++++++++ configure.ac | 1 + 2 files changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index fb6805b11b..620635cff8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2004-07-08 Thomas Vander Stichele + + * 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 * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline), diff --git a/configure.ac b/configure.ac index a367fab887..3fda630d43 100644 --- a/configure.ac +++ b/configure.ac @@ -27,6 +27,7 @@ dnl - library source changed -> increment REVISION dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0 dnl - interfaces added -> increment AGE dnl - interfaces removed -> AGE = 0 +dnl for 0.8.3 release, gst_play_get_all_by_interface was added, so update AS_LIBTOOL(GST_PLUGINS, 1, 0, 1) AM_PROG_LIBTOOL