Lines Matching defs:_GstQTMuxPad
99 struct _GstQTMuxPad struct
101 GstAggregatorPad parent;
103 guint32 trak_timescale;
106 guint32 fourcc;
108 gboolean is_out_of_order;
110 guint sample_size;
112 gboolean sync;
115 gboolean sparse;
117 guint32 avg_bitrate, max_bitrate;
119 guint expected_sample_duration_n;
120 guint expected_sample_duration_d;
123 guint64 total_bytes;
124 guint64 total_duration;
126 GstBuffer *last_buf;
128 GstClockTime last_dts;
129 guint64 sample_offset;
133 gboolean warned_empty_duration;
136 GstClockTime dts_adjustment;
141 GstClockTime first_ts;
142 GstClockTime first_dts;
144 gint64 dts; /* the signed version of the DTS converted to running time. */
148 AtomTRAK *trak;
149 AtomTRAK *tc_trak;
150 SampleTableEntry *trak_ste;
153 AtomTRAF *traf;
157 gint64 fragment_duration;
159 AtomTFRA *tfra;
162 gboolean tags_changed;
164 GstTagList *tags;
188 struct _GstQTMuxPadClass argument