[Farsight-devel] Farsight 0.1.18

2007-04-26 Thread Olivier CrĂȘte
This version add support for the relay server in tapioca libjingle 0.3.11 (which is also a requirement). http://farsight.freedesktop.org/releases/farsight/farsight-0.1.18.tar.gz Detailed changes: Wed Apr 25 19:13:42 EDT 2007 Olivier Crete <[EMAIL PROTECTED]> * Version 0.1.18 Wed Apr 25 18:

[Farsight-devel] merge: gst-plugins-farsight

2007-04-26 Thread Merge Monkey
Merge to: gst-plugins-farsight From: /home/zeenix/public_html/gst-plugins-farsight-misc Changes: Zeeshan Ali <[EMAIL PROTECTED]> Enable and correct flipping code in gconfv4l2src Zeeshan Ali <[EMAIL PROTECTED]> Fix creation of jitterbuffer signal marshals Zeeshan Ali <[EMAIL

[Farsight-devel] core dump in async_jitter_queue

2007-04-26 Thread SP GLE
Hi, we experienced some core dump inside async_jitter_queue.c ( code from darcs repository ), inside function async_jitter_queue_pop_intern_unlocked() , due to g_assert (retval);, following is a patch to remove the call to g_assert(), as a NULL return value is valid for this function, of course i d