summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-09-14releasing 0.10.10RELEASE-0_10_10Thomas Vander Stichele13-80/+162
2006-09-09first prereleaseThomas Vander Stichele2-4/+4
2006-09-09translation updatesThomas Vander Stichele20-3740/+4018
2006-09-05docs/manual/advanced-position.xml: Fix typo in sample code.Tim-Philipp Müller2-1/+6
2006-09-05libs/gst/net/: Make stuff compile on windows. Fixes #345295.Wim Taymans7-6/+156
2006-09-03gst/gst.c: Print better details when child was terminated by signal.Tim-Philipp Müller2-1/+11
2006-09-03gst/gstregistryxml.c: Print a warning rather than g_assert() if a plugin feat...Tim-Philipp Müller2-9/+19
2006-09-02docs/random/moving-plugins: Fix two typos.Stefan Kost2-2/+7
2006-09-02document process some moreThomas Vander Stichele1-0/+4
2006-09-02clarify error messageThomas Vander Stichele1-1/+5
2006-09-02document process some moreThomas Vander Stichele1-2/+25
2006-09-01ChangeLog surgery: fix typoTim-Philipp Müller1-2/+2
2006-09-01gst/gstinfo.c: Fix locking order, handle NULL function values properly.Tim-Philipp Müller4-6/+27
2006-09-01gst/gstghostpad.c: More cleanups.Wim Taymans2-109/+161
2006-09-01docs/: Fix docs some more.Wim Taymans5-23/+48
2006-08-31gst/gstutils.c: Ensure that we set a capsfilter to NULL if we failed to link ...Michael Smith2-6/+12
2006-08-31docs/design/part-gstghostpad.txt: Update ascii art in documentation.Wim Taymans4-276/+400
2006-08-31Refactored *_new() functions.Edward Hervey5-33/+261
2006-08-30docs/random/ensonic/profiling.txt: Ideas about qos profiling.Stefan Kost2-1/+39
2006-08-29gst/gstcaps.c: Code cleanups.Wim Taymans2-21/+12
2006-08-29gst/gstxml.c: Improve and detypofy docs.Tim-Philipp Müller5-2/+110
2006-08-29gst/gstelement.c: Clear the pad caps when the element shut down all of the pa...Wim Taymans2-7/+42
2006-08-29I don't even know which arch that isThomas Vander Stichele1-1/+1
2006-08-28more logical to log the sending pad, and the pad it is sending toThomas Vander Stichele1-2/+2
2006-08-28plugins/elements/gstidentity.c: Revert previous change; I misunderstood singl...Michael Smith2-3/+5
2006-08-28plugins/elements/gstidentity.c: Unset DISCONT on buffers when using single-se...Michael Smith2-0/+8
2006-08-28gst/gstcaps.*: Fix docs and indentation again.Wim Taymans4-49/+68
2006-08-28libs/gst/base/gstbasesink.c: Inform GstSegment of the last stop position in o...Edward Hervey2-0/+13
2006-08-28libs/gst/base/gstbasesrc.c: Small comment update.Wim Taymans3-15/+36
2006-08-28docs/manual/appendix-win32.xml: Remove mention of popt, we don't depend on th...Tim-Philipp Müller2-7/+28
2006-08-28Initialize variables when creating a new segment query.Torsten Schoenfeld3-1/+33
2006-08-28Check for NULL before _reffing the bus. Fixes #353122.Torsten Schoenfeld3-2/+15
2006-08-25docs/manual/basics-bus.xml: Docs update: fix wrong callback return value expl...Tim-Philipp Müller2-4/+30
2006-08-24tests/check/gst/gstcaps.c: Don't leak caps in unit test; add a few more simpl...Tim-Philipp Müller2-0/+35
2006-08-24implement caps merging (fixes #352580)Stefan Kost6-14/+249
2006-08-23tools/: add debug-log plotting developer tool (#340674)Stefan Kost3-1/+258
2006-08-23gst/gstpad.c: Improve debugging for task functions.Wim Taymans3-10/+65
2006-08-23gst/gstutils.c: Handle RESYNC correctly in _proxy_getcaps.Wim Taymans3-9/+37
2006-08-23word refcounting more precisely for gst_value_*_bufferThomas Vander Stichele1-7/+5
2006-08-21gst/gstxml.c: Chain up to parent class in dispose function and also unref the...Tim-Philipp Müller3-8/+37
2006-08-21API: Add gst_caps_merge() and use it in basetransform, fixes #345444 in a bet...Stefan Kost5-94/+139
2006-08-21gst/gstxml.c: Implement GObject::dispose virtual method in GstXML so we can f...Edward Hervey2-0/+15
2006-08-21gst/gstbuffer.c: Copy duration/offset_end/caps when creating a subbuffer of t...Wim Taymans3-8/+78
2006-08-21libs/gst/base/gstbasetransform.c: Only call downstream buffer_alloc if transf...Edward Hervey2-6/+23
2006-08-20ChangeLog: ChangeLog surgery to add comments to previous changesStefan Kost1-0/+9
2006-08-20Simplify caps to get rid of duplicates, fixes #345444Stefan Kost4-5/+35
2006-08-20gst/gstvalue.*: Use these optimizations only internaly.Stefan Kost3-11/+16
2006-08-20gst/gstvalue.*: Saves the expensive lookup of the compare function in many ca...Stefan Kost3-80/+166
2006-08-18tests/check/gst/gstinfo.c: Disable test that require gstdebug if it wasn't bu...Edward Hervey2-0/+11
2006-08-18docs/random/ensonic/logging.txt: update ideasStefan Kost3-16/+52