query: remove GST_QUERY_LAST
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 14 Nov 2011 09:57:32 +0000 (09:57 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 14 Nov 2011 09:57:32 +0000 (09:57 +0000)
gst/gstquery.h

index dc39ee1..2536637 100644 (file)
@@ -56,7 +56,6 @@ G_BEGIN_DECLS
  * @GST_QUERY_ALLOCATION: the buffer allocation properties
  * @GST_QUERY_SCHEDULING: the scheduling properties
  * @GST_QUERY_ACCEPT_CAPS: the accept caps query
- * @GST_QUERY_LAST: last defined query value
  *
  * Standard predefined Query types
  */
@@ -78,8 +77,7 @@ typedef enum {
   GST_QUERY_URI,
   GST_QUERY_ALLOCATION,
   GST_QUERY_SCHEDULING,
-  GST_QUERY_ACCEPT_CAPS,
-  GST_QUERY_LAST
+  GST_QUERY_ACCEPT_CAPS
 } GstQueryType;
 
 /**