banshee r5177 - in trunk/banshee: . libbanshee



Author: gburt
Date: Thu Apr  2 02:11:30 2009
New Revision: 5177
URL: http://svn.gnome.org/viewvc/banshee?rev=5177&view=rev

Log:
2009-04-01  Gabriel Burt  <gabriel burt gmail com>

	* libbanshee/banshee-bpmdetector.c: Fix warnings.

Modified:
   trunk/banshee/ChangeLog
   trunk/banshee/libbanshee/banshee-bpmdetector.c

Modified: trunk/banshee/libbanshee/banshee-bpmdetector.c
==============================================================================
--- trunk/banshee/libbanshee/banshee-bpmdetector.c	(original)
+++ trunk/banshee/libbanshee/banshee-bpmdetector.c	Thu Apr  2 02:11:30 2009
@@ -48,9 +48,12 @@
 struct BansheeBpmDetector {
     gboolean is_detecting;
 
-    // You can run this pipeline on the cmd line with:
-    //   gst-launch -m filesrc location=/path/to/my.mp3 ! decodebin ! \
-    //     audioconvert ! bpmdetect ! fakesink
+    /*
+     * You can run this pipeline on the cmd line with:
+     * gst-launch -m filesrc location=/path/to/my.mp3 ! decodebin ! \
+     *    audioconvert ! bpmdetect ! fakesink
+     */
+
     GstElement *pipeline;
     GstElement *filesrc;
     GstElement *decodebin;
@@ -290,7 +293,7 @@
 bbd_process_file (BansheeBpmDetector *detector, const gchar *path)
 {
     static GstFormat format = GST_FORMAT_TIME;
-    gint64 duration, duration_ms, start_ms, end_ms;
+    //gint64 duration, duration_ms, start_ms, end_ms;
 
     g_return_val_if_fail (detector != NULL, FALSE);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]