summaryrefslogtreecommitdiff
path: root/gst-libs/gst/mpegts
diff options
context:
space:
mode:
authorRussel Winder <russel@winder.org.uk>2018-11-05 15:21:35 +0000
committerRussel Winder <russel@winder.org.uk>2018-11-05 16:18:26 +0000
commit4d67ecca33b89ddb546f1c7fd03ded719173833e (patch)
tree42f91c5f1be063870a5ee5b81106387a59fce257 /gst-libs/gst/mpegts
parent1a360a1c651ef4eebcb91017545bfb55ed6e0986 (diff)
downloadgstreamer-plugins-bad-4d67ecca33b89ddb546f1c7fd03ded719173833e.tar.gz
mpegts: remove insignificant trailing whitespace from lines of files in the MPEG-TS library.
Diffstat (limited to 'gst-libs/gst/mpegts')
-rw-r--r--gst-libs/gst/mpegts/gst-atsc-section.h4
-rw-r--r--gst-libs/gst/mpegts/gst-dvb-descriptor.h6
-rw-r--r--gst-libs/gst/mpegts/gst-dvb-section.c2
-rw-r--r--gst-libs/gst/mpegts/gst-dvb-section.h8
-rw-r--r--gst-libs/gst/mpegts/gst-scte-section.h1
-rw-r--r--gst-libs/gst/mpegts/gstmpegtsdescriptor.h6
-rw-r--r--gst-libs/gst/mpegts/gstmpegtssection.h22
7 files changed, 24 insertions, 25 deletions
diff --git a/gst-libs/gst/mpegts/gst-atsc-section.h b/gst-libs/gst/mpegts/gst-atsc-section.h
index 87d3b3ec8..ca353211d 100644
--- a/gst-libs/gst/mpegts/gst-atsc-section.h
+++ b/gst-libs/gst/mpegts/gst-atsc-section.h
@@ -1,7 +1,7 @@
/*
- * mpegtspacketizer.h -
+ * mpegtspacketizer.h -
* Copyright (C) 2013 Edward Hervey
- *
+ *
* Authors:
* Edward Hervey <edward@collabora.com>
*
diff --git a/gst-libs/gst/mpegts/gst-dvb-descriptor.h b/gst-libs/gst/mpegts/gst-dvb-descriptor.h
index 5d1f5f9bb..5235baa5e 100644
--- a/gst-libs/gst/mpegts/gst-dvb-descriptor.h
+++ b/gst-libs/gst/mpegts/gst-dvb-descriptor.h
@@ -1,7 +1,7 @@
/*
- * gstmpegtsdescriptor.h -
+ * gstmpegtsdescriptor.h -
* Copyright (C) 2013 Edward Hervey
- *
+ *
* Authors:
* Edward Hervey <edward@collabora.com>
*
@@ -243,7 +243,7 @@ struct _GstMpegtsSatelliteDeliverySystemDescriptor
{
guint32 frequency;
gfloat orbital_position;
- gboolean west_east;
+ gboolean west_east;
GstMpegtsSatellitePolarizationType polarization;
GstMpegtsSatelliteRolloff roll_off;
diff --git a/gst-libs/gst/mpegts/gst-dvb-section.c b/gst-libs/gst/mpegts/gst-dvb-section.c
index 58f71f610..71fc65c0e 100644
--- a/gst-libs/gst/mpegts/gst-dvb-section.c
+++ b/gst-libs/gst/mpegts/gst-dvb-section.c
@@ -50,7 +50,7 @@
/*
* TODO
*
- * * Check minimum size for section parsing in the various
+ * * Check minimum size for section parsing in the various
* gst_mpegts_section_get_<tabld>() methods
*
* * Implement parsing code for
diff --git a/gst-libs/gst/mpegts/gst-dvb-section.h b/gst-libs/gst/mpegts/gst-dvb-section.h
index a99036d93..28b4e1bf4 100644
--- a/gst-libs/gst/mpegts/gst-dvb-section.h
+++ b/gst-libs/gst/mpegts/gst-dvb-section.h
@@ -1,7 +1,7 @@
/*
- * mpegtspacketizer.h -
+ * mpegtspacketizer.h -
* Copyright (C) 2013 Edward Hervey
- *
+ *
* Authors:
* Edward Hervey <edward@collabora.com>
*
@@ -64,7 +64,7 @@ typedef enum {
GST_MTS_TABLE_ID_CONTAINER = 0x75,
GST_MTS_TABLE_ID_RELATED_CONTENT = 0x76,
GST_MTS_TABLE_ID_CONTENT_IDENTIFIER = 0x77,
-
+
/* EN 301 192 (DVB specification for data broadcasting) */
GST_MTS_TABLE_ID_MPE_FEC = 0x78,
@@ -73,7 +73,7 @@ typedef enum {
/* TS 102 772 (DVB-SH Multi-Protocol Encapsulation) */
GST_MTS_TABLE_ID_MPE_IFEC = 0x7A,
-
+
/* EN 300 468 (DVB) v 1.12.1 */
GST_MTS_TABLE_ID_DISCONTINUITY_INFORMATION = 0x7E,
GST_MTS_TABLE_ID_SELECTION_INFORMATION = 0x7F,
diff --git a/gst-libs/gst/mpegts/gst-scte-section.h b/gst-libs/gst/mpegts/gst-scte-section.h
index babab342d..34c43cdb5 100644
--- a/gst-libs/gst/mpegts/gst-scte-section.h
+++ b/gst-libs/gst/mpegts/gst-scte-section.h
@@ -100,4 +100,3 @@ typedef enum {
G_END_DECLS
#endif /* GST_SCTE_SECTION_H */
-
diff --git a/gst-libs/gst/mpegts/gstmpegtsdescriptor.h b/gst-libs/gst/mpegts/gstmpegtsdescriptor.h
index 825b8aaf8..c04d72307 100644
--- a/gst-libs/gst/mpegts/gstmpegtsdescriptor.h
+++ b/gst-libs/gst/mpegts/gstmpegtsdescriptor.h
@@ -1,7 +1,7 @@
/*
- * gstmpegtsdescriptor.h -
+ * gstmpegtsdescriptor.h -
* Copyright (C) 2013 Edward Hervey
- *
+ *
* Authors:
* Edward Hervey <edward@collabora.com>
*
@@ -233,7 +233,7 @@ typedef enum {
GST_MTS_DESC_ISDB_CONTENT_AVAILABILITY = 0xde,
/* ... */
GST_MTS_DESC_ISDB_SERVICE_GROUP = 0xe0
-
+
} GstMpegtsISDBDescriptorType;
typedef struct _GstMpegtsDescriptor GstMpegtsDescriptor;
diff --git a/gst-libs/gst/mpegts/gstmpegtssection.h b/gst-libs/gst/mpegts/gstmpegtssection.h
index 3b8846c8a..6054edfe1 100644
--- a/gst-libs/gst/mpegts/gstmpegtssection.h
+++ b/gst-libs/gst/mpegts/gstmpegtssection.h
@@ -1,7 +1,7 @@
/*
- * mpegtspacketizer.h -
+ * mpegtspacketizer.h -
* Copyright (C) 2013 Edward Hervey
- *
+ *
* Authors:
* Edward Hervey <edward@collabora.com>
*
@@ -63,15 +63,15 @@ GType gst_mpegts_section_get_type (void);
*/
typedef enum {
GST_MPEGTS_SECTION_UNKNOWN = 0,
- GST_MPEGTS_SECTION_PAT,
- GST_MPEGTS_SECTION_PMT,
- GST_MPEGTS_SECTION_CAT,
+ GST_MPEGTS_SECTION_PAT,
+ GST_MPEGTS_SECTION_PMT,
+ GST_MPEGTS_SECTION_CAT,
GST_MPEGTS_SECTION_TSDT,
- GST_MPEGTS_SECTION_EIT,
- GST_MPEGTS_SECTION_NIT,
- GST_MPEGTS_SECTION_BAT,
- GST_MPEGTS_SECTION_SDT,
- GST_MPEGTS_SECTION_TDT,
+ GST_MPEGTS_SECTION_EIT,
+ GST_MPEGTS_SECTION_NIT,
+ GST_MPEGTS_SECTION_BAT,
+ GST_MPEGTS_SECTION_SDT,
+ GST_MPEGTS_SECTION_TDT,
GST_MPEGTS_SECTION_TOT,
GST_MPEGTS_SECTION_ATSC_TVCT,
GST_MPEGTS_SECTION_ATSC_CVCT,
@@ -114,7 +114,7 @@ typedef enum {
/* Unset */
GST_MTS_TABLE_ID_UNSET = 0xFF
-
+
} GstMpegtsSectionTableID;
typedef gboolean (*GstMpegtsPacketizeFunc) (GstMpegtsSection *section);