diff --git a/ChangeLog b/ChangeLog index cb28f4ce95..2b3ad54984 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-11-10 Tim-Philipp Müller + + Patch by: Sergey Scobich + + * win32/common/libgsttag.def: + Add missing symbol (#366492). + 2006-11-09 Tim-Philipp Müller * gst/playback/gststreamselector.c: (gst_stream_selector_dispose): diff --git a/win32/common/libgsttag.def b/win32/common/libgsttag.def index ce21489078..f4ecc900b3 100644 --- a/win32/common/libgsttag.def +++ b/win32/common/libgsttag.def @@ -11,3 +11,4 @@ EXPORTS gst_tag_to_id3_tag gst_tag_to_vorbis_comments gst_tag_to_vorbis_tag + gst_vorbis_tag_add