diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2007-05-10 12:38:49 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2007-05-10 12:38:49 +0000 |
commit | dc78134a6fe0118c989d16fa85221df7e6dc6b51 (patch) | |
tree | 3c79d5a3a853b47ce11a848702c7474b695b67cb /ChangeLog | |
parent | 9fb6db067b7407d6feae421432d363c6a29bd89a (diff) | |
download | gst-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-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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. |