Thomas Vander Stichele [Fri, 2 Dec 2005 09:48:17 +0000 (09:48 +0000)]
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
Thomas Vander Stichele [Fri, 2 Dec 2005 01:35:22 +0000 (01:35 +0000)]
tools/gst-run.c: do piece-wise major/minor comparison so 0.9 < 0.10 also allow .exe extensions for tools
Original commit message from CVS:
* tools/gst-run.c: (compare_major_minor), (find_highest_version),
(get_candidates):
do piece-wise major/minor comparison so 0.9 < 0.10
also allow .exe extensions for tools
Michael Smith [Thu, 1 Dec 2005 23:57:07 +0000 (23:57 +0000)]
gst/gst.c: Escape a % to make gtkdoc happier; bug 322958.
Original commit message from CVS:
* gst/gst.c:
Escape a % to make gtkdoc happier; bug 322958.
Thomas Vander Stichele [Thu, 1 Dec 2005 19:18:57 +0000 (19:18 +0000)]
back to HEAD
Original commit message from CVS:
back to HEAD
Thomas Vander Stichele [Thu, 1 Dec 2005 19:11:56 +0000 (19:11 +0000)]
releasing 0.9.7
Original commit message from CVS:
releasing 0.9.7
Thomas Vander Stichele [Thu, 1 Dec 2005 16:51:23 +0000 (16:51 +0000)]
bump GST_MAJORMINOR to 0.10 reset libtool version
Original commit message from CVS:
bump GST_MAJORMINOR to 0.10
reset libtool version
Thomas Vander Stichele [Thu, 1 Dec 2005 15:28:25 +0000 (15:28 +0000)]
remove old file
Original commit message from CVS:
remove old file
Thomas Vander Stichele [Thu, 1 Dec 2005 15:18:41 +0000 (15:18 +0000)]
ignore more
Original commit message from CVS:
ignore more
Thomas Vander Stichele [Thu, 1 Dec 2005 15:08:09 +0000 (15:08 +0000)]
Added Bulgarian translation by (Alexander Shopov)
Original commit message from CVS:
Added Bulgarian translation by (Alexander Shopov)
Thomas Vander Stichele [Thu, 1 Dec 2005 15:04:03 +0000 (15:04 +0000)]
commit final stamp file
Original commit message from CVS:
commit final stamp file
Thomas Vander Stichele [Thu, 1 Dec 2005 14:51:07 +0000 (14:51 +0000)]
add more files for distcheck
Original commit message from CVS:
add more files for distcheck
Thomas Vander Stichele [Thu, 1 Dec 2005 14:40:47 +0000 (14:40 +0000)]
add signals and args
Original commit message from CVS:
add signals and args
Thomas Vander Stichele [Thu, 1 Dec 2005 12:36:10 +0000 (12:36 +0000)]
fix test
Original commit message from CVS:
fix test
Thomas Vander Stichele [Thu, 1 Dec 2005 12:29:34 +0000 (12:29 +0000)]
document core plugins in a separate document just like all the others rename these plugins to something starting with...
Original commit message from CVS:
document core plugins in a separate document just like all the
others
rename these plugins to something starting with core
Andy Wingo [Thu, 1 Dec 2005 12:00:56 +0000 (12:00 +0000)]
gst/gstevent.h (struct _GstEvent): Meant to remove the extra padding here before, but it missed the commit.
Original commit message from CVS:
2005-12-01 Andy Wingo <wingo@pobox.com>
* gst/gstevent.h (struct _GstEvent): Meant to remove the extra
padding here before, but it missed the commit.
Thomas Vander Stichele [Thu, 1 Dec 2005 10:07:26 +0000 (10:07 +0000)]
add libgstcontroller to the build
Original commit message from CVS:
add libgstcontroller to the build
Thomas Vander Stichele [Thu, 1 Dec 2005 09:54:56 +0000 (09:54 +0000)]
libs/gst/controller/gstinterpolation.c: whitespace prices have crashed, we should feel free to use some now use gst_g...
Original commit message from CVS:
* libs/gst/controller/gstinterpolation.c:
whitespace prices have crashed, we should feel free to use some now
use gst_guint64_to_gdouble
Thomas Vander Stichele [Thu, 1 Dec 2005 09:32:17 +0000 (09:32 +0000)]
fix typo
Original commit message from CVS:
fix typo
Thomas Vander Stichele [Thu, 1 Dec 2005 09:23:20 +0000 (09:23 +0000)]
wrap config.h include
Original commit message from CVS:
wrap config.h include
Thomas Vander Stichele [Thu, 1 Dec 2005 02:08:18 +0000 (02:08 +0000)]
update docs
Original commit message from CVS:
update docs
Thomas Vander Stichele [Thu, 1 Dec 2005 00:54:54 +0000 (00:54 +0000)]
plugins/elements/: more anal cleanup
Original commit message from CVS:
* plugins/elements/gstelements.c:
* plugins/elements/gstfdsink.c: (gst_fd_sink__base_init),
(gst_fd_sink__class_init), (gst_fd_sink__init),
(gst_fd_sink__chain), (gst_fd_sink__set_property),
(gst_fd_sink__get_property):
* plugins/elements/gstfdsink.h:
* plugins/elements/gstfdsrc.c: (_do_init), (gst_fd_src_base_init),
(gst_fd_src_class_init), (gst_fd_src_init), (gst_fd_src_dispose),
(gst_fd_src_update_fd), (gst_fd_src_start), (gst_fd_src_stop),
(gst_fd_src_unlock), (gst_fd_src_set_property),
(gst_fd_src_get_property), (gst_fd_src_create),
(gst_fd_src_is_seekable), (gst_fd_src_get_size),
(gst_fd_src_uri_get_type), (gst_fd_src_uri_get_protocols),
(gst_fd_src_uri_get_uri), (gst_fd_src_uri_set_uri),
(gst_fd_src_uri_handler_init):
* plugins/elements/gstfdsrc.h:
* plugins/elements/gstqueue.c: (gst_queue_get_type):
more anal cleanup
Thomas Vander Stichele [Wed, 30 Nov 2005 19:36:54 +0000 (19:36 +0000)]
fix the docs build
Original commit message from CVS:
fix the docs build
Thomas Vander Stichele [Wed, 30 Nov 2005 19:03:59 +0000 (19:03 +0000)]
add new input types file
Original commit message from CVS:
add new input types file
Thomas Vander Stichele [Wed, 30 Nov 2005 19:01:53 +0000 (19:01 +0000)]
various fixes to make
Original commit message from CVS:
* configure.ac:
* gst/Makefile.am:
* gst/gst.c:
* gst/gstplugin.h:
* gst/gstregistry.h:
* tests/benchmarks/complexity.c:
* tests/benchmarks/mass-elements.c:
* tests/check/Makefile.am:
* tools/Makefile.am:
* tools/gst-inspect.c:
* tools/gst-xmlinspect.c:
various fixes to make
--disable-nls --disable-registry --disable-loadsave --disable-parse --disable-gst-debug
work and get the core .so down to 360444 bytes after stripping
Thomas Vander Stichele [Wed, 30 Nov 2005 17:05:29 +0000 (17:05 +0000)]
move location of test registry
Original commit message from CVS:
move location of test registry
Thomas Vander Stichele [Wed, 30 Nov 2005 16:45:54 +0000 (16:45 +0000)]
ignore more
Original commit message from CVS:
ignore more
Thomas Vander Stichele [Wed, 30 Nov 2005 16:45:15 +0000 (16:45 +0000)]
missing makefile
Original commit message from CVS:
missing makefile
Thomas Vander Stichele [Wed, 30 Nov 2005 16:43:16 +0000 (16:43 +0000)]
prune empty dirs when updating
Original commit message from CVS:
prune empty dirs when updating
Thomas Vander Stichele [Wed, 30 Nov 2005 16:42:27 +0000 (16:42 +0000)]
remove empty dirs; move docbuilding notes
Original commit message from CVS:
remove empty dirs; move docbuilding notes
Thomas Vander Stichele [Wed, 30 Nov 2005 16:39:04 +0000 (16:39 +0000)]
descend into tests
Original commit message from CVS:
* Makefile.am:
* configure.ac:
descend into tests
* docs/random/thomasvs/TODO:
* tests/Makefile.am:
* tests/README:
add a README
Thomas Vander Stichele [Wed, 30 Nov 2005 16:32:22 +0000 (16:32 +0000)]
ignore more
Original commit message from CVS:
ignore more
Thomas Vander Stichele [Wed, 30 Nov 2005 16:30:41 +0000 (16:30 +0000)]
update README
Original commit message from CVS:
update README
Thomas Vander Stichele [Wed, 30 Nov 2005 16:29:28 +0000 (16:29 +0000)]
don't fail on missing registry
Original commit message from CVS:
don't fail on missing registry
Thomas Vander Stichele [Wed, 30 Nov 2005 16:28:17 +0000 (16:28 +0000)]
add a README
Original commit message from CVS:
add a README
Thomas Vander Stichele [Wed, 30 Nov 2005 16:26:36 +0000 (16:26 +0000)]
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
Thomas Vander Stichele [Wed, 30 Nov 2005 16:17:23 +0000 (16:17 +0000)]
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
Thomas Vander Stichele [Wed, 30 Nov 2005 16:12:48 +0000 (16:12 +0000)]
remove getbits
Original commit message from CVS:
remove getbits
Andy Wingo [Wed, 30 Nov 2005 16:10:57 +0000 (16:10 +0000)]
configure.ac (GST_PKG_DEPS): Revert previous patch, makes loading the gst.interfaces python module bork.
Original commit message from CVS:
2005-11-30 Andy Wingo <wingo@pobox.com>
* configure.ac (GST_PKG_DEPS): Revert previous patch, makes
loading the gst.interfaces python module bork.
* configure.ac (GST_PKG_DEPS): Use gmodule-no-export-2.0.pc,
available since GLib 2.2. Fixes #318031.
Thomas Vander Stichele [Wed, 30 Nov 2005 16:08:31 +0000 (16:08 +0000)]
move all of these under tests
Original commit message from CVS:
move all of these under tests
Christian Schaller [Wed, 30 Nov 2005 15:37:36 +0000 (15:37 +0000)]
update after thomas's CVS surgery
Original commit message from CVS:
update after thomas's CVS surgery
Thomas Vander Stichele [Wed, 30 Nov 2005 15:34:37 +0000 (15:34 +0000)]
add Makefile.am
Original commit message from CVS:
add Makefile.am
Thomas Vander Stichele [Wed, 30 Nov 2005 15:29:05 +0000 (15:29 +0000)]
fix distcheck
Original commit message from CVS:
* configure.ac:
* tests/Makefile.am:
fix distcheck
Thomas Vander Stichele [Wed, 30 Nov 2005 15:20:29 +0000 (15:20 +0000)]
compile warning fixes
Original commit message from CVS:
compile warning fixes
Thomas Vander Stichele [Wed, 30 Nov 2005 13:28:13 +0000 (13:28 +0000)]
remove compprep
Original commit message from CVS:
remove compprep
Andy Wingo [Wed, 30 Nov 2005 13:25:05 +0000 (13:25 +0000)]
configure.ac (GST_PKG_DEPS): Use gmodule-no-export-2.0.pc, available since GLib 2.2. Fixes #318031.
Original commit message from CVS:
2005-11-30 Andy Wingo <wingo@pobox.com>
* configure.ac (GST_PKG_DEPS): Use gmodule-no-export-2.0.pc,
available since GLib 2.2. Fixes #318031.
Thomas Vander Stichele [Wed, 30 Nov 2005 13:08:08 +0000 (13:08 +0000)]
First pass at cleaning up tests/ dir before moving the rest
Original commit message from CVS:
* configure.ac:
* tests/bench-complexity.scm:
* tests/bench-mass_elements.scm:
* tests/complexity.c:
* tests/complexity.gnuplot:
* tests/instantiate/.cvsignore:
* tests/instantiate/Makefile.am:
* tests/instantiate/caps.c:
* tests/mass_elements.c:
* tests/network-clock-utils.scm:
* tests/network-clock.scm:
* tests/plot-data:
First pass at cleaning up tests/ dir before moving the rest
Combined with CVS surgery
Thomas Vander Stichele [Wed, 30 Nov 2005 13:07:15 +0000 (13:07 +0000)]
move includes
Original commit message from CVS:
move includes
Thomas Vander Stichele [Wed, 30 Nov 2005 11:55:32 +0000 (11:55 +0000)]
remove norwegianism
Original commit message from CVS:
remove norwegianism
Thomas Vander Stichele [Wed, 30 Nov 2005 10:50:57 +0000 (10:50 +0000)]
make not having check non-fatal for extra targets
Original commit message from CVS:
make not having check non-fatal for extra targets
Thomas Vander Stichele [Wed, 30 Nov 2005 10:15:08 +0000 (10:15 +0000)]
po/POTFILES.in: queue has moved, update
Original commit message from CVS:
* po/POTFILES.in:
queue has moved, update
Thomas Vander Stichele [Wed, 30 Nov 2005 10:13:54 +0000 (10:13 +0000)]
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
Thomas Vander Stichele [Wed, 30 Nov 2005 10:03:46 +0000 (10:03 +0000)]
add more symbols to def file
Original commit message from CVS:
add more symbols to def file
Thomas Vander Stichele [Wed, 30 Nov 2005 09:59:04 +0000 (09:59 +0000)]
docs/gst/gstreamer-sections.txt: remove double entries from the docs
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
remove double entries from the docs
* gst/gst_private.h:
* gst/gstinfo.c: (_gst_debug_init):
remove the THREAD debug category
* gst/Makefile.am:
* gst/gstqueue.c:
* gst/gstqueue.h:
* docs/gst/gstreamer.types:
* plugins/elements/gstqueue.c: (gst_queue_get_type),
(gst_queue_init), (gst_queue_finalize), (gst_queue_change_state):
completely move queue and fix up debugging categories
Thomas Vander Stichele [Wed, 30 Nov 2005 09:38:42 +0000 (09:38 +0000)]
plugins/elements/gstidentity.c: make initialization portable, using LL is not
Original commit message from CVS:
* plugins/elements/gstidentity.c: (gst_identity_transform_ip):
make initialization portable, using LL is not
Thomas Vander Stichele [Wed, 30 Nov 2005 09:36:19 +0000 (09:36 +0000)]
add more symbols to def file
Original commit message from CVS:
add more symbols to def file
Thomas Vander Stichele [Wed, 30 Nov 2005 09:30:50 +0000 (09:30 +0000)]
add more symbols to def file
Original commit message from CVS:
add more symbols to def file
Thomas Vander Stichele [Wed, 30 Nov 2005 09:27:47 +0000 (09:27 +0000)]
win32/common/gstconfig.h: add large padding
Original commit message from CVS:
* win32/common/gstconfig.h:
add large padding
Thomas Vander Stichele [Wed, 30 Nov 2005 09:22:45 +0000 (09:22 +0000)]
win32/common/libgstreamer.def: rename symbols; sort base section
Original commit message from CVS:
* win32/common/libgstreamer.def:
rename symbols; sort base section
Thomas Vander Stichele [Wed, 30 Nov 2005 09:18:15 +0000 (09:18 +0000)]
gst/gstclock.c: remove crack non-portable handrolled DEBUG macro
Original commit message from CVS:
2005-11-30 Thomas Vander Stichele <thomas at apestaart dot org>
* gst/gstclock.c: (do_linear_regression):
remove crack non-portable handrolled DEBUG macro
Thomas Vander Stichele [Wed, 30 Nov 2005 09:12:57 +0000 (09:12 +0000)]
update visual studio generated files
Original commit message from CVS:
update visual studio generated files
Thomas Vander Stichele [Wed, 30 Nov 2005 08:56:59 +0000 (08:56 +0000)]
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
Thomas Vander Stichele [Wed, 30 Nov 2005 08:52:41 +0000 (08:52 +0000)]
Makefile.am: remove some files
Original commit message from CVS:
* Makefile.am:
remove some files
* README:
reinstate and update
* DEVEL:
* REQUIREMENTS:
removed
* LICENSE:
* docs/random/LICENSE:
moved to random
Thomas Vander Stichele [Wed, 30 Nov 2005 08:36:47 +0000 (08:36 +0000)]
put the README back
Original commit message from CVS:
put the README back
Thomas Vander Stichele [Wed, 30 Nov 2005 08:33:33 +0000 (08:33 +0000)]
clean up TODO
Original commit message from CVS:
clean up TODO
Thomas Vander Stichele [Wed, 30 Nov 2005 08:29:14 +0000 (08:29 +0000)]
removing ext, was not used anymore
Original commit message from CVS:
removing ext, was not used anymore
Edward Hervey [Tue, 29 Nov 2005 23:56:20 +0000 (23:56 +0000)]
gst/: Fix memory leak in GstTypeFindFactory.
Original commit message from CVS:
* gst/gsttypefind.c: (gst_type_find_register):
* gst/gsttypefind.h:
* gst/gsttypefindfactory.c: (gst_type_find_factory_init),
(gst_type_find_factory_dispose):
* gst/gsttypefindfactory.h:
Fix memory leak in GstTypeFindFactory.
Thomas Vander Stichele [Tue, 29 Nov 2005 20:16:40 +0000 (20:16 +0000)]
updated translations
Original commit message from CVS:
updated translations
Thomas Vander Stichele [Tue, 29 Nov 2005 19:47:00 +0000 (19:47 +0000)]
move queue from core to the elements plugin ç
Original commit message from CVS:
* gst/gst.c:
* plugins/elements/Makefile.am:
* plugins/elements/gstelements.c:
* plugins/elements/gstqueue.c:
move queue from core to the elements plugin
ç
Thomas Vander Stichele [Tue, 29 Nov 2005 19:44:56 +0000 (19:44 +0000)]
update uninstalled pc files
Original commit message from CVS:
update uninstalled pc files
Andy Wingo [Tue, 29 Nov 2005 19:37:49 +0000 (19:37 +0000)]
libs/gst/base/: en-LARGE the padding.
Original commit message from CVS:
2005-11-29 Andy Wingo <wingo@pobox.com>
* libs/gst/base/gstbasetransform.h:
* libs/gst/base/gstbasesrc.h:
* libs/gst/base/gstbasesink.h: en-LARGE the padding.
* gst/gstconfig.h.in (GST_PADDING_LARGE): New define, the number
of pointers by which to pad very extensible base classes (like the
ones in libs/gst/base).
Thomas Vander Stichele [Tue, 29 Nov 2005 19:34:24 +0000 (19:34 +0000)]
docs/: moving documentation from core to lib
Original commit message from CVS:
* docs/gst/gstreamer-docs.sgml:
* docs/gst/gstreamer-sections.txt:
* docs/libs/gstreamer-libs-docs.sgml:
* docs/libs/gstreamer-libs-sections.txt:
moving documentation from core to lib
Thomas Vander Stichele [Tue, 29 Nov 2005 19:12:30 +0000 (19:12 +0000)]
CVS surgery + support to move base, check, and net out of gst and into libs/gst
Original commit message from CVS:
CVS surgery + support to move base, check, and net out of gst
and into libs/gst
Andy Wingo [Tue, 29 Nov 2005 18:57:59 +0000 (18:57 +0000)]
gst/gstevent.h (struct _GstEvent): Only one pointer of padding.
Original commit message from CVS:
2005-11-29 Andy Wingo <wingo@pobox.com>
* gst/gstevent.h (struct _GstEvent): Only one pointer of padding.
* gst/gststructure.h (struct _GstStructure): Only one pointer of
padding.
* gst/gstquery.h (struct _GstQuery): Only one pointer of padding.
* gst/gstpluginfeature.h: Remove a comment in PluginFeature.
* gst/gstplugin.h (struct _GstPluginClass): Add some padding.
* gst/gstobject.h: (struct _GstObject): Only one pointer of
padding; reduces object size by about 30%. We don't expect
anything else to go into gstobject.
* gst/gstminiobject.h (struct _GstMiniObject)
(struct _GstMiniObjectClass): Only one pointer of padding; the
payload is only a pointer and two ints anyway. For the class there
are only two methods as well.
* gst/gstelement.h (struct _GstElementClass): Removed
the state_changed signal callback, it is not used.
Andy Wingo [Tue, 29 Nov 2005 18:49:19 +0000 (18:49 +0000)]
whack a mole
Original commit message from CVS:
whack a mole
Thomas Vander Stichele [Tue, 29 Nov 2005 18:38:46 +0000 (18:38 +0000)]
these files were moved
Original commit message from CVS:
these files were moved
Thomas Vander Stichele [Tue, 29 Nov 2005 18:21:17 +0000 (18:21 +0000)]
docs/gst/gstreamer.types: fix includes, though they are a little dinky
Original commit message from CVS:
* docs/gst/gstreamer.types:
fix includes, though they are a little dinky
Thomas Vander Stichele [Tue, 29 Nov 2005 18:14:35 +0000 (18:14 +0000)]
check/Makefile.am: look in the right place for elements, a lot more chance of success
Original commit message from CVS:
* check/Makefile.am:
look in the right place for elements, a lot more chance of
success
* gst/Makefile.am:
remove indexers and elements subdirs
* plugins/Makefile.am:
make indexers conditional
Thomas Vander Stichele [Tue, 29 Nov 2005 18:08:15 +0000 (18:08 +0000)]
add missing Makefile.am
Original commit message from CVS:
add missing Makefile.am
Thomas Vander Stichele [Tue, 29 Nov 2005 18:04:28 +0000 (18:04 +0000)]
fix doc build for stuff moved around
Original commit message from CVS:
fix doc build for stuff moved around
Thomas Vander Stichele [Tue, 29 Nov 2005 18:03:52 +0000 (18:03 +0000)]
remove moved dirs
Original commit message from CVS:
remove moved dirs
Thomas Vander Stichele [Tue, 29 Nov 2005 18:02:45 +0000 (18:02 +0000)]
remove empty dirs
Original commit message from CVS:
remove empty dirs
Thomas Vander Stichele [Tue, 29 Nov 2005 18:00:15 +0000 (18:00 +0000)]
do CVS surgery and related build fixery to move elements and indexers in a new gstreamer/plugins directory, out of th...
Original commit message from CVS:
* Makefile.am:
* configure.ac:
* plugins/elements/Makefile.am:
* plugins/elements/gstcapsfilter.c:
* plugins/elements/gstfilesink.c:
* plugins/elements/gstfilesrc.c:
* plugins/elements/gstidentity.c:
* plugins/indexers/Makefile.am:
do CVS surgery and related build fixery to move elements
and indexers in a new gstreamer/plugins directory, out of the
gst/ directory
Andy Wingo [Tue, 29 Nov 2005 17:47:06 +0000 (17:47 +0000)]
Rename gstnet-tempname to gstnet. Fixes #322257.
Original commit message from CVS:
2005-11-29 Andy Wingo <wingo@pobox.com>
* check/Makefile.am:
* pkgconfig/gstreamer-net-uninstalled.pc.in:
* pkgconfig/gstreamer-net.pc.in:
* gst/net/Makefile.am: Rename gstnet-tempname to gstnet. Fixes
#322257.
Thomas Vander Stichele [Tue, 29 Nov 2005 17:35:03 +0000 (17:35 +0000)]
ignore more
Original commit message from CVS:
ignore more
Thomas Vander Stichele [Tue, 29 Nov 2005 17:33:55 +0000 (17:33 +0000)]
remove some more complete
Original commit message from CVS:
remove some more complete
Thomas Vander Stichele [Tue, 29 Nov 2005 17:32:36 +0000 (17:32 +0000)]
tools/: removing -compprep and -complete
Original commit message from CVS:
* tools/Makefile.am:
* tools/gst-complete.1.in:
* tools/gst-complete.c:
* tools/gst-compprep.1.in:
* tools/gst-compprep.c:
removing -compprep and -complete
Thomas Vander Stichele [Tue, 29 Nov 2005 17:23:56 +0000 (17:23 +0000)]
gst/gstevent.*: fix #320529 - clean up new_segment API and structure.
Original commit message from CVS:
* gst/gstevent.c: (gst_event_new_new_segment),
(gst_event_parse_new_segment):
* gst/gstevent.h:
fix #320529 - clean up new_segment API and structure.
Let's hope everyone was using the methods, and not the structure.
Edward Hervey [Tue, 29 Nov 2005 17:13:44 +0000 (17:13 +0000)]
gst/base/gstbasesink.c: Properly handle non GST_FORMAT_TIME segment
Original commit message from CVS:
* gst/base/gstbasesink.c: (gst_base_sink_handle_object),
(gst_base_sink_event), (gst_base_sink_do_sync),
(gst_base_sink_activate_pull), (gst_base_sink_change_state):
Properly handle non GST_FORMAT_TIME segment
* gst/elements/gstidentity.c: (gst_identity_transform_ip):
Properly handle non GST_FORMAT_TIME segment
* gst/gstsegment.c:
This function is valid if the accumulator is 0 and the format
is different from the requested format.
Jan Schmidt [Tue, 29 Nov 2005 15:50:50 +0000 (15:50 +0000)]
docs/gst/gstreamer-sections.txt: Add gst_query_new_seeking and gst_query_parse_seeking to the docs.
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
Add gst_query_new_seeking and gst_query_parse_seeking to the
docs.
Jan Schmidt [Tue, 29 Nov 2005 15:15:38 +0000 (15:15 +0000)]
Fix conflict marker
Original commit message from CVS:
Fix conflict marker
Jan Schmidt [Tue, 29 Nov 2005 15:12:22 +0000 (15:12 +0000)]
gst/base/gstbasetransform.c: Treat a pad alloc with new caps the same as if we were not negotiated, in order to allow...
Original commit message from CVS:
* gst/base/gstbasetransform.c: (gst_base_transform_buffer_alloc):
Treat a pad alloc with new caps the same as if we were not
negotiated, in order to allow a changing upstream output
to produce a new format of data.
Edward Hervey [Tue, 29 Nov 2005 14:47:07 +0000 (14:47 +0000)]
gst/base/gstbasetransform.c: The event virtual method is now properly implemented, with a default handler
Original commit message from CVS:
* gst/base/gstbasetransform.c: (gst_base_transform_class_init),
(gst_base_transform_event), (gst_base_transform_eventfunc):
The event virtual method is now properly implemented, with a default
handler
Sub classes should call the parent_class event method. They should
return FALSE if they had a problem handling the given event, or don't
want GstBaseTransform to send that even downstream
* gst/elements/gstidentity.c: (gst_identity_class_init),
(gst_identity_init), (gst_identity_event),
(gst_identity_transform_ip), (gst_identity_set_property),
(gst_identity_get_property):
* gst/elements/gstidentity.h:
Added the single-segment boolean property.
If set to TRUE, it will output a single segment of data, starting from
0, will eat up all incoming newsegment, and modify the timestamp of the
buffers accordingly
Thomas Vander Stichele [Tue, 29 Nov 2005 14:43:53 +0000 (14:43 +0000)]
further review
Original commit message from CVS:
further review
Tim-Philipp Müller [Tue, 29 Nov 2005 13:10:38 +0000 (13:10 +0000)]
gst/gstghostpad.c: Don't ref NULL target pad (#322751). Improve docs.
Original commit message from CVS:
* gst/gstghostpad.c: (gst_proxy_pad_get_target):
Don't ref NULL target pad (#322751). Improve docs.
Michael Smith [Tue, 29 Nov 2005 11:07:54 +0000 (11:07 +0000)]
gst/gstregistryxml.c: Don't crash if we failed to load a feature from a plugin.
Original commit message from CVS:
* gst/gstregistryxml.c: (load_plugin):
Don't crash if we failed to load a feature from a plugin.
Thomas Vander Stichele [Tue, 29 Nov 2005 00:51:54 +0000 (00:51 +0000)]
add my todos for 0.10
Original commit message from CVS:
add my todos for 0.10
Thomas Vander Stichele [Mon, 28 Nov 2005 21:51:37 +0000 (21:51 +0000)]
check/pipelines/simple_launch_lines.c: use more check API and less GLib API
Original commit message from CVS:
* check/pipelines/simple_launch_lines.c: (setup_pipeline),
(GST_START_TEST):
use more check API and less GLib API
Thomas Vander Stichele [Mon, 28 Nov 2005 21:48:19 +0000 (21:48 +0000)]
cosmetic changes
Original commit message from CVS:
cosmetic changes
Thomas Vander Stichele [Mon, 28 Nov 2005 19:58:56 +0000 (19:58 +0000)]
Makefile.am: don't run checks if we don't have check
Original commit message from CVS:
* Makefile.am:
don't run checks if we don't have check
* common/check.mak:
remove the registry when running make torture
* docs/gst/gstreamer-sections.txt:
remove second multiply
* gst/gstqueue.c: (gst_queue_loop):
fix a compile warning when disabling debug
Jan Schmidt [Mon, 28 Nov 2005 19:43:27 +0000 (19:43 +0000)]
gst/gstinfo.h: Hey! Let's print the pad name if the pointer != NULL instead of when it == NULL :-)
Original commit message from CVS:
* gst/gstinfo.h:
Hey! Let's print the pad name if the pointer != NULL instead
of when it == NULL :-)