Sébastien Moutte
281eb4c00b
win32/vs7/grammar.vcproj: activate copy of autogenerated files for Release mode
...
Original commit message from CVS:
* win32/vs7/grammar.vcproj:
activate copy of autogenerated files for Release mode
2006-01-30 23:52:52 +00:00
Sébastien Moutte
0e96ab6bb2
win32/common/libgstreamer.def: export gst_value_compare
...
Original commit message from CVS:
* win32/common/libgstreamer.def:
export gst_value_compare
2006-01-30 22:29:03 +00:00
Sébastien Moutte
c0a0e6303e
win32/vs6/grammar.dsp: add autogen of gstmarshal.c,h for Release mode
...
Original commit message from CVS:
* win32/vs6/grammar.dsp:
add autogen of gstmarshal.c,h for Release mode
2006-01-30 20:36:51 +00:00
Sébastien Moutte
d90b1da4f4
win32/vs6/grammar.dsp: fix some bugs in autogenerated files for Release mode
...
Original commit message from CVS:
* win32/vs6/grammar.dsp:
fix some bugs in autogenerated files for Release mode
2006-01-29 21:56:00 +00:00
Sébastien Moutte
32c1915210
win32/common/: export some new symbols: gst_base_src_set_format, gst_iterator_next, gst_structure_set_valist
...
Original commit message from CVS:
* win32/common/libgstbase.def:
* win32/common/libgstreamer.def:
export some new symbols: gst_base_src_set_format,
gst_iterator_next, gst_structure_set_valist
2006-01-29 19:24:18 +00:00
Sébastien Moutte
c84db83b8e
win32/vs8: add vs8 project files created by Sergey Scobich
...
Original commit message from CVS:
* win32/vs8:
add vs8 project files created by Sergey Scobich
2006-01-29 16:54:40 +00:00
Stefan Kost
9da0074030
win32/MANIFEST: more updating
...
Original commit message from CVS:
* win32/MANIFEST:
more updating
2006-01-26 08:57:40 +00:00
Stefan Kost
6e2a72d605
win32/MANIFEST: remove obsolete entry
...
Original commit message from CVS:
* win32/MANIFEST:
remove obsolete entry
2006-01-26 08:39:20 +00:00
Julien Moutte
8791aa4fbc
libs/gst/base/gstbasesink.c: We only query position using the clock in the playing state.
...
Original commit message from CVS:
2006-01-25 Julien MOUTTE <julien@moutte.net>
* libs/gst/base/gstbasesink.c: (gst_base_sink_get_position):
We only query position using the clock in the playing state.
Query peer in the other cases.
* win32/common/config.h: Updates.
2006-01-25 18:07:02 +00:00
Sébastien Moutte
5eb568fb84
win32/vs7: Add new vs7 project files and solution.
...
Original commit message from CVS:
* win32/vs7 :
Add new vs7 project files and solution.
2006-01-23 12:37:33 +00:00
Sébastien Moutte
a979862974
win32/vs7: all files removed as they were out-dated.
...
Original commit message from CVS:
* win32/vs7:
all files removed as they were out-dated.
2006-01-23 12:23:00 +00:00
Sébastien Moutte
5234d4f59a
win32/common/libgstreamer.def: export gst_buffer_is_metadata_writable
...
Original commit message from CVS:
* win32/common/libgstreamer.def:
export gst_buffer_is_metadata_writable
2006-01-20 12:53:40 +00:00
Andy Wingo
851fe9f09b
gst/gstregistry.c: Reflow design comment. Update so as to speak in the present tense without reference to versions.
...
Original commit message from CVS:
2006-01-17 Andy Wingo <wingo@pobox.com>
* gst/gstregistry.c: Reflow design comment. Update so as to speak
in the present tense without reference to versions.
* gst/gstregistry.c (gst_registry_add_plugin)
(gst_registry_remove_plugin, gst_registry_remove_feature)
(gst_registry_find_feature, gst_registry_get_feature_list)
(gst_registry_get_plugin_list, gst_registry_lookup_feature)
(gst_registry_lookup, gst_registry_scan_path)
(_gst_registry_remove_cache_plugins)
(gst_registry_get_feature_list_by_plugin): Add argument
validation.
2006-01-17 12:08:43 +00:00
Thomas Vander Stichele
780bfa7c21
releasing 0.10.2
...
Original commit message from CVS:
releasing 0.10.2
2006-01-16 20:59:38 +00:00
Thomas Vander Stichele
45d7beeb64
prerelease
...
Original commit message from CVS:
prerelease
2006-01-14 22:59:46 +00:00
Thomas Vander Stichele
8455a31e67
docs/manual/Makefile.am: don't do parallel make
...
Original commit message from CVS:
* docs/manual/Makefile.am:
don't do parallel make
* configure.ac:
AC_SUBST HOST_CPU
* win32/common/config.h.in:
add generations for HOST_CPU and GST_MAJORMINOR
* win32/common/config.h: commit generated result
2006-01-14 11:20:40 +00:00
Sébastien Moutte
3c5c1d29ea
libs/gst/base/gstbasesink.c: *cur = (now - base) * basesink->segment.abs_rate + time; replaced by
...
Original commit message from CVS:
* libs/gst/base/gstbasesink.c:
*cur = (now - base) * basesink->segment.abs_rate + time; replaced by
*cur = gst_guint64_to_gdouble(now - base) * basesink->segment.abs_rate + time; for vs6
* win32/common/config.h:
added some defines GST_MAJORMINOR and HOST_CPU
* win32/common/libgstbase.def:
* win32/common/libgstreamer.def:
added some exported functions
2006-01-12 22:04:58 +00:00
Thomas Vander Stichele
9bb3d2f403
update config for .1
...
Original commit message from CVS:
update config for .1
2006-01-04 23:53:01 +00:00
Thomas Vander Stichele
ca814c15a6
releasing 0.10.1
...
Original commit message from CVS:
releasing 0.10.1
2005-12-23 18:04:49 +00:00
Thomas Vander Stichele
617bc8c885
prereleasing
...
Original commit message from CVS:
prereleasing
2005-12-20 16:01:09 +00:00
Michael Smith
5bff908d58
Remove makecontext stuff; not used in 0.10 and causes problems on
...
Original commit message from CVS:
* common/m4/gst-makecontext.m4:
* common/m4/gst-mcsc.m4:
* configure.ac:
* win32/common/config.h:
* win32/common/config.h.in:
Remove makecontext stuff; not used in 0.10 and causes problems on
HPUX according to bug #322441
2005-12-09 15:09:42 +00:00
Thomas Vander Stichele
288f61d21f
expand tabs
...
Original commit message from CVS:
expand tabs
2005-12-06 19:29:15 +00:00
Thomas Vander Stichele
2d257b4108
back to cvs
...
Original commit message from CVS:
back to cvs
2005-12-06 19:04:49 +00:00
Thomas Vander Stichele
715efa9247
releasing 0.10.0
...
Original commit message from CVS:
releasing 0.10.0
2005-12-05 18:05:01 +00:00
Wim Taymans
4f28ca8331
libs/gst/base/gstbasetransform.c (gst_base_transform_prepare_output_buf)
...
Original commit message from CVS:
2005-12-05 Andy Wingo <wingo@pobox.com>
patch by: Wim Taymans <wim@fluendo.com>
* libs/gst/base/gstbasetransform.c
(gst_base_transform_prepare_output_buf)
(gst_base_transform_buffer_alloc):
* plugins/elements/gstqueue.c (gst_queue_bufferalloc): Call
alloc_buffer_and_set_caps.
* gst/gstpad.c (gst_pad_alloc_buffer): Changed to not call
set_caps on the source pad.
(gst_pad_alloc_buffer_and_set_caps): New function, does what
alloc_buffer used to do. Fixes #322874 .
* docs/gst/gstreamer-sections.txt:
* docs/design/part-negotiation.txt:
* docs/pwg/advanced-negotiation.xml: Update for the alloc_buffer
changes.
2005-12-05 13:01:35 +00:00
Thomas Vander Stichele
774d99069c
add def for controller
...
Original commit message from CVS:
add def for controller
2005-12-05 12:09:43 +00:00
Sebastien Moutte
dcc09909b9
win32/: win32 build fixes
...
Original commit message from CVS:
patch by: Sebastien Moutte
* win32/MANIFEST:
* win32/common/config.h.in:
* win32/vs6/libgstcontroller.dsp:
win32 build fixes
2005-12-05 12:09:01 +00:00
Thomas Vander Stichele
e23e3aa691
rename two exports
...
Original commit message from CVS:
rename two exports
2005-12-04 19:57:26 +00:00
Sebastien Moutte
7e0089586b
libs/gst/controller/gstinterpolation.c: use convert function for uint64/double
...
Original commit message from CVS:
patch by: Sebastien Moutte
* libs/gst/controller/gstinterpolation.c:
use convert function for uint64/double
* win32/vs6/libgstcontroller.dsp:
link to GLib
2005-12-04 18:54:19 +00:00
Thomas Vander Stichele
45fce73f08
win32/: renamed core elements plugin
...
Original commit message from CVS:
* win32/MANIFEST:
* win32/common/config.h:
* win32/vs6/gstreamer.dsw:
* win32/vs6/libgstcoreelements.dsp:
* win32/vs6/libgstelements.dsp:
renamed core elements plugin
2005-12-02 09:48:17 +00:00
Thomas Vander Stichele
9672212aa5
releasing 0.9.7
...
Original commit message from CVS:
releasing 0.9.7
2005-12-01 19:11:56 +00:00
Thomas Vander Stichele
d29d0b01e2
bump GST_MAJORMINOR to 0.10 reset libtool version
...
Original commit message from CVS:
bump GST_MAJORMINOR to 0.10
reset libtool version
2005-12-01 16:51:23 +00:00
Thomas Vander Stichele
602d69e85c
add libgstcontroller to the build
...
Original commit message from CVS:
add libgstcontroller to the build
2005-12-01 10:07:26 +00:00
Thomas Vander Stichele
f47a8723e6
add a README
...
Original commit message from CVS:
add a README
2005-11-30 16:28:17 +00:00
Thomas Vander Stichele
4e073d1dad
move even more stuff, win32/ is nice and clean now
...
Original commit message from CVS:
move even more stuff, win32/ is nice and clean now
2005-11-30 16:26:36 +00:00
Thomas Vander Stichele
93a4a0b763
remove old win32 stuff that isn't maintained and should be reorganized
...
Original commit message from CVS:
remove old win32 stuff that isn't maintained and should be
reorganized
2005-11-30 16:17:23 +00:00
Thomas Vander Stichele
9055674a03
add some explicit casts update dsp files; also installs the debug build in \gstreamer\debug to separate it from the n...
...
Original commit message from CVS:
add some explicit casts
update dsp files; also installs the debug build in \gstreamer\debug to separate it from the non-debug build
2005-11-30 10:13:54 +00:00
Thomas Vander Stichele
cdfbeb7ba7
add more symbols to def file
...
Original commit message from CVS:
add more symbols to def file
2005-11-30 10:03:46 +00:00
Thomas Vander Stichele
7033dfd164
add more symbols to def file
...
Original commit message from CVS:
add more symbols to def file
2005-11-30 09:36:19 +00:00
Thomas Vander Stichele
33f3f3a59e
add more symbols to def file
...
Original commit message from CVS:
add more symbols to def file
2005-11-30 09:30:50 +00:00
Thomas Vander Stichele
6c0ef70493
win32/common/gstconfig.h: add large padding
...
Original commit message from CVS:
* win32/common/gstconfig.h:
add large padding
2005-11-30 09:27:47 +00:00
Thomas Vander Stichele
119606a8c6
win32/common/libgstreamer.def: rename symbols; sort base section
...
Original commit message from CVS:
* win32/common/libgstreamer.def:
rename symbols; sort base section
2005-11-30 09:22:45 +00:00
Thomas Vander Stichele
6bd5621f5e
update visual studio generated files
...
Original commit message from CVS:
update visual studio generated files
2005-11-30 09:12:57 +00:00
Thomas Vander Stichele
30ea43b09d
win32/vs6/: update project files for new locations
...
Original commit message from CVS:
* win32/vs6/libgstbase.dsp:
* win32/vs6/libgstelements.dsp:
update project files for new locations
2005-11-30 08:56:59 +00:00
Thomas Vander Stichele
cdb0102e9e
add a torture target
...
Original commit message from CVS:
add a torture target
2005-11-23 21:24:46 +00:00
Thomas Vander Stichele
505dced8dc
releasing 0.9.6
...
Original commit message from CVS:
releasing 0.9.6
2005-11-23 19:55:09 +00:00
Jan Schmidt
3e17fdcbf9
Rename gst_caps_structure_fixate_* to gst_structure_fixate_* ( #322027 )
...
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/gststructure.c: (gst_structure_fixate_field_nearest_int),
(gst_structure_fixate_field_nearest_double),
(gst_structure_fixate_field_boolean):
* gst/gststructure.h:
* win32/common/libgstreamer.def:
* win32/gstreamer.def:
Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
(#322027 )
2005-11-21 14:28:21 +00:00
Tim-Philipp Müller
60c50e8f11
Rename gst_collecpads_foo() => gst_collect_pads_foo(). Document unimplemented functions as unimplemented ( #320766 ).
...
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* win32/common/libgstbase.def:
* win32/libgstbase.def:
* gst/base/gstcollectpads.c: (gst_collect_pads_base_init),
(gst_collect_pads_class_init), (gst_collect_pads_init),
(gst_collect_pads_finalize), (gst_collect_pads_new),
(gst_collect_pads_set_function), (gst_collect_pads_add_pad),
(gst_collect_pads_remove_pad), (gst_collect_pads_is_active),
(gst_collect_pads_collect), (gst_collect_pads_collect_range),
(gst_collect_pads_start), (gst_collect_pads_stop),
(gst_collect_pads_peek), (gst_collect_pads_pop),
(gst_collect_pads_available), (gst_collect_pads_read),
(gst_collect_pads_flush), (gst_collect_pads_event),
(gst_collect_pads_chain):
* gst/base/gstcollectpads.h:
Rename gst_collecpads_foo() => gst_collect_pads_foo(). Document
unimplemented functions as unimplemented (#320766 ).
2005-11-21 11:00:03 +00:00
Thomas Vander Stichele
6b9b2e4015
update win32 files for HEAD
...
Original commit message from CVS:
update win32 files for HEAD
2005-11-12 10:04:01 +00:00
Thomas Vander Stichele
b1797f6ca0
releasing 0.9.5
...
Original commit message from CVS:
releasing 0.9.5
2005-11-11 19:24:30 +00:00