mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
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:
parent
3ee4d608c2
commit
fa370153bc
2 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue