mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
win32/common/libgstreamer.def: Add gst_pad_has_name() to the exported symbols.
Original commit message from CVS: * win32/common/libgstreamer.def: Add gst_pad_has_name() to the exported symbols.
This commit is contained in:
parent
e9e0d0f0eb
commit
bdb641c570
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-05-06 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
|
* win32/common/libgstreamer.def:
|
||||||
|
Add gst_pad_has_name() to the exported symbols.
|
||||||
|
|
||||||
2008-05-06 Sebastian Dröge <slomo@circular-chaos.org>
|
2008-05-06 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
* gst/gstpad.c: (gst_pad_alloc_buffer_full):
|
* gst/gstpad.c: (gst_pad_alloc_buffer_full):
|
||||||
|
|
|
@ -316,6 +316,7 @@ EXPORTS
|
||||||
gst_error_get_message
|
gst_error_get_message
|
||||||
gst_event_get_structure
|
gst_event_get_structure
|
||||||
gst_event_get_type
|
gst_event_get_type
|
||||||
|
gst_event_has_name
|
||||||
gst_event_new_buffer_size
|
gst_event_new_buffer_size
|
||||||
gst_event_new_custom
|
gst_event_new_custom
|
||||||
gst_event_new_eos
|
gst_event_new_eos
|
||||||
|
|
Loading…
Reference in a new issue