buffer: Remove extra debug symbol from exports

Don't export the debug variable for the parent_buffer_meta.

This was accidentally exported and shouldn't be public
This commit is contained in:
Jan Schmidt 2015-08-04 19:59:28 +10:00
parent 3ee4d608c2
commit fa370153bc
2 changed files with 1 additions and 2 deletions

View file

@ -2278,7 +2278,7 @@ gst_buffer_extract_dup (GstBuffer * buffer, gsize offset, gsize size,
*dest_size = gst_buffer_extract (buffer, offset, *dest, size);
}
GST_DEBUG_CATEGORY (gst_parent_buffer_meta_debug);
GST_DEBUG_CATEGORY_STATIC (gst_parent_buffer_meta_debug);
/**
* gst_buffer_add_parent_buffer_meta:

View file

@ -907,7 +907,6 @@ EXPORTS
gst_param_spec_fraction
gst_param_spec_fraction_get_type
gst_parent_buffer_meta_api_get_type
gst_parent_buffer_meta_debug DATA
gst_parent_buffer_meta_get_info
gst_parse_bin_from_description
gst_parse_bin_from_description_full