summaryrefslogtreecommitdiff
path: root/gst/gstnicesrc.c
Commit message (Expand)AuthorAgeFilesLines
* 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