summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add actions. see ChangeLog for detailsBRANCH-COMPANYBenjamin Otte2005-05-29185-22418/+4786
* gst/gstobject.*: s/GstObject */gpointer/ for the arguments of those 2 functions.Benjamin Otte2005-05-173-6/+13
* gst/: remove CPU specific codeBenjamin Otte2005-05-166-262/+10
* remove elements that shouldn't be in coreBenjamin Otte2005-05-1630-5795/+19
* gst/autoplug/.cvsignore gst/autoplug/Makefile.am gst/autoplug/gstsearchfuncs....Benjamin Otte2005-05-163-3/+17
* remove GstAtomic. Use plain ints instead for the time beingBenjamin Otte2005-05-1613-648/+42
* remove valgrind stuff. Without memchunks there's no need for it anymore.Benjamin Otte2005-05-164-62/+8
* I need to learn cvs file removingBenjamin Otte2005-05-161-43/+0
* remove probesBenjamin Otte2005-05-1612-863/+11
* remove GstMemChunkBenjamin Otte2005-05-169-43/+25
* configure.ac: set some variables right for parrallel installability , so we d...Benjamin Otte2005-05-162-3/+11
* releasing 0.8.10RELEASE-0_8_10Thomas Vander Stichele2005-05-0324-1210/+1713
* inserted missing Changelog entryStefan Kost2005-05-031-0/+27
* gst/gstplugin.c: Fixes plugin registering on Mac OSX. Fixes #172526Thomas Vander Stichele2005-05-032-35/+59
* prereleaseThomas Vander Stichele2005-05-032-1/+6
* trivial fix in example code, make it actually use our APIMaciej Katafiasz2005-05-032-1/+6
* more files to cleanThomas Vander Stichele2005-05-022-2/+4
* ignore moreThomas Vander Stichele2005-05-027-0/+17
* testsuite/caps/: more gcc4 fixes by castingThomas Vander Stichele2005-05-025-20/+54
* gst/gstregistry.h: win32/mingw obviously did not workThomas Vander Stichele2005-05-028-169/+111
* gst/gsttrace.*: tsc's are guint64's.Thomas Vander Stichele2005-05-024-5/+13
* more print format fixesThomas Vander Stichele2005-05-025-10/+22
* use correct printf formatThomas Vander Stichele2005-05-023-2/+7
* do not use GST_PTR_FORMAT on pointers to types smaller than gpointer. fixes ...Thomas Vander Stichele2005-05-025-10/+55
* testsuite/caps/: fix small things to prevent warnings on 64bitZaheer Abbas Merali2005-05-027-14/+25
* possible fixes for automake-1.5Thomas Vander Stichele2005-05-026-8/+17
* gst/elements/gstfakesink.c: don't error when we are in error already the corr...Benjamin Otte2005-05-013-2/+12
* gst/gsttrashstack.h: Ooohh. a nasty one! After having a failed pop() from the...Wim Taymans2005-04-262-1/+10
* gst/: make the name property a construct property, so objects always have a p...Benjamin Otte2005-04-263-6/+15
* tests/sched/runxml.c: Fix GCC4 warning.Ronald S. Bultje2005-04-252-1/+6
* IRC conversation with jdahlin about some aspects of gstreamer+pythonJan Schmidt2005-04-251-0/+134
* gst/gstpad.c: Fix gst_pad_relink_filtered(), which is #300339.Ronald S. Bultje2005-04-232-2/+5
* gst/gst.c: declare gst initialized before eventually rebuilding the registry.Benjamin Otte2005-04-223-4/+19
* gst/gstelement.c: Allow unlinking ghostpads using gst_element_unlink(), which...Ronald S. Bultje2005-04-222-1/+9
* gst/elements/gsttypefindelement.c: Don't cache seek events (fixes #301313).Ronald S. Bultje2005-04-223-0/+14
* More GCC4 warning fixes. Basically all libxml-guchar* to sane-gchar* casts (a...Ronald S. Bultje2005-04-2224-143/+212
* gst/gstpad.c: Silly typo.Ronald S. Bultje2005-04-222-1/+6
* gst/gstpad.c: Fix one more signed/unsigned issue.Ronald S. Bultje2005-04-222-2/+7
* gst/: Add works-in-place flag, use for _pad_alloc().Ronald S. Bultje2005-04-227-15/+71
* Unsigned/signed case, missing void in no-argument functions and other small f...Ronald S. Bultje2005-04-2210-52/+79
* gst/elements/gstelements.c: Give filesrc GST_RANK_PRIMARY, so that file:// UR...Tim-Philipp Müller2005-04-213-2/+8
* new iface to uniformly access elements children and their propertiesStefan Kost2005-04-2115-6/+936
* docs/pwg/building-boiler.xml: co login -> login (fixes #301128).Ronald S. Bultje2005-04-202-1/+6
* docs/gst/gstreamer-sections.txt: add ronald's new tag and fix buildThomas Vander Stichele2005-04-172-0/+6
* gst/elements/gsttypefindelement.c: Allow event caching while typefinding so w...Ronald S. Bultje2005-04-1710-16/+90
* update release docThomas Vander Stichele2005-04-161-1/+2
* po updatesThomas Vander Stichele2005-04-1616-382/+338
* some trademark protectionThomas Vander Stichele2005-04-168-18/+19
* docs/faq/using.xml: Add note on gstreamer-properties (#154996).Ronald S. Bultje2005-04-142-0/+15
* gst/registries/gstlibxmlregistry.c: Fix memleak.Ronald S. Bultje2005-04-132-5/+8