ahamedsajeer.15
0f15b58453
gst-plugin-tutorial: Add markdown of tutorial from blog post and updating to latest version
2019-06-03 13:20:32 +03:00
Sebastian Dröge
a11550a59d
CI: Update minimum supported Rust version to 1.34
...
To be in sync with gstreamer-rs.
2019-06-03 13:04:50 +03:00
Guillaume Desmottes
f867673853
sodium: remove 'rs' prefix from elements
2019-05-29 15:43:56 +05:30
Guillaume Desmottes
3e01736caf
sodium: rename plugin to 'gstsodium'
2019-05-29 15:43:12 +05:30
Guillaume Desmottes
aa12b6bdc2
cdg: rename plugin to gstcdg
...
No need to prefix it with 'rs', there is no other CDG implementation in
GStreamer.
2019-05-29 11:42:41 +05:30
Sebastian Dröge
06bb9e1da7
s3: Fix plugin name
2019-05-28 14:14:07 +00:00
Guillaume Desmottes
a710cd0751
cdg: fix plugin name
...
The plugin name needs to match the lib name so plugin entry points are
properly named.
Fix regression introduced when switching to the new plugin symbols.
2019-05-28 15:43:49 +05:30
Sebastian Dröge
2fc89ced15
Fix various compiler warnings
2019-05-28 04:43:54 +02:00
Sebastian Dröge
fbee00caab
Update for gstreamer gst_plugin_define! API changes
2019-05-27 20:31:39 +00:00
Arun Raghavan
e70937a8d7
Update URIHander::set_uri based on gstreamer-rs API changes
...
Went from Option<String> to &str.
2019-05-27 14:41:58 +00:00
Sebastian Dröge
857800b7b6
rav1enc: Set chroma site and colorimetry from the caps
2019-05-26 17:16:21 +02:00
Sebastian Dröge
2af9057200
rav1enc: Minor cleanup
2019-05-26 16:26:30 +02:00
Arun Raghavan
a7d24506c2
Add a plugin to read data from Amazon S3
...
Moving from https://github.com/ford-prefect/gst-plugin-s3/ to have these
plugins in a central location.
2019-05-25 16:57:39 +02:00
Guillaume Desmottes
c46ec64b03
cdg: update image and cdg_renderer deps
2019-05-25 15:42:01 +02:00
Sebastian Dröge
150f672fde
rav1e: Add AV1 encoder around rav1e crate
2019-05-25 15:01:18 +02:00
Sebastian Dröge
fda1233163
Update some dependencies
2019-05-24 13:33:51 +02:00
Sebastian Dröge
9bccc50add
Update for gstreamer-rs API changes
2019-05-24 13:09:32 +02:00
Guillaume Desmottes
d7125aee68
Cargo: set opt-level to 1 in dev builds
...
We need some level of optimizations so the CDG decoder is usable in dev
build. '1' is suitable for debugging according to the doc.
2019-05-23 16:49:13 +02:00
Guillaume Desmottes
cfe660ae82
cdg: add cdgdec element
...
CDG video decoder used to render karaoke videos.
Acting as a parser for now as we don't have cdgparse yet. I'll probably
implement it at some point once we have GstBaseParse bindings.
2019-05-23 16:49:13 +02:00
Ruben Gonzalez
2802a6fc97
Merge pull request #25 from o-reo/freeze_dependencies
...
freeze dependencies
2019-05-16 16:04:14 +02:00
o-reo
81cde09641
compile: freeze gstreamer-rs dependencies
2019-05-16 15:08:10 +02:00
Jordan Petridis
8c03237949
Add libsodium-based encrypter/decrypter elements
...
With some changes by Sebastian Dröge <sebastian@centricular.com>
2019-05-09 12:29:39 +03:00
Ruben Gonzalez
6cc722af25
Merge pull request #24 from o-reo/fix_element_register
...
fix element register due to gstreamer rs update
2019-04-26 11:00:38 +02:00
Sebastian Dröge
075cb97b3f
tutorial/sinesrc: Simplify query handling code
2019-04-24 12:11:51 +03:00
Sebastian Dröge
8b49953a7a
Update CI for 1.16
2019-04-24 12:07:08 +03:00
Sebastian Dröge
b6cd1cf6a9
tutorial: Add a Bin subclass example
...
This is a simple bin containing a progressreport element. The messages
of the progressreport are caught and printed to stdout instead of
forwarding to the application.
2019-04-24 12:07:08 +03:00
Sebastian Dröge
8486fb0b41
threadshare/tcpclientsrc: Fix build of test with changes gst::Sample API
2019-04-23 21:35:51 +03:00
o-reo
c1eecbc5c4
fix element register due to gstreamer rs update
2019-04-23 16:17:29 +02:00
Jordan Petridis
34c7a541f6
CI: build and test with all-features and examples
2019-04-22 10:58:02 +03:00
Jordan Petridis
83c53c6802
togglerecord: Update the gtk example to the exlicit-some api changes
...
Left over from 129f6a28b0
2019-04-22 09:41:42 +03:00
Sebastian Dröge
129f6a28b0
Update for gstreamer-rs/glib/etc API changes and add more explicit Some()
2019-04-16 10:10:16 +03:00
Sebastian Dröge
f5b88d37c5
threadshare: Don't drift slowly when throttling the main context
...
Instead of taking a new time every iteration, take it once in the
beginning and add our wait time on every iteration. This prevents
accumulating errors and slowly drifting.
2019-04-15 18:43:01 +03:00
rubenrua
6dc39b2dea
Fix rust fmt
2019-03-26 17:41:28 +01:00
Ruben Gonzalez
fb56cdc87c
Merge pull request #21 from o-reo/master
...
FIX changed return for gstreamer functions, fixed NDI frames memory leaks
2019-03-26 17:37:51 +01:00
Mathieu Duponchelle
50b9654af5
mccparse: implement seeking
2019-03-22 14:08:54 +00:00
Ruben Gonzalez
2794366186
Update license ( fix #22 )
...
Use the same GStreamer license
2019-03-18 18:24:37 +01:00
Abdul Rehman
2f3139dea2
ts-udpsrc: Add retrieve-sender-address property
...
Fixes #41
2019-03-13 21:07:53 +05:00
o-reo
16139c4565
FIX: Removed NDI free fctns when receiving NDI frame type none
2019-03-06 17:57:28 +01:00
o-reo
547df0f042
FIX: left a bracked after unsafe block refactoring
2019-03-06 16:16:47 +01:00
o-reo
dc2591ab45
FIX: Removed unncessary NDI free methods
...
- when looping until a specific frame typeis returned no free are needed
2019-03-05 17:59:44 +01:00
o-reo
7c98b2e830
STYLE: clean useless comment
2019-03-04 15:21:01 +01:00
o-reo
761d7ae7ef
FIX: Fixed NDI frames memory leaks
2019-03-01 11:24:54 +01:00
o-reo
a407346053
ENH: Changed error message on start to notfound
2019-02-28 13:27:38 +01:00
o-reo
1bacf8237b
ENH: Error handling on fn start
2019-02-28 12:13:40 +01:00
o-reo
f74b0b4088
FIX: changed return bool to errorMessages
2019-02-28 11:43:31 +01:00
o-reo
c1f0b8e941
WIP: changed return type for status_change, start, stop, change_caps,...
2019-02-28 10:55:01 +01:00
Sebastian Dröge
cdbd5c3c91
mccenc: Fix expected test output to contain the new version number
2019-02-22 16:48:49 +02:00
Sebastian Dröge
afe8e8e32b
Update versions to 0.5.0
2019-02-22 13:27:47 +02:00
Sebastian Dröge
ff6e54c690
Update dependency versions
2019-02-22 13:17:54 +02:00
Sebastian Dröge
aa325ea98d
Fix various clippy warnings
2019-02-21 20:12:09 +02:00