- Mar 14, 2004
-
-
Thomas Vander Stichele authored
Original commit message from CVS: g_error fix, m/m version fix
-
Thomas Vander Stichele authored
Original commit message from CVS: adding info about cvs
-
Thomas Vander Stichele authored
Original commit message from CVS: update
-
Thomas Vander Stichele authored
Original commit message from CVS: don't spill paths from registry until we fix the generic case
-
- Mar 13, 2004
-
-
Thomas Vander Stichele authored
Original commit message from CVS: gst-indent run on core
-
Thomas Vander Stichele authored
Original commit message from CVS: adding gst-indent as a noinst tool
-
Thomas Vander Stichele authored
Original commit message from CVS: adding serbian translation
-
Benjamin Otte authored
gst/gstelement.c: add documentation note about gst_element_found_tags_for_pad not being usable in getfunctions. (see ... Original commit message from CVS: * gst/gstelement.c: add documentation note about gst_element_found_tags_for_pad not being usable in getfunctions. (see #137042)
-
David Schleef authored
gst/gstcaps.h: jdahlin, what are you smoking? We can't just change API right now! Readd gst_caps_is_simple() macro. Original commit message from CVS: * gst/gstcaps.h: jdahlin, what are you smoking? We can't just change API right now! Readd gst_caps_is_simple() macro. * gst/gstelement.c: (gst_element_base_class_finalize): Fix uninitialized variable. I'd bet this caused crashes. * gst/gstinfo.c: (gst_debug_print_object): Fix 64-bit cleanliness.
-
- Mar 12, 2004
-
-
Johan Dahlin authored
Original commit message from CVS: Gtype->GType
-
Johan Dahlin authored
Original commit message from CVS: * gst/gststructure.c (gst_structure_get_type): Ditto * gst/gststructure.h: Ditto
-
Johan Dahlin authored
Original commit message from CVS: * gst/gst.c (init_post): call gst_caps_get_type() instead of _gst_caps_initalize() * gst/gstcaps.c: Style fixes, stay closer to glib and friends (_gst_caps_initialize): Remove, in favor for gst_caps_get_type() * gst/gstcaps.h (GST_CAPS_IS_SIMPLE): Capitalize macro * gst/gstcaps.h: Clean up
-
Johan Dahlin authored
Original commit message from CVS: * gst/gstcaps.h (GST_CAPS_IS_SIMPLE): Capitalize macro * gst/gstcaps.h: Clean up
-
Thomas Vander Stichele authored
Original commit message from CVS: comment fix whitespace fixes
-
Ronald S. Bultje authored
gst/gstqueue.c: Reset default max. values in queues. Reason is simply to avoid braindead use. If you want wider value... Original commit message from CVS: * gst/gstqueue.c: (gst_queue_init): Reset default max. values in queues. Reason is simply to avoid braindead use. If you want wider values, use the properties. The default is supposed to always work. Wider values would make this beast a memory hog by default (250 full-PAL RGB32 video frames? That's 440 MB! No thank you).
-
- Mar 10, 2004
-
-
David Schleef authored
Original commit message from CVS: * tools/gst-run.c: (main): Fix crash when no relevant tools were found. (bug #136793)
-
Johan Dahlin authored
Original commit message from CVS: Shut up gcc 3.2
-
Johan Dahlin authored
Original commit message from CVS: * gst/schedulers/gstoptimalscheduler.c (gst_opt_scheduler_pad_unlink): Implement unlink for elements with links to elements within the same group, so we can finally remove that annoying warning. Refactor the code a little bit (group_dec_links_for_element): Split out
-
Thomas Vander Stichele authored
Original commit message from CVS: packaging guidelines
-
- Mar 09, 2004
-
-
David Schleef authored
Original commit message from CVS: * docs/manual/dparams-app.xml: Fix to handle double dparams. (bug #134863)
-
Thomas Vander Stichele authored
Original commit message from CVS: fix gettext domain
-
Thomas Vander Stichele authored
Original commit message from CVS: back to cvs
-
Thomas Vander Stichele authored
Original commit message from CVS: releasing 0.7.6
-
Thomas Vander Stichele authored
Original commit message from CVS: add GstGError to help the bindings
-
Jan Schmidt authored
Original commit message from CVS: Free leaked g_timer on early return
-
Thomas Vander Stichele authored
Original commit message from CVS: better debug info
-
Ronald S. Bultje authored
Original commit message from CVS: * docs/pwg/advanced-types.xml: Add cinepak description.
-
- Mar 08, 2004
-
-
Thomas Vander Stichele authored
Original commit message from CVS: more debugging
-
Thomas Vander Stichele authored
Original commit message from CVS: remove \n
-
Thomas Vander Stichele authored
Original commit message from CVS: remove conflict line in changelog
-
- Mar 07, 2004
-
-
David Schleef authored
Original commit message from CVS: * docs/random/mimetypes: Added cinepak description
-
Andy Wingo Wingo authored
Original commit message from CVS: 2004-03-07 Andy Wingo <wingo@pobox.com> * gst/gstbin.c (gst_bin_remove): Debugging fixes. * gst/schedulers/gstoptimalscheduler.c (destroy_group): Assert there are no links to other groups when a group is destroyed. (gst_opt_scheduler_pad_unlink): If the unlink means an element is removed from a group, make sure the link count to elements linked to other pads is appropriately decremented. This really fixes #135672. The 1.60->1.61 patch has been reapplied in light of this fix. * gst/gstelement.c (gst_element_dispose): Really protect against multiple invocations this time.
-
- Mar 06, 2004
-
-
Thomas Vander Stichele authored
Original commit message from CVS: remove deprecated functions add two tag prototypes to docs add accessor function
-
Christophe Fergeau authored
Original commit message from CVS: 2004-03-06 Christophe Fergeau <teuf@gnome.org> * gst/autoplug/gstspider.c: (gst_spider_identity_plug): fixed caps leak
-
David Schleef authored
Original commit message from CVS: reviewed by: <delete if not using a buddy> * REQUIREMENTS: Add bison and flex. * configure.ac: Fix comment about bison. * docs/random/ds/0.9-suggested-changes: yer ma * tools/gst-inspect.c: (print_element_info): Fix warning.
-
- Mar 05, 2004
-
-
Benjamin Otte authored
gst/gstelement.c: revert recent recursive state changing commit - messing with other elements' states is evil and sho... Original commit message from CVS: * gst/gstelement.c: (gst_element_error_full): revert recent recursive state changing commit - messing with other elements' states is evil and should be done by apps only.
-
Benjamin Otte authored
gst/gstelement.c: check for empty intersection instead of NULL caps remove old workaround that is only a bug nowadays Original commit message from CVS: * gst/gstelement.c: (gst_element_get_compatible_pad_template): check for empty intersection instead of NULL caps (gst_element_get_compatible_pad_filtered): remove old workaround that is only a bug nowadays
-
Thomas Vander Stichele authored
gst/gstelement.c: make elements try to recursively change state to PAUSED on all parents after an error to suppress e... Original commit message from CVS: * gst/gstelement.c: (gst_element_error_full): make elements try to recursively change state to PAUSED on all parents after an error to suppress ensuing warnings * gst/parse/grammar.y: make it check if it was able to sync the state, and throw an error if not, so stuff like oggdemux ! vorbisdec ! osssink gets caught
-
Thomas Vander Stichele authored
Original commit message from CVS: use $libdir so that it does the right thing on 64bit
-
David Schleef authored
Original commit message from CVS: * gst/gstcpuid_i386.s: Remove unused code * libs/gst/getbits/getbits.c: (gst_getbits_init), (gst_getbits_newbuf): Remove MMX code * libs/gst/getbits/getbits.h: Remove MMX code
-