Benjamin Otte [Fri, 16 Apr 2004 23:11:10 +0000 (23:11 +0000)]
add bug-number that was fixed
Original commit message from CVS:
add bug-number that was fixed
Benjamin Otte [Fri, 16 Apr 2004 22:59:16 +0000 (22:59 +0000)]
docs/gst/Makefile.am: ignore gst/parse directory when building docs
Original commit message from CVS:
* docs/gst/Makefile.am:
ignore gst/parse directory when building docs
Thomas Vander Stichele [Fri, 16 Apr 2004 10:17:55 +0000 (10:17 +0000)]
do error checking instead of segfaulting
Original commit message from CVS:
do error checking instead of segfaulting
Johan Dahlin [Fri, 16 Apr 2004 09:07:39 +0000 (09:07 +0000)]
docs/gst/gstreamer-sections.txt: Add gst_pad_call_chain_function and gst_pad_call_get_function.
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt: Add gst_pad_call_chain_function
and gst_pad_call_get_function.
David Schleef [Fri, 16 Apr 2004 03:26:43 +0000 (03:26 +0000)]
common/m4/gst-arch.m4: Add GST_UNALIGNED_ACCESS() macro that checks if we can access unaligned memory.
Original commit message from CVS:
* common/m4/gst-arch.m4: Add GST_UNALIGNED_ACCESS() macro that
checks if we can access unaligned memory.
* configure.ac: Use it.
Benjamin Otte [Fri, 16 Apr 2004 02:57:55 +0000 (02:57 +0000)]
gst/elements/gstfilesrc.*: s/seek_happened/need_discont/ and require discont before sending any data
Original commit message from CVS:
* gst/elements/gstfilesrc.c: (gst_filesrc_init), (gst_filesrc_get),
(gst_filesrc_change_state), (gst_filesrc_srcpad_event):
* gst/elements/gstfilesrc.h:
s/seek_happened/need_discont/ and require discont before sending any
data
David Schleef [Fri, 16 Apr 2004 02:29:07 +0000 (02:29 +0000)]
gst/gstvalue.c: Register these types as fundamental types. (bug #140015)
Original commit message from CVS:
* gst/gstvalue.c: (gst_value_serialize_buffer),
(gst_value_deserialize_buffer), (_gst_value_initialize):
Register these types as fundamental types. (bug #140015)
Benjamin Otte [Fri, 16 Apr 2004 01:36:37 +0000 (01:36 +0000)]
gst/gstpad.c: implement enforcing discont events before buffers are passed. This allows state changes of only some el...
Original commit message from CVS:
* gst/gstpad.c: (gst_pad_set_active), (gst_pad_link_new),
(gst_pad_link_free), (gst_pad_link_try), (_invent_event),
(gst_pad_pull):
implement enforcing discont events before buffers are passed. This
allows state changes of only some elements and later correctly going
on where they left off (or in short: you can now set audio sinks to
NULL to release the device when the pipeline is paused)
* gst/gstpad.c: (gst_pad_call_chain_function),
(gst_pad_call_get_function):
* gst/gstpad.h:
add gst_pad_call_chain_function and gst_pad_call_get_function for
scheduler interaction. They are required because of the changes
above.
* gst/schedulers/entryscheduler.c: (get_buffer),
(gst_entry_scheduler_chain_wrapper),
(gst_entry_scheduler_get_wrapper),
(gst_entry_scheduler_state_transition),
(gst_entry_scheduler_pad_link):
* gst/schedulers/gstbasicscheduler.c:
(gst_basic_scheduler_chain_wrapper),
(gst_basic_scheduler_src_wrapper),
(gst_basic_scheduler_chainhandler_proxy),
(gst_basic_scheduler_gethandler_proxy),
(gst_basic_scheduler_cothreaded_chain),
(gst_basic_scheduler_chain_elements):
* gst/schedulers/gstoptimalscheduler.c:
(get_group_schedule_function), (pad_clear_queued),
(gst_opt_scheduler_pad_link):
use the new functions instead of calling get/chain-functions
directly.
David Schleef [Fri, 16 Apr 2004 01:34:05 +0000 (01:34 +0000)]
docs/gst/gstreamer-sections.txt: Remove deprecated symbols.
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt: Remove deprecated symbols.
* docs/gst/tmpl/gstinfo.sgml: same
* docs/gst/tmpl/gstutils.sgml: Remove a bunch of bogus crap that
gtk-doc put here.
* gst/gstutils.h: Remove the \ that was confusing gtk-doc.
* examples/queue/queue.c: (main): We iterate pipelines, not
bins. (bug #139996)
Ronald S. Bultje [Fri, 16 Apr 2004 00:48:14 +0000 (00:48 +0000)]
docs/pwg/advanced-types.xml: Add MS RLE support. Also document Qt RLE although I have no sample files for that yet. A...
Original commit message from CVS:
* docs/pwg/advanced-types.xml:
Add MS RLE support. Also document Qt RLE although I have no sample
files for that yet. And document an extra property for ADPCM.
David Schleef [Fri, 16 Apr 2004 00:32:27 +0000 (00:32 +0000)]
gst/gstplugin.c: Disable more stuff on
Original commit message from CVS:
* gst/gstplugin.c: (_gst_plugin_fault_handler_restore),
(_gst_plugin_fault_handler_setup): Disable more stuff on
Windows.
David Schleef [Thu, 15 Apr 2004 23:25:39 +0000 (23:25 +0000)]
gst/gstinfo.c: Change some internal symbol names to not conflict with new gstinfo.h symbols.
Original commit message from CVS:
* gst/gstinfo.c: (_gst_debug_init): Change some internal
symbol names to not conflict with new gstinfo.h symbols.
* gst/gstinfo.h: Add inline functions for all those crazy
compilers that don't know how to handle variadic macros (MSVC).
Thomas Vander Stichele [Thu, 15 Apr 2004 11:31:41 +0000 (11:31 +0000)]
back to cvs development
Original commit message from CVS:
back to cvs development
Thomas Vander Stichele [Thu, 15 Apr 2004 11:30:32 +0000 (11:30 +0000)]
releasing
Original commit message from CVS:
releasing
David Schleef [Thu, 15 Apr 2004 04:54:53 +0000 (04:54 +0000)]
testsuite/Makefile.am: define tests_ignore
Original commit message from CVS:
* testsuite/Makefile.am: define tests_ignore
* testsuite/Rules: Added new tests_ignore, which get compiled,
but not run (generally because they're inconsistent or have
heisenbugs). Now we can ensure all the .c files compile in
testsuite/.
* testsuite/bins/Makefile.am: define tests_ignore
* testsuite/bytestream/Makefile.am:
* testsuite/caps/Makefile.am:
* testsuite/clock/Makefile.am:
* testsuite/debug/Makefile.am:
* testsuite/debug/global.c: (gst_debug_log_one),
(gst_debug_log_two): Fix compilation problem.
* testsuite/dynparams/Makefile.am:
* testsuite/elements/Makefile.am:
* testsuite/ghostpads/Makefile.am:
* testsuite/indexers/Makefile.am:
* testsuite/parse/Makefile.am:
* testsuite/plugin/Makefile.am:
* testsuite/refcounting/Makefile.am:
* testsuite/refcounting/element_pad.c: (main): Don't return leak
results, because it's not calculated correctly.
* testsuite/refcounting/pad.c: (main): same
* testsuite/states/Makefile.am:
* testsuite/tags/Makefile.am:
* testsuite/threads/Makefile.am:
David Schleef [Thu, 15 Apr 2004 03:20:23 +0000 (03:20 +0000)]
gst/gstcpu.c: Add workaround for gcc-3.2 generating bad code around the cpu detection asm code.
Original commit message from CVS:
* gst/gstcpu.c: (gst_cpuid_i386): Add workaround for gcc-3.2
generating bad code around the cpu detection asm code.
Thomas Vander Stichele [Wed, 14 Apr 2004 18:59:08 +0000 (18:59 +0000)]
fix make issue
Original commit message from CVS:
fix make issue
Thomas Vander Stichele [Wed, 14 Apr 2004 18:54:27 +0000 (18:54 +0000)]
po updates
Original commit message from CVS:
po updates
Thomas Vander Stichele [Wed, 14 Apr 2004 18:31:01 +0000 (18:31 +0000)]
adding templates
Original commit message from CVS:
adding templates
Thomas Vander Stichele [Wed, 14 Apr 2004 17:10:57 +0000 (17:10 +0000)]
disable pad and element_pad test until vmsize () works reliably
Original commit message from CVS:
disable pad and element_pad test until vmsize () works reliably
Thomas Vander Stichele [Wed, 14 Apr 2004 16:44:47 +0000 (16:44 +0000)]
use release for releases
Original commit message from CVS:
use release for releases
Thomas Vander Stichele [Wed, 14 Apr 2004 16:14:39 +0000 (16:14 +0000)]
print rank numerically as well
Original commit message from CVS:
print rank numerically as well
David Schleef [Wed, 14 Apr 2004 01:38:27 +0000 (01:38 +0000)]
configure.ac: Disable various code when compiling for MinGW.
Original commit message from CVS:
* configure.ac: Disable various code when compiling for MinGW.
* gst/elements/Makefile.am:
* gst/elements/gstelements.c:
* gst/elements/gstfdsrc.c: (gst_fdsrc_get):
* gst/elements/gstfilesrc.c: (gst_filesrc_init), (gst_filesrc_get):
* gst/registries/gstxmlregistry.c: (make_dir):
David Schleef [Wed, 14 Apr 2004 01:24:41 +0000 (01:24 +0000)]
gst/: Convert asm source into inline assembly.
Original commit message from CVS:
* gst/Makefile.am:
* gst/gstcpu.c: (gst_cpuid_i386): Convert asm source into inline
assembly.
* gst/gstcpuid_i386.s: remove
David Schleef [Tue, 13 Apr 2004 23:15:51 +0000 (23:15 +0000)]
docs/gst/tmpl/gstaggregator.sgml: Random checkin because gtk-doc seems to think it needs to be done.
Original commit message from CVS:
* docs/gst/tmpl/gstaggregator.sgml: Random checkin because gtk-doc
seems to think it needs to be done.
* docs/gst/tmpl/gstfakesink.sgml:
* docs/gst/tmpl/gstfakesrc.sgml:
* docs/gst/tmpl/gstfdsink.sgml:
* docs/gst/tmpl/gstfdsrc.sgml:
* docs/gst/tmpl/gstfilesink.sgml:
* docs/gst/tmpl/gstfilesrc.sgml:
* docs/gst/tmpl/gstidentity.sgml:
* docs/gst/tmpl/gstmd5sink.sgml:
* docs/gst/tmpl/gstmultifilesrc.sgml:
* docs/gst/tmpl/gstpipefilter.sgml:
* docs/gst/tmpl/gstshaper.sgml:
* docs/gst/tmpl/gstspider.sgml:
* docs/gst/tmpl/gstspideridentity.sgml:
* docs/gst/tmpl/gststatistics.sgml:
* docs/gst/tmpl/gsttee.sgml:
* docs/gst/tmpl/gsttypefind.sgml:
* docs/gst/tmpl/gstutils.sgml:
David Schleef [Tue, 13 Apr 2004 22:22:02 +0000 (22:22 +0000)]
more random notes
Original commit message from CVS:
more random notes
David Schleef [Tue, 13 Apr 2004 22:18:36 +0000 (22:18 +0000)]
configure.ac: Changes to remove POSIXisms (mmap in this case) and to build DLLs on Windows.
Original commit message from CVS:
* configure.ac: Changes to remove POSIXisms (mmap in this case)
and to build DLLs on Windows.
* gst/Makefile.am:
* gst/elements/gstfilesrc.c: (gst_filesrc_get),
(gst_filesrc_open_file):
* gst/schedulers/Makefile.am:
David Schleef [Tue, 13 Apr 2004 20:50:53 +0000 (20:50 +0000)]
gst/gstcaps.c: Fix bug in fixating lists.
Original commit message from CVS:
* gst/gstcaps.c: (gst_caps_structure_fixate_field_nearest_int),
(gst_caps_structure_fixate_field_nearest_double): Fix bug in
fixating lists.
Thomas Vander Stichele [Tue, 13 Apr 2004 13:26:06 +0000 (13:26 +0000)]
... except of course it still fails, vmsize () might be broken
Original commit message from CVS:
... except of course it still fails, vmsize () might be broken
Thomas Vander Stichele [Tue, 13 Apr 2004 13:07:00 +0000 (13:07 +0000)]
build fix
Original commit message from CVS:
build fix
Thomas Vander Stichele [Tue, 13 Apr 2004 13:04:47 +0000 (13:04 +0000)]
element_pad should pass
Original commit message from CVS:
element_pad should pass
Thomas Vander Stichele [Tue, 13 Apr 2004 10:57:53 +0000 (10:57 +0000)]
adding debugs to figure out where rh9's heisenbug lives
Original commit message from CVS:
adding debugs to figure out where rh9's heisenbug lives
Thomas Vander Stichele [Tue, 13 Apr 2004 10:44:29 +0000 (10:44 +0000)]
add asserts, fix up tests slightly
Original commit message from CVS:
add asserts, fix up tests slightly
Thomas Vander Stichele [Tue, 13 Apr 2004 10:44:12 +0000 (10:44 +0000)]
add debug
Original commit message from CVS:
add debug
David Schleef [Tue, 13 Apr 2004 02:22:02 +0000 (02:22 +0000)]
gst/gstbuffer.c: (gst_buffer_free_chunk): Added gst_buffer_get_type() and changed to using it.
Original commit message from CVS:
* gst/gstbuffer.c: (_gst_buffer_initialize), (gst_buffer_get_type),
(gst_buffer_free_chunk): Added gst_buffer_get_type() and changed
to using it.
* gst/gstbuffer.h: Changed GST_BUFFER_TYPE to gst_buffer_get_type()
* gst/gstcaps.c: (gst_caps_is_fixed_foreach): Buffer is a fixed type
* gst/gstpad.c: (_gst_pad_default_fixate_foreach): same
* gst/gststructure.c: (gst_structure_set_valist),
(gst_structure_from_abbr), (gst_structure_to_abbr): Add vararg
support for buffers.
* gst/gsttag.c: (gst_tag_register): Constify a prototype that was
intended to be const.
* gst/gsttag.h: same
* gst/gstvalue.c: (gst_value_serialize_buffer),
(gst_value_deserialize_buffer), (_gst_value_initialize): Add code
to (de)serialize buffers.
* testsuite/caps/Makefile.am: Add a bit of buffer testing
* testsuite/caps/string-conversions.c: (main):
* testsuite/caps/value_serialize.c: add new test
Ronald S. Bultje [Sun, 11 Apr 2004 21:38:14 +0000 (21:38 +0000)]
docs/pwg/advanced-types.xml: Document MS video 1 (video/x-msvideocodec) mimetype/format.
Original commit message from CVS:
* docs/pwg/advanced-types.xml:
Document MS video 1 (video/x-msvideocodec) mimetype/format.
Benjamin Otte [Sun, 11 Apr 2004 18:55:49 +0000 (18:55 +0000)]
gst/schedulers/gstbasicscheduler.c: rename categories to basic_*
Original commit message from CVS:
* gst/schedulers/gstbasicscheduler.c: (plugin_init):
rename categories to basic_*
* gst/schedulers/gstbasicscheduler.c:
(gst_basic_scheduler_chain_wrapper),
(gst_basic_scheduler_chainhandler_proxy),
(gst_basic_scheduler_gethandler_proxy),
(gst_basic_scheduler_eventhandler_proxy):
debugging category fixes - put common stuff in log category
* gst/schedulers/gstbasicscheduler.c:
(gst_basic_scheduler_chain_elements):
dirty fix: call gst_basic_scheduler_cothreaded_chain when already
active and linking two active chains
Benjamin Otte [Sat, 10 Apr 2004 08:49:56 +0000 (08:49 +0000)]
docs/pwg/intro-preface.xml: fix dead links and remove reference to Wiki
Original commit message from CVS:
* docs/pwg/intro-preface.xml:
fix dead links and remove reference to Wiki
Benjamin Otte [Fri, 9 Apr 2004 22:43:06 +0000 (22:43 +0000)]
gst/schedulers/gstbasicscheduler.c: make sure we can switch back to the main function if we're still in the main func...
Original commit message from CVS:
* gst/schedulers/gstbasicscheduler.c:
make sure we can switch back to the main function if we're still in
the main function (supposed to fix #139617)
* gst/schedulers/gthread-cothreads.h:
don't throw an error when switching to the same cothread
Benjamin Otte [Fri, 9 Apr 2004 19:05:03 +0000 (19:05 +0000)]
gst/: don't use memchunks for these objects, use malloc instead
Original commit message from CVS:
* gst/gstbin.c: (gst_bin_get_type):
* gst/gstclock.c: (gst_clock_get_type):
* gst/gstindex.c: (gst_index_get_type):
* gst/gstobject.c: (gst_object_get_type),
(gst_signal_object_get_type):
* gst/gstpad.c: (gst_pad_get_type), (gst_real_pad_get_type),
(gst_pad_template_get_type), (gst_ghost_pad_get_type):
* gst/gstpluginfeature.c: (gst_plugin_feature_get_type):
* gst/gstqueue.c: (gst_queue_get_type):
* gst/gstregistry.c: (gst_registry_get_type):
* gst/gstsystemclock.c: (gst_system_clock_get_type):
* gst/gstthread.c: (gst_thread_get_type):
don't use memchunks for these objects, use malloc instead
Thomas Vander Stichele [Thu, 8 Apr 2004 15:35:31 +0000 (15:35 +0000)]
distcheck fix
Original commit message from CVS:
distcheck fix
Thomas Vander Stichele [Thu, 8 Apr 2004 15:18:02 +0000 (15:18 +0000)]
fix typo
Original commit message from CVS:
fix typo
Thomas Vander Stichele [Thu, 8 Apr 2004 15:14:27 +0000 (15:14 +0000)]
more doc updates
Original commit message from CVS:
more doc updates
Thomas Vander Stichele [Thu, 8 Apr 2004 14:45:13 +0000 (14:45 +0000)]
more doc build fixes
Original commit message from CVS:
more doc build fixes
David Schleef [Wed, 7 Apr 2004 22:26:06 +0000 (22:26 +0000)]
add a little 0.9 roadmap
Original commit message from CVS:
add a little 0.9 roadmap
Thomas Vander Stichele [Wed, 7 Apr 2004 15:31:25 +0000 (15:31 +0000)]
docs/gst/Makefile.am: make docs exit on scanning problems fix nonsrcdir build issues
Original commit message from CVS:
* docs/gst/Makefile.am:
make docs exit on scanning problems
fix nonsrcdir build issues
* docs/gst/gstreamer-sections.txt:
adding stuff from -unused
* gst/gstqueue.h:
create GstQueueSize
* gst/schedulers/cothreads_compat.h:
fix cothread warnings
Thomas Vander Stichele [Wed, 7 Apr 2004 11:01:46 +0000 (11:01 +0000)]
remove Benjamin's deprecated macros from the docs
Original commit message from CVS:
remove Benjamin's deprecated macros from the docs
Thomas Vander Stichele [Wed, 7 Apr 2004 10:42:16 +0000 (10:42 +0000)]
better debug info
Original commit message from CVS:
better debug info
Thomas Vander Stichele [Wed, 7 Apr 2004 10:37:04 +0000 (10:37 +0000)]
make sure we don't have a stray : in LD_LIBRARY_PATH
Original commit message from CVS:
make sure we don't have a stray : in LD_LIBRARY_PATH
Benjamin Otte [Tue, 6 Apr 2004 23:46:37 +0000 (23:46 +0000)]
gst/elements/gstbufferstore.c: when the buffer is complete, don't check if other buffers are needed
Original commit message from CVS:
* gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
when the buffer is complete, don't check if other buffers are needed
* gst/elements/gstfilesrc.c: (gst_filesrc_srcpad_event):
check that the offset is >0 so we don't try to read before the
beginning of the file
* gst/gstpad.c: (gst_pad_set_pad_template):
sink the template, so we don't end up with 130k pad templates
Benjamin Otte [Tue, 6 Apr 2004 19:45:27 +0000 (19:45 +0000)]
gst/autoplug/gstspider.c: don't ref the element, adding already reffed it. And we didn't unref it later anyway... (hu...
Original commit message from CVS:
* gst/autoplug/gstspider.c: (gst_spider_link_add):
don't ref the element, adding already reffed it. And we didn't unref
it later anyway... (huge memleak when you used many spider elements)
* gst/gstelement.c: (gst_element_base_class_finalize):
* gst/gstelementfactory.c: (gst_element_factory_cleanup),
(gst_element_register):
* gst/gsturi.c: (gst_element_make_from_uri):
use gst_object_(un)ref instead of g_object(un)ref
Benjamin Otte [Tue, 6 Apr 2004 05:59:31 +0000 (05:59 +0000)]
gst/gstbuffer.h: remove macro that wouldn't work anymore because struct member has been removed.
Original commit message from CVS:
* gst/gstbuffer.h:
remove macro that wouldn't work anymore because struct member has
been removed.
* gst/schedulers/entryscheduler.c: (schedule_forward):
fix segfault for unconnected pads
Benjamin Otte [Tue, 6 Apr 2004 05:58:32 +0000 (05:58 +0000)]
gst/gstinfo.h: *_FORMAT modifiers should require putting a % in front of them for consistency reasons.
Original commit message from CVS:
reviewed by David Schleef <ds@schleef.org>
* gst/gstinfo.h:
*_FORMAT modifiers should require putting a % in front of them for
consistency reasons.
Benjamin Otte [Mon, 5 Apr 2004 22:58:11 +0000 (22:58 +0000)]
whoops, debugging stuff left
Original commit message from CVS:
whoops, debugging stuff left
Colin Walters [Mon, 5 Apr 2004 22:04:20 +0000 (22:04 +0000)]
configure.ac (VALGRIND_CFLAGS, VALGRIND_LIBS): Remove spurious space.
Original commit message from CVS:
2004-04-05 Colin Walters <walters@redhat.com>
* configure.ac (VALGRIND_CFLAGS, VALGRIND_LIBS): Remove spurious
space.
Benjamin Otte [Mon, 5 Apr 2004 21:42:07 +0000 (21:42 +0000)]
add support for detecting if GStreamer runs inside valgrind.
Original commit message from CVS:
* configure.ac:
* gst/Makefile.am:
* gst/gst_private.h:
* gst/gstinfo.c: (__gst_in_valgrind), (_gst_debug_init):
add support for detecting if GStreamer runs inside valgrind.
requires valgrind (d'oh) and --enable-debug for correct cdetection.
print a big message in valgrind that GStreamer has detected it's
running inside and might now use different code.
* gst/gstmemchunk.c: (populate), (free_area),
(gst_mem_chunk_destroy), (gst_mem_chunk_alloc),
(gst_mem_chunk_free):
flag memchunks for valgrind, so it can detect leaking of chunks.
This allows detecting leaks of GstBuffer and GstEvent correctly
inside valgrind.
David Schleef [Mon, 5 Apr 2004 19:02:39 +0000 (19:02 +0000)]
gst/gsttrace.h: Fix #ifdef nesting (bug #139109) Patch from jensgr@gmx.net (Jens Granseuer)
Original commit message from CVS:
* gst/gsttrace.h: Fix #ifdef nesting (bug #139109) Patch from
jensgr@gmx.net (Jens Granseuer)
David Schleef [Mon, 5 Apr 2004 18:39:01 +0000 (18:39 +0000)]
gst/gstbuffer.c: Allocate GstBuffer structures in one place.
Original commit message from CVS:
* gst/gstbuffer.c: (_gst_buffer_sub_free),
(gst_buffer_default_free), (gst_buffer_default_copy),
(gst_buffer_alloc_chunk), (gst_buffer_free_chunk),
(gst_buffer_new), (gst_buffer_create_sub): Allocate GstBuffer
structures in one place.
Thomas Vander Stichele [Mon, 5 Apr 2004 13:34:33 +0000 (13:34 +0000)]
adding Ronald's timestamp debug defines
Original commit message from CVS:
adding Ronald's timestamp debug defines
Thomas Vander Stichele [Mon, 5 Apr 2004 11:32:22 +0000 (11:32 +0000)]
dist fix
Original commit message from CVS:
dist fix
Thomas Vander Stichele [Mon, 5 Apr 2004 10:25:55 +0000 (10:25 +0000)]
disable test until it stops breaking distcheck
Original commit message from CVS:
disable test until it stops breaking distcheck
Johan Dahlin [Mon, 5 Apr 2004 10:12:55 +0000 (10:12 +0000)]
po/sv.po: Updated translation
Original commit message from CVS:
* po/sv.po: Updated translation
Thomas Vander Stichele [Mon, 5 Apr 2004 10:03:36 +0000 (10:03 +0000)]
fix segfault for static plugins
Original commit message from CVS:
fix segfault for static plugins
Benjamin Otte [Mon, 5 Apr 2004 04:31:00 +0000 (04:31 +0000)]
testsuite/debug/: fix tests to work again with debugging enabled
Original commit message from CVS:
* testsuite/debug/category.c: (main):
* testsuite/debug/commandline.c: (main):
* testsuite/debug/output.c: (main):
fix tests to work again with debugging enabled
Benjamin Otte [Mon, 5 Apr 2004 04:10:05 +0000 (04:10 +0000)]
testsuite/debug/: fix tests to work again with debugging enabled
Original commit message from CVS:
* testsuite/debug/category.c: (main):
* testsuite/debug/commandline.c: (main):
* testsuite/debug/output.c: (main):
fix tests to work again with debugging enabled
Benjamin Otte [Mon, 5 Apr 2004 02:30:20 +0000 (02:30 +0000)]
gst/schedulers/gstbasicscheduler.c: fix to work with recent scheduling changes
Original commit message from CVS:
* gst/schedulers/gstbasicscheduler.c:
(gst_basic_scheduler_pad_link):
fix to work with recent scheduling changes
Benjamin Otte [Sun, 4 Apr 2004 23:21:09 +0000 (23:21 +0000)]
gst/schedulers/entryscheduler.c: (some functions, dunno which, prepareChangeLog doesn't work when cvs indents): don't...
Original commit message from CVS:
* gst/schedulers/entryscheduler.c: (some functions, dunno which,
prepareChangeLog doesn't work when cvs indents):
don't throw an error when no element can be scheduled, there's too
many weird reasons why it doesn't work. Return STOPPED instead.
decoupled elemts' schedulability doesn't depend on bufpens.
Benjamin Otte [Sun, 4 Apr 2004 04:17:52 +0000 (04:17 +0000)]
fix unused warning
Original commit message from CVS:
fix unused warning
Benjamin Otte [Sun, 4 Apr 2004 03:11:46 +0000 (03:11 +0000)]
gst/schedulers/gstbasicscheduler.c: fix uninitialized variable warnings
Original commit message from CVS:
* gst/schedulers/gstbasicscheduler.c:
(gst_basic_scheduler_pad_select):
fix uninitialized variable warnings
Benjamin Otte [Sun, 4 Apr 2004 03:02:43 +0000 (03:02 +0000)]
gst/gstpad.c: fix uninitialized variable warning
Original commit message from CVS:
* gst/gstpad.c: (gst_pad_collect_valist):
fix uninitialized variable warning
* gst/schedulers/entryscheduler.c: (schedule_forward):
fix shadowed variable
Benjamin Otte [Sun, 4 Apr 2004 02:36:12 +0000 (02:36 +0000)]
gst/: implement gst_pad_collect as replacement for gst_pad_select.
Original commit message from CVS:
* gst/gstpad.c: (gst_pad_collect_array), (gst_pad_collectv),
(gst_pad_collect), (gst_pad_collect_valist), (gst_pad_selectv),
(gst_pad_select):
* gst/gstpad.h:
* gst/gstscheduler.c: (gst_scheduler_pad_select),
(gst_scheduler_lock_element), (gst_scheduler_unlock_element):
* gst/gstscheduler.h:
implement gst_pad_collect as replacement for gst_pad_select.
deprecate gst_pad_select and gst_scheduler_(un)lock_element
add new flag GST_SCHEDULER_FLAG_NEW_API for API that implements the
new pad_select, lock and unlock calls.
* gst/cothreads.c: (cothread_destroy), (cothread_switch):
* gst/cothreads.h:
* gst/schedulers/cothreads_compat.h:
* gst/schedulers/gthread-cothreads.h:
remove unused cothread_lock and cothread_unlock calls
* gst/schedulers/entryscheduler.c:
(gst_entry_scheduler_class_init), (gst_entry_scheduler_init),
(_can_schedule_loop), (gst_entry_scheduler_get_handler),
(gst_entry_scheduler_pad_select):
update to new API
* gst/schedulers/gstbasicscheduler.c:
(gst_basic_scheduler_class_init), (gst_basic_scheduler_init),
(gst_basic_scheduler_pad_select):
remove useless lock and unlock calls, update pad_select to new API
(untested)
* gst/schedulers/gstoptimalscheduler.c:
(gst_opt_scheduler_class_init):
remove useless select, lock and unlock function calls
* gst/elements/gstaggregator.c: (gst_aggregator_loop):
use gst_pad_collect instead of gst_pad_select
Benjamin Otte [Sun, 4 Apr 2004 00:24:30 +0000 (00:24 +0000)]
gst/schedulers/entryscheduler.c: add can_schedule_pad to handle element states.
Original commit message from CVS:
* gst/schedulers/entryscheduler.c: (_can_schedule_get),
(can_schedule_pad), (can_schedule), (schedule), (schedule_forward),
(schedule_next_element), (print_entry):
add can_schedule_pad to handle element states.
add schedule_forward to select the correct entry to schedule next
Benjamin Otte [Sat, 3 Apr 2004 20:52:02 +0000 (20:52 +0000)]
gst/schedulers/entryscheduler.c: remove unused variable, fix error inside Rb, fix compile warning in unreachable code
Original commit message from CVS:
* gst/schedulers/entryscheduler.c:
remove unused variable, fix error inside Rb, fix compile warning in
unreachable code
Benjamin Otte [Sat, 3 Apr 2004 20:42:43 +0000 (20:42 +0000)]
fix compile warning in unreachable code
Original commit message from CVS:
fix compile warning in unreachable code
Benjamin Otte [Sat, 3 Apr 2004 19:32:12 +0000 (19:32 +0000)]
gst/schedulers/entryscheduler.c: completely revamp the inner workings, so it's a lot easier to understand and extend
Original commit message from CVS:
* gst/schedulers/entryscheduler.c:
completely revamp the inner workings, so it's a lot easier to
understand and extend
Andy Wingo [Sat, 3 Apr 2004 13:24:07 +0000 (13:24 +0000)]
gst/schedulers/gstoptimalscheduler.c (GstOptSchedulerGroupLink): Rename ->group1 and ->group2 to ->src and ->sink, re...
Original commit message from CVS:
2004-04-03 Andy Wingo <wingo@pobox.com>
* gst/schedulers/gstoptimalscheduler.c (GstOptSchedulerGroupLink):
Rename ->group1 and ->group2 to ->src and ->sink, respectively.
This allows better introspection of pipeline topology.
(add_to_chain): Don't do trickery to put loop elements first;
rather, queue a chain sort by marking the chain as dirty.
(remove_from_chain): Mark the chain dirty.
(sort_chain): New function. Sorts the group list so that terminal
sinks are first. This means elements on the sink side will be
preferentially sscheduled before elements on the src side of the
pipeline.
(chain_recursively_migrate_group): Use OTHER_GROUP_LINK.
(schedule_chain): If the chain is marked DIRTY, call sort_chain.
(gst_opt_scheduler_pad_link, gst_opt_scheduler_pad_unlink)
(group_inc_link): Change argument and variable names to match the
new link structure member names (src and sink).
(group_dec_link): Add some description
Benjamin Otte [Sat, 3 Apr 2004 04:17:37 +0000 (04:17 +0000)]
missed bug#
Original commit message from CVS:
missed bug#
Benjamin Otte [Sat, 3 Apr 2004 04:16:24 +0000 (04:16 +0000)]
fix to successfully build and test with --disable-gst-debug configure switch
Original commit message from CVS:
* gst/autoplug/gstspider.c: (gst_spider_identity_plug):
* gst/gstinfo.h:
* testsuite/debug/category.c: (main):
* testsuite/debug/commandline.c: (main):
* testsuite/debug/output.c: (main):
* testsuite/debug/printf_extension.c: (main):
fix to successfully build and test with --disable-gst-debug
configure switch
Benjamin Otte [Sat, 3 Apr 2004 03:00:38 +0000 (03:00 +0000)]
docs/pwg/building-boiler.xml: add cvs login line and s/anonymous/anoncvs/
Original commit message from CVS:
* docs/pwg/building-boiler.xml:
add cvs login line and s/anonymous/anoncvs/
Benjamin Otte [Fri, 2 Apr 2004 23:14:42 +0000 (23:14 +0000)]
gst/gststructure.c: memleak fix: free fields array (partial fix for #134839)
Original commit message from CVS:
reviewed by Benjamin Otte <otte@gnome.org>
* gst/gststructure.c: (gst_structure_free):
memleak fix: free fields array (partial fix for #134839)
Ronald S. Bultje [Fri, 2 Apr 2004 03:08:09 +0000 (03:08 +0000)]
docs/random/ds/0.9-suggested-changes: Add a note to change handoff use in fakesrc to be usable in a more generic way ...
Original commit message from CVS:
* docs/random/ds/0.9-suggested-changes:
Add a note to change handoff use in fakesrc to be usable in
a more generic way (fakesrc should be renamed to appsrc or so).
* gst/elements/gstfakesrc.c: (gst_fakesrc_class_init):
Change signal type to scope, so we can fill the buffer in the
handoff handler (that's the whole use of this signal...).
Ronald S. Bultje [Fri, 2 Apr 2004 01:12:37 +0000 (01:12 +0000)]
docs/pwg/other-ntoone.xml: Document muxers and n-to-1 elements.
Original commit message from CVS:
* docs/pwg/other-ntoone.xml:
Document muxers and n-to-1 elements.
Martin Soto [Thu, 1 Apr 2004 18:28:44 +0000 (18:28 +0000)]
gst/registries/gstxmlregistry.c
Original commit message from CVS:
* gst/registries/gstxmlregistry.c
(gst_xml_registry_rebuild_recurse): Fix the algorithm to
determine if a file is a G_MODULE. The old one discards paths
containing "so" somewhere in the middle. My home directory is
called "soto". Go figure...
Thomas Vander Stichele [Thu, 1 Apr 2004 13:20:52 +0000 (13:20 +0000)]
some more debuggin
Original commit message from CVS:
some more debuggin
David Schleef [Thu, 1 Apr 2004 00:40:26 +0000 (00:40 +0000)]
gst/gstbuffer.c: (gst_buffer_join): Add function gst_buffer_join() to eventually deprecate gst_buffer_merge(). (bug...
Original commit message from CVS:
* gst/gstbuffer.c: (gst_buffer_join): Add function gst_buffer_join()
to eventually deprecate gst_buffer_merge(). (bug: #136408)
* gst/gstbuffer.h:
David Schleef [Wed, 31 Mar 2004 21:49:19 +0000 (21:49 +0000)]
gst/gstvalue.c: Add some union implementations. We didn't have any previously.
Original commit message from CVS:
* gst/gstvalue.c: (gst_value_union_int_int_range),
(gst_value_union_int_range_int_range), (gst_value_can_union),
(gst_value_union), (_gst_value_initialize): Add some union
implementations. We didn't have any previously.
* testsuite/caps/Makefile.am:
* testsuite/caps/audioscale.c: (gst_audioscale_expand_value),
(gst_audioscale_getcaps), (test_caps), (main): A little test
that is the same as the caps manipulation in audioscale.
David Schleef [Wed, 31 Mar 2004 05:57:35 +0000 (05:57 +0000)]
random changes
Original commit message from CVS:
random changes
Benjamin Otte [Tue, 30 Mar 2004 19:50:20 +0000 (19:50 +0000)]
docs/faq/general.xml: add entry about "does gst support format X?"
Original commit message from CVS:
* docs/faq/general.xml:
add entry about "does gst support format X?"
Benjamin Otte [Tue, 30 Mar 2004 18:02:38 +0000 (18:02 +0000)]
gst/gstthread.c: fix docs
Original commit message from CVS:
* gst/gstthread.c:
fix docs
* gst/gstutils.h:
fix GST_BOILERPLATE_FULL to not throw casting errors on C++
Benjamin Otte [Tue, 30 Mar 2004 16:31:06 +0000 (16:31 +0000)]
gst/elements/gstbufferstore.c: set the offset of the buffer to the requested offset
Original commit message from CVS:
* gst/elements/gstbufferstore.c: (gst_buffer_store_get_buffer):
set the offset of the buffer to the requested offset
* gst/elements/gsttypefind.c: (stop_typefinding):
revert patch 1.18 (which I unfortunately don't know the reason for).
This is needed to allow downstream elements to seek. Otherwise
typefind might overwrite a previous seek by downstream elements.
This lead to errors with id3tag and typefind on some mp3s.
* gst/schedulers/entryscheduler.c: (COTHREADS_TYPE),
(gst_entry_scheduler_iterate):
be more verbose when debugging
Thomas Vander Stichele [Tue, 30 Mar 2004 11:21:40 +0000 (11:21 +0000)]
check string for nullity
Original commit message from CVS:
check string for nullity
Thomas Vander Stichele [Tue, 30 Mar 2004 09:15:47 +0000 (09:15 +0000)]
more doc fixes
Original commit message from CVS:
more doc fixes
David Schleef [Tue, 30 Mar 2004 07:36:19 +0000 (07:36 +0000)]
docs/gst/Makefile.am: Disable a bunch of headers from being scanned
Original commit message from CVS:
* docs/gst/Makefile.am: Disable a bunch of headers from being scanned
* docs/gst/gstreamer-docs.sgml: More hacking
* docs/gst/gstreamer-sections.txt:
* docs/gst/tmpl/cothreads_compat.sgml:
* docs/gst/tmpl/gstcaps.sgml:
* docs/gst/tmpl/gstclock.sgml:
* docs/gst/tmpl/gstelement.sgml:
* docs/gst/tmpl/gstevent.sgml:
* docs/gst/tmpl/gstpad.sgml:
* docs/gst/tmpl/gstutils.sgml:
* docs/gst/tmpl/gstxml.sgml:
* docs/gst/tmpl/gthread-cothreads.sgml:
* docs/random/ds/0.9-suggested-changes:
* gst/elements/gstfakesink.h: doc fixes
* gst/elements/gstfakesrc.h: doc fixes
* gst/gstcaps.c: doc fixes
* gst/gstcaps.h: doc fixes
* gst/gstelement.c: doc fixes
* gst/gstelement.h: doc fixes
* gst/gstindex.c: doc fixes
* gst/gstinfo.c: doc fixes
* gst/gstpad.c: doc fixes
* gst/gstpad.h: doc fixes
* gst/gstplugin.c: doc fixes
* gst/gsttypefind.h: doc fixes
* gst/gsturi.c: doc fixes
* gst/gstvalue.c: doc fixes
Colin Walters [Mon, 29 Mar 2004 22:17:28 +0000 (22:17 +0000)]
gst/registries/gstxmlregistry.c (get_time)
Original commit message from CVS:
2004-03-29 Colin Walters <walters@redhat.com>
* gst/registries/gstxmlregistry.c (get_time)
(plugin_times_older_than_recurse):
Use the result of stat to determine whether a path is a file,
so we don't attempt to opendir() files.
Benjamin Otte [Mon, 29 Mar 2004 16:20:45 +0000 (16:20 +0000)]
gst/gstpad.c: print caps in debugging output when setting caps failed
Original commit message from CVS:
* gst/gstpad.c: (gst_pad_set_explicit_caps):
print caps in debugging output when setting caps failed
* gst/schedulers/entryscheduler.c: (COTHREADS_TYPE),
(schedule_next_element), (get_buffer), (run_chainhandler),
(element_may_start), (gst_entry_scheduler_chain_handler),
(gst_entry_scheduler_get_handler),
(gst_entry_scheduler_state_transition),
(gst_entry_scheduler_pad_link):
make this scheduler a testcase for mandatory
discont-before-first-buffer which is needed if we want to allow apps
to release the sound device.
add SCHED_ASSERT macro to print scheduler state before an assertion
triggers.
Benjamin Otte [Mon, 29 Mar 2004 13:32:32 +0000 (13:32 +0000)]
COPYING: replace by LGPL (former COPYING.LIB). The core is completely licensed LGPL.
Original commit message from CVS:
* COPYING:
replace by LGPL (former COPYING.LIB). The core is completely
licensed LGPL.
* COPYING.LIB:
remove
Thomas Vander Stichele [Mon, 29 Mar 2004 08:51:29 +0000 (08:51 +0000)]
updated afrikaans and swedish
Original commit message from CVS:
updated afrikaans and swedish
Thomas Vander Stichele [Mon, 29 Mar 2004 08:43:07 +0000 (08:43 +0000)]
adding azerbeidjan
Original commit message from CVS:
adding azerbeidjan
Martin Soto [Sun, 28 Mar 2004 13:15:21 +0000 (13:15 +0000)]
gst/gstelement.*: New function for setting element time taking into account a hardware buffering delay.
Original commit message from CVS:
* gst/gstelement.h:
* gst/gstelement.c (gst_element_set_time_delay): New function for
setting element time taking into account a hardware buffering
delay.
(gst_element_set_time): Now just an invocation of
gst_element_set_time_delay.
* gst/gstclock.h:
* gst/gstclock.c (gst_clock_get_event_time_delay): New function
allowing to set event times in the future.
(gst_clock_get_event_time): Now just an invocation of
gst_clock_get_event_time_delay.
Benjamin Otte [Sun, 28 Mar 2004 02:39:59 +0000 (02:39 +0000)]
more brown paperbags, i can really start to go shopping soon
Original commit message from CVS:
more brown paperbags, i can really start to go shopping soon