Merge branch 'move_subdir' into tizen_gst_1.19.2_mono
[platform/upstream/gstreamer.git] / subprojects / gstreamer / gst / gstquark.h
index df2e585..855d89f 100644 (file)
@@ -1,7 +1,7 @@
 /* GStreamer
  * Copyright (C) 2006 Jan Schmidt <thaytan@noraisin.net>
  *
- * gstquark.h: Private header for storing quark info 
+ * gstquark.h: Private header for storing quark info
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
@@ -231,7 +231,12 @@ typedef enum _GstQuarkId
   GST_QUARK_PLUGIN_API = 200,
   GST_QUARK_PLUGIN_API_FLAGS = 201,
   GST_QUARK_GAP_FLAGS = 202,
+#ifndef TIZEN_PROFILE_TV
   GST_QUARK_MAX = 203
+#else
+  GST_QUARK_QUERY_RESOURCE = 203,
+  GST_QUARK_MAX = 204
+#endif
 } GstQuarkId;
 
 extern GQuark _priv_gst_quark_table[GST_QUARK_MAX];