configure.ac: Check for stdio_ext.h for the filesink changes.
authorLaurent Glayal <spglegle@yahoo.fr>
Mon, 24 Dec 2007 19:11:29 +0000 (19:11 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 24 Dec 2007 19:11:29 +0000 (19:11 +0000)
commit2f22776f2381319a78f0dc7c0407c4617fe040ea
treeee565c6f18da42c8458140de7371fb45aa03b999
parent20b951efc133b7905508dd76d28b2fe622017279
configure.ac: Check for stdio_ext.h for the filesink changes.

Original commit message from CVS:
Based on Patch by: Laurent Glayal <spglegle at yahoo dot fr>
* configure.ac:
Check for stdio_ext.h for the filesink changes.
* plugins/elements/gstfilesink.c: (buffer_mode_get_type),
(gst_file_sink_class_init), (gst_file_sink_init),
(gst_file_sink_dispose), (gst_file_sink_set_property),
(gst_file_sink_get_property), (gst_file_sink_open_file),
(gst_file_sink_close_file):
* plugins/elements/gstfilesink.h:
Add two properties to control the buffering mode and size.
API: GstFileSink::buffer-mode
API: GstFileSink::buffer-size
ChangeLog
configure.ac
plugins/elements/gstfilesink.c
plugins/elements/gstfilesink.h