summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
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
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 Crete2-6/+6
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 Alaoui2-1/+23
2008-04-22Make the gst element unlock itself when requested by basesrcYouness Alaoui2-3/+47
2008-04-22Gstreamer element using mainloopYouness Alaoui2-16/+52
2008-04-03Make the agent properties into object propertiesOlivier Crete2-6/+51
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 Crete2-0/+69
2008-04-03Disable gst tests because they haven't been updatedOlivier Crete1-10/+10
2008-04-03Try to port part of the testsOlivier Crete1-9/+15
2008-04-03Print warning on invalid propertyOlivier Crete2-0/+16
2008-04-03Install gst plugins in right directoryOlivier Crete1-1/+1
2008-04-03Make gst element use larger buffer size of 64k (max udp packet size)Olivier Crete1-2/+5
2007-08-30Update rest of the libnice modules to match the new address API.Kai Vehmanen1-2/+2
2007-06-19Added inclusion to config.h to source files in gst submodule.Kai Vehmanen5-3/+15
2007-04-30add copyright/license notice to each Makefile.amDafydd Harries1-0/+7
2007-04-30add copyright/license notice to each .c/.h fileDafydd Harries8-0/+288
2007-03-14use agent RNG for generating STUN message IDDafydd Harries1-1/+1
2007-02-17store the candidates in the components rather than in the agentDafydd Harries2-12/+40
2007-02-13add test for GStreamer codeDafydd Harries2-1/+216
2007-02-13make nice_agent_get_local_candidates take stream/component ID and return a ne...Dafydd Harries1-1/+1
2007-02-13remove nice_agent_free; add/fix calls to nice_udp_socket_factory_closeDafydd Harries1-1/+1
2007-02-13fix declaration style / mark function staticDafydd Harries2-4/+13
2007-02-12fix declaration styleDafydd Harries1-5/+19
2007-02-12fix declaration styleDafydd Harries1-5/+17
2007-02-12fix declaration styleDafydd Harries1-1/+2
2007-02-12put * next to parameter nameDafydd Harries1-1/+1
2007-02-09make _add_stream take number of components but not callback/callback dataDafydd Harries1-1/+1
2007-02-08add jingle-gst-test-serverDafydd Harries2-0/+196
2007-02-08call gst_base_src_set_live (TRUE) in nicesrc _initDafydd Harries1-0/+1