typefindfunction : add wmf major brand in qt_type_find function 99/93199/2 accepted/tizen/common/20161025.155149 submit/tizen/20161025.104308 submit/tizen_3.0_common/20161104.104000
authorGilbok Lee <gilbok.lee@samsung.com>
Fri, 21 Oct 2016 03:40:59 +0000 (12:40 +0900)
committerGilbok Lee <gilbok.lee@samsung.com>
Fri, 21 Oct 2016 03:43:17 +0000 (20:43 -0700)
some content could not determine type of stream

Change-Id: I15bedc6c452dcd3b1093cb146caa441697065c13

gst/typefind/gsttypefindfunctions.c
packaging/gst-plugins-base.spec

index 3fef934..37247a5 100644 (file)
@@ -3133,6 +3133,9 @@ qt_type_find (GstTypeFind * tf, gpointer unused)
 
     if (STRNCMP (&data[4], "ftypisom", 8) == 0 ||
         STRNCMP (&data[4], "ftypavc1", 8) == 0 ||
+#ifdef TIZEN_FEATURE_TYPEFIND_ENHANCEMENT
+        STRNCMP (&data[4], "ftypwmf ", 8) == 0 ||
+#endif
         STRNCMP (&data[4], "ftypmp42", 8) == 0) {
       tip = GST_TYPE_FIND_MAXIMUM;
       variant = "iso";
index 570ca4e..87b9fe9 100644 (file)
@@ -5,7 +5,7 @@
 
 Name:           gst-plugins-base
 Version:        1.6.1
-Release:        6
+Release:        7
 License:        LGPL-2.0+
 Summary:        GStreamer Streaming-Media Framework Plug-Ins
 Url:            http://gstreamer.freedesktop.org/
@@ -71,6 +71,7 @@ export V=1
 NOCONFIGURE=1 ./autogen.sh
 export CFLAGS="%{optflags} -fno-strict-aliasing\
  -DTIZEN_FEATURE_WAYLAND_ENHANCEMENT\
+ -DTIZEN_FEATURE_TYPEFIND_ENHANCEMENT\
 %if "%{?profile}" == "tv"
  -DTIZEN_PROFILE_TV\
 %endif