index
:
gst-plugins-good.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gst/rtpmanager/: Small cleanups and some more debug info.
Wim Taymans
2009-08-11
2
-7
/
+13
*
gst/rtpmanager/gstrtpjitterbuffer.c: Also configure the next expected output ...
Wim Taymans
2009-08-11
1
-5
/
+5
*
Don't install static libs for plugins. Fixes #550851 for -bad.
Stefan Kost
2009-08-11
1
-0
/
+1
*
gst/rtpmanager/gstrtpjitterbuffer.c: Fix problem with using the output seqnum...
Wim Taymans
2009-08-11
2
-28
/
+46
*
gst/rtpmanager/gstrtpsession.c: Install event handler on the rtcp_src pad, ma...
Wim Taymans
2009-08-11
1
-0
/
+29
*
gst/rtpmanager/gstrtpbin-marshal.list: Add marshaller for new action signal.
Håvard Graff
2009-08-11
6
-16
/
+85
*
gst/rtpmanager/gstrtpbin.c: Release pads of the session manager.
Wim Taymans
2009-08-11
2
-4
/
+197
*
gst/rtpmanager/gstrtpjitterbuffer.c: Only update the seqnum-base when it was ...
Wim Taymans
2009-08-11
1
-5
/
+7
*
gst/rtpmanager/rtpsession.c: Ref the rtpsource object before we release the s...
Wim Taymans
2009-08-11
1
-0
/
+18
*
gst/rtpmanager/: Fix some docs.
Wim Taymans
2009-08-11
3
-1
/
+4
*
Fix compiler warnings on OS/X
Jan Schmidt
2009-08-11
1
-1
/
+1
*
gst/rtpmanager/gstrtpbin.c: Do not try to adjust the offset of streams for wh...
Wim Taymans
2009-08-11
1
-7
/
+34
*
gst/rtpmanager/gstrtpbin.*: Add signal to notify listeners when a sender beco...
Wim Taymans
2009-08-11
13
-107
/
+218
*
gst/rtpmanager/gstrtpsession.c: Send EOS when the session object instructs us...
Wim Taymans
2009-08-11
3
-6
/
+22
*
gst/rtpmanager/gstrtpbin.c: Reset rtp timestamp interpollation when we detect...
Wim Taymans
2009-08-11
6
-8
/
+88
*
gst/rtpmanager/gstrtpbin.c: Print the pad-name in debug log.
Stefan Kost
2009-08-11
1
-1
/
+2
*
gst/rtpmanager/gstrtpjitterbuffer.c: Make the buffer metadata writable before...
Olivier Crete
2009-08-11
3
-2
/
+13
*
gst/rtpmanager/gstrtpjitterbuffer.c: Fix debug by logging the right seqnum.
Håvard Graff
2009-08-11
1
-2
/
+3
*
gst/rtpmanager/gstrtpbin.c: Release lock before emitting the request-pt-map s...
Olivier Crete
2009-08-11
1
-0
/
+13
*
gst/rtpmanager/: Corrected a typo (interpollate -> interpolate).
Peter Kjellerstedt
2009-08-11
2
-3
/
+3
*
gst/rtpmanager/: Changed some GST_DEBUG() to GST_LOG() to reduce the spam whe...
Peter Kjellerstedt
2009-08-11
3
-19
/
+18
*
gst/rtpmanager/: Do not mix the use of g_get_current_time() with gst_clock_ge...
Peter Kjellerstedt
2009-08-11
3
-91
/
+85
*
Final round of doc updates.
Stefan Kost
2009-08-11
1
-1
/
+2
*
gst/: More doc updates. More xrefs.
Stefan Kost
2009-08-11
6
-153
/
+100
*
Do not use short_description in section docs for elements. We extract them fr...
Stefan Kost
2009-08-11
6
-7
/
+0
*
gst/rtpmanager/gstrtpbin.c: Fix deadlock when shutting down, use a new lock i...
Wim Taymans
2009-08-11
1
-3
/
+19
*
gst/rtpmanager/gstrtpbin.c: Break out of callbacks when we are shutting down.
Wim Taymans
2009-08-11
1
-7
/
+58
*
gst/rtpmanager/gstrtpjitterbuffer.c: When checking the seqnum, reset the jitt...
Wim Taymans
2009-08-11
3
-38
/
+61
*
gst/rtpmanager/gstrtpbin.c: Propagate the do-lost and latency properties to t...
Håvard Graff
2009-08-11
1
-0
/
+24
*
Don't use _gst_pad().
Wim Taymans
2009-08-11
1
-3
/
+3
*
docs/Makefile.am: Don't attempt to build plugin docs when they're disabled.
Jan Schmidt
2009-08-11
1
-4
/
+6
*
gst/rtpmanager/gstrtpjitterbuffer.c: Simply drop bad RTP packets with a warni...
Wim Taymans
2009-08-11
1
-4
/
+4
*
gst/rtpmanager/gstrtpbin.c: Actually add the do-lost property to the object.
Wim Taymans
2009-08-11
1
-0
/
+5
*
gst/rtpmanager/gstrtpjitterbuffer.c: Avoid waiting for a negative (huge) dura...
Wim Taymans
2009-08-11
1
-2
/
+8
*
gst/rtpmanager/gstrtpsession.c: Make sure to unref the rtpsession returned by...
Peter Kjellerstedt
2009-08-11
1
-0
/
+3
*
gst/rtpmanager/gstrtpjitterbuffer.c: Initialise with GST_CLOCK_TIME_NONE to a...
Jan Schmidt
2009-08-11
1
-1
/
+1
*
gst/rtpmanager/rtpsource.c: Make sure to unref the caps used by RTPSource to ...
Peter Kjellerstedt
2009-08-11
1
-0
/
+2
*
gst/rtpmanager/rtpsession.c: Unlock the session lock when calling one of our ...
Olivier Crete
2009-08-11
1
-0
/
+8
*
gst/rtpmanager/gstrtpsession.c: Send RTP BYE command on EOS. Fixes bug #531955.
Sjoerd Simons
2009-08-11
1
-0
/
+1
*
gst/rtpmanager/gstrtpbin.*: Expose new jitterbuffer property in rtpbin too.
Wim Taymans
2009-08-11
2
-2
/
+18
*
gst/rtpmanager/gstrtpjitterbuffer.c: Disable sending out rtp packet lost even...
Wim Taymans
2009-08-11
1
-14
/
+52
*
gst/rtpmanager/gstrtpjitterbuffer.c: Remove private version of a function tha...
Wim Taymans
2009-08-11
1
-37
/
+109
*
gst/rtpmanager/gstrtpsession.c: Set up some internal links functions for the ...
Wim Taymans
2009-08-11
1
-0
/
+33
*
gst/rtpmanager/: Also keep track of the first buffer timestamp together with ...
Wim Taymans
2009-08-11
5
-1
/
+11
*
gst/rtpmanager/gstrtpbin.c: Ref caps when inserting into the cache.
Olivier Crete
2009-08-11
4
-14
/
+41
*
gst/rtpmanager/: Unset GValues after g_signal_emitv so that we avoid a refcou...
Wim Taymans
2009-08-11
4
-5
/
+28
*
gst/rtpmanager/: Avoid leaking pads in the RTP manager.
Peter Kjellerstedt
2009-08-11
2
-0
/
+24
*
gst/rtpmanager/rtpsession.*: Implement collision and loop detection in rtpman...
Olivier Crete
2009-08-11
4
-22
/
+253
*
gst/rtpmanager/gstrtpsession.c: Avoid a deadlock when joining the RTCP thread...
Ole André Vadla Ravnås
2009-08-11
1
-4
/
+36
*
gst/rtpmanager/rtpjitterbuffer.c: Don't try to reset the clock skew when we h...
Stefan Kost
2009-08-11
1
-1
/
+1
[prev]
[next]