mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
win32/common/libgsttag.def: Add missing symbol (#366492).
Original commit message from CVS: Patch by: Sergey Scobich <sergery.scobich at gmail com> * win32/common/libgsttag.def: Add missing symbol (#366492).
This commit is contained in:
parent
69c8c3adc0
commit
c533ebfee0
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2006-11-10 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
|
Patch by: Sergey Scobich <sergery.scobich at gmail com>
|
||||||
|
|
||||||
|
* win32/common/libgsttag.def:
|
||||||
|
Add missing symbol (#366492).
|
||||||
|
|
||||||
2006-11-09 Tim-Philipp Müller <tim at centricular dot net>
|
2006-11-09 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
|
* gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
|
||||||
|
|
|
@ -11,3 +11,4 @@ EXPORTS
|
||||||
gst_tag_to_id3_tag
|
gst_tag_to_id3_tag
|
||||||
gst_tag_to_vorbis_comments
|
gst_tag_to_vorbis_comments
|
||||||
gst_tag_to_vorbis_tag
|
gst_tag_to_vorbis_tag
|
||||||
|
gst_vorbis_tag_add
|
||||||
|
|
Loading…
Reference in a new issue