- 01 Oct, 2004 1 commit
-
-
Wim Taymans authored
Original commit message from CVS: * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_crc): Fix threadsafety of the crc checking function.
-
- 26 Sep, 2004 2 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: fix typefind discont handling, #153657
-
Thomas Vander Stichele authored
Original commit message from CVS: revert preferred caps
-
- 19 Sep, 2004 1 commit
-
-
Steve Lhomme Lhomme authored
Original commit message from CVS: fix a memory leak in win32/dirent.c
-
- 10 Sep, 2004 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: bump for prerelease
-
- 08 Sep, 2004 2 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: * docs/Makefile.am: * docs/manual/elements-api.xml: restructure so that common stuff is shown first * docs/manual/init-api.xml: convert to examples * docs/manual/manual.xml: * docs/manuals.mak: * docs/url.entities: link to API on the website, possibly override later in build * examples/manual/.cvsignore: ignore more * examples/manual/Makefile.am: add more examples * examples/manual/extract.pl: error out on failure
-
Thomas Vander Stichele authored
Original commit message from CVS: two more examples
-
- 06 Sep, 2004 4 commits
-
-
Ronald S. Bultje authored
Original commit message from CVS: * gst/gstelement.c: (gst_element_change_state): Well, actually, I was about to remove this insane assert when I noticed Wim already did that. A warning is nice so we can fix actual ugs (using --g-fatal-warnings and backtraces), so I added that instead.
-
Wim Taymans authored
Original commit message from CVS: * gst/gstelement.c: (gst_element_threadsafe_properties_pre_run), (gst_element_threadsafe_properties_post_run), (gst_element_set_state), (gst_element_change_state): Added extra refcounting around various places.
-
Wim Taymans authored
Original commit message from CVS: * gst/gstpad.c: (gst_pad_link_call_link_functions): Fix debug info.
-
Wim Taymans authored
Original commit message from CVS: * gst/schedulers/gstoptimalscheduler.c: (add_to_group), (remove_from_group): Some more debug info.
-
- 03 Sep, 2004 1 commit
-
-
Wim Taymans authored
Original commit message from CVS: * gst/elements/gstfakesrc.c: (gst_fakesrc_class_init), (gst_fakesrc_init), (gst_fakesrc_set_clock), (gst_fakesrc_set_property), (gst_fakesrc_get_property), (gst_fakesrc_get), (gst_fakesrc_change_state): * gst/elements/gstfakesrc.h: * gst/elements/gstidentity.c: (gst_identity_class_init), (gst_identity_init), (gst_identity_chain), (gst_identity_set_property), (gst_identity_get_property), (gst_identity_change_state): * gst/elements/gstidentity.h: Added datarate properties to limit the datarate.
-
- 25 Aug, 2004 1 commit
-
-
Benjamin Otte authored
Original commit message from CVS: * gst/autoplug/gstspider.c: (plugin_init): don't set a rank. We don't want to autoplug by inserting spiders.
-
- 22 Aug, 2004 1 commit
-
-
Benjamin Otte authored
Original commit message from CVS: * gst/autoplug/gstspider.c: (gst_spider_class_init), (gst_spider_identity_plug): add a template for spider's sink * gst/gst.c: (gst_register_core_elements): queue's rank should be NULL, we don't want spider to add it.
-
- 18 Aug, 2004 1 commit
-
-
David Schleef authored
Original commit message from CVS: * docs/gst/Makefile.am: Remove --ignore-fail-on-non-empty (#150331) * docs/libs/Makefile.am: same * docs/gst/tmpl/gstxml.sgml: Remove GstXMLNs * docs/random/ds/0.9-planning: random additions * docs/random/ds/0.9-suggested-changes: same * gst/gstxml.h: remove vestigal GstXMLNs definition Preferred caps: (#147789) * docs/gst/gstreamer-sections.txt: Add symbols * docs/gst/tmpl/gstcaps.sgml: Add symbols * gst/gstcaps.c: (gst_caps_copy), (gst_caps_free), (gst_caps_append), (gst_caps_copy_1), (gst_caps_intersect), (gst_caps_union), (gst_caps_save_thyself), (gst_caps_load_thyself), (gst_caps_get_preferred), (gst_caps_set_preferred), (gst_caps_get_structure_by_id), (gst_caps_prefer_foreach), (gst_caps_use_preferred): Handle caps preferences * gst/gstcaps.h: Add caps preferences * gst/gstpad.c: (gst_pad_link_get_preferred), (gst_pad_link_fixate), (gst_pad_link_call_link_functions), (gst_pad_renegotiate), (gst_pad_guess_preferred), (gst_pad_get_caps), (gst_pad_push): Use caps preferences for negotiation.
-
- 17 Aug, 2004 4 commits
-
-
Benjamin Otte authored
gst/: s/gst_pad_new/&_from_template/ register pad templates in the base_init function add static pad template definit... Original commit message from CVS: * gst/autoplug/gstspideridentity.c: (gst_spider_identity_request_new_pad): * gst/elements/gstaggregator.c: (gst_aggregator_base_init), (gst_aggregator_init): * gst/elements/gstfakesink.c: (gst_fakesink_base_init), (gst_fakesink_init): * gst/elements/gstfakesrc.c: (gst_fakesrc_base_init), (gst_fakesrc_init): * gst/elements/gstfdsink.c: (gst_fdsink_base_init), (gst_fdsink_init): * gst/elements/gstfdsrc.c: (gst_fdsrc_base_init), (gst_fdsrc_init): * gst/elements/gstfilesink.c: (gst_filesink_base_init), (gst_filesink_init): * gst/elements/gstfilesrc.c: (gst_filesrc_base_init), (gst_filesrc_init): * gst/elements/gstidentity.c: (gst_identity_base_init), (gst_identity_init): * gst/elements/gstmultifilesrc.c: (gst_multifilesrc_base_init), (gst_multifilesrc_init): * gst/elements/gstpipefilter.c: (gst_pipefilter_base_init), (gst_pipefilter_init): * gst/elements/gststatistics.c: (gst_statistics_base_init), (gst_statistics_init): * gst/elements/gsttee.c: (gst_tee_base_init), (gst_tee_init): * gst/gstqueue.c: (gst_queue_base_init), (gst_queue_init): s/gst_pad_new/&_from_template/ register pad templates in the base_init function add static pad template definitions
-
Benjamin Otte authored
Original commit message from CVS: * testsuite/bytestream/gstbstest.c: (gst_bstest_init): * testsuite/dynparams/dparamstest.c: (gst_dptest_init): * testsuite/refcounting/pad.c: (main): * testsuite/refcounting/thread.c: (create_thread_ghostpads): s/gst_pad_new/&_from_template/ prepare deprecation of gst_pad_new
-
Thomas Vander Stichele authored
Original commit message from CVS: fix memleaks - #150001
-
Benjamin Otte authored
Original commit message from CVS: * docs/random/ds/0.9-suggested-changes: add notes - mostly about pad templates
-
- 16 Aug, 2004 4 commits
-
-
Steve Lhomme Lhomme authored
Original commit message from CVS: temporary local files are .gmo not .mo
-
Thomas Vander Stichele authored
Original commit message from CVS: bump nano
-
Thomas Vander Stichele authored
Original commit message from CVS: releasing
-
Thomas Vander Stichele authored
Original commit message from CVS: fix for #150242
-
- 13 Aug, 2004 2 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: add win32 - fixes 149981
-
Thomas Vander Stichele authored
Original commit message from CVS: small fixes before release
-
- 12 Aug, 2004 3 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: fix origin and package name; make gst-inspect print plugin info for element
-
Thomas Vander Stichele authored
Original commit message from CVS: add flag, reorder GstBuffer docs
-
Benjamin Otte authored
Original commit message from CVS: * gst/elements/gstfilesrc.c: (gst_filesrc_get_mmap): work with non-regular files that can be mmapped (like /dev/zero) * gst/elements/gsttypefindelement.c: (gst_type_find_element_chain): get rid of typefinds that require a seek when we can't seek instead of trying them over and over again * tools/gst-launch.c: (idle_func), (error_cb), (main): return non-zero failure value when the pipeline was interrupted or an error occurred
-
- 11 Aug, 2004 4 commits
-
-
Steve Lhomme Lhomme authored
Original commit message from CVS: compile and install the locales
-
Steve Lhomme Lhomme authored
Original commit message from CVS: fix a possible memory leak under Windows
-
Steve Lhomme Lhomme authored
Original commit message from CVS: fix a memory leak that occured under Windows add gst_scheduler_register
-
Benjamin Otte authored
Original commit message from CVS: * docs/gst/gstreamer-sections.txt: * gst/gstscheduler.c: (gst_scheduler_register): * gst/gstscheduler.h: add gst_scheduler_register shortcut similar to gst_element_register * gst/schedulers/entryscheduler.c: (plugin_init): * gst/schedulers/gstbasicscheduler.c: (plugin_init): * gst/schedulers/gstoptimalscheduler.c: (plugin_init): use it
-
- 10 Aug, 2004 2 commits
-
-
Steve Lhomme Lhomme authored
Original commit message from CVS: fix a memory leak that occured under Windows
-
Colin Walters authored
gst/registries/gstxmlregistry.c (gst_xml_registry_open_func): Don't use O_EXCL to open temporary registry. It will p... Original commit message from CVS: 2004-08-10 Colin Walters <walters@redhat.com> * gst/registries/gstxmlregistry.c (gst_xml_registry_open_func): Don't use O_EXCL to open temporary registry. It will prevent registry creation if a temporary one already exists, which is unnecessary.
-
- 09 Aug, 2004 4 commits
-
-
Steve Lhomme Lhomme authored
Original commit message from CVS: remove some valuable stuff from the documentation due to the use of GST_EXPORT
-
Steve Lhomme Lhomme authored
Original commit message from CVS: update the include and lib dirs to fit standard libraries as described in the Win32 manual
-
Steve Lhomme Lhomme authored
export gst_type_XXX for windows DLLs enable NLS again, push the version number for the coming 0.8.5 release Original commit message from CVS: export gst_type_XXX for windows DLLs enable NLS again, push the version number for the coming 0.8.5 release
-
Thomas Vander Stichele authored
Original commit message from CVS: * docs/faq/gst-uninstalled: fix PKG_CONFIG_PATH and PYTHONPATH * gst/schedulers/Makefile.am: cleanup * libs/gst/bytestream/bytestream.c: remove newline * po/LINGUAS: * po/sq.po: adding Albanian translation (Laurent Dhima) * po/cs.po: updated
-
- 05 Aug, 2004 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: updated translations
-
- 04 Aug, 2004 1 commit
-
-
Benjamin Otte authored
tests/mass_elements.c: allow specifying src and sink element explicitly, so I can test videotestsrc instead of fakesrc Original commit message from CVS: * tests/mass_elements.c: (main): allow specifying src and sink element explicitly, so I can test videotestsrc instead of fakesrc
-