summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2011-02-18 15:05:31 +0200
committerStefan Kost <ensonic@users.sf.net>2011-02-18 15:05:31 +0200
commit7a7e76981698309da4e14fad92e07f01a301e914 (patch)
tree65f2e7d52eb4684b79fc2ef29d7d5e1ba1a0e665 /gst-libs
parent81e52d5585b58febd2def49054a4d8cf10a48735 (diff)
downloadgstreamer-plugins-bad-7a7e76981698309da4e14fad92e07f01a301e914.tar.gz
baseparse: trim trailing whitespace
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/baseparse/gstbaseparse.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/gst-libs/gst/baseparse/gstbaseparse.c b/gst-libs/gst/baseparse/gstbaseparse.c
index 456eab88c..df7aed7dc 100644
--- a/gst-libs/gst/baseparse/gstbaseparse.c
+++ b/gst-libs/gst/baseparse/gstbaseparse.c
@@ -24,7 +24,7 @@
* @short_description: Base class for stream parsers
* @see_also: #GstBaseTransform
*
- * This base class is for parser elements that process data and splits it
+ * This base class is for parser elements that process data and splits it
* into separate audio/video/whatever frames.
*
* It provides for:
@@ -58,7 +58,7 @@
* </para></listitem>
* <listitem><para>
* At least in this point subclass needs to tell the GstBaseParse class
- * how big data chunks it wants to receive (min_frame_size). It can do
+ * how big data chunks it wants to receive (min_frame_size). It can do
* this with @gst_base_parse_set_min_frame_size.
* </para></listitem>
* <listitem><para>
@@ -71,7 +71,7 @@
* <itemizedlist>
* <title>Parsing phase</title>
* <listitem><para>
- * GstBaseParse gathers at least min_frame_size bytes of data either
+ * GstBaseParse gathers at least min_frame_size bytes of data either
* by pulling it from upstream or collecting buffers into internal
* #GstAdapter.
* </para></listitem>
@@ -123,8 +123,8 @@
* </orderedlist>
*
* Subclass is responsible for providing pad template caps for
- * source and sink pads. The pads need to be named "sink" and "src". It also
- * needs to set the fixed caps on srcpad, when the format is ensured (e.g.
+ * source and sink pads. The pads need to be named "sink" and "src". It also
+ * needs to set the fixed caps on srcpad, when the format is ensured (e.g.
* when base class calls subclass' @set_sink_caps function).
*
* This base class uses GST_FORMAT_DEFAULT as a meaning of frames. So,
@@ -637,7 +637,7 @@ gst_base_parse_reset (GstBaseParse * parse)
* in order to find the following frame header.
*
* Default callback for check_valid_frame.
- *
+ *
* Returns: Always TRUE.
*/
static gboolean
@@ -874,7 +874,7 @@ gst_base_parse_sink_eventfunc (GstBaseParse * parse, GstEvent * event)
"start = %" GST_TIME_FORMAT ", stop = %" GST_TIME_FORMAT,
GST_TIME_ARGS (seg_start), GST_TIME_ARGS (seg_stop));
} else if (format != GST_FORMAT_TIME) {
- /* Unknown incoming segment format. Output a default open-ended
+ /* Unknown incoming segment format. Output a default open-ended
* TIME segment */
gst_event_unref (event);
event = gst_event_new_new_segment_full (update, rate, applied_rate,