quark: add "object" quark
authorWim Taymans <wim.taymans@collabora.co.uk>
Tue, 21 Apr 2009 11:05:17 +0000 (13:05 +0200)
committerWim Taymans <wim@metal.(none)>
Mon, 11 May 2009 21:47:06 +0000 (23:47 +0200)
Add the object quark that will be used for the STREAM_STATUS messages.

gst/gstquark.c
gst/gstquark.h

index 9e2887d..d1d69fb 100644 (file)
@@ -37,7 +37,7 @@ static const gchar *_quark_strings[] = {
   "max-latency", "busy", "type", "owner", "update", "applied-rate",
   "start", "stop", "minsize", "maxsize", "async", "proportion",
   "diff", "timestamp", "flags", "cur-type", "cur", "stop-type",
-  "latency", "uri"
+  "latency", "uri", "object"
 };
 
 GQuark _priv_gst_quark_table[GST_QUARK_MAX];
index b4e78e8..0f29119 100644 (file)
@@ -78,8 +78,9 @@ typedef enum _GstQuarkId
   GST_QUARK_STOP_TYPE = 49,
   GST_QUARK_LATENCY = 50,
   GST_QUARK_URI = 51,
+  GST_QUARK_OBJECT = 52,
 
-  GST_QUARK_MAX = 52
+  GST_QUARK_MAX = 53
 } GstQuarkId;
 
 extern GQuark _priv_gst_quark_table[GST_QUARK_MAX];