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