mpegts: remove insignificant trailing whitespace from lines of files in the MPEG...
authorRussel Winder <russel@winder.org.uk>
Mon, 5 Nov 2018 15:21:35 +0000 (15:21 +0000)
committerRussel Winder <russel@winder.org.uk>
Mon, 5 Nov 2018 16:18:26 +0000 (16:18 +0000)
gst-libs/gst/mpegts/gst-atsc-section.h
gst-libs/gst/mpegts/gst-dvb-descriptor.h
gst-libs/gst/mpegts/gst-dvb-section.c
gst-libs/gst/mpegts/gst-dvb-section.h
gst-libs/gst/mpegts/gst-scte-section.h
gst-libs/gst/mpegts/gstmpegtsdescriptor.h
gst-libs/gst/mpegts/gstmpegtssection.h

index 87d3b3e..ca35321 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * mpegtspacketizer.h - 
+ * mpegtspacketizer.h -
  * Copyright (C) 2013 Edward Hervey
- * 
+ *
  * Authors:
  *   Edward Hervey <edward@collabora.com>
  *
index 5d1f5f9..5235baa 100644 (file)
@@ -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;
index 58f71f6..71fc65c 100644 (file)
@@ -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
index a99036d..28b4e1b 100644 (file)
@@ -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,
index babab34..34c43cd 100644 (file)
@@ -100,4 +100,3 @@ typedef enum {
 G_END_DECLS
 
 #endif  /* GST_SCTE_SECTION_H */
-
index 825b8aa..c04d723 100644 (file)
@@ -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;
index 3b8846c..6054edf 100644 (file)
@@ -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);