mpegts: remove insignificant trailing whitespace from lines of files in the MPEG-TS library.

This commit is contained in:
Russel Winder 2018-11-05 15:21:35 +00:00
parent 1a360a1c65
commit 4d67ecca33
7 changed files with 24 additions and 25 deletions

View file

@ -1,7 +1,7 @@
/*
* mpegtspacketizer.h -
* mpegtspacketizer.h -
* Copyright (C) 2013 Edward Hervey
*
*
* Authors:
* Edward Hervey <edward@collabora.com>
*

View 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;

View 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

View 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,

View file

@ -100,4 +100,3 @@ typedef enum {
G_END_DECLS
#endif /* GST_SCTE_SECTION_H */

View 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;

View 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);