Sebastian Dröge
ccfb8246be
Fix compilation after gstreamer-rs!383
2019-12-18 08:17:42 +02:00
Sebastian Dröge
074a82d8ad
Various fixes for from_string() -> from_str(), to_string() vs. to_str()
...
The latter also does not allocate.
2019-10-04 11:47:50 +03:00
Sebastian Dröge
f149f8f1b5
Don't use ONCE_INIT anymore now that Once::new() is const
2019-07-11 16:41:42 +03:00
Sebastian Dröge
924b89a880
closedcaption: Update version number in mcc_enc test
2019-07-07 13:36:25 +03:00
Sebastian Dröge
ea14f36a0d
Update for the TryInto/TryFrom gstreamer API changes
2019-06-03 19:47:26 +03:00
Mathieu Duponchelle
50b9654af5
mccparse: implement seeking
2019-03-22 14:08:54 +00:00
Sebastian Dröge
cdbd5c3c91
mccenc: Fix expected test output to contain the new version number
2019-02-22 16:48:49 +02:00
Jordan Petridis
e8c5884931
closedcaption: Add SCC parser and encoder plugins
2019-02-08 23:44:28 +02:00
Jordan Petridis
c4885c6aab
mcc_enc: Set buffer metadata for outgoing buffers
...
Copies the metadata over from the input buffers
2019-02-07 15:35:48 +02:00
Sebastian Dröge
ccc3652a1a
plugin::register_static() can fail so don't let it silently fail
2019-01-21 22:13:07 +02:00
Sebastian Dröge
d7fc5ca272
Set caps on the harness in tests before pushing the first buffer
...
Otherwise there will be warnings about data flow before segment events,
as harness is only sending the segment event together with the caps.
2019-01-21 17:34:44 +02:00
Jordan Petridis
45c765fb57
closedcaption: remove unnecessary extern crate declarations
...
The ones for gstreamer and glib are left there to avoid importing
the macros from weird paths, since the bindings are not yet ready
for this modules system
2019-01-13 14:23:31 +02:00
Sebastian Dröge
774110ec0a
closedcaption: Add closed caption plugin with an MCC parser and encoder
2019-01-13 14:23:31 +02:00