gst-plugins-rs/gst-plugin-closedcaption/src
Sebastian Dröge 09d7555653 scc_enc: Don't assert if we're trying to write a line without anything buffered
This can happen at EOS if everything was fully written out before
already, for example.
2019-02-12 14:35:22 +02:00
..
lib.rs closedcaption: Add SCC parser and encoder plugins 2019-02-08 23:44:28 +02:00
line_reader.rs closedcaption: Add closed caption plugin with an MCC parser and encoder 2019-01-13 14:23:31 +02:00
mcc_enc.rs mcc_enc: Set buffer metadata for outgoing buffers 2019-02-07 15:35:48 +02:00
mcc_enc_headers.rs closedcaption: Add closed caption plugin with an MCC parser and encoder 2019-01-13 14:23:31 +02:00
mcc_parse.rs mcc_parse: On FlushStop reset all of the state 2019-02-08 23:44:28 +02:00
mcc_parser.rs closedcaption: Add closed caption plugin with an MCC parser and encoder 2019-01-13 14:23:31 +02:00
scc_enc.rs scc_enc: Don't assert if we're trying to write a line without anything buffered 2019-02-12 14:35:22 +02:00
scc_parse.rs scc_parse: Don't send a new caps event for every new line 2019-02-12 14:34:19 +02:00
scc_parser.rs closedcaption: Add SCC parser and encoder plugins 2019-02-08 23:44:28 +02:00