comment out caps2 stuff

Original commit message from CVS:
comment out caps2 stuff
This commit is contained in:
Benjamin Otte 2003-12-02 16:48:11 +00:00
parent 088c0de204
commit 1f6bda5395

View file

@ -21,7 +21,9 @@
#define __GST_VALUE_H__
#include <gst/gstconfig.h>
#if 0
#include <gst/gstcaps2.h>
#endif
G_BEGIN_DECLS
@ -74,8 +76,10 @@ void gst_value_set_double_range (GValue *value, double start, double end);
double gst_value_get_double_range_min (const GValue *value);
double gst_value_get_double_range_max (const GValue *value);
#if 0
G_CONST_RETURN GstCaps2 *gst_value_get_caps (const GValue *value);
void gst_value_set_caps (GValue *calue, const GstCaps2 *caps);
#endif
void gst_value_list_prepend_value (GValue *value, const GValue *prepend_value);
void gst_value_list_append_value (GValue *value, const GValue *prepend_value);