Home
last modified time | relevance | path

Searched refs:flacparse (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstflacparse.c187 flacparse, gboolean is_last);
192 static gboolean gst_flac_parse_handle_block_type (GstFlacParse * flacparse,
220 GST_ELEMENT_REGISTER_DEFINE (flacparse, "flacparse",
266 gst_flac_parse_init (GstFlacParse * flacparse) in gst_flac_parse_init() argument
268 flacparse->check_frame_checksums = DEFAULT_CHECK_FRAME_CHECKSUMS; in gst_flac_parse_init()
269 GST_PAD_SET_ACCEPT_INTERSECT (GST_BASE_PARSE_SINK_PAD (flacparse)); in gst_flac_parse_init()
270 GST_PAD_SET_ACCEPT_TEMPLATE (GST_BASE_PARSE_SINK_PAD (flacparse)); in gst_flac_parse_init()
277 GstFlacParse *flacparse = GST_FLAC_PARSE (object); in gst_flac_parse_set_property() local
281 flacparse->check_frame_checksums = g_value_get_boolean (value); in gst_flac_parse_set_property()
293 GstFlacParse *flacparse = GST_FLAC_PARSE (object); in gst_flac_parse_get_property() local
[all …]
Dplugin.c37 ret |= GST_ELEMENT_REGISTER (flacparse, plugin); in plugin_init()
43 ret |= GST_ELEMENT_REGISTER (flacparse, plugin); in plugin_init()
Dgstaudioparserselements.h32 GST_ELEMENT_REGISTER_DECLARE (flacparse);
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dflacparse.c285 GST_CHECK_MAIN (flacparse);
/third_party/gstreamer/gstplugins_good/tests/check/
Dmeson.build37 [ 'elements/flacparse', false, [libparser_dep] ],
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dporting-list-0.11.txt100 * -good audioparsers: flacparse: FLAC audio parser
/third_party/gstreamer/gstreamer/docs/random/
Dporting-to-1.0.txt739 filesrc ! flacparse ! flacdec ! audioconvert ! pulsesink
/third_party/gstreamer/gstplugins_good/
DChangeLog10869 flacparse: fix broken reordering of flac metadata
10871 last metadata block. The existing flacparse code moves any existing
13540 pre_push_frame (flacparse and mpegaudioparse) at the time, had the flag
16978 flacparse: On sink caps change restart parser
19866 flacparse: Drain the parser when a CAPS event is received
19877 rtpgstdepay ! flacparse ! flacdec ! audioconvert ! pulsesin
22096 Revert "flacparse: fix header rewriting being ignored"
22154 flacparse: Request at least the full header size when parsing headers
26226 flacparse: fix playback if sample number does not start at 0
26234 Revert "flacparse: fix playback if sample number does not start at 0"
[all …]
/third_party/gstreamer/gstplugins_bad/
DChangeLog168324 * tests/check/elements/flacparse.c:
171169 flacparse: mind gst_buffer_unref not liking NULL
171657 flacparse: Fix unitialized variable on macosx
174558 flacparse: parse seektable
174564 flacparse: minor refactor and enable default baseparse segment clipping
175760 flacparse: tweak setting buffer metadata; avoid timestamp jitter
175806 * tests/check/elements/flacparse.c:
175807 flacparse: Adjust unit tests to new flacparse behaviour
175808 Garbage after frames is now included in the frames because flacparse
175817 flacparse: Don't drop the last frame if it is followed by garbage
[all …]
/third_party/gstreamer/gstreamer/
DChangeLog46726 Fixes seeking in DEFAULT (sample) format with flacparse,
67674 This is useful for parser like flacparse or h264parse which may need to process
68442 (aacparse, amrparse, flacparse). Fixes #580133.
68447 baseparse: Fix slightly broken buffer-in-segment check (aacparse, amrparse, flacparse)
74387 This alone makes flacparse about 3 times faster.
/third_party/gstreamer/gstplugins_base/
DChangeLog97555 Fixes "Trying to dispose object "flacparse", but it still has a parent "registry0".
102267 * gst/flacparse/Makefile.am:
106583 inside vorbiscomments now. Parsing code taken from flacparse
129634 * gst/flacparse/Makefile.am:
129758 * gst/flacparse/Makefile.am: