- 31 Jan, 2005 1 commit
-
-
Christian Schaller authored
Original commit message from CVS: adding licensing advisory to application writers guide
-
- 29 Jan, 2005 2 commits
-
-
Ronald S. Bultje authored
Original commit message from CVS: * gst/gstpad.c: (gst_pad_push): Oops, revert previous commit, broke testsuite...
-
Ronald S. Bultje authored
gst/gstpad.c: Add check that the pad on which the push is performed is not a get-based pad (#150546). Original commit message from CVS: * gst/gstpad.c: (gst_pad_push): Add check that the pad on which the push is performed is not a get-based pad (#150546).
-
- 28 Jan, 2005 2 commits
-
-
Ronald S. Bultje authored
Original commit message from CVS: * gst/elements/gsttypefindelement.c: (gst_type_find_element_handle_event): Fix buffer pushing if stream EOSes during typefinding.
-
Ronald S. Bultje authored
Original commit message from CVS: Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net> * gst/gstvalue.c: (gst_string_wrap): Allow NULL-strings as argument (#165365).
-
- 27 Jan, 2005 1 commit
-
-
Ronald S. Bultje authored
Original commit message from CVS: Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net> * gst/schedulers/faircothreads.c: (gst_fair_scheduler_cothread_queue_show): Fix build without debug enabled.
-
- 26 Jan, 2005 2 commits
-
-
Stefan Kost authored
Original commit message from CVS: restructured DParam docs added some thoughts about dparams ng
-
Wim Taymans authored
Original commit message from CVS: file stress.c was initially added on branch BRANCH-THREADED.
-
- 25 Jan, 2005 2 commits
-
-
Tim-Philipp Müller authored
Original commit message from CVS: Only check for gst-inspect if we haven't already found it in previous element check runs
-
Stefan Kost authored
Original commit message from CVS: fixed install rules to treat style.css as optional
-
- 24 Jan, 2005 2 commits
-
-
Stefan Kost authored
Original commit message from CVS: install style.css along with docs fixing incomplete docs
-
Tim-Philipp Müller authored
Original commit message from CVS: Don't unref seek event twice in case where fflush() fails
-
- 23 Jan, 2005 1 commit
-
-
David Schleef authored
Original commit message from CVS: * configure.ac: Add --disable-valgrind. (partial fix for #164890)
-
- 21 Jan, 2005 1 commit
-
-
Stefan Kost authored
Original commit message from CVS: added params for deprecation guards documented some more enums
-
- 18 Jan, 2005 8 commits
-
-
Jan Schmidt authored
Original commit message from CVS: * gst/autoplug/gstspideridentity.c: Cosmetic fix - spider_find_peek should be static * gst/parse/parse.l: Applying fix for #164261
-
Stefan Kost authored
Original commit message from CVS: trying to fix build error with GstPoptOption again
-
Stefan Kost authored
Original commit message from CVS: added docs for the TAG defines
-
Ronald S. Bultje authored
Original commit message from CVS: * gst/schedulers/gstoptimalscheduler.c: (schedule_group): Only unref entry if there is an entry.
-
Wim Taymans authored
Original commit message from CVS: file test1.c was initially added on branch BRANCH-THREADED.
-
Wim Taymans authored
Original commit message from CVS: file test2.c was initially added on branch BRANCH-THREADED.
-
Wim Taymans authored
Original commit message from CVS: file test3.c was initially added on branch BRANCH-THREADED.
-
Wim Taymans authored
Original commit message from CVS: file test4.c was initially added on branch BRANCH-THREADED.
-
- 17 Jan, 2005 6 commits
-
-
Wim Taymans authored
gst/schedulers/gstoptimalscheduler.c: Also ref/unref decoupled elements before iterating the group since they are not... Original commit message from CVS: * gst/schedulers/gstoptimalscheduler.c: (add_to_group), (remove_from_group), (schedule_group), (normalize_group), (gst_opt_scheduler_iterate): Also ref/unref decoupled elements before iterating the group since they are not added to the list of elements.
-
Ronald S. Bultje authored
Original commit message from CVS: * docs/manual/highlevel-components.xml: Add subtitle/streamselection as new features to playbin.
-
Ronald S. Bultje authored
Original commit message from CVS: * docs/manual/manual.xml: Re-enable dataaccess docs (oops).
-
Ronald S. Bultje authored
Original commit message from CVS: * docs/pwg/advanced-types.xml: * docs/random/mimetypes: Add documentation on libsndfile types (#163309), by Steve Baker <steve@stevebaker.org>. * gst/gstelement.c: (gst_element_release_request_pad): If an element has no explicit function, just remove the pad.
-
Ronald S. Bultje authored
Original commit message from CVS: Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net> * gst/registries/gstxmlregistry.c: (gst_xml_registry_load): Fix memleak (#163801).
-
Ronald S. Bultje authored
Original commit message from CVS: * gst/elements/gsttee.c: (gst_tee_getcaps), (gst_tee_link): I think this is actually moer correct...
-
- 16 Jan, 2005 1 commit
-
-
Ronald S. Bultje authored
Original commit message from CVS: * gst/gstprobe.c: (gst_probe_dispatcher_dispatch): Another workaround for memory access while destroyed in callback. Please, someone with refcount knowledge, have a look at this.
-
- 14 Jan, 2005 3 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: move legal q and a here
-
Ronald S. Bultje authored
Original commit message from CVS: * gst/elements/gsttee.c: (gst_tee_getcaps), (gst_tee_link), (gst_tee_request_new_pad): Fix negotiation.
-
Stéphane Loeuillet authored
Original commit message from CVS: * docs/random/omega/caps2: * testsuite/caps/caps_strings: replace framerate aproximations by their real value (24000/1001, 30000/1001, 60000/1001) Partially fixes bug #164049
-
- 13 Jan, 2005 3 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: doh, wrong patch
-
Thomas Vander Stichele authored
Original commit message from CVS: stupid GstPoptOption
-
Thomas Vander Stichele authored
Original commit message from CVS: * gst/gstpad.h: * gst/gstprobe.c: allow probes to work on ghost pads by realizing the pad probe debugging
-
- 11 Jan, 2005 2 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: fix build
-
Ronald S. Bultje authored
Original commit message from CVS: * docs/gst/gstreamer-sections.txt: * docs/gst/tmpl/gstpad.sgml: * gst/gstpad.c: (gst_pad_set_active_recursive): * gst/gstpad.h: Add gst_pad_set_active_recursive().
-
- 10 Jan, 2005 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: * docs/random/release: updates * gst/gst_private.h: * gst/gstinfo.c: * gst/gstobject.c: move deep_notify logging to a new category * gst/gstprobe.c: * gst/gstprobe.h: add stuff so bindings can wrap probes
-
- 09 Jan, 2005 2 commits
-
-
Stéphane Loeuillet authored
Original commit message from CVS: * gst/gstplugin.c: (gst_plugin_load): Fix plugin loading if plugin/lib was already loaded. Fixes #163383
-
Ronald S. Bultje authored
Original commit message from CVS: Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net> * gst/gstpluginfeature.c: (gst_plugin_feature_ensure_loaded): Protect plugin loading by a mutex so it's threadsafe. Fixes #163234.
-