summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeungha Yang <sh.yang@lge.com>2016-10-25 21:06:40 +0900
committerEdward Hervey <bilboed@bilboed.com>2016-12-08 16:59:07 +0100
commit858ee3d9138287c9634a48954a77b8907ce15cc8 (patch)
treeb335c934521f011212237e2e5eaddabd909ed799
parentcbd4bcd7a48b4e3cd53a594c55c68cc1b1db167c (diff)
playback: Remove trailing whitespace
https://bugzilla.gnome.org/show_bug.cgi?id=773341
-rw-r--r--gst/playback/gstdecodebin3.c4
-rw-r--r--gst/playback/gstplaybin3.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/gst/playback/gstdecodebin3.c b/gst/playback/gstdecodebin3.c
index 5b33f85a7..ea46ed187 100644
--- a/gst/playback/gstdecodebin3.c
+++ b/gst/playback/gstdecodebin3.c
@@ -74,7 +74,7 @@
* Global design
*
* 1) From sink pad to elementary streams (GstParseBin)
- *
+ *
* The input sink pads are fed to GstParseBin. GstParseBin will feed them
* through typefind. When the caps are detected (or changed) we recursively
* figure out which demuxer, parser or depayloader is needed until we get to
@@ -1288,7 +1288,7 @@ get_output_for_slot (MultiQueueSlot * slot)
/*
* FIXME
- *
+ *
* This method needs to be split into multiple parts
*
* 1) Figure out whether stream should be exposed or not
diff --git a/gst/playback/gstplaybin3.c b/gst/playback/gstplaybin3.c
index 176a9f863..d23e7297b 100644
--- a/gst/playback/gstplaybin3.c
+++ b/gst/playback/gstplaybin3.c
@@ -3992,7 +3992,7 @@ autoplug_select_cb (GstElement * decodebin, GstPad * pad,
ave_list = g_list_prepend (ave_list, NULL);
}
- /* if it is a decoder and we don't have a fixed sink, then find out
+ /* if it is a decoder and we don't have a fixed sink, then find out
* the matching audio/video sink from GstAVElements list */
for (l = ave_list; l; l = l->next) {
gboolean created_sink = FALSE;
@@ -4180,7 +4180,7 @@ autoplug_select_cb (GstElement * decodebin, GstPad * pad,
}
/* remember the sink in the group now, the element is floating, we take
- * ownership now
+ * ownership now
*
* store the sink in the group, we will configure it later when we
* reconfigure the sink */