summaryrefslogtreecommitdiff
path: root/gst/gstnicesrc.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-19/+0
* nicesrc: fix a leak spotted by asanFabrice Bellet2019-07-041-0/+6
* Fix queue_clear replaced by queue_free errorNicolas Dufresne2018-06-181-1/+2
* Fix cast-function-type warning introduced in GCC 8Nicolas Dufresne2018-06-121-4/+2
* nicesrc: Attach the receive callback in READY->PAUSED and detach in PAUSED->R...Sebastian Dröge2015-04-201-7/+16
* nicesrc: Keep the mutex locked whenever accessing the queueSebastian Dröge2015-04-201-4/+8
* gst: improve error when agent/stream/component is unsetIlya Konstantinov2015-04-201-1/+13
* nicesrc: Clear the output buffer queue when shutting down and disposingSebastian Dröge2015-03-271-1/+7
* gst: Add missing switch casesPhilip Withnall2014-01-311-0/+4
* Compile the plugin for both GStreamer 0.10 and 1.0Olivier Crête2012-09-141-0/+17
* nicesrc: Use gst_buffer_fillOlivier Crête2012-09-131-4/+1
* GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGSjoerd Simons2012-09-101-3/+3
* Use GstPushSrc as a base classOlivier Crête2012-09-101-10/+7
* Port GStreamer src/sink to 0.11Olivier Crête2012-09-101-28/+20
* Use a Queue in gstnicesrc to avoid multiple read_callbacks overwriting the ou...Youness Alaoui2011-06-231-8/+14
* Properly cleanup the idle source in the gst srcOlivier Crête2009-09-171-5/+10
* nicesrc: Don't leak a ref to the main contextOlivier Crête2009-08-101-4/+8
* Lock src when modifying idle_sourceOlivier Crête2009-02-121-3/+8
* Revert "Create a netbuffer directly instead of using gst_pad_buffer_alloc"Olivier Crête2008-11-191-12/+9
* Revert "Save the to/from addresses and put them in newly created buffers"Olivier Crête2008-11-191-83/+0
* Save the to/from addresses and put them in newly created buffersOlivier Crête2008-09-221-0/+83
* Create a netbuffer directly instead of using gst_pad_buffer_allocOlivier Crête2008-09-221-9/+12
* Don't leak mainloop from gstsrcOlivier Crête2008-04-301-0/+4
* Separate stream creating from candidate gatheringOlivier Crete2008-04-251-0/+1
* Add debug categories to gst elementsOlivier Crete2008-04-251-0/+6
* Add some debugging messages to the gst elementsOlivier Crete2008-04-251-0/+6
* Don't try to destroy NULL idle sourceOlivier Crete2008-04-251-1/+2
* Can't have construct-time properties on gst elementsOlivier Crete2008-04-251-3/+3
* return WRONG_STATE if unlocked and do not modify flow_ret from outside the st...Youness Alaoui2008-04-231-4/+4
* Adding an idler to quit the mainloop so we avoid a rare race conditionYouness Alaoui2008-04-221-1/+22
* Make the gst element unlock itself when requested by basesrcYouness Alaoui2008-04-221-3/+46
* Gstreamer element using mainloopYouness Alaoui2008-04-221-16/+48
* Make the agent properties into object propertiesOlivier Crete2008-04-031-3/+25
* Have the base src class do the timestamping for usOlivier Crete2008-04-031-0/+2
* Error if the elements try to go to ready without an agent setOlivier Crete2008-04-031-0/+36
* Print warning on invalid propertyOlivier Crete2008-04-031-0/+8
* Make gst element use larger buffer size of 64k (max udp packet size)Olivier Crete2008-04-031-2/+5
* 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 style / mark function staticDafydd Harries2007-02-131-2/+8
* fix declaration styleDafydd Harries2007-02-121-5/+17
* call gst_base_src_set_live (TRUE) in nicesrc _initDafydd Harries2007-02-081-0/+1
* s/Automagic/Interactive/ in nicesrc descriptionDafydd Harries2007-02-081-1/+1
* use GST_STATIC_CAPS_ANY rather than GST_STATIC_CAPS (NULL)Dafydd Harries2007-02-081-1/+1
* split gst plugin init into separate fileDafydd Harries2007-02-081-15/+0
* rename nice_agent_component_recv -> nice_agent_recvDafydd Harries2007-02-081-1/+1
* add gst/ directory and basic nicesrc elementDafydd Harries2007-02-071-0/+180