summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-03-29 17:19:38 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-03-29 17:19:38 +0000
commitc6571b5c1753ff9e47866d884fd14222187bafbf (patch)
tree2f77b78e68e438f3416fe99c0851e88ce9d3a9d8 /ChangeLog
parent4dc3806b1f3c4d0fe2130dc14187642db79cb94e (diff)
return proper values for state change failures
Original commit message from CVS: return proper values for state change failures
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ec6fbb7..b6e12ed4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * examples/gstplay/player.c: (main):
+ * gst-libs/gst/play/play.c: (gst_play_class_init),
+ (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):
+ check return values of element_set_state and return FALSE where
+ failed
+
2004-03-29 Benjamin Otte <otte@gnome.org>
* ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):