summaryrefslogtreecommitdiff
path: root/gst/gstutils.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-28utils: Export linear regression calculation as public functionSebastian Dröge1-0/+263
2016-09-10element: Reset the stop position to NONE in seek_simple()Sebastian Dröge1-1/+1
2016-06-30streams: sprinkle some Since: markers for docsTim-Philipp Müller1-1/+1
2016-06-30gst: New Stream listing/selection systemEdward Hervey1-0/+35
2016-06-08utils: Add gst_pad_link_maybe_ghosting() for consistencySebastian Dröge1-0/+27
2016-05-04utils: fix element leak in find_common_root()Guillaume Desmottes1-0/+2
2016-04-06utils: check the correct element's state on ghosting padsMatthew Waters1-5/+5
2016-04-06utils: expose pad_link_maybe_ghostingMatthew Waters1-0/+32
2016-03-21utils: add 'transfer full' annotation to gst_pad_peer_query_capsAurélien Zanelli1-3/+3
2016-03-18utils: fix gir annotation for gst_element_query_convert()Ben Iofel1-1/+1
2016-01-20utils: remove duplicate checkTim-Philipp Müller1-2/+0
2015-06-22utils: use caps when getting a compatible pad by templateThiago Santos1-1/+6
2015-03-13utils: Add gst_bin_sync_children_states()Vivia Nikolaidou1-0/+52
2015-03-02utils: improve warning when linking elements without common ancestorTim-Philipp Müller1-2/+18
2015-02-25gstutils: remove incorrect Fixme commentLuis de Bethencourt1-1/+0
2015-02-25gstutils: remove obsolete Fixme commentLuis de Bethencourt1-5/+0
2015-02-15gstutils: check uri before using it in gst_pad_create_stream_id_internalMatthieu Bouron1-3/+5
2014-08-06utils: Ghostpads can be request pads too but check if the pad has a templateSebastian Dröge1-8/+6
2014-08-06utils: Unref/release pads in error cases when linking padsSebastian Rasmussen1-19/+75
2014-06-26introspection: add missing (nullable) annotations to return valuesEvan Nemerson1-15/+21
2014-06-21value: simplify GST_VALUE_HOLDS for our boxed and fundamental typesTim-Philipp Müller1-1/+1
2014-06-06introspection: fix some minor annotation bugsEvan Nemerson1-3/+4
2014-05-30docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson1-49/+49
2014-04-09utils: avoid dividing by zero when multiplying y/z by 0/xVincent Penquerc'h1-0/+7
2014-03-16pad: actually return data.retStefan Sauer1-5/+5
2014-03-15pad: forward return value from gst_pad_forwardStefan Sauer1-2/+7
2013-12-07docs: Fix typos in function/object descriptionsSebastian Rasmussen1-6/+6
2013-12-02docs: cosmetic changes in references/decriptionsSebastian Rasmussen1-1/+1
2013-11-29gstpad: drop assertion on gst_pad_peer_query_positionThiago Santos1-1/+0
2013-11-22gstutils: Escape stream id format in commentsSebastian Rasmussen1-1/+1
2013-10-30utils: Add some attributes and reorganize code to fix compiler warningsSebastian Dröge1-30/+44
2013-08-20docs: flesh out gst_element_query_{duration,position} docs a bitTim-Philipp Müller1-3/+17
2013-08-19parse: Add GST_FLAG_NO_SINGLE_ELEMENT_BINSBrendan Long1-8/+20
2013-07-30docs: some small gtk-doc markup fixesKjartan Maraas1-1/+2
2013-07-22gst: Add new group-id field to the stream-start eventSebastian Dröge1-0/+17
2013-07-03Add few missing allow-none annotationNicolas Dufresne1-2/+2
2013-04-09clock: Do use HAVE_CLOCK_GETTIMEРуслан Ижбулатов1-1/+2
2013-03-25Update docs for gst_pad_create_stream_id_printf()David Schleef1-0/+4
2013-02-15Revert "utils: Use gst_pad_get_pad_template() in gst_element_get_compatible_p...Tim-Philipp Müller1-15/+8
2013-02-14utils: Use gst_pad_get_pad_template() in gst_element_get_compatible_pad_templ...Niv Sardi1-8/+15
2013-02-11compat: kill more uses of gst_pad_set_caps()Stefan Sauer1-2/+2
2013-01-19pad: add gst_pad_get_stream_id() utility functionTim-Philipp Müller1-0/+40
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-10-29pad: downgrade 'creating random stream-id' debug log messageTim-Philipp Müller1-1/+1
2012-09-11utils: allow NULL stream_id also when 0 srcpadsWim Taymans1-1/+1
2012-08-11docs: fix up docs a bitTim-Philipp Müller1-3/+6
2012-08-06event: Add new stream-id field to the stream-start eventSebastian Dröge1-0/+169
2012-07-30utils: Update annotation for get_compatible_padJens Georg1-1/+1
2012-07-18utils: fix docsWim Taymans1-2/+3
2012-07-18pad: improve query caps functionWim Taymans1-6/+8