index
:
delta/libnice.git
add-ci
latest-release
lock-addr-cache-in-udp-sink
master
msvc-build
passive-close-child
test-build-pages
wip/accept-turn-in-verify-remote-cand
wip/phab/T3557-non-unique-pair-foundations
gitlab.freedesktop.org: libnice/libnice.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
gstnicesrc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nicesrc: Attach the receive callback in READY->PAUSED and detach in PAUSED->R...
Sebastian Dröge
2015-04-20
1
-7
/
+16
*
nicesrc: Keep the mutex locked whenever accessing the queue
Sebastian Dröge
2015-04-20
1
-4
/
+8
*
gst: improve error when agent/stream/component is unset
Ilya Konstantinov
2015-04-20
1
-1
/
+13
*
nicesrc: Clear the output buffer queue when shutting down and disposing
Sebastian Dröge
2015-03-27
1
-1
/
+7
*
gst: Add missing switch cases
Philip Withnall
2014-01-31
1
-0
/
+4
*
Compile the plugin for both GStreamer 0.10 and 1.0
Olivier Crête
2012-09-14
1
-0
/
+17
*
nicesrc: Use gst_buffer_fill
Olivier Crête
2012-09-13
1
-4
/
+1
*
GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHING
Sjoerd Simons
2012-09-10
1
-3
/
+3
*
Use GstPushSrc as a base class
Olivier Crête
2012-09-10
1
-10
/
+7
*
Port GStreamer src/sink to 0.11
Olivier Crête
2012-09-10
1
-28
/
+20
*
Use a Queue in gstnicesrc to avoid multiple read_callbacks overwriting the ou...
Youness Alaoui
2011-06-23
1
-8
/
+14
*
Properly cleanup the idle source in the gst src
Olivier Crête
2009-09-17
1
-5
/
+10
*
nicesrc: Don't leak a ref to the main context
Olivier Crête
2009-08-10
1
-4
/
+8
*
Lock src when modifying idle_source
Olivier Crête
2009-02-12
1
-3
/
+8
*
Revert "Create a netbuffer directly instead of using gst_pad_buffer_alloc"
Olivier Crête
2008-11-19
1
-12
/
+9
*
Revert "Save the to/from addresses and put them in newly created buffers"
Olivier Crête
2008-11-19
1
-83
/
+0
*
Save the to/from addresses and put them in newly created buffers
Olivier Crête
2008-09-22
1
-0
/
+83
*
Create a netbuffer directly instead of using gst_pad_buffer_alloc
Olivier Crête
2008-09-22
1
-9
/
+12
*
Don't leak mainloop from gstsrc
Olivier Crête
2008-04-30
1
-0
/
+4
*
Separate stream creating from candidate gathering
Olivier Crete
2008-04-25
1
-0
/
+1
*
Add debug categories to gst elements
Olivier Crete
2008-04-25
1
-0
/
+6
*
Add some debugging messages to the gst elements
Olivier Crete
2008-04-25
1
-0
/
+6
*
Don't try to destroy NULL idle source
Olivier Crete
2008-04-25
1
-1
/
+2
*
Can't have construct-time properties on gst elements
Olivier Crete
2008-04-25
1
-3
/
+3
*
return WRONG_STATE if unlocked and do not modify flow_ret from outside the st...
Youness Alaoui
2008-04-23
1
-4
/
+4
*
Adding an idler to quit the mainloop so we avoid a rare race condition
Youness Alaoui
2008-04-22
1
-1
/
+22
*
Make the gst element unlock itself when requested by basesrc
Youness Alaoui
2008-04-22
1
-3
/
+46
*
Gstreamer element using mainloop
Youness Alaoui
2008-04-22
1
-16
/
+48
*
Make the agent properties into object properties
Olivier Crete
2008-04-03
1
-3
/
+25
*
Have the base src class do the timestamping for us
Olivier Crete
2008-04-03
1
-0
/
+2
*
Error if the elements try to go to ready without an agent set
Olivier Crete
2008-04-03
1
-0
/
+36
*
Print warning on invalid property
Olivier Crete
2008-04-03
1
-0
/
+8
*
Make gst element use larger buffer size of 64k (max udp packet size)
Olivier Crete
2008-04-03
1
-2
/
+5
*
Added inclusion to config.h to source files in gst submodule.
Kai Vehmanen
2007-06-19
1
-1
/
+3
*
add copyright/license notice to each .c/.h file
Dafydd Harries
2007-04-30
1
-0
/
+36
*
fix declaration style / mark function static
Dafydd Harries
2007-02-13
1
-2
/
+8
*
fix declaration style
Dafydd Harries
2007-02-12
1
-5
/
+17
*
call gst_base_src_set_live (TRUE) in nicesrc _init
Dafydd Harries
2007-02-08
1
-0
/
+1
*
s/Automagic/Interactive/ in nicesrc description
Dafydd Harries
2007-02-08
1
-1
/
+1
*
use GST_STATIC_CAPS_ANY rather than GST_STATIC_CAPS (NULL)
Dafydd Harries
2007-02-08
1
-1
/
+1
*
split gst plugin init into separate file
Dafydd Harries
2007-02-08
1
-15
/
+0
*
rename nice_agent_component_recv -> nice_agent_recv
Dafydd Harries
2007-02-08
1
-1
/
+1
*
add gst/ directory and basic nicesrc element
Dafydd Harries
2007-02-07
1
-0
/
+180