From: Tim-Philipp Müller Date: Mon, 14 Nov 2011 09:57:32 +0000 (+0000) Subject: query: remove GST_QUERY_LAST X-Git-Tag: RELEASE-0.11.2~444 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=32e7c5d1ef22f55c3da51ed113636205a1056f07;p=platform%2Fupstream%2Fgstreamer.git query: remove GST_QUERY_LAST --- 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; /**