gstreamer/gst/rawparse
Nicolas Dufresne 2b4a173e89 rawvideoparse: Use GstValueArray for strides and offsets
This allow using those property through gst-launch-1.0. This type
gained a deserilizer recently. The syntax is: <val1, val2, ...>.
Note that we also use the type int instead of uint to avoid having
to cast when specifying the values. The deserilizers assume
int by default.

https://bugzilla.gnome.org/show_bug.cgi?id=780053
2017-03-24 13:50:06 -04:00
..
gstrawaudioparse.c docs: Convert gtkdoc comments to markdown 2017-03-10 18:19:17 -03:00
gstrawaudioparse.h rawparse: Whitespace cleanup 2016-11-28 14:26:17 +02:00
gstrawbaseparse.c rawbaseparse: Assert that frame size is > 0 2017-02-28 15:51:00 +02:00
gstrawbaseparse.h rawparse: Whitespace cleanup 2016-11-28 14:26:17 +02:00
gstrawvideoparse.c rawvideoparse: Use GstValueArray for strides and offsets 2017-03-24 13:50:06 -04:00
gstrawvideoparse.h rawparse: Whitespace cleanup 2016-11-28 14:26:17 +02:00
gstunalignedaudioparse.c rawparse: Whitespace cleanup 2016-11-28 14:26:17 +02:00
gstunalignedaudioparse.h rawparse: Add unaligned raw audio parsing to audioparse and add new element 2016-05-15 13:19:48 +03:00
gstunalignedvideoparse.c rawparse: Whitespace cleanup 2016-11-28 14:26:17 +02:00
gstunalignedvideoparse.h rawparse: Add new raw audio and video parser elements 2016-07-26 13:44:39 +03:00
Makefile.am rawparse: fix linking for audio/video libs 2017-02-25 19:20:19 +00:00
meson.build rawparse: Fix meson build 2017-02-25 15:14:07 +02:00
plugin.c rawparse: Move to gst-plugins-base 2017-02-25 14:48:40 +02:00
unalignedaudio.h rawparse: Add unaligned raw audio parsing to audioparse and add new element 2016-05-15 13:19:48 +03:00
unalignedvideo.h rawparse: Add new raw audio and video parser elements 2016-07-26 13:44:39 +03:00