summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2024-01-30meson: Generate nice-version.h in the right builddirNirbheek Chauhan1-2/+1
2023-11-21nicesink: Protect field access with object lockOlivier Crête1-18/+21
2023-01-06gst: Use gst-full compatible registration functionsOlivier Crête5-4/+20
2023-01-06gst: Remove GStreamer 0.10 supportPhilippe Normand4-78/+1
2021-11-26gstnicesink: disable drop out of segment on nicesinkGuillaume Desmottes1-0/+4
2021-11-01Remove g_assert_cmp* macros outside of the unit testsOlivier Crête1-1/+1
2021-03-05gst: Fix gst-env and libgstreamer-full.so suppportNicolas Dufresne1-0/+1
2020-05-22Remove autotools buildTim-Philipp Müller1-58/+0
2020-05-05Use g_assert_cmp.int() to get better debug logs on crashOlivier Crête1-1/+1
2019-07-04nicesrc: fix a leak spotted by asanFabrice Bellet1-0/+6
2019-05-09gst: Fix URI in pluginOlivier Crête1-1/+1
2019-01-15meson: install .pc file for static gstreamer pluginTim-Philipp Müller1-1/+8
2018-12-27Makefiles: Add meson.build files to tarballOlivier Crête1-0/+2
2018-12-14Add support for Meson build systemTim-Philipp Müller1-0/+16
2018-06-18Fix queue_clear replaced by queue_free errorNicolas Dufresne1-1/+2
2018-06-12Fix cast-function-type warning introduced in GCC 8Nicolas Dufresne1-4/+2
2015-04-20nicesrc: Attach the receive callback in READY->PAUSED and detach in PAUSED->R...Sebastian Dröge1-7/+16
2015-04-20nicesrc: Keep the mutex locked whenever accessing the queueSebastian Dröge1-4/+8
2015-04-20gst: improve error when agent/stream/component is unsetIlya Konstantinov2-1/+25
2015-03-27configure: Disable static by default, and add win32 DLL supportNirbheek Chauhan1-2/+2
2015-03-27nicesink: Add support for render buffer_listJose Antonio Santos Cadenas2-16/+213
2015-03-27nicesrc: Clear the output buffer queue when shutting down and disposingSebastian Dröge1-1/+7
2015-01-28nicesink: unblock pending write on component changeJakub Adam1-3/+10
2014-08-18nicesink: Check for signal present before removing itOlivier Crête1-4/+3
2014-08-13nicesink: Block until component is writable if in reliable modeYouness Alaoui2-10/+107
2014-01-31gst: Add missing switch casesPhilip Withnall2-0/+9
2012-09-14Compile the plugin for both GStreamer 0.10 and 1.0Olivier Crête4-8/+63
2012-09-13nicesrc: Use gst_buffer_fillOlivier Crête1-4/+1
2012-09-10The plugin name is not a string anymoreOlivier Crête1-1/+1
2012-09-10GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGSjoerd Simons1-3/+3
2012-09-10Use GstPushSrc as a base classOlivier Crête2-15/+10
2012-09-10Port GStreamer src/sink to 0.11Olivier Crête3-58/+43
2011-06-23Use a Queue in gstnicesrc to avoid multiple read_callbacks overwriting the ou...Youness Alaoui2-9/+15
2009-09-17Properly cleanup the idle source in the gst srcOlivier Crête1-5/+10
2009-08-10nicesrc: Don't leak a ref to the main contextOlivier Crête2-4/+9
2009-02-12Lock src when modifying idle_sourceOlivier Crête1-3/+8
2008-12-19Changing library name 'nice' to 'libnice'Youness Alaoui1-1/+1
2008-11-19Revert "Create a netbuffer directly instead of using gst_pad_buffer_alloc"Olivier Crête2-13/+11
2008-11-19Revert "Save the to/from addresses and put them in newly created buffers"Olivier Crête2-95/+3
2008-11-12correctly pass -Wall and -Werror dependending on whether we are in a release ...Youness Alaoui1-1/+1
2008-11-03Merge commit 'tester/src-netbuffer' into nice-kakarotoYouness Alaoui2-14/+108
2008-10-30Move address into the agent's dirYouness Alaoui1-1/+0
2008-10-07Fix gst makefileYouness Alaoui1-18/+0
2008-10-07Remove useless test filesYouness Alaoui2-508/+0
2008-10-06Update makefiles and configure to the new changes in file structure for the N...Youness Alaoui1-1/+1
2008-09-22Save the to/from addresses and put them in newly created buffersOlivier Crête2-3/+95
2008-09-22Create a netbuffer directly instead of using gst_pad_buffer_allocOlivier Crête2-11/+13
2008-04-30Don't leak mainloop from gstsrcOlivier Crête1-0/+4
2008-04-25Separate stream creating from candidate gatheringOlivier Crete1-0/+1
2008-04-25Add debug categories to gst elementsOlivier Crete2-0/+13