Lines Matching refs:tsparse
16120 tsparse: Don't use non-object for debugging statement
16408 tsparse: Forward incoming timestamps
24595 mpegtsdemux: tests: Test that tsparse doesn't drop padding
24604 mpegtsdemux: Deliver all packets to tsparse
25153 mpegtsdemux: tests: Add simple tests for tsparse and tsdemux
25162 tsparse leaked input buffers quite badly:
25163 …GST_TRACER:9 gst-launch-1.0 audiotestsrc num-buffers=3 ! avenc_aac ! mpegtsmux ! tsparse ! fakesink
25168 tsparse to pass on the input buffer on the "src" pad. That commit
29282 tsparse: Add split-on-rai property
62565 tsparse: Convert PCR values immediately
77407 tsparse: Fix per-program-pad pushing
77418 pads, tsparse only wants to push the PMT corresponding to the requested
77419 program (and not the other ones). tsparse did that check by looking
77431 tsparse: Use GstFlowCombiner
96627 tsparse: fix timestamps not updating after a PMT change
104830 tsparse: Handle backward and discont timestamps better.
104835 configurable and match the smoothing-latency setting on tsparse
104844 tsparse: Implement timestamp/retimestamping of output buffers
104848 This allows tsparse to be used to stream an arbitrary mpeg-ts file,
112303 dvbbasebin: better error handling in case tsparse is missing
131522 tsparse: Add support for group-id in the stream-start event
131991 Depending on usage, tsparse and tsdemux might not need to be called
132150 By default it is disabled for tsparse and enabled for tsdemux, but there is
132292 downstream in the case of tsparse, or accumulating PES data for tsdemux)
132553 Usage is ./tsparse <any gst-launch line using tsdemux or tsparse>
132555 ./tsparse file:///some/mpegtsfile ! tsparse ! fakesink
132556 ./tsparse dvb://CHANNEL ! tsparse ! fakesink
132557 ./tsparse playbin uri=dvb://CHANNEL
132558 ./tsparse playbin uri=file:///some/mpegtsfile
132925 tsparse: Ensure initial events are sent in the right order
136835 tsparse: Ensure segment events are forwarded
149783 dvbbasebin: Switch to use tsparse
149826 tsparse: Push out buffer on main source pad
149835 tsparse will use it to push whole buffers (without copy) on the main
150769 tsparse: Rework handling and cleanups
152109 tsparse: Adapt to new packetizer API
161445 tsdemux/tsparse: Port to 0.11
190759 Roughly 10% performance boost in overall tsparse processing time.