summaryrefslogtreecommitdiff
path: root/tests/check/gst
AgeCommit message (Expand)AuthorFilesLines
2017-05-17gst: ref_sink() some more floating references returned by g_object_new()Christoph Reiter3-0/+9
2017-05-17gst: Don't ref_sink() GstObject subclasses in instance_init/constructorSebastian Dröge1-1/+7
2017-04-10value: Accept NULL as a structureOlivier Crête1-0/+17
2017-04-08Don't use deprecated g_object_newv()Tim-Philipp Müller2-2/+2
2017-04-07test: Add test for serializing/deserializing NULL stringsOlivier Crête1-0/+18
2017-03-24gstvalue: Add transformation to/from GValueArrayNicolas Dufresne1-0/+82
2017-03-20value: fix union of int range and int when extending on a sideVincent Penquerc'h1-1/+8
2017-03-11tests: bin: add more tests for suppressed flagsThiago Santos1-0/+30
2017-03-09gstvalue: Do more checks when guessing at flagset stringsJan Schmidt2-1/+28
2017-02-23value: Add deserialization for arrays/lists outside GstStructuresVivia Nikolaidou1-0/+32
2017-01-31segment: Modifiy inside segment conditionSeungha Yang1-0/+56
2017-01-15datetime: fix potential out-of-bound read on malformed datetime stringTim-Philipp Müller1-0/+8
2016-12-21gststructure: simplify testStefan Sauer1-32/+12
2016-12-15value: add structure intersect/union/is_subset/fixate implementationsMatthew Waters1-0/+161
2016-12-15tests/structure: add some more is_subset checksMatthew Waters1-2/+78
2016-12-14tests: meta: add test for gst_buffer_iterate_meta*()Tim-Philipp Müller1-0/+171
2016-12-13gstvalue: add serialisation for GTypesStefan Sauer1-0/+47
2016-12-06uri: Add new uri API to get media fragments URI as tableSeungha Yang1-0/+75
2016-12-05meta: remove unnecessary padding for GstMetaInfo structTim-Philipp Müller8-8/+0
2016-11-28check/pipeline: Make failure message more informativeEdward Hervey1-1/+3
2016-11-28check/memory: Don't leak the custom allocatorEdward Hervey1-0/+1
2016-11-28utils: Export linear regression calculation as public functionSebastian Dröge2-199/+207
2016-11-21memory: log with GST_INFO instead GST_ERROR when subclass map failed.Julien Isorce1-0/+158
2016-11-01element: Allow multiple conversion specifiers for request padsWonchul Lee2-1/+309
2016-09-26tests: remove unused valgrind stuffTim-Philipp Müller3-46/+0
2016-09-10tests: gstbin: add tests for suppressed flagsThiago Santos1-0/+51
2016-08-26value: Implement can_intersect for GstFlagSet typesJan Schmidt1-0/+5
2016-07-25events: Implement the stream-group-done eventJan Schmidt1-0/+17
2016-07-25message: Add redirect messageCarlos Rafael Giani1-0/+100
2016-07-22message: new API for additional custom data to error messagesVincent Penquerc'h1-0/+40
2016-06-30gst: New Stream listing/selection systemEdward Hervey5-0/+419
2016-06-20tests: gstobject: fix typo in test nameTim-Philipp Müller1-2/+2
2016-06-11pad: Also check the number of segment events and if other serialized events a...Sebastian Dröge1-0/+74
2016-06-11pad: Add unit test for pad offset handling on src padsSebastian Dröge1-0/+174
2016-06-02tests: plugin: remove feature refcount assertGuillaume Desmottes1-1/+0
2016-05-30gstobject: split up name testsStefan Sauer1-13/+72
2016-05-26object: Add _set_name() test on parented objectNicolas Dufresne1-2/+8
2016-05-26object: Check that name change are notified onceNicolas Dufresne1-2/+14
2016-05-16bin: emit deep-element-{added,removed} for children of newly-added/removed binTim-Philipp Müller1-3/+24
2016-05-16bin: add "deep-element-added" and "deep-element-removed" signalsTim-Philipp Müller1-0/+78
2016-05-05miniobject: fix ref count leaks in testsGuillaume Desmottes1-0/+11
2016-05-03elementfactory: fix factory leak in testGuillaume Desmottes1-0/+1
2016-05-02bin: fix leaks in unit testsGuillaume Desmottes1-1/+17
2016-05-02pad: fix buffer leaks in testsGuillaume Desmottes1-0/+8
2016-04-17tests: plugin: improve debug messageFrancisco Velazquez1-2/+2
2016-04-10tests: bufferpool: fix wrong assumptions about pointers and object lifecyclesTim-Philipp Müller1-5/+57
2016-04-08element: add API to get property change notifications via messagesTim-Philipp Müller1-0/+136
2016-04-07tests: Add C++ tests for the other INIT macros we haveSebastian Dröge1-1/+2
2016-04-06tests: gstcpp: flesh out C++ test so we can add more bitsTim-Philipp Müller1-1/+44
2016-04-06utils: check the correct element's state on ghosting padsMatthew Waters1-0/+48