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 | c6571b5c1753ff9e47866d884fd14222187bafbf (patch) | |
| tree | 2f77b78e68e438f3416fe99c0851e88ce9d3a9d8 /ChangeLog | |
| parent | 4dc3806b1f3c4d0fe2130dc14187642db79cb94e (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-- | 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): |
