diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -1,5 +1,10 @@ 2007-01-25 Wim Taymans <wim@fluendo.com> + * configure.ac: + Bump required -core/-base to CVS + +2007-01-25 Wim Taymans <wim@fluendo.com> + * gst/rtp/gstrtpL16pay.c: (gst_rtp_L16_pay_setcaps), (gst_rtp_L16_pay_flush), (gst_rtp_L16_pay_handle_buffer): * gst/rtp/gstrtpL16pay.h: diff --git a/configure.ac b/configure.ac index 49751ca4..ae43de2d 100644 --- a/configure.ac +++ b/configure.ac @@ -44,8 +44,8 @@ dnl AS_LIBTOOL_TAGS AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** -GST_REQ=0.10.10.1 -GSTPB_REQ=0.10.10.1 +GST_REQ=0.10.11.1 +GSTPB_REQ=0.10.11.1 dnl *** autotools stuff **** |