From 6dbfbead615389043b9422f6533591b1e9218749 Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Sat, 22 Oct 2016 11:08:18 +0900 Subject: [PATCH] urisourcebin: Remove trailing whitespace https://bugzilla.gnome.org/show_bug.cgi?id=773341 --- gst/playback/gsturisourcebin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/playback/gsturisourcebin.c b/gst/playback/gsturisourcebin.c index 9c9d1a5d99..a2f9a18682 100644 --- a/gst/playback/gsturisourcebin.c +++ b/gst/playback/gsturisourcebin.c @@ -468,7 +468,7 @@ gst_uri_source_bin_class_init (GstURISourceBinClass * klass) "Attempt download buffering when buffering network streams", DEFAULT_DOWNLOAD, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); - /** + /** * GstURISourceBin::use-buffering: * * Perform buffering using a queue2 element, and emit BUFFERING @@ -1277,7 +1277,7 @@ source_pad_event_probe (GstPad * pad, GstPadProbeInfo * info, } /* called when we found a raw pad to expose. We set up a - * padprobe to detect EOS before exposing the pad. + * padprobe to detect EOS before exposing the pad. * Called with LOCK held. */ static GstPad * create_output_pad (GstURISourceBin * urisrc, GstPad * pad)