gstaudiobasesink: Retarget FIXME to 2.0
authorReynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
Fri, 20 Dec 2013 20:10:44 +0000 (17:10 -0300)
committerReynaldo H. Verdejo Pinochet <r.verdejo@sisa.samsung.com>
Fri, 20 Dec 2013 20:48:22 +0000 (17:48 -0300)
Properly fixing this one would break API

gst-libs/gst/audio/gstaudiobasesink.c

index f963c49..173ec34 100644 (file)
@@ -80,7 +80,7 @@ enum
   LAST_SIGNAL
 };
 
-/* FIXME: 0.11, store the buffer_time and latency_time in nanoseconds */
+/* FIXME: 2.0, store the buffer_time and latency_time in nanoseconds */
 #define DEFAULT_BUFFER_TIME     ((200 * GST_MSECOND) / GST_USECOND)
 #define DEFAULT_LATENCY_TIME    ((10 * GST_MSECOND) / GST_USECOND)
 #define DEFAULT_PROVIDE_CLOCK   TRUE
@@ -900,7 +900,7 @@ gst_audio_base_sink_setcaps (GstBaseSink * bsink, GstCaps * caps)
       crate_denom);
 
   /* calculate actual latency and buffer times.
-   * FIXME: In 0.11, store the latency_time internally in ns */
+   * FIXME: In 2.0, store the latency_time internally in ns */
   spec->latency_time = gst_util_uint64_scale (spec->segsize,
       (GST_SECOND / GST_USECOND), spec->info.rate * spec->info.bpf);