[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gstreamer-cvs
Subject:    gst-plugins-base: gst-play: fix indentation
From:       tpm () kemper ! freedesktop ! org (Tim Müller)
Date:       2015-02-28 13:12:10
Message-ID: 20150228131210.8638B7633E () kemper ! freedesktop ! org
[Download RAW message or body]

Module: gst-plugins-base
Branch: master
Commit: a257fcf3669cf163c30f3b92a433f11d00f82ea0
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=a257fcf3669cf163c30f3b92a433f11d00f82ea0


Author: Tim-Philipp Müller <tim@centricular.com>
Date:   Sat Feb 28 11:37:27 2015 +0000

gst-play: fix indentation

Prevent gst-indent from messing up indentation, it
really doesn't like the G_GNUC_PRINTF thing here.

---

 tools/gst-play.c |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tools/gst-play.c b/tools/gst-play.c
index 6dacede..a314371 100644
--- a/tools/gst-play.c
+++ b/tools/gst-play.c
@@ -79,7 +79,10 @@ static void play_about_to_finish (GstElement * playbin, gpointer \
user_data);  static void play_reset (GstPlay * play);
 static void play_set_relative_volume (GstPlay * play, gdouble volume_step);
 
-G_GNUC_PRINTF (1, 2)
+/* *INDENT-OFF* */
+static void gst_play_printf (const gchar * format, ...) G_GNUC_PRINTF (1, 2);
+/* *INDENT-ON* */
+
 static void
 gst_play_printf (const gchar * format, ...)
 {


[Attachment #3 (text/plain)]

_______________________________________________
gstreamer-commits mailing list
gstreamer-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/gstreamer-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic