Merge the tizen patch based on 1.12.2
[platform/upstream/gstreamer.git] / gst / gstquark.h
index e41466b..dd24a88 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
@@ -217,7 +217,12 @@ typedef enum _GstQuarkId
   GST_QUARK_REDIRECT_ENTRY_TAGLISTS = 186,
   GST_QUARK_REDIRECT_ENTRY_STRUCTURES = 187,
   GST_QUARK_EVENT_STREAM_GROUP_DONE = 188,
+#ifndef TIZEN_PROFILE_TV
   GST_QUARK_MAX = 189
+#else
+  GST_QUARK_QUERY_RESOURCE = 189,
+  GST_QUARK_MAX = 190
+#endif
 } GstQuarkId;
 
 extern GQuark _priv_gst_quark_table[GST_QUARK_MAX];