summaryrefslogtreecommitdiff
path: root/gst/gstnicesrc.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-14Compile the plugin for both GStreamer 0.10 and 1.0Olivier Crête1-0/+17
2012-09-13nicesrc: Use gst_buffer_fillOlivier Crête1-4/+1
2012-09-10GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGSjoerd Simons1-3/+3
2012-09-10Use GstPushSrc as a base classOlivier Crête1-10/+7
2012-09-10Port GStreamer src/sink to 0.11Olivier Crête1-28/+20
2011-06-23Use a Queue in gstnicesrc to avoid multiple read_callbacks overwriting the ou...Youness Alaoui1-8/+14
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ête1-4/+8
2009-02-12Lock src when modifying idle_sourceOlivier Crête1-3/+8
2008-11-19Revert "Create a netbuffer directly instead of using gst_pad_buffer_alloc"Olivier Crête1-12/+9
2008-11-19Revert "Save the to/from addresses and put them in newly created buffers"Olivier Crête1-83/+0
2008-09-22Save the to/from addresses and put them in newly created buffersOlivier Crête1-0/+83
2008-09-22Create a netbuffer directly instead of using gst_pad_buffer_allocOlivier Crête1-9/+12
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 Crete1-0/+6
2008-04-25Add some debugging messages to the gst elementsOlivier Crete1-0/+6
2008-04-25Don't try to destroy NULL idle sourceOlivier Crete1-1/+2
2008-04-25Can't have construct-time properties on gst elementsOlivier Crete1-3/+3
2008-04-23return WRONG_STATE if unlocked and do not modify flow_ret from outside the st...Youness Alaoui1-4/+4
2008-04-22Adding an idler to quit the mainloop so we avoid a rare race conditionYouness Alaoui1-1/+22
2008-04-22Make the gst element unlock itself when requested by basesrcYouness Alaoui1-3/+46
2008-04-22Gstreamer element using mainloopYouness Alaoui1-16/+48
2008-04-03Make the agent properties into object propertiesOlivier Crete1-3/+25
2008-04-03Have the base src class do the timestamping for usOlivier Crete1-0/+2
2008-04-03Error if the elements try to go to ready without an agent setOlivier Crete1-0/+36
2008-04-03Print warning on invalid propertyOlivier Crete1-0/+8
2008-04-03Make gst element use larger buffer size of 64k (max udp packet size)Olivier Crete1-2/+5
2007-06-19Added inclusion to config.h to source files in gst submodule.Kai Vehmanen1-1/+3
2007-04-30add copyright/license notice to each .c/.h fileDafydd Harries1-0/+36
2007-02-13fix declaration style / mark function staticDafydd Harries1-2/+8
2007-02-12fix declaration styleDafydd Harries1-5/+17
2007-02-08call gst_base_src_set_live (TRUE) in nicesrc _initDafydd Harries1-0/+1
2007-02-08s/Automagic/Interactive/ in nicesrc descriptionDafydd Harries1-1/+1
2007-02-08use GST_STATIC_CAPS_ANY rather than GST_STATIC_CAPS (NULL)Dafydd Harries1-1/+1
2007-02-08split gst plugin init into separate fileDafydd Harries1-15/+0
2007-02-08rename nice_agent_component_recv -> nice_agent_recvDafydd Harries1-1/+1
2007-02-07add gst/ directory and basic nicesrc elementDafydd Harries1-0/+180