diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-01-19 10:19:42 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-01-19 10:19:42 +0000 |
commit | b7d8747b800ce41a8daf7e20ccc9b7584ffe0edf (patch) | |
tree | 46d48914f24cee4c4b8d8e7005ec42171c6615cd /ChangeLog | |
parent | 088c8da66f098029d547d05fb27bc41b1afb3ac5 (diff) | |
download | gst-plugins-bad-b7d8747b800ce41a8daf7e20ccc9b7584ffe0edf.tar.gz gst-plugins-bad-b7d8747b800ce41a8daf7e20ccc9b7584ffe0edf.tar.bz2 gst-plugins-bad-b7d8747b800ce41a8daf7e20ccc9b7584ffe0edf.zip |
updating v4l2 for new error handling
Original commit message from CVS:
updating v4l2 for new error handling
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org> + * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities), + (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm), + (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input), + (gst_v4l2_get_output), (gst_v4l2_set_output), + (gst_v4l2_get_frequency), (gst_v4l2_set_frequency), + (gst_v4l2_signal_strength), (gst_v4l2_get_attribute), + (gst_v4l2_set_attribute): + update to new error handling + +2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org> + * ext/sidplay/gstsiddec.cc: * gst/modplug/gstmodplug.cc: parenthese NULL because C++ seems angry about it |