index
:
~slomo/libnice
master
task-pool
Unnamed repository; edit this file 'description' to name the repository.
slomo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
gstnicesrc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-14
Compile the plugin for both GStreamer 0.10 and 1.0
Olivier Crête
1
-0
/
+17
2012-09-13
nicesrc: Use gst_buffer_fill
Olivier Crête
1
-4
/
+1
2012-09-10
GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHING
Sjoerd Simons
1
-3
/
+3
2012-09-10
Use GstPushSrc as a base class
Olivier Crête
1
-10
/
+7
2012-09-10
Port GStreamer src/sink to 0.11
Olivier Crête
1
-28
/
+20
2011-06-23
Use a Queue in gstnicesrc to avoid multiple read_callbacks overwriting the ou...
Youness Alaoui
1
-8
/
+14
2009-09-17
Properly cleanup the idle source in the gst src
Olivier Crête
1
-5
/
+10
2009-08-10
nicesrc: Don't leak a ref to the main context
Olivier Crête
1
-4
/
+8
2009-02-12
Lock src when modifying idle_source
Olivier Crête
1
-3
/
+8
2008-11-19
Revert "Create a netbuffer directly instead of using gst_pad_buffer_alloc"
Olivier Crête
1
-12
/
+9
2008-11-19
Revert "Save the to/from addresses and put them in newly created buffers"
Olivier Crête
1
-83
/
+0
2008-09-22
Save the to/from addresses and put them in newly created buffers
Olivier Crête
1
-0
/
+83
2008-09-22
Create a netbuffer directly instead of using gst_pad_buffer_alloc
Olivier Crête
1
-9
/
+12
2008-04-30
Don't leak mainloop from gstsrc
Olivier Crête
1
-0
/
+4
2008-04-25
Separate stream creating from candidate gathering
Olivier Crete
1
-0
/
+1
2008-04-25
Add debug categories to gst elements
Olivier Crete
1
-0
/
+6
2008-04-25
Add some debugging messages to the gst elements
Olivier Crete
1
-0
/
+6
2008-04-25
Don't try to destroy NULL idle source
Olivier Crete
1
-1
/
+2
2008-04-25
Can't have construct-time properties on gst elements
Olivier Crete
1
-3
/
+3
2008-04-23
return WRONG_STATE if unlocked and do not modify flow_ret from outside the st...
Youness Alaoui
1
-4
/
+4
2008-04-22
Adding an idler to quit the mainloop so we avoid a rare race condition
Youness Alaoui
1
-1
/
+22
2008-04-22
Make the gst element unlock itself when requested by basesrc
Youness Alaoui
1
-3
/
+46
2008-04-22
Gstreamer element using mainloop
Youness Alaoui
1
-16
/
+48
2008-04-03
Make the agent properties into object properties
Olivier Crete
1
-3
/
+25
2008-04-03
Have the base src class do the timestamping for us
Olivier Crete
1
-0
/
+2
2008-04-03
Error if the elements try to go to ready without an agent set
Olivier Crete
1
-0
/
+36
2008-04-03
Print warning on invalid property
Olivier Crete
1
-0
/
+8
2008-04-03
Make gst element use larger buffer size of 64k (max udp packet size)
Olivier Crete
1
-2
/
+5
2007-06-19
Added inclusion to config.h to source files in gst submodule.
Kai Vehmanen
1
-1
/
+3
2007-04-30
add copyright/license notice to each .c/.h file
Dafydd Harries
1
-0
/
+36
2007-02-13
fix declaration style / mark function static
Dafydd Harries
1
-2
/
+8
2007-02-12
fix declaration style
Dafydd Harries
1
-5
/
+17
2007-02-08
call gst_base_src_set_live (TRUE) in nicesrc _init
Dafydd Harries
1
-0
/
+1
2007-02-08
s/Automagic/Interactive/ in nicesrc description
Dafydd Harries
1
-1
/
+1
2007-02-08
use GST_STATIC_CAPS_ANY rather than GST_STATIC_CAPS (NULL)
Dafydd Harries
1
-1
/
+1
2007-02-08
split gst plugin init into separate file
Dafydd Harries
1
-15
/
+0
2007-02-08
rename nice_agent_component_recv -> nice_agent_recv
Dafydd Harries
1
-1
/
+1
2007-02-07
add gst/ directory and basic nicesrc element
Dafydd Harries
1
-0
/
+180