query: remove GST_QUERY_LAST

This commit is contained in:
Tim-Philipp Müller 2011-11-14 09:57:32 +00:00
parent d1a8695470
commit 32e7c5d1ef

View file

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