Add net pkgconfig files.
[platform/upstream/gstreamer.git] / ChangeLog
index 7393fc3..6789c6e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,62 @@
+2005-11-18  Andy Wingo  <wingo@pobox.com>
+
+       * configure.ac: 
+       * pkgconfig/gstreamer-net.pc.in:
+       * pkgconfig/gstreamer-net-uninstalled.pc.in:
+       * pkgconfig/Makefile.am: Add net pkgconfig files.
+
+2005-11-18  Stefan Kost  <ensonic@users.sf.net>
+
+       * gst/gstcaps.c:
+       * gst/gstghostpad.c:
+       * gst/gsttrace.c:
+       * gst/gstvalue.c:
+       * gst/gstvalue.h:
+         docs fixes
+
+2005-11-18  Andy Wingo  <wingo@pobox.com>
+
+       * gst/net/gstnetclientclock.c: Turn off debugging.
+
+       * check/net/gstnetclientclock.c (test_functioning): Assert that the
+       times connverge somewhat. Can't make a real test.
+
+       * gst/net/gstnetclientclock.c (do_linear_regression): Use all
+       integer arithmetic. Return the minimum of the domain, which can be
+       set as "internal" for gst_clock_set_calibration.
+       (gst_net_client_clock_observe_times): Call _set_calibration.
+       (gst_net_client_clock_new): Call _set_calibration instead of
+       rate_offset.
+
+       * check/net/gstnetclientclock.c (test_functioning): Use the right
+       adjustment api.
+
+       * gst/gstclock.h:
+       * gst/gstclock.c (gst_clock_get_calibration) 
+       (gst_clock_set_calibration): New functions, obsolete the ones I
+       added yesterday. Doh. Precision issues mean we have to extrapolate
+       from a point in the more recent past than 1970.
+       (gst_clock_get_rate_offset, gst_clock_set_rate_offset): Mark as
+       obsolete.
+       (gst_clock_adjust_unlocked): Use the right calibration data.
+
+2005-11-18  Edward Hervey  <edward@fluendo.com>
+
+       * gst/base/gstbasesink.c: (gst_base_sink_change_state): 
+       Also reset the ->current_* values in READY->PAUSED
+
+2005-11-18  Andy Wingo  <wingo@pobox.com>
+
+       * gst/net/gstnetclientclock.c (gst_net_client_clock_thread):
+       Whoops, check the right fd. Also add some debugging.
+       (gst_net_client_clock_observe_times): Adjust for int64 offset.
+       (do_linear_regression): Add a crapload of debugging. Subtract off
+       the minimum values from the input series to discard unneeded bits.
+       Use only int arithmetic. There is still double arithmetic when
+       calculating the intercept that needs fixing. Return boolean to
+       indicate success; FALSE would mean the domain or range is too
+       great. Still needs fixes.
+
 2005-11-18  Wim Taymans  <wim@fluendo.com>
 
        * gst/base/gstbasesink.c: (gst_base_sink_get_position):