summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-05-16make -> shell variableRonald S. Bultje1-1/+1
2003-05-15gtk-doc fixes clock debugThomas Vander Stichele5-9/+12
2003-05-13Fix macro GST_FOURCC_ARGS - it assumed big endian intsBenjamin Otte1-4/+4
2003-05-13Added GST_CAT_APPLICATION. Fixes #111009David Schleef2-2/+3
2003-05-13Fix bug in PRINT() macroDavid Schleef2-10/+4
2003-05-12fix sparc atomic functions.James A Morrison1-25/+31
2003-05-11Change from AS_COMPILER() to AS_COMPILER_FLAG() in order to directly check fo...David Schleef2-9/+3
2003-05-10Make sure the FIXED flag is computed correctly when normalizing a GstProps.Wim Taymans1-2/+21
2003-05-10SysClocks need their own mutex/cond pair, as we have multiple (via subclasses...Benjamin Otte2-15/+25
2003-05-10enable allocation tracing for GstObjects and make allocation tracing a config...Benjamin Otte4-12/+54
2003-05-10Use GstMemChunk to allocate eventsWim Taymans1-4/+9
2003-05-10bugfixes:Benjamin Otte1-3/+18
2003-05-09Change .p2align to .align to make non-gas assemblers happy (Fixes: #112607)David Schleef1-6/+6
2003-05-09make test fail when it fails (d'oh)Benjamin Otte2-2/+24
2003-05-09stuff about RGB videoDavid Schleef1-2/+47
2003-05-08Fix 112596, gst_caps_is_always_compatible() brokenWim Taymans1-5/+10
2003-05-06some minor improvements:Benjamin Otte2-29/+7
2003-05-06state need not be playing with new schedulers when adding/removing elementsBenjamin Otte1-6/+0
2003-05-06do error checking for int/float values and don't accept trailing characters, ...Benjamin Otte1-12/+34
2003-05-06Documentation updatesWim Taymans4-2/+91
2003-05-06simple fix: these are signed ints, not unsignedBenjamin Otte1-1/+1
2003-05-06implement proper refcounting of pad's templates and references from real pads...Benjamin Otte2-26/+51
2003-05-06err... reset to desired version after doing a benchmark :)Wim Taymans1-1/+1
2003-05-06- Explicitly set buffer fields to default values instead of using memset, thi...Wim Taymans1-16/+33
2003-05-02remove unnecessary check for registries - registry gets rebuilt automagically...Benjamin Otte1-13/+0
2003-05-02make gst-launch --gst-mask=-1 fakesrc ! fakesink work on SolarisBenjamin Otte5-15/+12
2003-05-01fix gcc 2.x compiler error, when variables aren't defined at the top.Benjamin Otte1-2/+3
2003-05-01unreachable codeBenjamin Otte1-2/+0
2003-05-01fix for forteBenjamin Otte1-4/+4
2003-05-01added GST_STR_NULL to check for NULL strings. Fixed a case where a char* give...Benjamin Otte2-2/+4
2003-05-01silence forte warningsBenjamin Otte1-7/+6
2003-05-01Use -f instead of -e since -e does not work in Solaris /bin/sh.Brian Cameron1-1/+1
2003-05-01Fixed if-test in autogen.sh so it works on Solaris. Just needed to surround ...Brian Cameron1-1/+1
2003-05-01Disable MIPS, 'cuz it's broken.David Schleef1-1/+3
2003-04-28A few ideas looking for feedbackJan Schmidt2-0/+48
2003-04-28offsets may be negative (nobody ever seeked beackwards, hu?)Benjamin Otte2-2/+2
2003-04-28parsing returns elements, not bins - so put it into a pipeline if it's not a binBenjamin Otte1-1/+10
2003-04-28fix deadlock when thread itself goes PLAYING => PAUSED => PLAYINGBenjamin Otte1-0/+3
2003-04-27add extra error for empty pipelineBenjamin Otte2-4/+6
2003-04-27Make events use internal links, tooBenjamin Otte1-4/+6
2003-04-27ignore .pc filesSteve Baker1-0/+1
2003-04-26- remove some \n in GstThread debuggingWim Taymans2-9/+12
2003-04-26fix debugging segfaultBenjamin Otte1-2/+4
2003-04-26fix and better comment gst_event_new_discontinuous. Nice memory leak thereBenjamin Otte2-5/+7
2003-04-25update man page to new pipeline parsing and make it more informationalBenjamin Otte1-105/+211
2003-04-25I suck - it's the wrong variable and I don't get it for ages even while testi...Benjamin Otte1-12/+11
2003-04-25just to be sure...Benjamin Otte1-1/+1
2003-04-24fix stupid segfault when setting integer propertiesBenjamin Otte1-3/+3
2003-04-24whoops, fixThomas Vander Stichele1-1/+1
2003-04-24adding a q&aThomas Vander Stichele3-5/+63