mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
comment out caps2 stuff
Original commit message from CVS: comment out caps2 stuff
This commit is contained in:
parent
088c0de204
commit
1f6bda5395
1 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue