summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* 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-252-0/+13
* 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-252-6/+6
* 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-222-1/+23
* Make the gst element unlock itself when requested by basesrcYouness Alaoui2008-04-222-3/+47
* Gstreamer element using mainloopYouness Alaoui2008-04-222-16/+52
* Make the agent properties into object propertiesOlivier Crete2008-04-032-6/+51
* 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-032-0/+69
* Disable gst tests because they haven't been updatedOlivier Crete2008-04-031-10/+10
* Try to port part of the testsOlivier Crete2008-04-031-9/+15
* Print warning on invalid propertyOlivier Crete2008-04-032-0/+16
* Install gst plugins in right directoryOlivier Crete2008-04-031-1/+1
* Make gst element use larger buffer size of 64k (max udp packet size)Olivier Crete2008-04-031-2/+5
* Update rest of the libnice modules to match the new address API.Kai Vehmanen2007-08-301-2/+2
* Added inclusion to config.h to source files in gst submodule.Kai Vehmanen2007-06-195-3/+15
* add copyright/license notice to each Makefile.amDafydd Harries2007-04-301-0/+7
* add copyright/license notice to each .c/.h fileDafydd Harries2007-04-308-0/+288
* use agent RNG for generating STUN message IDDafydd Harries2007-03-141-1/+1
* store the candidates in the components rather than in the agentDafydd Harries2007-02-172-12/+40
* add test for GStreamer codeDafydd Harries2007-02-132-1/+216
* make nice_agent_get_local_candidates take stream/component ID and return a ne...Dafydd Harries2007-02-131-1/+1
* remove nice_agent_free; add/fix calls to nice_udp_socket_factory_closeDafydd Harries2007-02-131-1/+1
* fix declaration style / mark function staticDafydd Harries2007-02-132-4/+13
* fix declaration styleDafydd Harries2007-02-121-5/+19
* fix declaration styleDafydd Harries2007-02-121-5/+17
* fix declaration styleDafydd Harries2007-02-121-1/+2
* put * next to parameter nameDafydd Harries2007-02-121-1/+1
* make _add_stream take number of components but not callback/callback dataDafydd Harries2007-02-091-1/+1
* add jingle-gst-test-serverDafydd Harries2007-02-082-0/+196
* call gst_base_src_set_live (TRUE) in nicesrc _initDafydd Harries2007-02-081-0/+1
* add GStreamer sinkDafydd Harries2007-02-085-2/+215
* s/_GSTNICE_H/_GSTNICESRC_H/ in gstnicesrc.hDafydd Harries2007-02-081-3/+3
* 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
* gst plugin should be called "nice", not "nicesrc"Dafydd Harries2007-02-081-1/+1
* split gst plugin init into separate fileDafydd Harries2007-02-083-16/+21
* rename nice_agent_component_recv -> nice_agent_recvDafydd Harries2007-02-081-1/+1
* add gst/ directory and basic nicesrc elementDafydd Harries2007-02-073-0/+251