summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2007-05-10 12:38:49 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2007-05-10 12:38:49 +0000
commitdc78134a6fe0118c989d16fa85221df7e6dc6b51 (patch)
tree3c79d5a3a853b47ce11a848702c7474b695b67cb /ChangeLog
parent9fb6db067b7407d6feae421432d363c6a29bd89a (diff)
downloadgst-plugins-bad-dc78134a6fe0118c989d16fa85221df7e6dc6b51.tar.gz
gst-plugins-bad-dc78134a6fe0118c989d16fa85221df7e6dc6b51.tar.bz2
gst-plugins-bad-dc78134a6fe0118c989d16fa85221df7e6dc6b51.zip
gst/rtpmanager/async_jitter_queue.c (tail_buffer_duration, async_jitter_queue_ref, async_jitter_queue_ref_unlocked, a...
Original commit message from CVS: * gst/rtpmanager/async_jitter_queue.c (tail_buffer_duration, async_jitter_queue_ref, async_jitter_queue_ref_unlocked, async_jitter_queue_set_low_threshold, async_jitter_queue_length_ts_units_unlocked, async_jitter_queue_unref_and_unlock, async_jitter_queue_unref, async_jitter_queue_lock, async_jitter_queue_push, async_jitter_queue_push_unlocked, async_jitter_queue_push_sorted, async_jitter_queue_pop_intern_unlocked, async_jitter_queue_pop, async_jitter_queue_pop_unlocked, async_jitter_queue_length_unlocked, async_jitter_queue_set_flushing_unlocked, async_jitter_queue_unset_flushing_unlocked): Format arg fix (spotted by Ali Sabil <ali.sabil@gmail.com>)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 972b04ad..fb03cc33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
2007-05-10 Stefan Kost <ensonic@users.sf.net>
+ * gst/rtpmanager/async_jitter_queue.c (tail_buffer_duration,
+ async_jitter_queue_ref, async_jitter_queue_ref_unlocked,
+ async_jitter_queue_set_low_threshold,
+ async_jitter_queue_length_ts_units_unlocked,
+ async_jitter_queue_unref_and_unlock, async_jitter_queue_unref,
+ async_jitter_queue_lock, async_jitter_queue_push,
+ async_jitter_queue_push_unlocked, async_jitter_queue_push_sorted,
+ async_jitter_queue_pop_intern_unlocked, async_jitter_queue_pop,
+ async_jitter_queue_pop_unlocked, async_jitter_queue_length_unlocked,
+ async_jitter_queue_set_flushing_unlocked,
+ async_jitter_queue_unset_flushing_unlocked):
+ Format arg fix (spotted by Ali Sabil <ali.sabil@gmail.com>)
+
+2007-05-10 Stefan Kost <ensonic@users.sf.net>
+
* common/m4/gst-x11.m4:
Restore CFLAGS and LIBS.