mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
win32/common/libgstreamer.def: Add new exported function.
Original commit message from CVS: * win32/common/libgstreamer.def: Add new exported function. * win32/vs6/libgstbase.dsp: Add gstdataqueue.c to the build. * win32/vs6/libgstcoreelements.dsp: Add gstmultiqueue.c to the build.
This commit is contained in:
parent
4518a5c652
commit
198f9e72aa
4 changed files with 18 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
||||||
|
2007-01-07 Sébastien Moutte <sebastien@moutte.net>
|
||||||
|
|
||||||
|
* win32/common/libgstreamer.def:
|
||||||
|
Add new exported function.
|
||||||
|
* win32/vs6/libgstbase.dsp:
|
||||||
|
Add gstdataqueue.c to the build.
|
||||||
|
* win32/vs6/libgstcoreelements.dsp:
|
||||||
|
Add gstmultiqueue.c to the build.
|
||||||
|
|
||||||
2007-01-06 Andy Wingo <wingo@pobox.com>
|
2007-01-06 Andy Wingo <wingo@pobox.com>
|
||||||
|
|
||||||
* libs/gst/base/gstbasesink.h: New GstBaseSinkClass vmethod,
|
* libs/gst/base/gstbasesink.h: New GstBaseSinkClass vmethod,
|
||||||
|
|
|
@ -646,6 +646,7 @@ EXPORTS
|
||||||
gst_tag_list_get_date
|
gst_tag_list_get_date
|
||||||
gst_tag_list_get_date_index
|
gst_tag_list_get_date_index
|
||||||
gst_tag_list_get_double_index
|
gst_tag_list_get_double_index
|
||||||
|
gst_tag_list_get_int
|
||||||
gst_tag_list_get_string
|
gst_tag_list_get_string
|
||||||
gst_tag_list_get_string_index
|
gst_tag_list_get_string_index
|
||||||
gst_tag_list_get_tag_size
|
gst_tag_list_get_tag_size
|
||||||
|
|
|
@ -124,6 +124,10 @@ SOURCE=..\..\libs\gst\base\gstcollectpads.c
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\..\libs\gst\base\gstdataqueue.c
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\..\libs\gst\base\gstpushsrc.c
|
SOURCE=..\..\libs\gst\base\gstpushsrc.c
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
|
@ -136,6 +136,10 @@ SOURCE=..\..\plugins\elements\gstidentity.c
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\..\plugins\elements\gstmultiqueue.c
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\..\plugins\elements\gstqueue.c
|
SOURCE=..\..\plugins\elements\gstqueue.c
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
Loading…
Reference in a new issue