Age | Commit message (Expand) | Author | Files | Lines |
2007-02-28 | gst/gstvalue.c: Implement GstObject -> string transform so we print object na... | Wim Taymans | 1 | -0/+15 |
2007-02-28 | gst/gstelement.*: Improve docs a little. Added Since: for new macro. | Wim Taymans | 6 | -14/+32 |
2007-02-28 | gst/gstelement.c: Handle INFO messages from the GST_ELEMENT_INFO macro as well. | Wim Taymans | 3 | -27/+106 |
2007-02-28 | gst/gstbin.c: Also report the live parameter of a latency query. | Wim Taymans | 1 | -6/+12 |
2007-02-27 | API: gst_bus_timed_pop() | Wim Taymans | 2 | -11/+79 |
2007-02-23 | gst/gstpipeline.c: Don't ref a NULL clock in _provide_clock_func(). | Wim Taymans | 1 | -30/+36 |
2007-02-21 | Fix up documentation to link to the correct GstGError section. | Thomas Vander Stichele | 1 | -2/+30 |
2007-02-21 | gst/gstmessage.*: Remove new messages for release. | Wim Taymans | 2 | -82/+1 |
2007-02-20 | Make the ghostpad a parent of the internal pad again for better backward comp... | Wim Taymans | 2 | -9/+32 |
2007-02-20 | gst/gstbin.c: Improve debug info. | Wim Taymans | 1 | -17/+68 |
2007-02-20 | Do not set the internal pad as a parent anymore so we can avoid hierarchy lin... | Wim Taymans | 2 | -149/+81 |
2007-02-15 | More docs coverage and some ChangeLog surgery (add missing names) | Stefan Kost | 1 | -0/+2 |
2007-02-15 | gst/gstpad.c: Improve debugging of default pad dispatcher and query functions. | Wim Taymans | 1 | -5/+16 |
2007-02-13 | docs/design/part-seeking.txt: Some small update. | Wim Taymans | 1 | -25/+24 |
2007-02-13 | docs/design/draft-klass.txt: Add existing category analysis. | Stefan Kost | 1 | -4/+4 |
2007-02-12 | API: add GST_TAG_REFERENCE_LEVEL (#403597). | René Stadler | 2 | -1/+12 |
2007-02-11 | docs/libs/Makefile.am: Fix path to core docs. | Stefan Kost | 6 | -13/+40 |
2007-02-10 | gst/gstbin.h: Replace interface parameter name by iface as interface is a res... | Sébastien Moutte | 1 | -2/+2 |
2007-02-09 | gst/gstregistryxml.c (load_feature, load_plugin): Drop some normal-case logs ... | Andy Wingo | 2 | -31/+29 |
2007-02-04 | gst/gstelementfactory.h: The klass string is not a hierarchy. Add reference t... | Tim-Philipp Müller | 1 | -2/+6 |
2007-02-02 | gst/gstquery.c: Remove old structure field. | Wim Taymans | 1 | -1/+0 |
2007-02-02 | docs/gst/gstreamer-sections.txt: Add docs for new methods. | Wim Taymans | 6 | -10/+262 |
2007-01-30 | gst/gstplugin.h: Fix and expand GstPluginDesc API docs. | Stefan Kost | 1 | -2/+4 |
2007-01-29 | configure.ac: comment about refining the xml deps | Stefan Kost | 9 | -35/+35 |
2007-01-29 | gst/gstregistrybinary.c: Fix print statement in an even more portable way. | Edward Hervey | 1 | -2/+2 |
2007-01-29 | API: add GST_ROUND_DOWN_* macros (#401781). | Tim-Philipp Müller | 1 | -6/+61 |
2007-01-27 | Document registry signals and make gtk-doc pick them up (#401381). | Tim-Philipp Müller | 1 | -0/+17 |
2007-01-26 | gst/gstcaps.c: Init caps flags too. | Wim Taymans | 1 | -0/+1 |
2007-01-25 | gst/gstcaps.c: Add some refcount debugging. | Wim Taymans | 1 | -9/+47 |
2007-01-25 | gst/gstregistrybinary.c: In print statements, "%x" is for guint. Fixes build ... | Edward Hervey | 1 | -1/+2 |
2007-01-23 | gst/gst.c: Make warning about late g_thread_init() calls a bit more explicit,... | Tim-Philipp Müller | 1 | -2/+4 |
2007-01-21 | gst/gstpad.c: Fix two docs typoes (#399094). | Mark Nauwelaerts | 1 | -4/+4 |
2007-01-18 | gst/: Add more docs regarding tag merge-modes and when to send tags. Fix 'sin... | Stefan Kost | 2 | -4/+72 |
2007-01-15 | gst/gsttaglist.c: Change tag type from STRING to DOUBLE. Apply ChangeLog surg... | Stefan Kost | 1 | -1/+1 |
2007-01-15 | add tag support for beat-per-minute | Stefan Kost | 2 | -0/+11 |
2007-01-15 | gst/gstregistrybinary.*: use glib types, cleanup comments, impement interface... | Stefan Kost | 2 | -81/+134 |
2007-01-13 | gst/gstpad.c (gst_pad_get_range, gst_pad_pull_range): Allow getrange() to ret... | Andy Wingo | 1 | -0/+20 |
2007-01-12 | gst/gstpad.c (gst_pad_activate_pull): Refuse to activate unlinked sink pads i... | Andy Wingo | 1 | -23/+22 |
2007-01-12 | gst/gsttagsetter.c: gst_tag_list_merge() returns a new list, so it's not the ... | René Stadler | 1 | -1/+2 |
2007-01-11 | commit binary registry (disabled by default, see #359653) | Stefan Kost | 6 | -7/+931 |
2007-01-10 | docs/design/part-negotiation.txt: Update with, um, one way that pull-mode neg... | Andy Wingo | 2 | -18/+19 |
2007-01-10 | gst/gstevent.*: Reserve LATENCY event. | Wim Taymans | 2 | -19/+22 |
2007-01-09 | docs/design/draft-latency.txt: Updates. | Wim Taymans | 3 | -7/+7 |
2007-01-08 | API: add gst_update_registry() (#391296). | Tim-Philipp Müller | 2 | -11/+67 |
2007-01-08 | gst/gstregistry.c: Plugin extension on HP-UX is .sl, add that to the list of ... | Tim-Philipp Müller | 1 | -0/+1 |
2007-01-06 | gst/gstpad.c (gst_pad_get_range, gst_pad_pull_range): Set caps on the pads if... | Andy Wingo | 1 | -0/+65 |
2007-01-05 | gst/gst.c: Call g_thread_init() first thing in gst_init() / gst_check_init(). | Tim-Philipp Müller | 1 | -8/+35 |
2007-01-05 | gst/: On win32, all the __declspec stuff for symbol exporting is apparently o... | Vincent Torri | 3 | -6/+6 |
2007-01-02 | tell us what's not implemented | Thomas Vander Stichele | 1 | -2/+2 |
2007-01-02 | gst/gstplugin.c: Restore the previous signal handler for SIGSEGV instead of s... | David Schleef | 1 | -8/+8 |