summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-04-04Commit 0.10.19 release on the branchRELEASE-0_10_19BRANCH-RELEASE-0_10_19Jan Schmidt8-42/+36
2008-04-03plugins/elements/: Pull in patch from head to handle EAGAIN. Fixes: #524041Jan Schmidt4-2/+8
2008-03-21Release 0.10.18RELEASE-0_10_18Jan Schmidt8-14/+90
2008-03-20Update .po filesJan Schmidt28-2826/+2751
2008-03-180.10.17.4 pre-releaseJan Schmidt3-4/+10
2008-03-18Add new function gst_poll_fd_ignored() for improved Windows compatibility.Ole André Vadla Ravnås5-98/+250
2008-03-17gst/gstindex.*: Don't free key strings which we don't own. Fixes crash in gst...Tim-Philipp Müller6-9/+75
2008-03-11win32/common/libgstreamer.def: Remove symbols that were removed recently. Fix...Sebastian Dröge2-3/+5
2008-03-110.10.17.3 pre-releaseJan Schmidt2-4/+5
2008-03-11configure.ac: Release 0.10.17.3Jan Schmidt3-1/+6
2008-03-07Remove GstPollMode from the API, it does not make sense to let the applicatio...Ole André Vadla Ravnås10-163/+328
2008-03-07gst/gstregistrybinary.c: Include io.h for write() and close() when building w...Ole André Vadla Ravnås2-1/+14
2008-03-07Move registry backend API to private headers where we can. Add fixme-0.11 com...Stefan Kost8-14/+39
2008-03-040.10.17.2 preleaseJan Schmidt3-4/+10
2008-03-03Switch to using portabl gsize/gssize instead of size_t/ssize_tEdward Hervey7-17/+29
2008-03-03gst/gstminiobject.c: Import gst_private.h before any other header that might ...Edward Hervey2-1/+7
2008-03-03win32/common/gstconfig.h: Add here too, just for completeness.Tim-Philipp Müller2-0/+7
2008-03-03Fix broken use of config.h-defined preprocessor directive in a public header ...Tim-Philipp Müller5-2/+22
2008-03-03tests/check/gst/gststructure.c (GST_START_TEST): Add a check for the new warn...Andy Wingo4-0/+19
2008-03-01gst/gstregistryxml.c: Strings allocated by libxml2 should be freed with xmlFr...Fabrizio Gennari2-7/+20
2008-02-29gst/gstinterface.c: Don't crash if the element supports the interface queried...Tim-Philipp Müller6-0/+82
2008-02-29libs/gst/base/gstbasesink.c: Small doc update.Wim Taymans2-1/+7
2008-02-29gst/gstsegment.c: Improve some comment.Wim Taymans2-4/+13
2008-02-29gst/gsturi.c: Use the get_protocols_full vfunc if get_protocols is NULL. FixesRene Stadler2-2/+14
2008-02-29And correct even more valid sparse warnings.Sebastian Dröge54-116/+195
2008-02-29Correct all relevant warnings found by the sparse semantic code analyzer. Thi...Sebastian Dröge25-64/+107
2008-02-29plugins/elements/: Don't reset GstPollFDs, this is not necessary at all.Sebastian Dröge4-13/+17
2008-02-29gst/gstpoll.*: Added Since tags.Wim Taymans4-3/+16
2008-02-29plugins/elements/: Use init macros and functions.Wim Taymans3-3/+9
2008-02-29Add INIT macro and _init method for initializing the GstPollFD.Wim Taymans4-0/+37
2008-02-28Initialize some uninitialized variables as spotted by valgrind.Sebastian Dröge4-9/+34
2008-02-28tests/benchmarks/: Add poll stress test.Wim Taymans3-1/+185
2008-02-28plugins/elements/: Port to GstPoll. See #505417.Peter Kjellerstedt5-132/+96
2008-02-27win32/common/libgstreamer.def: Add new gst_poll_ symbols to win32 defs.Jan Schmidt2-0/+22
2008-02-27Use a private stuct to not break ABI.Wim Taymans6-64/+111
2008-02-27libs/gst/net/: Massive code removal and cleanups because of GstPoll.Peter Kjellerstedt5-234/+111
2008-02-27configure.ac: Add checks for poll, ppoll and pselect.Wim Taymans11-0/+1566
2008-02-25gst/gstfilter.c: Improve documentation of gst_filter_run(). Fixes #518627.Tim-Philipp Müller2-1/+13
2008-02-23docs/README: Add a few lines about the new 'check-inspected-versions' target.Tim-Philipp Müller3-0/+13
2008-02-21tests/check/gst/gstevent.c: Add qos to the event test. Rename tcase/tsuite; i...Stefan Kost2-4/+29
2008-02-21plugins/elements/gstqueue.c: Ensure that buffer metadata is writeable, before...Stefan Kost2-2/+22
2008-02-20plugins/elements/gstqueue.*: When dropping buffers in leaky modes, mark next ...Stefan Kost3-0/+25
2008-02-20plugins/elements/gstfilesrc.c: Also, if mmap() fails that would be a READ err...Tim-Philipp Müller2-2/+6
2008-02-20plugins/elements/: Remove GstBufferStore, no idea why we were still building it.Tim-Philipp Müller7-558/+24
2008-02-19configure.ac: Don't set GST_CACHE_DIR and allow to set it by a configure para...Sebastian Dröge2-19/+6
2008-02-19libs/gst/check/gstcheck.*: Make the declaration in the header for gst_check_e...Jan Schmidt6-21/+55
2008-02-19gst/parse/lex._gst_parse_yy.pre.c: Update pre-generated flex files with flex ...Sebastian Dröge2-43/+108
2008-02-19gst/gstminiobject.c: Add FIXME for 0.11 to make GstMiniObjectClass::copy() a ...Sebastian Dröge2-0/+21
2008-02-15Add sub-buffer functions to collectpads. Fixes #516187.Stefan Kost4-2/+85
2008-02-15gst/gstbuffer.c: Copy selected buffer-flags when creating subbuffers.Stefan Kost3-6/+16