summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2007-01-17 14:30:50 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2007-01-17 14:30:50 +0000
commitfdd167aeb1c6b502ea64bff91416f79e97d8d1d7 (patch)
treec1ce3d341200b120261dd920dc5dc9aeca9893f5 /ChangeLog
parent703a0d00d8b3548cc8dcdea1b645133d035a9734 (diff)
sys/v4l2/: Fix EIO handing when capturing. Add new property to specify the number of buffers to enque (and remove the...
Original commit message from CVS: * sys/v4l2/gstv4l2object.c: (gst_v4l2_object_install_properties_helper), (gst_v4l2_object_set_property_helper), (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults): * sys/v4l2/gstv4l2object.h: * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init), (gst_v4l2src_init), (gst_v4l2src_set_property), (gst_v4l2src_get_property), (gst_v4l2src_set_caps): * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list), (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture), (gst_v4l2src_capture_init), (gst_v4l2src_capture_start), (gst_v4l2src_capture_deinit): Fix EIO handing when capturing. Add new property to specify the number of buffers to enque (and remove the borked num-buffers usage).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ae37a808..5d774757 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+2007-01-17 Stefan Kost <ensonic@users.sf.net>
+
+ * sys/v4l2/gstv4l2object.c:
+ (gst_v4l2_object_install_properties_helper),
+ (gst_v4l2_object_set_property_helper),
+ (gst_v4l2_object_get_property_helper), (gst_v4l2_set_defaults):
+ * sys/v4l2/gstv4l2object.h:
+ * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
+ (gst_v4l2src_init), (gst_v4l2src_set_property),
+ (gst_v4l2src_get_property), (gst_v4l2src_set_caps):
+ * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
+ (gst_v4l2src_grab_frame), (gst_v4l2src_set_capture),
+ (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
+ (gst_v4l2src_capture_deinit):
+ Fix EIO handing when capturing. Add new property to specify the number of
+ buffers to enque (and remove the borked num-buffers usage).
+
+2007-01-16 Stefan Kost <ensonic@users.sf.net>
+
+ * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
+ (gst_avi_demux_parse_index), (gst_avi_demux_stream_index),
+ (gst_avi_demux_sync), (gst_avi_demux_next_data_buffer),
+ (gst_avi_demux_stream_scan), (gst_avi_demux_massage_index),
+ (gst_avi_demux_calculate_durations_from_index),
+ (gst_avi_demux_push_event), (gst_avi_demux_stream_header_pull),
+ (gst_avi_demux_handle_seek), (gst_avi_demux_stream_data),
+ (gst_avi_demux_loop):
+ Fix hanging when demuxing fuzzed file (#397229). Add some more debug.
+
2007-01-16 Stefan Kost <ensonic@users.sf.net>
Patch by: Sebastian Dröge <slomo circular-chaos org>