diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-29 17:19:38 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-29 17:19:38 +0000 |
commit | 5b4a2facc1be2e28ded1ed4eb0e759f72913a599 (patch) | |
tree | a25650077454d5dbd6c56060fefdb539eb2d79e6 /ChangeLog | |
parent | 06f16a6950b80ca004068f56f0dae7b228556935 (diff) | |
download | gst-plugins-bad-5b4a2facc1be2e28ded1ed4eb0e759f72913a599.tar.gz gst-plugins-bad-5b4a2facc1be2e28ded1ed4eb0e759f72913a599.tar.bz2 gst-plugins-bad-5b4a2facc1be2e28ded1ed4eb0e759f72913a599.zip |
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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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): |