From 32e7c5d1ef22f55c3da51ed113636205a1056f07 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 14 Nov 2011 09:57:32 +0000 Subject: [PATCH] query: remove GST_QUERY_LAST --- gst/gstquery.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gst/gstquery.h b/gst/gstquery.h index dc39ee1..2536637 100644 --- a/gst/gstquery.h +++ b/gst/gstquery.h @@ -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; /** -- 2.7.4