gst/gstquery.h: Delete unused and misleading define of GST_QUERY_TYPE_RATE_DEN -...
authorJan Schmidt <thaytan@mad.scientist.com>
Wed, 26 Jul 2006 22:59:19 +0000 (22:59 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Wed, 26 Jul 2006 22:59:19 +0000 (22:59 +0000)
Original commit message from CVS:
* gst/gstquery.h:
Delete unused and misleading define of GST_QUERY_TYPE_RATE_DEN -
rates are a gdouble

ChangeLog
gst/gstquery.h

index eafece9..38571f9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index 672de3f..1acc2f9 100644 (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;