[totem] gst: Add new flags for playbin



commit 22480af9819b207f03a0e405927024b4e6d16344
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Apr 11 09:29:15 2014 +0200

    gst: Add new flags for playbin
    
    See https://bugzilla.gnome.org/show_bug.cgi?id=679031
    
    https://bugzilla.gnome.org/show_bug.cgi?id=728020

 src/gst/totem-gst-helpers.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/gst/totem-gst-helpers.h b/src/gst/totem-gst-helpers.h
index 5801eb5..85689e7 100644
--- a/src/gst/totem-gst-helpers.h
+++ b/src/gst/totem-gst-helpers.h
@@ -45,7 +45,9 @@ typedef enum {
   GST_PLAY_FLAG_NATIVE_VIDEO  = (1 << 6),
   GST_PLAY_FLAG_DOWNLOAD      = (1 << 7),
   GST_PLAY_FLAG_BUFFERING     = (1 << 8),
-  GST_PLAY_FLAG_DEINTERLACE   = (1 << 9)
+  GST_PLAY_FLAG_DEINTERLACE   = (1 << 9),
+  GST_PLAY_FLAG_SOFT_COLORBALANCE = (1 << 10),
+  GST_PLAY_FLAG_FORCE_FILTERS = (1 << 11),
 } GstPlayFlags;
 
 void totem_gst_message_print (GstMessage *msg,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]