index
:
gst-plugins-bad
BRANCH-ERROR
BRANCH-EVENTS2
BRANCH-GSTREAMER-0_6
BRANCH-GSTREAMER-0_8
BRANCH-RELEASE-0_10_19
BRANCH-RELEASE-0_3_3
BRANCH-RELEASE-0_3_4
BRANCH-RELEASE-0_4_0
BRANCH-RELEASE-0_4_1
BRANCH-RELEASE-0_4_2
BRANCH-RELEASE-0_5_0
BRANCH-RELEASE-0_5_1
BRANCH-RELEASE-0_5_2
BRANCH-RELEASE-0_7_4
BRANCH-RELEASE-0_7_5
BRANCH-RELEASE-0_8_2
BRANCH-THREADED
BRANCH_RELEASE-0_7_2
CAPS
TYPEFIND
master
LV2 for GStreamer (SoC 2009)
dave@drobilla.net
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gst
/
rtpmanager
/
gstrtpbin.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-25
gst/rtpmanager/gstrtpbin.c: Also handle lip-sync when the clock-rate is not p...
Olivier Crete
1
-3
/
+47
2008-01-10
gst/rtpmanager/gstrtpbin.c: Fix documentation for latest patch
Thijs Vermeir
1
-2
/
+2
2008-01-10
gst/rtpmanager/gstrtpbin.c: Allow request_new_pad with name NULL (bug #508515)
Thijs Vermeir
1
-4
/
+46
2007-12-12
gst/rtpmanager/: Fix some leaks.
Wim Taymans
1
-0
/
+10
2007-12-10
gst/rtpmanager/: Post a message when the SDES infor changes for a source.
Wim Taymans
1
-0
/
+49
2007-12-10
gst/rtpmanager/: Add signal to notify of an SDES change.
Wim Taymans
1
-5
/
+28
2007-12-10
gst/rtpmanager/gstrtpbin.*: Expose SDES items as properties and configure the...
Wim Taymans
1
-1
/
+193
2007-12-10
gst/rtpmanager/: Update comment.
Wim Taymans
1
-0
/
+1
2007-10-09
gst/rtpmanager/gstrtpbin.c: Fix memleak. Fixes #484990.
Laurent Glayal
1
-0
/
+1
2007-10-08
gst/rtpmanager/gstrtpbin.c: Fix caps refcounting for payload maps.
Wim Taymans
1
-11
/
+18
2007-09-28
gst/rtpmanager/gstrtpbin.c: Fix crasher in dispose.
Wim Taymans
1
-2
/
+1
2007-09-26
gst/rtpmanager/gstrtpbin.c: Fix cleanup crasher.
Wim Taymans
1
-2
/
+3
2007-09-20
gst/rtpmanager/: Add notification of active SSRCs to various RTP elements. Fi...
Wim Taymans
1
-0
/
+23
2007-09-17
gst/rtpmanager/gstrtpbin.c: Link to the right pads regardless of which one wa...
Wim Taymans
1
-2
/
+5
2007-09-16
gst/rtpmanager/gstrtpbin.c: Use lock to protect variable.
Wim Taymans
1
-0
/
+4
2007-09-15
gst/rtpmanager/gstrtpbin.c: Also set NTP base time on new sessions.
Wim Taymans
1
-0
/
+3
2007-09-12
gst/rtpmanager/: Various leak fixes.
Wim Taymans
1
-3
/
+75
2007-09-12
gst/rtpmanager/gstrtpbin.c: Calculate and configure the NTP base time so that...
Wim Taymans
1
-3
/
+28
2007-09-03
gst/rtpmanager/: Updated example pipelines in docs.
Wim Taymans
1
-47
/
+423
2007-08-28
gst/rtpmanager/gstrtpbin.c: Add some more advanced example pipelines.
Wim Taymans
1
-1
/
+47
2007-08-23
Rename all GstRTPFoo structs to GstRtpFoo so that GST_BOILERPLATE registers a...
Tim-Philipp Müller
1
-83
/
+83
2007-08-10
gst/rtpmanager/: Remove complicated async queue and replace with more simple ...
Wim Taymans
1
-0
/
+141
2007-05-28
Rename elements to avoid conflict with farsight elements with the same name. ...
Wim Taymans
1
-43
/
+46
2007-05-23
Document stuff.
Wim Taymans
1
-8
/
+58
2007-05-15
gst/rtpmanager/gstrtpbin.c: g_hash_table_remove_all() only exists in 2.12. W...
David Schleef
1
-0
/
+11
2007-05-14
gst/rtpmanager/async_jitter_queue.c: Fix leak when flushing.
Wim Taymans
1
-0
/
+25
2007-04-30
gst/rtpmanager/async_jitter_queue.c: Fix the case where the buffer underruns ...
Wim Taymans
1
-21
/
+30
2007-04-25
gst/rtpmanager/gstrtpbin.*: Make default jitterbuffer latency configurable.
Wim Taymans
1
-1
/
+18
2007-04-25
gst/rtpmanager/gstrtpbin.c: fix for pad name change
Wim Taymans
1
-1
/
+1
2007-04-18
configure.ac: Disable rtpmanager for now because it depends on CVS -base.
Wim Taymans
1
-13
/
+15
2007-04-13
gst/rtpmanager/: Protect lists and structures with locks.
Wim Taymans
1
-9
/
+42
2007-04-12
gst/rtpmanager/gstrtpbin.c: Emit pt map requests and cache results.
Wim Taymans
1
-50
/
+41
2007-04-11
gst/rtpmanager/gstrtpbin-marshal.list: Some more custom marshallers.
Wim Taymans
1
-6
/
+122
2007-04-10
gst/rtpmanager/: Added custom marshallers for signals.
Wim Taymans
1
-2
/
+9
2007-04-06
gst/rtpmanager/gstrtpbin.*: Provide a clock.
Wim Taymans
1
-0
/
+14
2007-04-06
gst/rtpmanager/gstrtpbin.c: Fix pad template name parsing.
Wim Taymans
1
-1
/
+1
2007-04-05
gst/rtpmanager/gstrtpbin.*: Add debugging category.
Wim Taymans
1
-12
/
+273
2007-04-03
gst/rtpmanager/: Some more ghostpad magic.
Wim Taymans
1
-4
/
+344
2007-04-03
Add RTP session management elements. Still in progress.
Wim Taymans
1
-0
/
+279