diff -r 71e347f905f2 -r 4a7fac7dd34a gst_plugins_base/gst/playback/gstplay-enum.h --- a/gst_plugins_base/gst/playback/gstplay-enum.h Fri Mar 19 09:35:09 2010 +0200 +++ b/gst_plugins_base/gst/playback/gstplay-enum.h Fri Apr 16 15:15:52 2010 +0300 @@ -53,6 +53,8 @@ * configuration of audioconvert and audioresample. * @GST_PLAY_FLAG_NATIVE_VIDEO: only allow native video formats, this omits * configuration of ffmpegcolorspace and videoscale. + * @GST_PLAY_FLAG_DOWNLOAD: enable progressice download buffering for selected + * formats. * * Extra flags to configure the behaviour of the sinks. */ @@ -63,7 +65,8 @@ GST_PLAY_FLAG_VIS = (1 << 3), GST_PLAY_FLAG_SOFT_VOLUME = (1 << 4), GST_PLAY_FLAG_NATIVE_AUDIO = (1 << 5), - GST_PLAY_FLAG_NATIVE_VIDEO = (1 << 6) + GST_PLAY_FLAG_NATIVE_VIDEO = (1 << 6), + GST_PLAY_FLAG_DOWNLOAD = (1 << 7) } GstPlayFlags; #define GST_TYPE_PLAY_FLAGS (gst_play_flags_get_type())