summaryrefslogtreecommitdiff
path: root/gst/gstnicesink.c
Commit message (Expand)AuthorAgeFilesLines
* gst: Use gst-full compatible registration functionsOlivier Crête2023-01-061-0/+7
* gst: Remove GStreamer 0.10 supportPhilippe Normand2023-01-061-49/+0
* gstnicesink: disable drop out of segment on nicesinkGuillaume Desmottes2021-11-261-0/+4
* Remove g_assert_cmp* macros outside of the unit testsOlivier Crête2021-11-011-1/+1
* Use g_assert_cmp.int() to get better debug logs on crashOlivier Crête2020-05-051-1/+1
* gst: improve error when agent/stream/component is unsetIlya Konstantinov2015-04-201-0/+12
* nicesink: Add support for render buffer_listJose Antonio Santos Cadenas2015-03-271-16/+203
* nicesink: unblock pending write on component changeJakub Adam2015-01-281-3/+10
* nicesink: Check for signal present before removing itOlivier Crête2014-08-181-4/+3
* nicesink: Block until component is writable if in reliable modeYouness Alaoui2014-08-131-10/+103
* gst: Add missing switch casesPhilip Withnall2014-01-311-0/+5
* Compile the plugin for both GStreamer 0.10 and 1.0Olivier Crête2012-09-141-1/+13
* Port GStreamer src/sink to 0.11Olivier Crête2012-09-101-29/+21
* Add debug categories to gst elementsOlivier Crete2008-04-251-0/+7
* Can't have construct-time properties on gst elementsOlivier Crete2008-04-251-3/+3
* Make the agent properties into object propertiesOlivier Crete2008-04-031-3/+26
* Error if the elements try to go to ready without an agent setOlivier Crete2008-04-031-0/+33
* Print warning on invalid propertyOlivier Crete2008-04-031-0/+8
* Added inclusion to config.h to source files in gst submodule.Kai Vehmanen2007-06-191-1/+3
* add copyright/license notice to each .c/.h fileDafydd Harries2007-04-301-0/+36
* fix declaration styleDafydd Harries2007-02-121-5/+19
* fix declaration styleDafydd Harries2007-02-121-1/+2
* add GStreamer sinkDafydd Harries2007-02-081-0/+153