From bdb641c57034166c984caf26191c00de11d751c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 6 May 2008 08:45:07 +0000 Subject: [PATCH] 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. --- ChangeLog | 5 +++++ win32/common/libgstreamer.def | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index e053e2e4e2..eacd56b99d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-05-06 Sebastian Dröge + + * win32/common/libgstreamer.def: + Add gst_pad_has_name() to the exported symbols. + 2008-05-06 Sebastian Dröge * gst/gstpad.c: (gst_pad_alloc_buffer_full): diff --git a/win32/common/libgstreamer.def b/win32/common/libgstreamer.def index 0121c32043..d60e562942 100644 --- a/win32/common/libgstreamer.def +++ b/win32/common/libgstreamer.def @@ -316,6 +316,7 @@ EXPORTS gst_error_get_message gst_event_get_structure gst_event_get_type + gst_event_has_name gst_event_new_buffer_size gst_event_new_custom gst_event_new_eos