summaryrefslogtreecommitdiff
path: root/gst/gsttoc.c
AgeCommit message (Expand)Author
2018-08-03gst: Add poisoning to more typesSebastian Dröge
2018-01-27gst: Fix up a bunch of GIR annotationsArun Raghavan
2017-01-27Port gtk-doc comments to their equivalent markdown syntaxThibault Saunier
2014-11-02toc: minor code clean-upTim-Philipp Müller
2014-06-26introspection: add nullability annotations to out and inout paramsEvan Nemerson
2014-06-26introspection: add missing (nullable) annotations to return valuesEvan Nemerson
2014-06-19gst: Store more basic type GTypes in variablesSebastian Dröge
2014-05-30docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson
2014-03-16toc: expand GstTocEntry with loop fieldsStefan Sauer
2013-03-24toc: some documentation updatesTim-Philipp Müller
2012-11-03Fix FSF addressTim-Philipp Müller
2012-08-11docs: fix up docs a bitTim-Philipp Müller
2012-08-10introspection: fix some warnings generated by g-ir-scanner.Evan Nemerson
2012-07-28toc: add GstTocScope and require it in the constructorTim-Philipp Müller
2012-07-11toc: Add functions to retrieve the parent GstToc/GstTocEntry of a GstTocEntrySebastian Dröge
2012-07-11toc: Fix gst_toc_find_entry()Anton Belka
2012-07-10Remove 0.10-related documentation and "Since" markersEdward Hervey
2012-07-09toc: remove padding now that the structs are privateTim-Philipp Müller
2012-07-09toc: add gst_toc_dump() function for debuggingTim-Philipp Müller
2012-07-05toc: Make structures opaque and clean up function names and fields a bitSebastian Dröge
2012-07-05miniobject: add lock functionality to GstMiniObjectWim Taymans
2012-06-26toc: put toc directly into event/message/query structureTim-Philipp Müller
2012-06-26toc: add more entry typesTim-Philipp Müller
2012-06-24toc: make GstToc and GstTocEntry mini objectsTim-Philipp Müller
2012-05-28gst_tag_list_free() -> gst_tag_list_unref()Tim-Philipp Müller
2012-05-21toc: Add boxed types for GstToc and GstTocEntryAnton Belka
2012-05-20toc: fix type of pad parameter to gst_toc_entry_new_with_pad()Tim-Philipp Müller
2012-05-20toc: use correct GType for tag listsTim-Philipp Müller
2012-05-20toc: avoid unnecessary GValue acrobaticsTim-Philipp Müller
2012-05-20toc: use global quark tableTim-Philipp Müller
2012-05-15gst: Rename gst_toc_entry_type_to_string() to gst_toc_entry_type_get_nick()Sebastian Dröge
2012-05-15toc: API: Add gst_toc_entry_type_to_string()Anton Belka
2012-04-11toc: fix memory leaks while copying contentAlexander Saprykin
2012-04-02toc: don't export private functionsTim-Philipp Müller
2012-04-02toc: port to 0.11Stefan Sauer
2012-04-02Merge branch '0.10'Stefan Sauer
2012-04-02Add generic table of contents (TOC) supportAlexander Saprykin