~ubuntu-branches/ubuntu/precise/gst-plugins-bad0.10/precise-proposed

« back to all changes in this revision

Viewing changes to gst/mpegtsmux/tsmux/tsmuxcommon.h

Tags: upstream-0.10.17.2
Import upstream version 0.10.17.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
#define TSMUX_PACKET_FLAG_PES_WRITE_ESCR    (1 << 11)
116
116
#define TSMUX_PACKET_FLAG_PES_EXT_STREAMID  (1 << 12)
117
117
 
 
118
/* PAT interval (1/10th sec) */
 
119
#define TSMUX_DEFAULT_PAT_INTERVAL (TSMUX_CLOCK_FREQ / 10)
 
120
/* PMT interval (1/10th sec) */
 
121
#define TSMUX_DEFAULT_PMT_INTERVAL (TSMUX_CLOCK_FREQ / 10)
 
122
 
118
123
typedef struct TsMuxPacketInfo TsMuxPacketInfo;
119
124
typedef struct TsMuxProgram TsMuxProgram;
120
125
typedef struct TsMuxStream TsMuxStream;