Commit graph

5186 commits

Author SHA1 Message Date
Benjamin Otte c50aa69137 add actions. see ChangeLog for details
Original commit message from CVS:
add actions. see ChangeLog for details
2005-05-29 13:57:00 +00:00
Benjamin Otte 27c4315715 gst/gstobject.*: s/GstObject */gpointer/ for the arguments of those 2 functions.
Original commit message from CVS:
* gst/gstobject.c: (gst_object_ref), (gst_object_unref):
* gst/gstobject.h:
s/GstObject */gpointer/ for the arguments of those 2 functions.
Mimicing GObject here.
2005-05-17 03:18:32 +00:00
Benjamin Otte d503205ffb gst/: remove CPU specific code
Original commit message from CVS:
* gst/Makefile.am:
* gst/gst.c: (gst_init_get_popt_table), (init_post),
(init_popt_callback):
* gst/gst.h:
* gst/gstcpu.c:
* gst/gstcpu.h:
remove CPU specific code
2005-05-16 17:01:34 +00:00
Benjamin Otte abec51e3da remove elements that shouldn't be in core
Original commit message from CVS:
* gst/elements/Makefile.am:
* gst/elements/gstaggregator.c:
* gst/elements/gstaggregator.h:
* gst/elements/gstelements.c:
* gst/elements/gstmd5sink.c:
* gst/elements/gstmd5sink.h:
* gst/elements/gstmultifilesrc.c:
* gst/elements/gstmultifilesrc.h:
* gst/elements/gstpipefilter.c:
* gst/elements/gstpipefilter.h:
* gst/elements/gstshaper.c:
* gst/elements/gstshaper.h:
* gst/elements/gststatistics.c:
* gst/elements/gststatistics.h:
* po/POTFILES.in:
remove elements that shouldn't be in core
2005-05-16 15:55:44 +00:00
Benjamin Otte 663710d482 gst/autoplug/.cvsignore gst/autoplug/Makefile.am gst/autoplug/gstsearchfuncs.c gst/autoplug/gstsearchfuncs.h gst/auto...
Original commit message from CVS:
* gst/autoplug/.cvsignore
* gst/autoplug/Makefile.am
* gst/autoplug/gstsearchfuncs.c
* gst/autoplug/gstsearchfuncs.h
* gst/autoplug/gstspider.c
* gst/autoplug/gstspider.h
* gst/autoplug/gstspideridentity.c
* gst/autoplug/gstspideridentity.h
* gst/autoplug/spidertest.c
* configure.ac:
* gst/Makefile.am:
remove spider
2005-05-16 14:47:13 +00:00
Benjamin Otte 3fd2b73da3 remove GstAtomic. Use plain ints instead for the time being
Original commit message from CVS:
* gst/Makefile.am:
* gst/gstatomic.c:
* gst/gstatomic.h:
* gst/gstatomic_impl.h:
* gst/gstbuffer.c:
* gst/gstdata.c: (gst_data_is_writable), (gst_data_copy_on_write),
(gst_data_ref), (gst_data_ref_by_count), (gst_data_unref):
* gst/gstdata.h:
* gst/gstdata_private.h:
* gst/gstinfo.c: (_gst_debug_init), (gst_debug_set_colored),
(gst_debug_is_colored), (gst_debug_set_default_threshold),
(gst_debug_get_default_threshold), (_gst_debug_category_new),
(gst_debug_category_free), (gst_debug_category_set_threshold),
(gst_debug_category_get_threshold):
* gst/gstinfo.h:
* testsuite/elements/struct_i386.h:
remove GstAtomic. Use plain ints instead for the time being
2005-05-16 04:49:34 +00:00
Benjamin Otte ea75a90a32 remove valgrind stuff. Without memchunks there's no need for it anymore.
Original commit message from CVS:
* configure.ac:
* gst/gst_private.h:
* gst/gstinfo.c: (_gst_debug_init):
remove valgrind stuff. Without memchunks there's no need for it
anymore.
2005-05-16 03:23:07 +00:00
Benjamin Otte 17d271f11e I need to learn cvs file removing
Original commit message from CVS:
I need to learn cvs file removing
2005-05-16 03:21:49 +00:00
Benjamin Otte b40a5f223c remove probes
Original commit message from CVS:
remove probes
2005-05-16 02:30:13 +00:00
Benjamin Otte 68f8c5e090 remove GstMemChunk
Original commit message from CVS:
remove GstMemChunk
2005-05-16 01:49:58 +00:00
Benjamin Otte 88bb6309f6 configure.ac: set some variables right for parrallel installability , so we don't conflict with installed Gstreamer
Original commit message from CVS:
* configure.ac:
set some variables right for parrallel installability , so we don't
conflict with installed Gstreamer
2005-05-16 00:54:09 +00:00
Thomas Vander Stichele 46774ce005 releasing 0.8.10
Original commit message from CVS:
releasing 0.8.10
2005-05-03 13:53:45 +00:00
Stefan Kost be023c8aa2 inserted missing Changelog entry
Original commit message from CVS:
inserted missing Changelog entry
2005-05-03 13:05:53 +00:00
Thomas Vander Stichele 282e19c277 gst/gstplugin.c: Fixes plugin registering on Mac OSX. Fixes #172526
Original commit message from CVS:
Patch by:  jonathan at kaolin.hn.org

* gst/gstplugin.c: (gst_plugin_check_module),
(gst_plugin_check_file), (gst_plugin_load_file):
Fixes plugin registering on Mac OSX.  Fixes #172526
2005-05-03 12:02:39 +00:00
Thomas Vander Stichele db178c7961 prerelease
Original commit message from CVS:
prerelease
2005-05-03 11:24:57 +00:00
Maciej Katafiasz 92c245fe17 trivial fix in example code, make it actually use our API
Original commit message from CVS:
trivial fix in example code, make it actually use our API
2005-05-03 11:05:20 +00:00
Thomas Vander Stichele f6ad1ca390 more files to clean
Original commit message from CVS:
more files to clean
2005-05-02 17:11:23 +00:00
Thomas Vander Stichele 86f6ad4bb8 ignore more
Original commit message from CVS:
ignore more
2005-05-02 16:50:31 +00:00
Thomas Vander Stichele eae95d1f00 testsuite/caps/: more gcc4 fixes by casting
Original commit message from CVS:
* testsuite/caps/intersection.c: (main):
* testsuite/caps/union.c: (main):
more gcc4 fixes by casting
2005-05-02 16:45:34 +00:00
Thomas Vander Stichele d1cee163b1 gst/gstregistry.h: win32/mingw obviously did not work
Original commit message from CVS:

* gst/gstregistry.h:
win32/mingw obviously did not work
* gst/gsttag.h:
remove some whitespace
* libs/gst/dataprotocol/dataprotocol.c: (gst_dp_dump_byte_array):
put back a fix that accidentally got reverted in a backport
2005-05-02 16:39:01 +00:00
Thomas Vander Stichele 61eb076286 gst/gsttrace.*: tsc's are guint64's.
Original commit message from CVS:

* gst/gsttrace.c: (read_tsc), (gst_trace_read_tsc):
* gst/gsttrace.h:
tsc's are guint64's.
* tests/seeking/seeking1.c: (main):
so use them that way.
2005-05-02 15:57:25 +00:00
Thomas Vander Stichele a09c309383 more print format fixes
Original commit message from CVS:
more print format fixes
2005-05-02 15:31:35 +00:00
Thomas Vander Stichele 5ea8627237 use correct printf format
Original commit message from CVS:
use correct printf format
2005-05-02 15:18:17 +00:00
Thomas Vander Stichele 3eefb22fdd do not use GST_PTR_FORMAT on pointers to types smaller than gpointer. fixes 64 bit testsuite
Original commit message from CVS:
do not use GST_PTR_FORMAT on pointers to types smaller than gpointer.  fixes 64 bit testsuite
2005-05-02 15:01:25 +00:00
Zaheer Abbas Merali 4be4551a62 testsuite/caps/: fix small things to prevent warnings on 64bit
Original commit message from CVS:
2005-05-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>

* testsuite/caps/deserialize.c: (main):
* testsuite/caps/sets.c: (check_caps):
* testsuite/caps/simplify.c: (check_caps):
fix small things to prevent warnings on 64bit
2005-05-02 12:45:26 +00:00
Thomas Vander Stichele 9f7946831f possible fixes for automake-1.5
Original commit message from CVS:
possible fixes for automake-1.5
2005-05-02 11:26:26 +00:00
Benjamin Otte 2457c84338 gst/elements/gstfakesink.c: don't error when we are in error already the correct fix would be to not allow erroring i...
Original commit message from CVS:
* gst/elements/gstfakesink.c: (gst_fakesink_change_state):
don't error when we are in error already
the correct fix would be to not allow erroring in downwards
state changes, but I guess the API police would hunt me down if I
did that
2005-05-01 16:20:42 +00:00
Wim Taymans 3670c2f9dc gst/gsttrashstack.h: Ooohh. a nasty one! After having a failed pop() from the stack, it's possible that the stack is ...
Original commit message from CVS:
* gst/gsttrashstack.h:
Ooohh. a nasty one! After having a failed pop() from the stack,
it's possible that the stack is empty. In that case, don't
follow the NULL pointer.
2005-04-26 18:11:21 +00:00
Benjamin Otte 26d06184a3 gst/: make the name property a construct property, so objects always have a proper name.
Original commit message from CVS:
* gst/gstelementfactory.c: (gst_element_factory_create):
* gst/gstobject.c: (gst_object_class_init):
make the name property a construct property, so objects always have
a proper name.
* gst/gstobject.c: (gst_object_set_name_default),
(gst_object_set_name):
fix potential doublefree when resetting a name to its default value
2005-04-26 02:01:52 +00:00
Ronald S. Bultje f7105a2638 tests/sched/runxml.c: Fix GCC4 warning.
Original commit message from CVS:
* tests/sched/runxml.c: (main):
Fix GCC4 warning.
2005-04-25 17:14:46 +00:00
Jan Schmidt c6235da678 IRC conversation with jdahlin about some aspects of gstreamer+python
Original commit message from CVS:
IRC conversation with jdahlin about some aspects of gstreamer+python
2005-04-25 03:54:28 +00:00
Ronald S. Bultje 418ac69651 gst/gstpad.c: Fix gst_pad_relink_filtered(), which is #300339.
Original commit message from CVS:
* gst/gstpad.c: (gst_pad_link_prepare):
Fix gst_pad_relink_filtered(), which is #300339.
2005-04-23 16:31:39 +00:00
Benjamin Otte 3bef22d727 gst/gst.c: declare gst initialized before eventually rebuilding the registry.
Original commit message from CVS:
* gst/gst.c: (gst_init_check_with_popt_table), (init_post),
(init_popt_callback):
declare gst initialized before eventually rebuilding the registry.
Fixes issues with plugins calling gst_init
* gst/gstelementfactory.c: (gst_element_factory_cleanup),
(gst_element_register), (gst_element_factory_unload_thyself):
warn and fail properly when element details aren't initialized. Also
unref the class when we don't need it anymore instead of never/only
on failure
2005-04-22 23:53:32 +00:00
Ronald S. Bultje 20e6e96160 gst/gstelement.c: Allow unlinking ghostpads using gst_element_unlink(), which fixes #301331.
Original commit message from CVS:
Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
* gst/gstelement.c: (gst_element_unlink):
Allow unlinking ghostpads using gst_element_unlink(), which
fixes #301331.
2005-04-22 15:08:02 +00:00
Ronald S. Bultje 970c2f3ff6 gst/elements/gsttypefindelement.c: Don't cache seek events (fixes #301313).
Original commit message from CVS:
* gst/elements/gsttypefindelement.c:
(gst_type_find_element_handle_event):
Don't cache seek events (fixes #301313).
2005-04-22 15:03:50 +00:00
Ronald S. Bultje d6386e096a More GCC4 warning fixes. Basically all libxml-guchar* to sane-gchar* casts (and reverse).
Original commit message from CVS:
Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
* examples/typefind/typefind.c: (type_found):
* examples/xml/createxml.c: (object_saved):
* examples/xml/runxml.c: (xml_loaded), (main):
* gst/elements/gstaggregator.c: (gst_aggregator_loop),
(gst_aggregator_chain):
* gst/elements/gstmd5sink.c: (gst_md5sink_get_property):
* gst/elements/gsttypefindelement.c: (find_element_get_length),
(gst_type_find_element_handle_event):
* gst/gsttrace.c: (gst_trace_flush), (gst_trace_text_flush):
* gst/gstxml.c: (gst_xml_write), (gst_xml_parse_doc),
(gst_xml_parse_file), (gst_xml_parse_memory),
(gst_xml_get_element), (gst_xml_make_element):
* gst/indexers/gstfileindex.c: (gst_file_index_load),
(_file_index_id_save_xml), (gst_file_index_commit):
* gst/schedulers/gstoptimalscheduler.c:
(group_inc_links_for_element):
* libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packet_from_caps),
(gst_dp_packet_from_event), (gst_dp_caps_from_packet):
* tools/gst-complete.c: (main):
* tools/gst-compprep.c: (main):
* tools/gst-inspect.c: (print_element_properties_info):
* tools/gst-launch.c: (xmllaunch_parse_cmdline):
* tools/gst-xmlinspect.c: (print_element_properties):
More GCC4 warning fixes. Basically all libxml-guchar* to
sane-gchar* casts (and reverse).
2005-04-22 12:30:01 +00:00
Ronald S. Bultje 976b3b565d gst/gstpad.c: Silly typo.
Original commit message from CVS:
* gst/gstpad.c: (gst_pad_event_default):
Silly typo.
2005-04-22 10:36:18 +00:00
Ronald S. Bultje e97710f04a gst/gstpad.c: Fix one more signed/unsigned issue.
Original commit message from CVS:
* gst/gstpad.c: (gst_pad_event_default):
Fix one more signed/unsigned issue.
2005-04-22 10:13:22 +00:00
Ronald S. Bultje 3c8e11f0a3 gst/: Add works-in-place flag, use for _pad_alloc().
Original commit message from CVS:
Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
* gst/gstelement.h:
* gst/gstpad.c: (gst_pad_alloc_buffer):
Add works-in-place flag, use for _pad_alloc().
* gst/elements/gstidentity.c: (gst_identity_init):
* gst/gstqueue.c: (gst_queue_init):
Use works-in-place flag (#300932).
2005-04-22 10:01:39 +00:00
Ronald S. Bultje fc3f486636 Unsigned/signed case, missing void in no-argument functions and other small fixes to compile 100% clean on GCC4 (#301...
Original commit message from CVS:
Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
* gst/autoplug/spidertest.c: (property_change_callback):
* gst/gstbin.c: (gst_bin_save_thyself), (gst_bin_restore_thyself):
* gst/gstcaps.c: (gst_caps_do_simplify), (gst_caps_save_thyself),
(gst_caps_load_thyself):
* gst/gstelement.c: (gst_element_save_thyself),
(gst_element_restore_thyself):
* gst/gstpad.c: (gst_pad_load_and_link), (gst_pad_save_thyself),
(gst_ghost_pad_save_thyself):
* gst/registries/gstlibxmlregistry.c: (read_string), (read_uint),
(read_enum), (load_pad_template), (load_feature), (load_plugin),
(load_paths):
* libs/gst/control/dparammanager.c: (_gst_dpman_initialize):
* libs/gst/control/unitconvert.c: (gst_unitconv_new),
(gst_unitconv_unit_spec):
* libs/gst/dataprotocol/dataprotocol.c:
(gst_dp_buffer_from_header), (gst_dp_caps_from_packet),
(gst_dp_event_from_packet):
Unsigned/signed case, missing void in no-argument functions
and other small fixes to compile 100% clean on GCC4 (#301166).
2005-04-22 09:34:31 +00:00
Tim-Philipp Müller 01e9e90d8d gst/elements/gstelements.c: Give filesrc GST_RANK_PRIMARY, so that file:// URIs get handled by filesrc instead of gno...
Original commit message from CVS:
* gst/elements/gstelements.c:
Give filesrc GST_RANK_PRIMARY, so that file:// URIs
get handled by filesrc instead of gnomevfssrc.
2005-04-21 17:43:49 +00:00
Stefan Kost 2aa179d5ec new iface to uniformly access elements children and their properties
Original commit message from CVS:
new iface to uniformly access elements children and their properties
2005-04-21 17:10:09 +00:00
Ronald S. Bultje 7e76da9daf docs/pwg/building-boiler.xml: co login -> login (fixes #301128).
Original commit message from CVS:
* docs/pwg/building-boiler.xml:
co login -> login (fixes #301128).
2005-04-20 07:44:21 +00:00
Thomas Vander Stichele 043b162592 docs/gst/gstreamer-sections.txt: add ronald's new tag and fix build
Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
add ronald's new tag and fix build
2005-04-17 21:21:38 +00:00
Ronald S. Bultje 30f318eb3e gst/elements/gsttypefindelement.c: Allow event caching while typefinding so we don't lose events.
Original commit message from CVS:
* gst/elements/gsttypefindelement.c: (gst_type_find_element_init),
(push_buffer_store), (gst_type_find_element_handle_event),
(gst_type_find_element_change_state):
Allow event caching while typefinding so we don't lose events.
* gst/elements/gsttypefindelement.h:
Allow event caching while typefinding so we don't lose events.
* gst/gsttag.c: (_gst_tag_initialize):
* gst/gsttag.h:
Add language-code tag.
* gst/registries/gstlibxmlregistry.c: (load_pad_template),
(load_feature), (load_paths):
Fix memleaks (#300736), based on patch from Kjartan Maraas
<kmaraas@gnome.org>.
2005-04-17 20:43:55 +00:00
Thomas Vander Stichele 4088590f88 update release doc
Original commit message from CVS:
update release doc
2005-04-16 10:25:55 +00:00
Thomas Vander Stichele adcb89b354 po updates
Original commit message from CVS:
po updates
2005-04-16 09:50:53 +00:00
Thomas Vander Stichele 022058d29e some trademark protection
Original commit message from CVS:
some trademark protection
2005-04-16 08:31:50 +00:00
Ronald S. Bultje a0b1f16670 docs/faq/using.xml: Add note on gstreamer-properties (#154996).
Original commit message from CVS:
* docs/faq/using.xml:
Add note on gstreamer-properties (#154996).
2005-04-14 17:19:06 +00:00
Ronald S. Bultje 418c32e600 gst/registries/gstlibxmlregistry.c: Fix memleak.
Original commit message from CVS:
* gst/registries/gstlibxmlregistry.c: (load_paths):
Fix memleak.
2005-04-13 20:54:07 +00:00