- 422f858 docs/manual/advanced-position.xml: Fix typo in sample code. by Tim-Philipp Müller · 18 years ago
- b1cb4a6 libs/gst/net/: Make stuff compile on windows. Fixes #345295. by Wim Taymans · 18 years ago
- 6ef1f92 gst/gst.c: Print better details when child was terminated by signal. by Tim-Philipp Müller · 18 years ago
- 3a6b921 gst/gstregistryxml.c: Print a warning rather than g_assert() if a plugin feature is a URI handler but returns no prot... by Tim-Philipp Müller · 18 years ago
- d922c97 docs/random/moving-plugins: Fix two typos. by Stefan Kost · 18 years ago
- 9e9a8c5 document process some more by Thomas Vander Stichele · 18 years ago
- b036d0b clarify error message by Thomas Vander Stichele · 18 years ago
- 56c713b document process some more by Thomas Vander Stichele · 18 years ago
- 27dcfe7 ChangeLog surgery: fix typo by Tim-Philipp Müller · 18 years ago
- 1c38931 gst/gstinfo.c: Fix locking order, handle NULL function values properly. by Tim-Philipp Müller · 18 years ago
- 1b623c3 gst/gstghostpad.c: More cleanups. by Wim Taymans · 18 years ago
- 41fbe76 docs/: Fix docs some more. by Wim Taymans · 18 years ago
- 858de97 gst/gstutils.c: Ensure that we set a capsfilter to NULL if we failed to link it when doing filtered linking, to avoid... by Michael Smith · 18 years ago
- 47e5ba2 docs/design/part-gstghostpad.txt: Update ascii art in documentation. by Wim Taymans · 18 years ago
- ce6e126 Refactored *_new() functions. by Edward Hervey · 18 years ago
- 8a74297 docs/random/ensonic/profiling.txt: Ideas about qos profiling. by Stefan Kost · 18 years ago
- cf85710 gst/gstcaps.c: Code cleanups. by Wim Taymans · 18 years ago
- ab00f16 gst/gstxml.c: Improve and detypofy docs. by Tim-Philipp Müller · 18 years ago
- 3f7a406 gst/gstelement.c: Clear the pad caps when the element shut down all of the pads and is not streaming data that could ... by Wim Taymans · 18 years ago
- 06f437a I don't even know which arch that is by Thomas Vander Stichele · 18 years ago
- 69a9737 more logical to log the sending pad, and the pad it is sending to by Thomas Vander Stichele · 18 years ago
- fa5a96c plugins/elements/gstidentity.c: Revert previous change; I misunderstood single-segment mode. by Michael Smith · 18 years ago
- 0941878 plugins/elements/gstidentity.c: Unset DISCONT on buffers when using single-segment mode. by Michael Smith · 18 years ago
- a0dbcd9 gst/gstcaps.*: Fix docs and indentation again. by Wim Taymans · 18 years ago
- 8b6246f libs/gst/base/gstbasesink.c: Inform GstSegment of the last stop position in order for the current segment to have a p... by Edward Hervey · 18 years ago
- 4016e6c libs/gst/base/gstbasesrc.c: Small comment update. by Wim Taymans · 18 years ago
- 16b6310 docs/manual/appendix-win32.xml: Remove mention of popt, we don't depend on that any longer (#353136). Add some commen... by Tim-Philipp Müller · 18 years ago
- 481238c Initialize variables when creating a new segment query. by Torsten Schoenfeld · 18 years ago
- 7fc0248 Check for NULL before _reffing the bus. Fixes #353122. by Torsten Schoenfeld · 18 years ago
- 4ff1d20 docs/manual/basics-bus.xml: Docs update: fix wrong callback return value explanation; add some lines about the implic... by Tim-Philipp Müller · 18 years ago
- e8578fd tests/check/gst/gstcaps.c: Don't leak caps in unit test; add a few more simple checks. by Tim-Philipp Müller · 18 years ago
- fc8d184 implement caps merging (fixes #352580) by Stefan Kost · 18 years ago
- 7c84aff tools/: add debug-log plotting developer tool (#340674) by Stefan Kost · 18 years ago
- f0f388b gst/gstpad.c: Improve debugging for task functions. by Wim Taymans · 18 years ago
- ca915c1 gst/gstutils.c: Handle RESYNC correctly in _proxy_getcaps. by Wim Taymans · 18 years ago
- ef9253d word refcounting more precisely for gst_value_*_buffer by Thomas Vander Stichele · 18 years ago
- 7424a01 gst/gstxml.c: Chain up to parent class in dispose function and also unref the elements in the toplevel_elements GList. by Tim-Philipp Müller · 18 years ago
- 38d2d33 API: Add gst_caps_merge() and use it in basetransform, fixes #345444 in a better way by Stefan Kost · 18 years ago
- 9c590b2 gst/gstxml.c: Implement GObject::dispose virtual method in GstXML so we can free the top_elements GList. by Edward Hervey · 18 years ago
- 87a78cc gst/gstbuffer.c: Copy duration/offset_end/caps when creating a subbuffer of the complete parent. by Wim Taymans · 18 years ago
- 4abd3fb libs/gst/base/gstbasetransform.c: Only call downstream buffer_alloc if transform element is passthrough or always_in_... by Edward Hervey · 18 years ago
- eca76aa ChangeLog: ChangeLog surgery to add comments to previous changes by Stefan Kost · 18 years ago
- c789a10 Simplify caps to get rid of duplicates, fixes #345444 by Stefan Kost · 18 years ago
- 6ab8345 gst/gstvalue.*: Use these optimizations only internaly. by Stefan Kost · 18 years ago
- fe851cf gst/gstvalue.*: Saves the expensive lookup of the compare function in many cases (#345444) by Stefan Kost · 18 years ago
- b19d19a tests/check/gst/gstinfo.c: Disable test that require gstdebug if it wasn't built in core. by Edward Hervey · 18 years ago
- 2d26569 docs/random/ensonic/logging.txt: update ideas by Stefan Kost · 18 years ago
- d019038 docs/random/ensonic/logging.txt: add ideas about making the logs abit more useful by Stefan Kost · 18 years ago
- 477870c docs/pwg/: Update for 0.10 API (#340627). Add myself to authors list. by Tim-Philipp Müller · 18 years ago
- cf8df18 Make gstcheck stuff show up in docs (still needs to be documented properly though). by Tim-Philipp Müller · 18 years ago
- 5736de1 Add internal helpers for pre-registering quarks from static strings and using the quark values directly instead of lo... by Jan Schmidt · 18 years ago
- 6072def gst/gstbin.c: Fix bogus docs. by Wim Taymans · 18 years ago
- a8714f5 gst/gstutils.c: Fix memleak (#351502). by Tim-Philipp Müller · 18 years ago
- 8e2f05d libs/gst/check/gstcheck.h: Use const gchar * variables in fail_unless_equals_string macro to avoid compiler warnings ... by Tim-Philipp Müller · 18 years ago
- f7c34e5 tools/gst-launch.c: More space on the left for the tag names, to cater for the 'extended comment' tag (not touching t... by Tim-Philipp Müller · 18 years ago
- c4ff920 ChangeLog surgery: don't forget to mention the other change in the ChangeLog by Tim-Philipp Müller · 18 years ago
- a85462e libs/gst/check/gstcheck.h: Fix ASSERT_CRITICAL and ASSERT_WARNING macros to actually print something when they fail. by Tim-Philipp Müller · 18 years ago
- 5d2860b API: add GST_TAG_EXTENDED_COMMENT (#350935). by Tim-Philipp Müller · 18 years ago
- 87e5787 gst/gstinfo.c: Make GST_PTR_FORMAT print messages as well. by Tim-Philipp Müller · 18 years ago
- b2bfb93 gst/gstelementfactory.c: If the GstElementClass doesn't have a GstElementDetails with all fields then error out nicel... by Edward Hervey · 18 years ago
- 5f0bc06 gst/gststructure.c: Fix typo in docs and re-wrap docs blurb to not exceed 80 chars/line. by Tim-Philipp Müller · 18 years ago
- f85c2fd libs/gst/base/gstbasesrc.c: If the parent state change function failed, don't assume we can safely stop the source, t... by Wim Taymans · 18 years ago
- 3254e4d gst/: Small doc updates. by Wim Taymans · 18 years ago
- 86b76f4 GST_DISABLE_DEPRECATED is only for users of API that don't want to see deprecated functions in the headers; people th... by Andy Wingo · 18 years ago
- f0eeee3 docs/gst/gstreamer-sections.txt: Add GstClockClass vmethod docs. by Wim Taymans · 18 years ago
- 38f5745 gst/gst.c: Set gst as being initialized before scanning/updating the registry, since there might be some plugins that... by Edward Hervey · 18 years ago
- 6b84737 Mention that we fixed bug #349943 with the last commit. by Wim Taymans · 18 years ago
- ff24008 docs/design/part-qos.txt: Bring docs in line with the code. Mostly the sign of the jitter was wrong in the docs. by Wim Taymans · 18 years ago
- 1532848 Forgot to mention fixed bug. by Wim Taymans · 18 years ago
- c9b8c54 Doc updates. by Wim Taymans · 18 years ago
- 566f5d8 gst/gst.c: Fix typo in error message. by Tim-Philipp Müller · 18 years ago
- 876f4e4 libs/gst/controller/gstcontroller.h: fix ABI size-correction by Stefan Kost · 18 years ago
- 9460b3a API: add gst_object_{s,g}et_control_rate(), add private data section, fix docs by Stefan Kost · 18 years ago
- 4a33367 tests/check/: Let's enable the new unit test as well. by Tim-Philipp Müller · 18 years ago
- 5721263 API: add GST_SEGMENT_FORMAT, which is a printf extension we register that lets us easily dump GstSegments into debug ... by Tim-Philipp Müller · 18 years ago
- cb49718 libs/gst/base/gstbasetransform.c: Even if we can't figure out the proper format to request downstream, call buffer_al... by Edward Hervey · 18 years ago
- 2d6d262 gst/gstghostpad.c: Unlinking from a pad without a target is now a perfectly valid case which should NOT raise an asse... by Edward Hervey · 18 years ago
- d65deac tests/check/libs/gdp.c: Also comment out the test (see below). by Edward Hervey · 18 years ago
- 09abcf0 tests/check/libs/gdp.c: Use the architecture information from config.h and not gcc macros in order to properly disabl... by Edward Hervey · 18 years ago
- 2d28c52 gst/gstelement.c: Don't crash printing the warning if the pad has no parent. by Tim-Philipp Müller · 18 years ago
- 319e774 libs/gst/dataprotocol/dataprotocol.c: Make debug category static by Wim Taymans · 18 years ago
- 6487eb6 gst/gstvalue.c: Fix GstValueList comparison code. Fixes #347293. by Wim Taymans · 18 years ago
- 2d6cf77 libs/gst/base/gstbasetransform.c: Use OBJECT_LOCK and refcounting to get the pad caps in the buffer_alloc function be... by Wim Taymans · 18 years ago
- 1e944b7 gst/gstelementfactory.c: Remove unnecessary ref/unref pair by Wim Taymans · 18 years ago
- bc3daae gst/gstelementfactory.c: Remove unnecessary ref/unref pair by Jan Schmidt · 18 years ago
- ee177d6 gst/gstutils.c: Protect _PAD_CAPS with OBJECT_LOCK. by Wim Taymans · 18 years ago
- 10b8cb7 gst/gstpad.c: Use _DEBUG_OBJECT when it makes sense. by Wim Taymans · 18 years ago
- f8623ed tests/check/pipelines/parse-launch.c: Make all uses of identity and fakesink have silent=true to avoid serialising ev... by Jan Schmidt · 18 years ago
- fb0ce08 gst/parse/: Reverted previous patch as it required to bump the flex dependency to 2.5.31, where fc4/5 seem to ship on... by Stefan Kost · 18 years ago
- 48afa6d gst/parse/: push & pop the state of the lexer for reentrant use case by Marc-Andre Lureau · 18 years ago
- 8b97e07 libs/gst/base/gstbasesrc.h: Note in the docs that the ::newsegment vfunc is not actually used by by Tim-Philipp Müller · 18 years ago
- 6939f83 libs/gst/base/gstcollectpads.c: When flushing a pad, also clear the queued buffer so that we don't accidentally use i... by Wim Taymans · 18 years ago
- 473b67a docs/random/phonon-gst: Random notes about a Phonon backend. by Wim Taymans · 18 years ago
- 38aad23 libs/gst/base/gstbasetransform.c: Extra debug output by Jan Schmidt · 18 years ago
- e76af7f tests/check/pipelines/parse-launch.c: Oops, meant to uncomment this line too to dampen the noise a bit. by Jan Schmidt · 18 years ago
- 5b271bc Fix some of the leaks exposed by extending the parse-launch testsuite, and move the 3 I can't figure out into a separ... by Jan Schmidt · 18 years ago
- 6cd3b9d plugins/elements/gstfilesrc.c: Requesting 0 bytes before the end of the file should result in by Tim-Philipp Müller · 18 years ago
- c7853c7 gst/gstcaps.c: Fix useless assert, a uint is always positive. by Wim Taymans · 18 years ago
- 55a6159 plugins/elements/gstfilesrc.c: Do not use mmap() by default since there are a number of error conditions that we woul... by Tim-Philipp Müller · 18 years ago
- 4c30bdf gst/gstquery.h: Delete unused and misleading define of GST_QUERY_TYPE_RATE_DEN - rates are a gdouble by Jan Schmidt · 18 years ago