gstreamer/gst
Nicolas Dufresne 18917de956 audiomixmatrix: Remove property matrix-value-array
This duplicated property is no longer needed as there is now API to
allow bindings access GST_TYPE_ARRAY (see gst_util_get/set/object_array).
Additionnally, Python has proper overrides which will make this looks
like Python. A 2x2 matrix would be set this way:

  element = matrix = Gst.ValueArray(Gst.ValueArray([1.0, -1.0]),
      Gst.ValueArray([1.0, -1.0))

Notice that you need to "cast" each arrays to Gst.ValueArray, otherwise
there is an ambiguity between Gst.ValueArray and Gst.ValueList list type.
Fortunatly, Gst.ValueArray implements the Sequence interface, so it can
be indexed like normal python matrix.
2017-03-27 13:58:24 -04:00
..
accurip Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
adpcmdec Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
adpcmenc Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
aiff Use the new API to post flow ERROR messages on the bus 2016-08-26 19:23:31 -03:00
asfmux Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
audiobuffersplit audiobuffersplit: Install srcpad query function on the srcpad, not the sinkpad 2017-03-22 13:23:11 +02:00
audiofxbad Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
audiomixer Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
audiomixmatrix audiomixmatrix: Remove property matrix-value-array 2017-03-27 13:58:24 -04:00
audiovisualizers Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
autoconvert autoconvert: fix a reconfigure event leak 2017-01-02 19:52:33 -03:00
bayer bayer: fix stride inconsistencies for odd widths 2016-11-01 19:35:47 +02:00
camerabin2 Rename plugin filesnames to match plugin names 2017-03-08 20:04:23 -05:00
coloreffects Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
compositor glvideomixer/compositor: Correctly error out if calculating DAR fails 2017-02-28 13:06:41 +02:00
debugutils Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
dvbsuboverlay Update for 'mad' mp3 decoder removal 2017-03-20 17:15:54 +00:00
dvdspu dvdspu: Handle vob display rect starting on an odd line 2017-01-18 13:31:24 +11:00
festival Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
fieldanalysis Explicitly define float constants as float 2016-10-27 23:06:26 +05:30
freeverb Explicitly define float constants as float 2016-10-27 23:06:26 +05:30
frei0r Fix some caps leaks in pad template creation code 2017-01-03 10:02:58 +00:00
gaudieffects Explicitly define float constants as float 2016-10-27 23:06:26 +05:30
gdp Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
geometrictransform mirror: Fix documentation for the mirror mode 2016-12-16 13:26:50 +02:00
id3tag Fix some MSVC warnings about const-ness 2016-11-15 14:53:49 +02:00
inter Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
interlace interlace: Writing field-order into the src caps 2016-11-30 18:50:41 +02:00
ivfparse Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
ivtc Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
jp2kdecimator Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
jpegformat jpegparse: Chain up to parent class' sink event handler 2017-01-10 17:38:44 +02:00
librfb Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
midi Use the new API to post flow ERROR messages on the bus 2016-08-26 19:23:31 -03:00
mpegdemux mpegdemux: Add stream-format to the H.264 caps. 2017-02-01 14:46:15 +11:00
mpegpsmux gst: Fix caps leak 2016-11-30 09:59:08 +02:00
mpegtsdemux mpegtsdemux: Fix wrong usage of '<<' operator 2017-02-28 09:27:41 +01:00
mpegtsmux mpegtsmux: fix buffer size mismatch in M2TS mode 2016-10-17 12:32:58 +01:00
mxf meson: dist meson build files 2017-02-14 20:19:44 +00:00
netsim bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
onvif Rename plugin filesnames to match plugin names 2017-03-08 20:04:23 -05:00
pcapparse Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
pnm Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
rawparse rawparse: Move to gst-plugins-base and keep legacy audioparse/videoparse here 2017-02-25 14:52:38 +02:00
removesilence Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
sdp Rename plugin filesnames to match plugin names 2017-03-08 20:04:23 -05:00
segmentclip meson: Add missing gstvideo dep to segmentclip 2016-10-18 13:01:04 +05:30
siren Rename plugin filesnames to match plugin names 2017-03-08 20:04:23 -05:00
smooth Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
speed Update for 'mad' mp3 decoder removal 2017-03-20 17:15:54 +00:00
stereo Explicitly define float constants as float 2016-10-27 23:06:26 +05:30
subenc Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
timecode timecodestamper: Only unref daily jam if not NULL 2017-03-08 15:52:43 +02:00
videofilters Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
videoframe_audiolevel Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
videoparsers h264parse: frame->buffer can't be NULL in pre_push_frame() 2017-03-08 14:22:52 +02:00
videosignal videoanalyse: update docs 2016-12-31 10:51:04 +00:00
vmnc vmncdec: Sanity-check rectangle sizes a bit more thorough 2016-12-06 07:59:51 +02:00
y4m Add support for Meson as alternative/parallel build system 2016-08-20 11:35:54 +01:00
yadif gst: Fix more mentions of interlaced-mode to say interlace-mode 2016-11-04 16:26:50 +02:00
Makefile.am build: build plugins and examples in parallel where possible, if make -jN is used 2010-03-30 01:17:15 +01:00
meson.build meson: Added meson.build for audiomixmatrix and timecode 2017-02-24 10:10:07 +02:00