gst/gstquery.h: Delete unused and misleading define of GST_QUERY_TYPE_RATE_DEN - rates are a gdouble

Original commit message from CVS:
* gst/gstquery.h:
Delete unused and misleading define of GST_QUERY_TYPE_RATE_DEN -
rates are a gdouble
This commit is contained in:
Jan Schmidt 2006-07-26 22:59:19 +00:00
parent 4e6ddbfc50
commit 4c30bdfb0e
2 changed files with 6 additions and 7 deletions

View file

@ -1,3 +1,9 @@
2006-07-27 Jan Schmidt <thaytan@mad.scientist.com>
* gst/gstquery.h:
Delete unused and misleading define of GST_QUERY_TYPE_RATE_DEN -
rates are a gdouble
2006-07-26 Stefan Kost <ensonic@users.sf.net>
* gst/gstregistry.c:

View file

@ -64,13 +64,6 @@ typedef enum {
GST_QUERY_FORMATS
} GstQueryType;
/**
* GST_QUERY_TYPE_RATE_DEN:
*
* Rates are relative to this value
*/
#define GST_QUERY_TYPE_RATE_DEN G_GINT64_CONSTANT (1000000)
typedef struct _GstQueryTypeDefinition GstQueryTypeDefinition;
typedef struct _GstQuery GstQuery;
typedef struct _GstQueryClass GstQueryClass;