summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2015-04-20nicesrc: Attach the receive callback in READY->PAUSED and detach in PAUSED->R...Sebastian Dröge1-7/+16
2015-04-20nicesrc: Keep the mutex locked whenever accessing the queueSebastian Dröge1-4/+8
2015-04-20gst: improve error when agent/stream/component is unsetIlya Konstantinov2-1/+25
2015-03-27configure: Disable static by default, and add win32 DLL supportNirbheek Chauhan1-2/+2
2015-03-27nicesink: Add support for render buffer_listJose Antonio Santos Cadenas2-16/+213
2015-03-27nicesrc: Clear the output buffer queue when shutting down and disposingSebastian Dröge1-1/+7
2015-01-28nicesink: unblock pending write on component changeJakub Adam1-3/+10
2014-08-18nicesink: Check for signal present before removing itOlivier Crête1-4/+3
2014-08-13nicesink: Block until component is writable if in reliable modeYouness Alaoui2-10/+107
2014-01-31gst: Add missing switch casesPhilip Withnall2-0/+9
2012-09-14Compile the plugin for both GStreamer 0.10 and 1.0Olivier Crête4-8/+63
2012-09-13nicesrc: Use gst_buffer_fillOlivier Crête1-4/+1
2012-09-10The plugin name is not a string anymoreOlivier Crête1-1/+1
2012-09-10GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGSjoerd Simons1-3/+3
2012-09-10Use GstPushSrc as a base classOlivier Crête2-15/+10
2012-09-10Port GStreamer src/sink to 0.11Olivier Crête3-58/+43
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