summaryrefslogtreecommitdiff
path: root/gst/gstcaps.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2010-12-06 19:18:31 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2010-12-06 19:18:31 +0100
commit993eda50045e3b6f86a5439f8fe82bd447ac4b69 (patch)
tree76d9ade2709fcbbffa7375dccc0dd17068fee581 /gst/gstcaps.h
parentb38d4ed6dd1527772b1161367ade452cc8c23040 (diff)
downloadgstreamer-993eda50045e3b6f86a5439f8fe82bd447ac4b69.tar.gz
remove deprecated symbols and methods
Diffstat (limited to 'gst/gstcaps.h')
-rw-r--r--gst/gstcaps.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/gst/gstcaps.h b/gst/gstcaps.h
index 47d10326d6..5c6fd1ef56 100644
--- a/gst/gstcaps.h
+++ b/gst/gstcaps.h
@@ -82,21 +82,6 @@ typedef enum {
*/
#define GST_CAPS_IS_SIMPLE(caps) (gst_caps_get_size(caps) == 1)
-#ifndef GST_DISABLE_DEPRECATED
-/**
- * GST_DEBUG_CAPS:
- * @string: a string that should be prepended to the caps data.
- * @caps: the #GstCaps instance to print
- *
- * Convenience macro for printing out the contents of caps with GST_DEBUG().
- *
- * Deprecated: do not use anymore
- */
-#define GST_DEBUG_CAPS(string, caps) \
- GST_DEBUG ( string "%s: " GST_PTR_FORMAT, caps)
-
-#endif /* GST_DISABLE_DEPRECATED */
-
/**
* GST_STATIC_CAPS:
* @string: the string describing the caps
@@ -244,12 +229,6 @@ GstCaps * gst_caps_union (const GstCaps *caps1,
GstCaps * gst_caps_normalize (const GstCaps *caps);
gboolean gst_caps_do_simplify (GstCaps *caps);
-#if !defined(GST_DISABLE_LOADSAVE) && !defined(GST_DISABLE_DEPRECATED)
-xmlNodePtr gst_caps_save_thyself (const GstCaps *caps,
- xmlNodePtr parent);
-GstCaps * gst_caps_load_thyself (xmlNodePtr parent);
-#endif
-
/* utility */
void gst_caps_replace (GstCaps **caps,
GstCaps *newcaps);