summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-01-31 15:56:32 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-01-31 15:56:32 +0000
commitfcb5bb22d59986194882b54bdc2719237949476d (patch)
tree2e32833ecf8cb2280cc68e7c959e8ba8542df0f4 /ChangeLog
parent4ec44f3b01f31a18c40162212bba83e3753686a0 (diff)
downloadgst-plugins-bad-fcb5bb22d59986194882b54bdc2719237949476d.tar.gz
gst-plugins-bad-fcb5bb22d59986194882b54bdc2719237949476d.tar.bz2
gst-plugins-bad-fcb5bb22d59986194882b54bdc2719237949476d.zip
add error handling
Original commit message from CVS: add error handling
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3400bebb..0ecaac15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2004-01-31 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * gst-libs/gst/play/play.c: (gst_play_error_quark),
+ (gst_play_error_create), (gst_play_error_plugin),
+ (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
+ * gst-libs/gst/play/play.h:
+ add error handling during creation
+ * examples/gstplay/player.c: (main):
+ use new gst_play_new
+
+
2004-01-31 Benjamin Otte <in7y118@public.uni-hamburg.de>
* ext/theora/theoradec.c: (theora_dec_chain):