rtpbin: added option for setting min_ts_offset in ntp-sync mode
[platform/upstream/gstreamer.git] / subprojects / gst-plugins-good / docs / gst_plugins_cache.json
1 {
2     "1394": {
3         "description": "Source for video data via IEEE1394 interface",
4         "elements": {
5             "dv1394src": {
6                 "author": "Erik Walthinsen <omega@temple-baptist.com>, Daniel Fischer <dan@f3c.com>, Wim Taymans <wim@fluendo.com>, Zaheer Abbas Merali <zaheerabbas at merali dot org>",
7                 "description": "Source for DV video data from firewire port",
8                 "hierarchy": [
9                     "GstDV1394Src",
10                     "GstPushSrc",
11                     "GstBaseSrc",
12                     "GstElement",
13                     "GstObject",
14                     "GInitiallyUnowned",
15                     "GObject"
16                 ],
17                 "interfaces": [
18                     "GstURIHandler"
19                 ],
20                 "klass": "Source/Video",
21                 "long-name": "Firewire (1394) DV video source",
22                 "pad-templates": {
23                     "src": {
24                         "caps": "video/x-dv:\n         format: { NTSC, PAL }\n   systemstream: true\n",
25                         "direction": "src",
26                         "presence": "always"
27                     }
28                 },
29                 "properties": {
30                     "channel": {
31                         "blurb": "Channel number for listening",
32                         "conditionally-available": false,
33                         "construct": false,
34                         "construct-only": false,
35                         "controllable": false,
36                         "default": "63",
37                         "max": "64",
38                         "min": "0",
39                         "mutable": "null",
40                         "readable": true,
41                         "type": "gint",
42                         "writable": true
43                     },
44                     "consecutive": {
45                         "blurb": "send n consecutive frames after skipping",
46                         "conditionally-available": false,
47                         "construct": false,
48                         "construct-only": false,
49                         "controllable": false,
50                         "default": "1",
51                         "max": "2147483647",
52                         "min": "1",
53                         "mutable": "null",
54                         "readable": true,
55                         "type": "gint",
56                         "writable": true
57                     },
58                     "device-name": {
59                         "blurb": "user-friendly name of the device",
60                         "conditionally-available": false,
61                         "construct": false,
62                         "construct-only": false,
63                         "controllable": false,
64                         "default": "Default",
65                         "mutable": "null",
66                         "readable": true,
67                         "type": "gchararray",
68                         "writable": false
69                     },
70                     "drop-incomplete": {
71                         "blurb": "drop incomplete frames",
72                         "conditionally-available": false,
73                         "construct": false,
74                         "construct-only": false,
75                         "controllable": false,
76                         "default": "true",
77                         "mutable": "null",
78                         "readable": true,
79                         "type": "gboolean",
80                         "writable": true
81                     },
82                     "guid": {
83                         "blurb": "select one of multiple DV devices by its GUID. use a hexadecimal like 0xhhhhhhhhhhhhhhhh. (0 = no guid)",
84                         "conditionally-available": false,
85                         "construct": false,
86                         "construct-only": false,
87                         "controllable": false,
88                         "default": "0",
89                         "max": "18446744073709551615",
90                         "min": "0",
91                         "mutable": "null",
92                         "readable": true,
93                         "type": "guint64",
94                         "writable": true
95                     },
96                     "port": {
97                         "blurb": "Port number (-1 automatic)",
98                         "conditionally-available": false,
99                         "construct": false,
100                         "construct-only": false,
101                         "controllable": false,
102                         "default": "-1",
103                         "max": "16",
104                         "min": "-1",
105                         "mutable": "null",
106                         "readable": true,
107                         "type": "gint",
108                         "writable": true
109                     },
110                     "skip": {
111                         "blurb": "skip n frames",
112                         "conditionally-available": false,
113                         "construct": false,
114                         "construct-only": false,
115                         "controllable": false,
116                         "default": "0",
117                         "max": "2147483647",
118                         "min": "0",
119                         "mutable": "null",
120                         "readable": true,
121                         "type": "gint",
122                         "writable": true
123                     },
124                     "use-avc": {
125                         "blurb": "Use AV/C VTR control",
126                         "conditionally-available": false,
127                         "construct": false,
128                         "construct-only": false,
129                         "controllable": false,
130                         "default": "true",
131                         "mutable": "null",
132                         "readable": true,
133                         "type": "gboolean",
134                         "writable": true
135                     }
136                 },
137                 "rank": "none",
138                 "signals": {
139                     "frame-dropped": {
140                         "args": [],
141                         "return-type": "void",
142                         "when": "last"
143                     }
144                 }
145             },
146             "hdv1394src": {
147                 "author": "Edward Hervey <bilboed@bilboed.com>",
148                 "description": "Source for MPEG-TS video data from firewire port",
149                 "hierarchy": [
150                     "GstHDV1394Src",
151                     "GstPushSrc",
152                     "GstBaseSrc",
153                     "GstElement",
154                     "GstObject",
155                     "GInitiallyUnowned",
156                     "GObject"
157                 ],
158                 "interfaces": [
159                     "GstURIHandler"
160                 ],
161                 "klass": "Source/Video",
162                 "long-name": "Firewire (1394) HDV video source",
163                 "pad-templates": {
164                     "src": {
165                         "caps": "video/mpegts:\n   systemstream: true\n     packetsize: 188\n",
166                         "direction": "src",
167                         "presence": "always"
168                     }
169                 },
170                 "properties": {
171                     "channel": {
172                         "blurb": "Channel number for listening",
173                         "conditionally-available": false,
174                         "construct": false,
175                         "construct-only": false,
176                         "controllable": false,
177                         "default": "63",
178                         "max": "64",
179                         "min": "0",
180                         "mutable": "null",
181                         "readable": true,
182                         "type": "gint",
183                         "writable": true
184                     },
185                     "device-name": {
186                         "blurb": "user-friendly name of the device",
187                         "conditionally-available": false,
188                         "construct": false,
189                         "construct-only": false,
190                         "controllable": false,
191                         "default": "Default",
192                         "mutable": "null",
193                         "readable": true,
194                         "type": "gchararray",
195                         "writable": false
196                     },
197                     "guid": {
198                         "blurb": "select one of multiple DV devices by its GUID. use a hexadecimal like 0xhhhhhhhhhhhhhhhh. (0 = no guid)",
199                         "conditionally-available": false,
200                         "construct": false,
201                         "construct-only": false,
202                         "controllable": false,
203                         "default": "0",
204                         "max": "18446744073709551615",
205                         "min": "0",
206                         "mutable": "null",
207                         "readable": true,
208                         "type": "guint64",
209                         "writable": true
210                     },
211                     "port": {
212                         "blurb": "Port number (-1 automatic)",
213                         "conditionally-available": false,
214                         "construct": false,
215                         "construct-only": false,
216                         "controllable": false,
217                         "default": "-1",
218                         "max": "16",
219                         "min": "-1",
220                         "mutable": "null",
221                         "readable": true,
222                         "type": "gint",
223                         "writable": true
224                     },
225                     "use-avc": {
226                         "blurb": "Use AV/C VTR control",
227                         "conditionally-available": false,
228                         "construct": false,
229                         "construct-only": false,
230                         "controllable": false,
231                         "default": "true",
232                         "mutable": "null",
233                         "readable": true,
234                         "type": "gboolean",
235                         "writable": true
236                     }
237                 },
238                 "rank": "none"
239             }
240         },
241         "filename": "gst1394",
242         "license": "LGPL",
243         "other-types": {},
244         "package": "GStreamer Good Plug-ins",
245         "source": "gst-plugins-good",
246         "tracers": {},
247         "url": "Unknown package origin"
248     },
249     "aasink": {
250         "description": "ASCII Art video sink & filter",
251         "elements": {
252             "aasink": {
253                 "author": "Wim Taymans <wim.taymans@chello.be>",
254                 "description": "An ASCII art videosink",
255                 "hierarchy": [
256                     "GstAASink",
257                     "GstVideoSink",
258                     "GstBaseSink",
259                     "GstElement",
260                     "GstObject",
261                     "GInitiallyUnowned",
262                     "GObject"
263                 ],
264                 "klass": "Sink/Video",
265                 "long-name": "ASCII art video sink",
266                 "pad-templates": {
267                     "sink": {
268                         "caps": "video/x-raw:\n         format: I420\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
269                         "direction": "sink",
270                         "presence": "always"
271                     }
272                 },
273                 "properties": {
274                     "brightness": {
275                         "blurb": "brightness",
276                         "conditionally-available": false,
277                         "construct": false,
278                         "construct-only": false,
279                         "controllable": false,
280                         "default": "0",
281                         "max": "2147483647",
282                         "min": "-2147483648",
283                         "mutable": "null",
284                         "readable": true,
285                         "type": "gint",
286                         "writable": true
287                     },
288                     "contrast": {
289                         "blurb": "contrast",
290                         "conditionally-available": false,
291                         "construct": false,
292                         "construct-only": false,
293                         "controllable": false,
294                         "default": "16",
295                         "max": "2147483647",
296                         "min": "-2147483648",
297                         "mutable": "null",
298                         "readable": true,
299                         "type": "gint",
300                         "writable": true
301                     },
302                     "dither": {
303                         "blurb": "dither",
304                         "conditionally-available": false,
305                         "construct": false,
306                         "construct-only": false,
307                         "controllable": false,
308                         "default": "no-dithering (0)",
309                         "mutable": "null",
310                         "readable": true,
311                         "type": "GstAASinkDitherers",
312                         "writable": true
313                     },
314                     "driver": {
315                         "blurb": "driver",
316                         "conditionally-available": false,
317                         "construct": false,
318                         "construct-only": false,
319                         "controllable": false,
320                         "default": "x11 (0)",
321                         "mutable": "null",
322                         "readable": true,
323                         "type": "GstAASinkDrivers",
324                         "writable": true
325                     },
326                     "frame-time": {
327                         "blurb": "frame time",
328                         "conditionally-available": false,
329                         "construct": false,
330                         "construct-only": false,
331                         "controllable": false,
332                         "default": "0",
333                         "max": "2147483647",
334                         "min": "-2147483648",
335                         "mutable": "null",
336                         "readable": true,
337                         "type": "gint",
338                         "writable": false
339                     },
340                     "frames-displayed": {
341                         "blurb": "frames displayed",
342                         "conditionally-available": false,
343                         "construct": false,
344                         "construct-only": false,
345                         "controllable": false,
346                         "default": "0",
347                         "max": "2147483647",
348                         "min": "-2147483648",
349                         "mutable": "null",
350                         "readable": true,
351                         "type": "gint",
352                         "writable": false
353                     },
354                     "gamma": {
355                         "blurb": "gamma",
356                         "conditionally-available": false,
357                         "construct": false,
358                         "construct-only": false,
359                         "controllable": false,
360                         "default": "1",
361                         "max": "5",
362                         "min": "0",
363                         "mutable": "null",
364                         "readable": true,
365                         "type": "gfloat",
366                         "writable": true
367                     },
368                     "height": {
369                         "blurb": "height",
370                         "conditionally-available": false,
371                         "construct": false,
372                         "construct-only": false,
373                         "controllable": false,
374                         "default": "24",
375                         "max": "2147483647",
376                         "min": "-2147483648",
377                         "mutable": "null",
378                         "readable": true,
379                         "type": "gint",
380                         "writable": true
381                     },
382                     "inversion": {
383                         "blurb": "inversion",
384                         "conditionally-available": false,
385                         "construct": false,
386                         "construct-only": false,
387                         "controllable": false,
388                         "default": "false",
389                         "mutable": "null",
390                         "readable": true,
391                         "type": "gboolean",
392                         "writable": true
393                     },
394                     "randomval": {
395                         "blurb": "randomval",
396                         "conditionally-available": false,
397                         "construct": false,
398                         "construct-only": false,
399                         "controllable": false,
400                         "default": "0",
401                         "max": "2147483647",
402                         "min": "-2147483648",
403                         "mutable": "null",
404                         "readable": true,
405                         "type": "gint",
406                         "writable": true
407                     },
408                     "width": {
409                         "blurb": "width",
410                         "conditionally-available": false,
411                         "construct": false,
412                         "construct-only": false,
413                         "controllable": false,
414                         "default": "80",
415                         "max": "2147483647",
416                         "min": "-2147483648",
417                         "mutable": "null",
418                         "readable": true,
419                         "type": "gint",
420                         "writable": true
421                     }
422                 },
423                 "rank": "none"
424             },
425             "aatv": {
426                 "author": "Eric Marks <bigmarkslp@gmail.com>",
427                 "description": "ASCII art effect",
428                 "hierarchy": [
429                     "GstAATv",
430                     "GstVideoFilter",
431                     "GstBaseTransform",
432                     "GstElement",
433                     "GstObject",
434                     "GInitiallyUnowned",
435                     "GObject"
436                 ],
437                 "klass": "Filter/Effect/Video",
438                 "long-name": "aaTV effect",
439                 "pad-templates": {
440                     "sink": {
441                         "caps": "video/x-raw:\n         format: { I420 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
442                         "direction": "sink",
443                         "presence": "always"
444                     },
445                     "src": {
446                         "caps": "video/x-raw:\n         format: { RGBA }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
447                         "direction": "src",
448                         "presence": "always"
449                     }
450                 },
451                 "properties": {
452                     "brightness": {
453                         "blurb": "Brightness",
454                         "conditionally-available": false,
455                         "construct": false,
456                         "construct-only": false,
457                         "controllable": false,
458                         "default": "0",
459                         "max": "255",
460                         "min": "-255",
461                         "mutable": "null",
462                         "readable": true,
463                         "type": "gint",
464                         "writable": true
465                     },
466                     "brightness-actual": {
467                         "blurb": "Actual calculated foreground pixel fill percentage",
468                         "conditionally-available": false,
469                         "construct": false,
470                         "construct-only": false,
471                         "controllable": false,
472                         "default": "0.35",
473                         "max": "1",
474                         "min": "0",
475                         "mutable": "null",
476                         "readable": true,
477                         "type": "gfloat",
478                         "writable": false
479                     },
480                     "brightness-auto": {
481                         "blurb": "Automatically adjust brightness based on the previous frame's foreground pixel fill percentage",
482                         "conditionally-available": false,
483                         "construct": false,
484                         "construct-only": false,
485                         "controllable": false,
486                         "default": "true",
487                         "mutable": "null",
488                         "readable": true,
489                         "type": "gboolean",
490                         "writable": true
491                     },
492                     "brightness-max": {
493                         "blurb": "Maximum target foreground pixel fill percentage for automatic brightness control",
494                         "conditionally-available": false,
495                         "construct": false,
496                         "construct-only": false,
497                         "controllable": false,
498                         "default": "0.4",
499                         "max": "1",
500                         "min": "0",
501                         "mutable": "null",
502                         "readable": true,
503                         "type": "gfloat",
504                         "writable": true
505                     },
506                     "brightness-min": {
507                         "blurb": "Minimum target foreground pixel fill percentage for automatic brightness control",
508                         "conditionally-available": false,
509                         "construct": false,
510                         "construct-only": false,
511                         "controllable": false,
512                         "default": "0.3",
513                         "max": "1",
514                         "min": "0",
515                         "mutable": "null",
516                         "readable": true,
517                         "type": "gfloat",
518                         "writable": true
519                     },
520                     "color-background": {
521                         "blurb": "Color to use as the background for the ASCII text (big-endian ARGB).",
522                         "conditionally-available": false,
523                         "construct": false,
524                         "construct-only": false,
525                         "controllable": true,
526                         "default": "-16777216",
527                         "max": "-1",
528                         "min": "0",
529                         "mutable": "null",
530                         "readable": true,
531                         "type": "guint",
532                         "writable": true
533                     },
534                     "color-rain": {
535                         "blurb": "Automatically sets color-rain-bold, color-rain-normal, and color-rain-dim with progressively dimmer values (big-endian ARGB).",
536                         "conditionally-available": false,
537                         "construct": false,
538                         "construct-only": false,
539                         "controllable": true,
540                         "default": "-16711936",
541                         "max": "-1",
542                         "min": "0",
543                         "mutable": "null",
544                         "readable": true,
545                         "type": "guint",
546                         "writable": true
547                     },
548                     "color-rain-bold": {
549                         "blurb": "Sets the brightest color to use for foreground ASCII text rain overlays (big-endian ARGB).",
550                         "conditionally-available": false,
551                         "construct": false,
552                         "construct-only": false,
553                         "controllable": true,
554                         "default": "-16711936",
555                         "max": "-1",
556                         "min": "0",
557                         "mutable": "null",
558                         "readable": true,
559                         "type": "guint",
560                         "writable": true
561                     },
562                     "color-rain-dim": {
563                         "blurb": "Sets the dimmest brightness color to use for foreground ASCII text rain overlays (big-endian ARGB).",
564                         "conditionally-available": false,
565                         "construct": false,
566                         "construct-only": false,
567                         "controllable": true,
568                         "default": "-16761088",
569                         "max": "-1",
570                         "min": "0",
571                         "mutable": "null",
572                         "readable": true,
573                         "type": "guint",
574                         "writable": true
575                     },
576                     "color-rain-normal": {
577                         "blurb": "Sets the normal brightness color to use for foreground ASCII text rain overlays (big-endian ARGB).",
578                         "conditionally-available": false,
579                         "construct": false,
580                         "construct-only": false,
581                         "controllable": true,
582                         "default": "-16744704",
583                         "max": "-1",
584                         "min": "0",
585                         "mutable": "null",
586                         "readable": true,
587                         "type": "guint",
588                         "writable": true
589                     },
590                     "color-text": {
591                         "blurb": "Automatically sets color-test-bold, color-text-normal, and color-text-dim with progressively dimmer values (big-endian ARGB).",
592                         "conditionally-available": false,
593                         "construct": false,
594                         "construct-only": false,
595                         "controllable": true,
596                         "default": "-1",
597                         "max": "-1",
598                         "min": "0",
599                         "mutable": "null",
600                         "readable": true,
601                         "type": "guint",
602                         "writable": true
603                     },
604                     "color-text-bold": {
605                         "blurb": "Sets the brightest color to use for foreground ASCII text (big-endian ARGB).",
606                         "conditionally-available": false,
607                         "construct": false,
608                         "construct-only": false,
609                         "controllable": true,
610                         "default": "-1",
611                         "max": "-1",
612                         "min": "0",
613                         "mutable": "null",
614                         "readable": true,
615                         "type": "guint",
616                         "writable": true
617                     },
618                     "color-text-dim": {
619                         "blurb": "Sets the dimmest brightness color to use for foreground ASCII text (big-endian ARGB).",
620                         "conditionally-available": false,
621                         "construct": false,
622                         "construct-only": false,
623                         "controllable": true,
624                         "default": "-12632257",
625                         "max": "-1",
626                         "min": "0",
627                         "mutable": "null",
628                         "readable": true,
629                         "type": "guint",
630                         "writable": true
631                     },
632                     "color-text-normal": {
633                         "blurb": "Sets the normal brightness color to use for foreground ASCII text (big-endian ARGB).",
634                         "conditionally-available": false,
635                         "construct": false,
636                         "construct-only": false,
637                         "controllable": true,
638                         "default": "-8421505",
639                         "max": "-1",
640                         "min": "0",
641                         "mutable": "null",
642                         "readable": true,
643                         "type": "guint",
644                         "writable": true
645                     },
646                     "contrast": {
647                         "blurb": "Contrast",
648                         "conditionally-available": false,
649                         "construct": false,
650                         "construct-only": false,
651                         "controllable": false,
652                         "default": "0",
653                         "max": "255",
654                         "min": "0",
655                         "mutable": "null",
656                         "readable": true,
657                         "type": "gint",
658                         "writable": true
659                     },
660                     "dither": {
661                         "blurb": "Add noise to more closely approximate gray levels.",
662                         "conditionally-available": false,
663                         "construct": false,
664                         "construct-only": false,
665                         "controllable": false,
666                         "default": "no-dithering (0)",
667                         "mutable": "null",
668                         "readable": true,
669                         "type": "GstAATvDitherers",
670                         "writable": true
671                     },
672                     "font": {
673                         "blurb": "AAlib Font",
674                         "conditionally-available": false,
675                         "construct": false,
676                         "construct-only": false,
677                         "controllable": false,
678                         "default": "Standard-vga-8x8-font (0)",
679                         "mutable": "null",
680                         "readable": true,
681                         "type": "GstAATvFonts",
682                         "writable": true
683                     },
684                     "gamma": {
685                         "blurb": "Gamma correction",
686                         "conditionally-available": false,
687                         "construct": false,
688                         "construct-only": false,
689                         "controllable": false,
690                         "default": "1",
691                         "max": "5",
692                         "min": "0",
693                         "mutable": "null",
694                         "readable": true,
695                         "type": "gfloat",
696                         "writable": true
697                     },
698                     "height": {
699                         "blurb": "Height of the ASCII canvas",
700                         "conditionally-available": false,
701                         "construct": false,
702                         "construct-only": false,
703                         "controllable": false,
704                         "default": "24",
705                         "max": "2147483647",
706                         "min": "0",
707                         "mutable": "null",
708                         "readable": true,
709                         "type": "gint",
710                         "writable": true
711                     },
712                     "rain-delay-max": {
713                         "blurb": "Maximum frame delay between rain motion",
714                         "conditionally-available": false,
715                         "construct": false,
716                         "construct-only": false,
717                         "controllable": false,
718                         "default": "3",
719                         "max": "2147483647",
720                         "min": "0",
721                         "mutable": "null",
722                         "readable": true,
723                         "type": "gint",
724                         "writable": true
725                     },
726                     "rain-delay-min": {
727                         "blurb": "Minimum frame delay between rain motion",
728                         "conditionally-available": false,
729                         "construct": false,
730                         "construct-only": false,
731                         "controllable": false,
732                         "default": "0",
733                         "max": "2147483647",
734                         "min": "0",
735                         "mutable": "null",
736                         "readable": true,
737                         "type": "gint",
738                         "writable": true
739                     },
740                     "rain-length-max": {
741                         "blurb": "Maximum length of a rain",
742                         "conditionally-available": false,
743                         "construct": false,
744                         "construct-only": false,
745                         "controllable": false,
746                         "default": "30",
747                         "max": "2147483647",
748                         "min": "0",
749                         "mutable": "null",
750                         "readable": true,
751                         "type": "gint",
752                         "writable": true
753                     },
754                     "rain-length-min": {
755                         "blurb": "Minimum length of a rain",
756                         "conditionally-available": false,
757                         "construct": false,
758                         "construct-only": false,
759                         "controllable": false,
760                         "default": "4",
761                         "max": "2147483647",
762                         "min": "0",
763                         "mutable": "null",
764                         "readable": true,
765                         "type": "gint",
766                         "writable": true
767                     },
768                     "rain-mode": {
769                         "blurb": "Set the direction of raindrops",
770                         "conditionally-available": false,
771                         "construct": false,
772                         "construct-only": false,
773                         "controllable": false,
774                         "default": "none (0)",
775                         "mutable": "null",
776                         "readable": true,
777                         "type": "GstAATvRainModes",
778                         "writable": true
779                     },
780                     "rain-spawn-rate": {
781                         "blurb": "Percentage chance for a raindrop to spawn",
782                         "conditionally-available": false,
783                         "construct": false,
784                         "construct-only": false,
785                         "controllable": false,
786                         "default": "0.2",
787                         "max": "1",
788                         "min": "0",
789                         "mutable": "null",
790                         "readable": true,
791                         "type": "gfloat",
792                         "writable": true
793                     },
794                     "randomval": {
795                         "blurb": "Adds a random value in the range (-randomval/2,ranomval/2) to each pixel during rendering",
796                         "conditionally-available": false,
797                         "construct": false,
798                         "construct-only": false,
799                         "controllable": false,
800                         "default": "0",
801                         "max": "255",
802                         "min": "0",
803                         "mutable": "null",
804                         "readable": true,
805                         "type": "gint",
806                         "writable": true
807                     },
808                     "width": {
809                         "blurb": "Width of the ASCII canvas",
810                         "conditionally-available": false,
811                         "construct": false,
812                         "construct-only": false,
813                         "controllable": false,
814                         "default": "80",
815                         "max": "2147483647",
816                         "min": "0",
817                         "mutable": "null",
818                         "readable": true,
819                         "type": "gint",
820                         "writable": true
821                     }
822                 },
823                 "rank": "none"
824             }
825         },
826         "filename": "gstaasink",
827         "license": "LGPL",
828         "other-types": {
829             "GstAASinkDitherers": {
830                 "kind": "enum",
831                 "values": [
832                     {
833                         "desc": "no dithering",
834                         "name": "no-dithering",
835                         "value": "0"
836                     },
837                     {
838                         "desc": "error-distribution",
839                         "name": "error-distribution",
840                         "value": "1"
841                     },
842                     {
843                         "desc": "floyd-steelberg dithering",
844                         "name": "floyd-steelberg-dithering",
845                         "value": "2"
846                     }
847                 ]
848             },
849             "GstAASinkDrivers": {
850                 "kind": "enum",
851                 "values": [
852                     {
853                         "desc": "X11 driver 1.1",
854                         "name": "x11",
855                         "value": "0"
856                     },
857                     {
858                         "desc": "Linux pc console driver 1.0",
859                         "name": "linux",
860                         "value": "1"
861                     },
862                     {
863                         "desc": "Slang driver 1.0",
864                         "name": "slang",
865                         "value": "2"
866                     },
867                     {
868                         "desc": "Curses driver 1.0",
869                         "name": "curses",
870                         "value": "3"
871                     },
872                     {
873                         "desc": "Standard output driver",
874                         "name": "stdout",
875                         "value": "4"
876                     },
877                     {
878                         "desc": "Standard error driver",
879                         "name": "stderr",
880                         "value": "5"
881                     }
882                 ]
883             },
884             "GstAATvDitherers": {
885                 "kind": "enum",
886                 "values": [
887                     {
888                         "desc": "no dithering",
889                         "name": "no-dithering",
890                         "value": "0"
891                     },
892                     {
893                         "desc": "error-distribution",
894                         "name": "error-distribution",
895                         "value": "1"
896                     },
897                     {
898                         "desc": "floyd-steelberg dithering",
899                         "name": "floyd-steelberg-dithering",
900                         "value": "2"
901                     }
902                 ]
903             },
904             "GstAATvFonts": {
905                 "kind": "enum",
906                 "values": [
907                     {
908                         "desc": "vga8",
909                         "name": "Standard-vga-8x8-font",
910                         "value": "0"
911                     },
912                     {
913                         "desc": "vga9",
914                         "name": "Standard-vga-8x9-font",
915                         "value": "1"
916                     },
917                     {
918                         "desc": "mda14",
919                         "name": "Standard-mda/vga-8x14-font",
920                         "value": "2"
921                     },
922                     {
923                         "desc": "vga16",
924                         "name": "Standard-vga-8x16-font",
925                         "value": "3"
926                     },
927                     {
928                         "desc": "X8x13",
929                         "name": "X-8x13-font",
930                         "value": "4"
931                     },
932                     {
933                         "desc": "X8x13bold",
934                         "name": "X-8x13bold-font",
935                         "value": "5"
936                     },
937                     {
938                         "desc": "X8x16",
939                         "name": "Standard-X-8x16-font",
940                         "value": "6"
941                     },
942                     {
943                         "desc": "line",
944                         "name": "line-Font-8x8",
945                         "value": "7"
946                     },
947                     {
948                         "desc": "vgagl8",
949                         "name": "Font-8x8-from-vgagl",
950                         "value": "8"
951                     },
952                     {
953                         "desc": "courier",
954                         "name": "Adobe-courier",
955                         "value": "9"
956                     }
957                 ]
958             },
959             "GstAATvRainModes": {
960                 "kind": "enum",
961                 "values": [
962                     {
963                         "desc": "No Rain",
964                         "name": "none",
965                         "value": "0"
966                     },
967                     {
968                         "desc": "Rain Down",
969                         "name": "down",
970                         "value": "1"
971                     },
972                     {
973                         "desc": "Rain Up",
974                         "name": "up",
975                         "value": "2"
976                     },
977                     {
978                         "desc": "Rain Left",
979                         "name": "left",
980                         "value": "3"
981                     },
982                     {
983                         "desc": "Rain Right",
984                         "name": "right",
985                         "value": "4"
986                     }
987                 ]
988             }
989         },
990         "package": "GStreamer Good Plug-ins",
991         "source": "gst-plugins-good",
992         "tracers": {},
993         "url": "Unknown package origin"
994     },
995     "alaw": {
996         "description": "ALaw audio conversion routines",
997         "elements": {
998             "alawdec": {
999                 "author": "Zaheer Abbas Merali <zaheerabbas at merali dot org>",
1000                 "description": "Convert 8bit A law to 16bit PCM",
1001                 "hierarchy": [
1002                     "GstALawDec",
1003                     "GstAudioDecoder",
1004                     "GstElement",
1005                     "GstObject",
1006                     "GInitiallyUnowned",
1007                     "GObject"
1008                 ],
1009                 "klass": "Codec/Decoder/Audio",
1010                 "long-name": "A Law audio decoder",
1011                 "pad-templates": {
1012                     "sink": {
1013                         "caps": "audio/x-alaw:\n           rate: [ 8000, 192000 ]\n       channels: [ 1, 2 ]\n",
1014                         "direction": "sink",
1015                         "presence": "always"
1016                     },
1017                     "src": {
1018                         "caps": "audio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: [ 8000, 192000 ]\n       channels: [ 1, 2 ]\n",
1019                         "direction": "src",
1020                         "presence": "always"
1021                     }
1022                 },
1023                 "properties": {},
1024                 "rank": "primary"
1025             },
1026             "alawenc": {
1027                 "author": "Zaheer Abbas Merali <zaheerabbas at merali dot org>",
1028                 "description": "Convert 16bit PCM to 8bit A law",
1029                 "hierarchy": [
1030                     "GstALawEnc",
1031                     "GstAudioEncoder",
1032                     "GstElement",
1033                     "GstObject",
1034                     "GInitiallyUnowned",
1035                     "GObject"
1036                 ],
1037                 "interfaces": [
1038                     "GstPreset"
1039                 ],
1040                 "klass": "Codec/Encoder/Audio",
1041                 "long-name": "A Law audio encoder",
1042                 "pad-templates": {
1043                     "sink": {
1044                         "caps": "audio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: [ 8000, 192000 ]\n       channels: [ 1, 2 ]\n",
1045                         "direction": "sink",
1046                         "presence": "always"
1047                     },
1048                     "src": {
1049                         "caps": "audio/x-alaw:\n           rate: [ 8000, 192000 ]\n       channels: [ 1, 2 ]\n",
1050                         "direction": "src",
1051                         "presence": "always"
1052                     }
1053                 },
1054                 "properties": {},
1055                 "rank": "primary"
1056             }
1057         },
1058         "filename": "gstalaw",
1059         "license": "LGPL",
1060         "other-types": {},
1061         "package": "GStreamer Good Plug-ins",
1062         "source": "gst-plugins-good",
1063         "tracers": {},
1064         "url": "Unknown package origin"
1065     },
1066     "alpha": {
1067         "description": "adds an alpha channel to video - constant or via chroma-keying",
1068         "elements": {
1069             "alpha": {
1070                 "author": "Wim Taymans <wim.taymans@gmail.com>\nEdward Hervey <edward.hervey@collabora.co.uk>\nJan Schmidt <thaytan@noraisin.net>",
1071                 "description": "Adds an alpha channel to video - uniform or via chroma-keying",
1072                 "hierarchy": [
1073                     "GstAlpha",
1074                     "GstVideoFilter",
1075                     "GstBaseTransform",
1076                     "GstElement",
1077                     "GstObject",
1078                     "GInitiallyUnowned",
1079                     "GObject"
1080                 ],
1081                 "klass": "Filter/Effect/Video",
1082                 "long-name": "Alpha filter",
1083                 "pad-templates": {
1084                     "sink": {
1085                         "caps": "video/x-raw:\n         format: { AYUV, ARGB, BGRA, ABGR, RGBA, Y444, xRGB, BGRx, xBGR, RGBx, RGB, BGR, Y42B, YUY2, YVYU, UYVY, I420, YV12, Y41B }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
1086                         "direction": "sink",
1087                         "presence": "always"
1088                     },
1089                     "src": {
1090                         "caps": "video/x-raw:\n         format: { AYUV, ARGB, BGRA, ABGR, RGBA, Y444, xRGB, BGRx, xBGR, RGBx, RGB, BGR, Y42B, YUY2, YVYU, UYVY, I420, YV12, Y41B }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
1091                         "direction": "src",
1092                         "presence": "always"
1093                     }
1094                 },
1095                 "properties": {
1096                     "alpha": {
1097                         "blurb": "The value for the alpha channel",
1098                         "conditionally-available": false,
1099                         "construct": false,
1100                         "construct-only": false,
1101                         "controllable": true,
1102                         "default": "1",
1103                         "max": "1",
1104                         "min": "0",
1105                         "mutable": "null",
1106                         "readable": true,
1107                         "type": "gdouble",
1108                         "writable": true
1109                     },
1110                     "angle": {
1111                         "blurb": "Size of the colorcube to change",
1112                         "conditionally-available": false,
1113                         "construct": false,
1114                         "construct-only": false,
1115                         "controllable": true,
1116                         "default": "20",
1117                         "max": "90",
1118                         "min": "0",
1119                         "mutable": "null",
1120                         "readable": true,
1121                         "type": "gfloat",
1122                         "writable": true
1123                     },
1124                     "black-sensitivity": {
1125                         "blurb": "Sensitivity to dark colors",
1126                         "conditionally-available": false,
1127                         "construct": false,
1128                         "construct-only": false,
1129                         "controllable": true,
1130                         "default": "100",
1131                         "max": "128",
1132                         "min": "0",
1133                         "mutable": "null",
1134                         "readable": true,
1135                         "type": "guint",
1136                         "writable": true
1137                     },
1138                     "method": {
1139                         "blurb": "How the alpha channels should be created",
1140                         "conditionally-available": false,
1141                         "construct": false,
1142                         "construct-only": false,
1143                         "controllable": false,
1144                         "default": "set (0)",
1145                         "mutable": "null",
1146                         "readable": true,
1147                         "type": "GstAlphaMethod",
1148                         "writable": true
1149                     },
1150                     "noise-level": {
1151                         "blurb": "Size of noise radius",
1152                         "conditionally-available": false,
1153                         "construct": false,
1154                         "construct-only": false,
1155                         "controllable": true,
1156                         "default": "2",
1157                         "max": "64",
1158                         "min": "0",
1159                         "mutable": "null",
1160                         "readable": true,
1161                         "type": "gfloat",
1162                         "writable": true
1163                     },
1164                     "prefer-passthrough": {
1165                         "blurb": "Don't do any processing for alpha=1.0 if possible",
1166                         "conditionally-available": false,
1167                         "construct": false,
1168                         "construct-only": false,
1169                         "controllable": true,
1170                         "default": "false",
1171                         "mutable": "null",
1172                         "readable": true,
1173                         "type": "gboolean",
1174                         "writable": true
1175                     },
1176                     "target-b": {
1177                         "blurb": "The blue color value for custom RGB chroma keying",
1178                         "conditionally-available": false,
1179                         "construct": false,
1180                         "construct-only": false,
1181                         "controllable": true,
1182                         "default": "0",
1183                         "max": "255",
1184                         "min": "0",
1185                         "mutable": "null",
1186                         "readable": true,
1187                         "type": "guint",
1188                         "writable": true
1189                     },
1190                     "target-g": {
1191                         "blurb": "The green color value for custom RGB chroma keying",
1192                         "conditionally-available": false,
1193                         "construct": false,
1194                         "construct-only": false,
1195                         "controllable": true,
1196                         "default": "255",
1197                         "max": "255",
1198                         "min": "0",
1199                         "mutable": "null",
1200                         "readable": true,
1201                         "type": "guint",
1202                         "writable": true
1203                     },
1204                     "target-r": {
1205                         "blurb": "The red color value for custom RGB chroma keying",
1206                         "conditionally-available": false,
1207                         "construct": false,
1208                         "construct-only": false,
1209                         "controllable": true,
1210                         "default": "0",
1211                         "max": "255",
1212                         "min": "0",
1213                         "mutable": "null",
1214                         "readable": true,
1215                         "type": "guint",
1216                         "writable": true
1217                     },
1218                     "white-sensitivity": {
1219                         "blurb": "Sensitivity to bright colors",
1220                         "conditionally-available": false,
1221                         "construct": false,
1222                         "construct-only": false,
1223                         "controllable": true,
1224                         "default": "100",
1225                         "max": "128",
1226                         "min": "0",
1227                         "mutable": "null",
1228                         "readable": true,
1229                         "type": "guint",
1230                         "writable": true
1231                     }
1232                 },
1233                 "rank": "none"
1234             }
1235         },
1236         "filename": "gstalpha",
1237         "license": "LGPL",
1238         "other-types": {
1239             "GstAlphaMethod": {
1240                 "kind": "enum",
1241                 "values": [
1242                     {
1243                         "desc": "Set/adjust alpha channel",
1244                         "name": "set",
1245                         "value": "0"
1246                     },
1247                     {
1248                         "desc": "Chroma Key on pure green",
1249                         "name": "green",
1250                         "value": "1"
1251                     },
1252                     {
1253                         "desc": "Chroma Key on pure blue",
1254                         "name": "blue",
1255                         "value": "2"
1256                     },
1257                     {
1258                         "desc": "Chroma Key on custom RGB values",
1259                         "name": "custom",
1260                         "value": "3"
1261                     }
1262                 ]
1263             }
1264         },
1265         "package": "GStreamer Good Plug-ins",
1266         "source": "gst-plugins-good",
1267         "tracers": {},
1268         "url": "Unknown package origin"
1269     },
1270     "alphacolor": {
1271         "description": "RGBA from/to AYUV colorspace conversion preserving the alpha channel",
1272         "elements": {
1273             "alphacolor": {
1274                 "author": "Wim Taymans <wim.taymans@gmail.com>",
1275                 "description": "ARGB from/to AYUV colorspace conversion preserving the alpha channel",
1276                 "hierarchy": [
1277                     "GstAlphaColor",
1278                     "GstVideoFilter",
1279                     "GstBaseTransform",
1280                     "GstElement",
1281                     "GstObject",
1282                     "GInitiallyUnowned",
1283                     "GObject"
1284                 ],
1285                 "klass": "Filter/Converter/Video",
1286                 "long-name": "Alpha color filter",
1287                 "pad-templates": {
1288                     "sink": {
1289                         "caps": "video/x-raw:\n         format: { RGBA, BGRA, ARGB, ABGR, AYUV }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
1290                         "direction": "sink",
1291                         "presence": "always"
1292                     },
1293                     "src": {
1294                         "caps": "video/x-raw:\n         format: { RGBA, BGRA, ARGB, ABGR, AYUV }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
1295                         "direction": "src",
1296                         "presence": "always"
1297                     }
1298                 },
1299                 "properties": {},
1300                 "rank": "none"
1301             }
1302         },
1303         "filename": "gstalphacolor",
1304         "license": "LGPL",
1305         "other-types": {},
1306         "package": "GStreamer Good Plug-ins",
1307         "source": "gst-plugins-good",
1308         "tracers": {},
1309         "url": "Unknown package origin"
1310     },
1311     "apetag": {
1312         "description": "APEv1/2 tag reader",
1313         "elements": {
1314             "apedemux": {
1315                 "author": "Tim-Philipp Müller <tim centricular net>",
1316                 "description": "Read and output APE tags while demuxing the contents",
1317                 "hierarchy": [
1318                     "GstApeDemux",
1319                     "GstTagDemux",
1320                     "GstElement",
1321                     "GstObject",
1322                     "GInitiallyUnowned",
1323                     "GObject"
1324                 ],
1325                 "klass": "Codec/Demuxer/Metadata",
1326                 "long-name": "APE tag demuxer",
1327                 "pad-templates": {
1328                     "sink": {
1329                         "caps": "application/x-apetag:\n",
1330                         "direction": "sink",
1331                         "presence": "always"
1332                     },
1333                     "src": {
1334                         "caps": "ANY",
1335                         "direction": "src",
1336                         "presence": "always"
1337                     }
1338                 },
1339                 "rank": "primary"
1340             }
1341         },
1342         "filename": "gstapetag",
1343         "license": "LGPL",
1344         "other-types": {},
1345         "package": "GStreamer Good Plug-ins",
1346         "source": "gst-plugins-good",
1347         "tracers": {},
1348         "url": "Unknown package origin"
1349     },
1350     "audiofx": {
1351         "description": "Audio effects plugin",
1352         "elements": {
1353             "audioamplify": {
1354                 "author": "Sebastian Dröge <slomo@circular-chaos.org>",
1355                 "description": "Amplifies an audio stream by a given factor",
1356                 "hierarchy": [
1357                     "GstAudioAmplify",
1358                     "GstAudioFilter",
1359                     "GstBaseTransform",
1360                     "GstElement",
1361                     "GstObject",
1362                     "GInitiallyUnowned",
1363                     "GObject"
1364                 ],
1365                 "klass": "Filter/Effect/Audio",
1366                 "long-name": "Audio amplifier",
1367                 "pad-templates": {
1368                     "sink": {
1369                         "caps": "audio/x-raw:\n         format: { S8, S16LE, S32LE, F32LE, F64LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: { (string)interleaved, (string)non-interleaved }\n",
1370                         "direction": "sink",
1371                         "presence": "always"
1372                     },
1373                     "src": {
1374                         "caps": "audio/x-raw:\n         format: { S8, S16LE, S32LE, F32LE, F64LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: { (string)interleaved, (string)non-interleaved }\n",
1375                         "direction": "src",
1376                         "presence": "always"
1377                     }
1378                 },
1379                 "properties": {
1380                     "amplification": {
1381                         "blurb": "Factor of amplification",
1382                         "conditionally-available": false,
1383                         "construct": false,
1384                         "construct-only": false,
1385                         "controllable": true,
1386                         "default": "1",
1387                         "max": "3.40282e+38",
1388                         "min": "-3.40282e+38",
1389                         "mutable": "null",
1390                         "readable": true,
1391                         "type": "gfloat",
1392                         "writable": true
1393                     },
1394                     "clipping-method": {
1395                         "blurb": "Selects how to handle values higher than the maximum",
1396                         "conditionally-available": false,
1397                         "construct": false,
1398                         "construct-only": false,
1399                         "controllable": false,
1400                         "default": "clip (0)",
1401                         "mutable": "null",
1402                         "readable": true,
1403                         "type": "GstAudioAmplifyClippingMethod",
1404                         "writable": true
1405                     }
1406                 },
1407                 "rank": "none"
1408             },
1409             "audiochebband": {
1410                 "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>",
1411                 "description": "Chebyshev band pass and band reject filter",
1412                 "hierarchy": [
1413                     "GstAudioChebBand",
1414                     "GstAudioFXBaseIIRFilter",
1415                     "GstAudioFilter",
1416                     "GstBaseTransform",
1417                     "GstElement",
1418                     "GstObject",
1419                     "GInitiallyUnowned",
1420                     "GObject"
1421                 ],
1422                 "klass": "Filter/Effect/Audio",
1423                 "long-name": "Band pass & band reject filter",
1424                 "pad-templates": {
1425                     "sink": {
1426                         "caps": "audio/x-raw:\n         format: { F32LE, F64LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
1427                         "direction": "sink",
1428                         "presence": "always"
1429                     },
1430                     "src": {
1431                         "caps": "audio/x-raw:\n         format: { F32LE, F64LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
1432                         "direction": "src",
1433                         "presence": "always"
1434                     }
1435                 },
1436                 "properties": {
1437                     "lower-frequency": {
1438                         "blurb": "Start frequency of the band (Hz)",
1439                         "conditionally-available": false,
1440                         "construct": false,
1441                         "construct-only": false,
1442                         "controllable": true,
1443                         "default": "0",
1444                         "max": "100000",
1445                         "min": "0",
1446                         "mutable": "null",
1447                         "readable": true,
1448                         "type": "gfloat",
1449                         "writable": true
1450                     },
1451                     "mode": {
1452                         "blurb": "Low pass or high pass mode",
1453                         "conditionally-available": false,
1454                         "construct": false,
1455                         "construct-only": false,
1456                         "controllable": true,
1457                         "default": "band-pass (0)",
1458                         "mutable": "null",
1459                         "readable": true,
1460                         "type": "GstAudioChebBandMode",
1461                         "writable": true
1462                     },
1463                     "poles": {
1464                         "blurb": "Number of poles to use, will be rounded up to the next multiply of four",
1465                         "conditionally-available": false,
1466                         "construct": false,
1467                         "construct-only": false,
1468                         "controllable": true,
1469                         "default": "4",
1470                         "max": "32",
1471                         "min": "4",
1472                         "mutable": "null",
1473                         "readable": true,
1474                         "type": "gint",
1475                         "writable": true
1476                     },
1477                     "ripple": {
1478                         "blurb": "Amount of ripple (dB)",
1479                         "conditionally-available": false,
1480                         "construct": false,
1481                         "construct-only": false,
1482                         "controllable": true,
1483                         "default": "0.25",
1484                         "max": "200",
1485                         "min": "0",
1486                         "mutable": "null",
1487                         "readable": true,
1488                         "type": "gfloat",
1489                         "writable": true
1490                     },
1491                     "type": {
1492                         "blurb": "Type of the chebychev filter",
1493                         "conditionally-available": false,
1494                         "construct": false,
1495                         "construct-only": false,
1496                         "controllable": true,
1497                         "default": "1",
1498                         "max": "2",
1499                         "min": "1",
1500                         "mutable": "null",
1501                         "readable": true,
1502                         "type": "gint",
1503                         "writable": true
1504                     },
1505                     "upper-frequency": {
1506                         "blurb": "Stop frequency of the band (Hz)",
1507                         "conditionally-available": false,
1508                         "construct": false,
1509                         "construct-only": false,
1510                         "controllable": true,
1511                         "default": "0",
1512                         "max": "100000",
1513                         "min": "0",
1514                         "mutable": "null",
1515                         "readable": true,
1516                         "type": "gfloat",
1517                         "writable": true
1518                     }
1519                 },
1520                 "rank": "none"
1521             },
1522             "audiocheblimit": {
1523                 "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>",
1524                 "description": "Chebyshev low pass and high pass filter",
1525                 "hierarchy": [
1526                     "GstAudioChebLimit",
1527                     "GstAudioFXBaseIIRFilter",
1528                     "GstAudioFilter",
1529                     "GstBaseTransform",
1530                     "GstElement",
1531                     "GstObject",
1532                     "GInitiallyUnowned",
1533                     "GObject"
1534                 ],
1535                 "klass": "Filter/Effect/Audio",
1536                 "long-name": "Low pass & high pass filter",
1537                 "pad-templates": {
1538                     "sink": {
1539                         "caps": "audio/x-raw:\n         format: { F32LE, F64LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
1540                         "direction": "sink",
1541                         "presence": "always"
1542                     },
1543                     "src": {
1544                         "caps": "audio/x-raw:\n         format: { F32LE, F64LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
1545                         "direction": "src",
1546                         "presence": "always"
1547                     }
1548                 },
1549                 "properties": {
1550                     "cutoff": {
1551                         "blurb": "Cut off frequency (Hz)",
1552                         "conditionally-available": false,
1553                         "construct": false,
1554                         "construct-only": false,
1555                         "controllable": true,
1556                         "default": "0",
1557                         "max": "100000",
1558                         "min": "0",
1559                         "mutable": "null",
1560                         "readable": true,
1561                         "type": "gfloat",
1562                         "writable": true
1563                     },
1564                     "mode": {
1565                         "blurb": "Low pass or high pass mode",
1566                         "conditionally-available": false,
1567                         "construct": false,
1568                         "construct-only": false,
1569                         "controllable": true,
1570                         "default": "low-pass (0)",
1571                         "mutable": "null",
1572                         "readable": true,
1573                         "type": "GstAudioChebLimitMode",
1574                         "writable": true
1575                     },
1576                     "poles": {
1577                         "blurb": "Number of poles to use, will be rounded up to the next even number",
1578                         "conditionally-available": false,
1579                         "construct": false,
1580                         "construct-only": false,
1581                         "controllable": true,
1582                         "default": "4",
1583                         "max": "32",
1584                         "min": "2",
1585                         "mutable": "null",
1586                         "readable": true,
1587                         "type": "gint",
1588                         "writable": true
1589                     },
1590                     "ripple": {
1591                         "blurb": "Amount of ripple (dB)",
1592                         "conditionally-available": false,
1593                         "construct": false,
1594                         "construct-only": false,
1595                         "controllable": true,
1596                         "default": "0.25",
1597                         "max": "200",
1598                         "min": "0",
1599                         "mutable": "null",
1600                         "readable": true,
1601                         "type": "gfloat",
1602                         "writable": true
1603                     },
1604                     "type": {
1605                         "blurb": "Type of the chebychev filter",
1606                         "conditionally-available": false,
1607                         "construct": false,
1608                         "construct-only": false,
1609                         "controllable": true,
1610                         "default": "1",
1611                         "max": "2",
1612                         "min": "1",
1613                         "mutable": "null",
1614                         "readable": true,
1615                         "type": "gint",
1616                         "writable": true
1617                     }
1618                 },
1619                 "rank": "none"
1620             },
1621             "audiodynamic": {
1622                 "author": "Sebastian Dröge <slomo@circular-chaos.org>",
1623                 "description": "Compressor and Expander",
1624                 "hierarchy": [
1625                     "GstAudioDynamic",
1626                     "GstAudioFilter",
1627                     "GstBaseTransform",
1628                     "GstElement",
1629                     "GstObject",
1630                     "GInitiallyUnowned",
1631                     "GObject"
1632                 ],
1633                 "klass": "Filter/Effect/Audio",
1634                 "long-name": "Dynamic range controller",
1635                 "pad-templates": {
1636                     "sink": {
1637                         "caps": "audio/x-raw:\n         format: { S16LE, F32LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: { (string)interleaved, (string)non-interleaved }\n",
1638                         "direction": "sink",
1639                         "presence": "always"
1640                     },
1641                     "src": {
1642                         "caps": "audio/x-raw:\n         format: { S16LE, F32LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: { (string)interleaved, (string)non-interleaved }\n",
1643                         "direction": "src",
1644                         "presence": "always"
1645                     }
1646                 },
1647                 "properties": {
1648                     "characteristics": {
1649                         "blurb": "Selects whether the ratio should be applied smooth (soft-knee) or hard (hard-knee).",
1650                         "conditionally-available": false,
1651                         "construct": false,
1652                         "construct-only": false,
1653                         "controllable": false,
1654                         "default": "hard-knee (0)",
1655                         "mutable": "null",
1656                         "readable": true,
1657                         "type": "GstAudioDynamicCharacteristics",
1658                         "writable": true
1659                     },
1660                     "mode": {
1661                         "blurb": "Selects whether the filter should work on loud samples (compressor) orquiet samples (expander).",
1662                         "conditionally-available": false,
1663                         "construct": false,
1664                         "construct-only": false,
1665                         "controllable": false,
1666                         "default": "compressor (0)",
1667                         "mutable": "null",
1668                         "readable": true,
1669                         "type": "GstAudioDynamicMode",
1670                         "writable": true
1671                     },
1672                     "ratio": {
1673                         "blurb": "Ratio that should be applied",
1674                         "conditionally-available": false,
1675                         "construct": false,
1676                         "construct-only": false,
1677                         "controllable": true,
1678                         "default": "1",
1679                         "max": "3.40282e+38",
1680                         "min": "0",
1681                         "mutable": "null",
1682                         "readable": true,
1683                         "type": "gfloat",
1684                         "writable": true
1685                     },
1686                     "threshold": {
1687                         "blurb": "Threshold until the filter is activated",
1688                         "conditionally-available": false,
1689                         "construct": false,
1690                         "construct-only": false,
1691                         "controllable": true,
1692                         "default": "0",
1693                         "max": "1",
1694                         "min": "0",
1695                         "mutable": "null",
1696                         "readable": true,
1697                         "type": "gfloat",
1698                         "writable": true
1699                     }
1700                 },
1701                 "rank": "none"
1702             },
1703             "audioecho": {
1704                 "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>",
1705                 "description": "Adds an echo or reverb effect to an audio stream",
1706                 "hierarchy": [
1707                     "GstAudioEcho",
1708                     "GstAudioFilter",
1709                     "GstBaseTransform",
1710                     "GstElement",
1711                     "GstObject",
1712                     "GInitiallyUnowned",
1713                     "GObject"
1714                 ],
1715                 "klass": "Filter/Effect/Audio",
1716                 "long-name": "Audio echo",
1717                 "pad-templates": {
1718                     "sink": {
1719                         "caps": "audio/x-raw:\n         format: { F32LE, F64LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
1720                         "direction": "sink",
1721                         "presence": "always"
1722                     },
1723                     "src": {
1724                         "caps": "audio/x-raw:\n         format: { F32LE, F64LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
1725                         "direction": "src",
1726                         "presence": "always"
1727                     }
1728                 },
1729                 "properties": {
1730                     "delay": {
1731                         "blurb": "Delay of the echo in nanoseconds",
1732                         "conditionally-available": false,
1733                         "construct": false,
1734                         "construct-only": false,
1735                         "controllable": true,
1736                         "default": "1",
1737                         "max": "18446744073709551615",
1738                         "min": "1",
1739                         "mutable": "null",
1740                         "readable": true,
1741                         "type": "guint64",
1742                         "writable": true
1743                     },
1744                     "feedback": {
1745                         "blurb": "Amount of feedback",
1746                         "conditionally-available": false,
1747                         "construct": false,
1748                         "construct-only": false,
1749                         "controllable": true,
1750                         "default": "0",
1751                         "max": "1",
1752                         "min": "0",
1753                         "mutable": "null",
1754                         "readable": true,
1755                         "type": "gfloat",
1756                         "writable": true
1757                     },
1758                     "intensity": {
1759                         "blurb": "Intensity of the echo",
1760                         "conditionally-available": false,
1761                         "construct": false,
1762                         "construct-only": false,
1763                         "controllable": true,
1764                         "default": "0",
1765                         "max": "1",
1766                         "min": "0",
1767                         "mutable": "null",
1768                         "readable": true,
1769                         "type": "gfloat",
1770                         "writable": true
1771                     },
1772                     "max-delay": {
1773                         "blurb": "Maximum delay of the echo in nanoseconds (can't be changed in PLAYING or PAUSED state)",
1774                         "conditionally-available": false,
1775                         "construct": false,
1776                         "construct-only": false,
1777                         "controllable": false,
1778                         "default": "1",
1779                         "max": "18446744073709551615",
1780                         "min": "1",
1781                         "mutable": "ready",
1782                         "readable": true,
1783                         "type": "guint64",
1784                         "writable": true
1785                     },
1786                     "surround-delay": {
1787                         "blurb": "Delay Surround Channels when TRUE instead of applying an echo effect",
1788                         "conditionally-available": false,
1789                         "construct": false,
1790                         "construct-only": false,
1791                         "controllable": true,
1792                         "default": "false",
1793                         "mutable": "null",
1794                         "readable": true,
1795                         "type": "gboolean",
1796                         "writable": true
1797                     },
1798                     "surround-mask": {
1799                         "blurb": "A bitmask of channels that are considered surround and delayed when surround-delay = TRUE",
1800                         "conditionally-available": false,
1801                         "construct": false,
1802                         "construct-only": false,
1803                         "controllable": false,
1804                         "default": "18446744073709551612",
1805                         "max": "18446744073709551615",
1806                         "min": "1",
1807                         "mutable": "ready",
1808                         "readable": true,
1809                         "type": "guint64",
1810                         "writable": true
1811                     }
1812                 },
1813                 "rank": "none"
1814             },
1815             "audiofirfilter": {
1816                 "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>",
1817                 "description": "Generic audio FIR filter with custom filter kernel",
1818                 "hierarchy": [
1819                     "GstAudioFIRFilter",
1820                     "GstAudioFXBaseFIRFilter",
1821                     "GstAudioFilter",
1822                     "GstBaseTransform",
1823                     "GstElement",
1824                     "GstObject",
1825                     "GInitiallyUnowned",
1826                     "GObject"
1827                 ],
1828                 "klass": "Filter/Effect/Audio",
1829                 "long-name": "Audio FIR filter",
1830                 "pad-templates": {
1831                     "sink": {
1832                         "caps": "audio/x-raw:\n         format: { F32LE, F64LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
1833                         "direction": "sink",
1834                         "presence": "always"
1835                     },
1836                     "src": {
1837                         "caps": "audio/x-raw:\n         format: { F32LE, F64LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
1838                         "direction": "src",
1839                         "presence": "always"
1840                     }
1841                 },
1842                 "properties": {
1843                     "kernel": {
1844                         "blurb": "Filter kernel for the FIR filter",
1845                         "conditionally-available": false,
1846                         "construct": false,
1847                         "construct-only": false,
1848                         "controllable": false,
1849                         "mutable": "null",
1850                         "readable": true,
1851                         "type": "GValueArray",
1852                         "writable": true
1853                     },
1854                     "latency": {
1855                         "blurb": "Filter latency in samples",
1856                         "conditionally-available": false,
1857                         "construct": false,
1858                         "construct-only": false,
1859                         "controllable": false,
1860                         "default": "0",
1861                         "max": "18446744073709551615",
1862                         "min": "0",
1863                         "mutable": "null",
1864                         "readable": true,
1865                         "type": "guint64",
1866                         "writable": true
1867                     }
1868                 },
1869                 "rank": "none",
1870                 "signals": {
1871                     "rate-changed": {
1872                         "args": [
1873                             {
1874                                 "name": "arg0",
1875                                 "type": "gint"
1876                             }
1877                         ],
1878                         "return-type": "void",
1879                         "when": "last"
1880                     }
1881                 }
1882             },
1883             "audioiirfilter": {
1884                 "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>",
1885                 "description": "Generic audio IIR filter with custom filter kernel",
1886                 "hierarchy": [
1887                     "GstAudioIIRFilter",
1888                     "GstAudioFXBaseIIRFilter",
1889                     "GstAudioFilter",
1890                     "GstBaseTransform",
1891                     "GstElement",
1892                     "GstObject",
1893                     "GInitiallyUnowned",
1894                     "GObject"
1895                 ],
1896                 "klass": "Filter/Effect/Audio",
1897                 "long-name": "Audio IIR filter",
1898                 "pad-templates": {
1899                     "sink": {
1900                         "caps": "audio/x-raw:\n         format: { F32LE, F64LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
1901                         "direction": "sink",
1902                         "presence": "always"
1903                     },
1904                     "src": {
1905                         "caps": "audio/x-raw:\n         format: { F32LE, F64LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
1906                         "direction": "src",
1907                         "presence": "always"
1908                     }
1909                 },
1910                 "properties": {
1911                     "a": {
1912                         "blurb": "Filter coefficients (denominator of transfer function)",
1913                         "conditionally-available": false,
1914                         "construct": false,
1915                         "construct-only": false,
1916                         "controllable": false,
1917                         "mutable": "null",
1918                         "readable": true,
1919                         "type": "GValueArray",
1920                         "writable": true
1921                     },
1922                     "b": {
1923                         "blurb": "Filter coefficients (numerator of transfer function)",
1924                         "conditionally-available": false,
1925                         "construct": false,
1926                         "construct-only": false,
1927                         "controllable": false,
1928                         "mutable": "null",
1929                         "readable": true,
1930                         "type": "GValueArray",
1931                         "writable": true
1932                     }
1933                 },
1934                 "rank": "none",
1935                 "signals": {
1936                     "rate-changed": {
1937                         "args": [
1938                             {
1939                                 "name": "arg0",
1940                                 "type": "gint"
1941                             }
1942                         ],
1943                         "return-type": "void",
1944                         "when": "last"
1945                     }
1946                 }
1947             },
1948             "audioinvert": {
1949                 "author": "Sebastian Dröge <slomo@circular-chaos.org>",
1950                 "description": "Swaps upper and lower half of audio samples",
1951                 "hierarchy": [
1952                     "GstAudioInvert",
1953                     "GstAudioFilter",
1954                     "GstBaseTransform",
1955                     "GstElement",
1956                     "GstObject",
1957                     "GInitiallyUnowned",
1958                     "GObject"
1959                 ],
1960                 "klass": "Filter/Effect/Audio",
1961                 "long-name": "Audio inversion",
1962                 "pad-templates": {
1963                     "sink": {
1964                         "caps": "audio/x-raw:\n         format: { S16LE, F32LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: { (string)interleaved, (string)non-interleaved }\n",
1965                         "direction": "sink",
1966                         "presence": "always"
1967                     },
1968                     "src": {
1969                         "caps": "audio/x-raw:\n         format: { S16LE, F32LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: { (string)interleaved, (string)non-interleaved }\n",
1970                         "direction": "src",
1971                         "presence": "always"
1972                     }
1973                 },
1974                 "properties": {
1975                     "degree": {
1976                         "blurb": "Degree of inversion",
1977                         "conditionally-available": false,
1978                         "construct": false,
1979                         "construct-only": false,
1980                         "controllable": true,
1981                         "default": "0",
1982                         "max": "1",
1983                         "min": "0",
1984                         "mutable": "null",
1985                         "readable": true,
1986                         "type": "gfloat",
1987                         "writable": true
1988                     }
1989                 },
1990                 "rank": "none"
1991             },
1992             "audiokaraoke": {
1993                 "author": "Wim Taymans <wim.taymans@gmail.com>",
1994                 "description": "Removes voice from sound",
1995                 "hierarchy": [
1996                     "GstAudioKaraoke",
1997                     "GstAudioFilter",
1998                     "GstBaseTransform",
1999                     "GstElement",
2000                     "GstObject",
2001                     "GInitiallyUnowned",
2002                     "GObject"
2003                 ],
2004                 "klass": "Filter/Effect/Audio",
2005                 "long-name": "AudioKaraoke",
2006                 "pad-templates": {
2007                     "sink": {
2008                         "caps": "audio/x-raw:\n         format: { S16LE, F32LE }\n           rate: [ 1, 2147483647 ]\n       channels: 2\n   channel-mask: 0x0000000000000003\n         layout: interleaved\n",
2009                         "direction": "sink",
2010                         "presence": "always"
2011                     },
2012                     "src": {
2013                         "caps": "audio/x-raw:\n         format: { S16LE, F32LE }\n           rate: [ 1, 2147483647 ]\n       channels: 2\n   channel-mask: 0x0000000000000003\n         layout: interleaved\n",
2014                         "direction": "src",
2015                         "presence": "always"
2016                     }
2017                 },
2018                 "properties": {
2019                     "filter-band": {
2020                         "blurb": "The Frequency band of the filter",
2021                         "conditionally-available": false,
2022                         "construct": false,
2023                         "construct-only": false,
2024                         "controllable": true,
2025                         "default": "220",
2026                         "max": "441",
2027                         "min": "0",
2028                         "mutable": "null",
2029                         "readable": true,
2030                         "type": "gfloat",
2031                         "writable": true
2032                     },
2033                     "filter-width": {
2034                         "blurb": "The Frequency width of the filter",
2035                         "conditionally-available": false,
2036                         "construct": false,
2037                         "construct-only": false,
2038                         "controllable": true,
2039                         "default": "100",
2040                         "max": "100",
2041                         "min": "0",
2042                         "mutable": "null",
2043                         "readable": true,
2044                         "type": "gfloat",
2045                         "writable": true
2046                     },
2047                     "level": {
2048                         "blurb": "Level of the effect (1.0 = full)",
2049                         "conditionally-available": false,
2050                         "construct": false,
2051                         "construct-only": false,
2052                         "controllable": true,
2053                         "default": "1",
2054                         "max": "1",
2055                         "min": "0",
2056                         "mutable": "null",
2057                         "readable": true,
2058                         "type": "gfloat",
2059                         "writable": true
2060                     },
2061                     "mono-level": {
2062                         "blurb": "Level of the mono channel (1.0 = full)",
2063                         "conditionally-available": false,
2064                         "construct": false,
2065                         "construct-only": false,
2066                         "controllable": true,
2067                         "default": "1",
2068                         "max": "1",
2069                         "min": "0",
2070                         "mutable": "null",
2071                         "readable": true,
2072                         "type": "gfloat",
2073                         "writable": true
2074                     }
2075                 },
2076                 "rank": "none"
2077             },
2078             "audiopanorama": {
2079                 "author": "Stefan Kost <ensonic@users.sf.net>",
2080                 "description": "Positions audio streams in the stereo panorama",
2081                 "hierarchy": [
2082                     "GstAudioPanorama",
2083                     "GstBaseTransform",
2084                     "GstElement",
2085                     "GstObject",
2086                     "GInitiallyUnowned",
2087                     "GObject"
2088                 ],
2089                 "klass": "Filter/Effect/Audio",
2090                 "long-name": "Stereo positioning",
2091                 "pad-templates": {
2092                     "sink": {
2093                         "caps": "audio/x-raw:\n         format: { F32LE, S16LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2 ]\n         layout: interleaved\n",
2094                         "direction": "sink",
2095                         "presence": "always"
2096                     },
2097                     "src": {
2098                         "caps": "audio/x-raw:\n         format: { F32LE, S16LE }\n           rate: [ 1, 2147483647 ]\n       channels: 2\n         layout: interleaved\n",
2099                         "direction": "src",
2100                         "presence": "always"
2101                     }
2102                 },
2103                 "properties": {
2104                     "method": {
2105                         "blurb": "Psychoacoustic mode keeps same perceived loudness, simple mode just controls volume of one channel.",
2106                         "conditionally-available": false,
2107                         "construct": false,
2108                         "construct-only": false,
2109                         "controllable": false,
2110                         "default": "psychoacoustic (0)",
2111                         "mutable": "null",
2112                         "readable": true,
2113                         "type": "GstAudioPanoramaMethod",
2114                         "writable": true
2115                     },
2116                     "panorama": {
2117                         "blurb": "Position in stereo panorama (-1.0 left -> 1.0 right)",
2118                         "conditionally-available": false,
2119                         "construct": false,
2120                         "construct-only": false,
2121                         "controllable": true,
2122                         "default": "0",
2123                         "max": "1",
2124                         "min": "-1",
2125                         "mutable": "null",
2126                         "readable": true,
2127                         "type": "gfloat",
2128                         "writable": true
2129                     }
2130                 },
2131                 "rank": "none"
2132             },
2133             "audiowsincband": {
2134                 "author": "Thomas Vander Stichele <thomas at apestaart dot org>, Steven W. Smith, Dreamlab Technologies Ltd. <mathis.hofer@dreamlab.net>, Sebastian Dröge <sebastian.droege@collabora.co.uk>",
2135                 "description": "Band pass and band reject windowed sinc filter",
2136                 "hierarchy": [
2137                     "GstAudioWSincBand",
2138                     "GstAudioFXBaseFIRFilter",
2139                     "GstAudioFilter",
2140                     "GstBaseTransform",
2141                     "GstElement",
2142                     "GstObject",
2143                     "GInitiallyUnowned",
2144                     "GObject"
2145                 ],
2146                 "klass": "Filter/Effect/Audio",
2147                 "long-name": "Band pass & band reject filter",
2148                 "pad-templates": {
2149                     "sink": {
2150                         "caps": "audio/x-raw:\n         format: { F32LE, F64LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
2151                         "direction": "sink",
2152                         "presence": "always"
2153                     },
2154                     "src": {
2155                         "caps": "audio/x-raw:\n         format: { F32LE, F64LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
2156                         "direction": "src",
2157                         "presence": "always"
2158                     }
2159                 },
2160                 "properties": {
2161                     "length": {
2162                         "blurb": "Filter kernel length, will be rounded to the next odd number",
2163                         "conditionally-available": false,
2164                         "construct": false,
2165                         "construct-only": false,
2166                         "controllable": true,
2167                         "default": "101",
2168                         "max": "256000",
2169                         "min": "3",
2170                         "mutable": "null",
2171                         "readable": true,
2172                         "type": "gint",
2173                         "writable": true
2174                     },
2175                     "lower-frequency": {
2176                         "blurb": "Cut-off lower frequency (Hz)",
2177                         "conditionally-available": false,
2178                         "construct": false,
2179                         "construct-only": false,
2180                         "controllable": true,
2181                         "default": "0",
2182                         "max": "100000",
2183                         "min": "0",
2184                         "mutable": "null",
2185                         "readable": true,
2186                         "type": "gfloat",
2187                         "writable": true
2188                     },
2189                     "mode": {
2190                         "blurb": "Band pass or band reject mode",
2191                         "conditionally-available": false,
2192                         "construct": false,
2193                         "construct-only": false,
2194                         "controllable": true,
2195                         "default": "band-pass (0)",
2196                         "mutable": "null",
2197                         "readable": true,
2198                         "type": "GstAudioWSincBandMode",
2199                         "writable": true
2200                     },
2201                     "upper-frequency": {
2202                         "blurb": "Cut-off upper frequency (Hz)",
2203                         "conditionally-available": false,
2204                         "construct": false,
2205                         "construct-only": false,
2206                         "controllable": true,
2207                         "default": "0",
2208                         "max": "100000",
2209                         "min": "0",
2210                         "mutable": "null",
2211                         "readable": true,
2212                         "type": "gfloat",
2213                         "writable": true
2214                     },
2215                     "window": {
2216                         "blurb": "Window function to use",
2217                         "conditionally-available": false,
2218                         "construct": false,
2219                         "construct-only": false,
2220                         "controllable": true,
2221                         "default": "hamming (0)",
2222                         "mutable": "null",
2223                         "readable": true,
2224                         "type": "GstAudioWSincBandWindow",
2225                         "writable": true
2226                     }
2227                 },
2228                 "rank": "none"
2229             },
2230             "audiowsinclimit": {
2231                 "author": "Thomas Vander Stichele <thomas at apestaart dot org>, Steven W. Smith, Dreamlab Technologies Ltd. <mathis.hofer@dreamlab.net>, Sebastian Dröge <sebastian.droege@collabora.co.uk>",
2232                 "description": "Low pass and high pass windowed sinc filter",
2233                 "hierarchy": [
2234                     "GstAudioWSincLimit",
2235                     "GstAudioFXBaseFIRFilter",
2236                     "GstAudioFilter",
2237                     "GstBaseTransform",
2238                     "GstElement",
2239                     "GstObject",
2240                     "GInitiallyUnowned",
2241                     "GObject"
2242                 ],
2243                 "klass": "Filter/Effect/Audio",
2244                 "long-name": "Low pass & high pass filter",
2245                 "pad-templates": {
2246                     "sink": {
2247                         "caps": "audio/x-raw:\n         format: { F32LE, F64LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
2248                         "direction": "sink",
2249                         "presence": "always"
2250                     },
2251                     "src": {
2252                         "caps": "audio/x-raw:\n         format: { F32LE, F64LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
2253                         "direction": "src",
2254                         "presence": "always"
2255                     }
2256                 },
2257                 "properties": {
2258                     "cutoff": {
2259                         "blurb": "Cut-off Frequency (Hz)",
2260                         "conditionally-available": false,
2261                         "construct": false,
2262                         "construct-only": false,
2263                         "controllable": true,
2264                         "default": "0",
2265                         "max": "100000",
2266                         "min": "0",
2267                         "mutable": "null",
2268                         "readable": true,
2269                         "type": "gfloat",
2270                         "writable": true
2271                     },
2272                     "length": {
2273                         "blurb": "Filter kernel length, will be rounded to the next odd number",
2274                         "conditionally-available": false,
2275                         "construct": false,
2276                         "construct-only": false,
2277                         "controllable": true,
2278                         "default": "101",
2279                         "max": "256000",
2280                         "min": "3",
2281                         "mutable": "null",
2282                         "readable": true,
2283                         "type": "gint",
2284                         "writable": true
2285                     },
2286                     "mode": {
2287                         "blurb": "Low pass or high pass mode",
2288                         "conditionally-available": false,
2289                         "construct": false,
2290                         "construct-only": false,
2291                         "controllable": true,
2292                         "default": "low-pass (0)",
2293                         "mutable": "null",
2294                         "readable": true,
2295                         "type": "GstAudioWSincLimitMode",
2296                         "writable": true
2297                     },
2298                     "window": {
2299                         "blurb": "Window function to use",
2300                         "conditionally-available": false,
2301                         "construct": false,
2302                         "construct-only": false,
2303                         "controllable": true,
2304                         "default": "hamming (0)",
2305                         "mutable": "null",
2306                         "readable": true,
2307                         "type": "GstAudioWSincLimitWindow",
2308                         "writable": true
2309                     }
2310                 },
2311                 "rank": "none"
2312             },
2313             "scaletempo": {
2314                 "author": "Rov Juvano <rovjuvano@users.sourceforge.net>",
2315                 "description": "Sync audio tempo with playback rate",
2316                 "hierarchy": [
2317                     "GstScaletempo",
2318                     "GstBaseTransform",
2319                     "GstElement",
2320                     "GstObject",
2321                     "GInitiallyUnowned",
2322                     "GObject"
2323                 ],
2324                 "klass": "Filter/Effect/Rate/Audio",
2325                 "long-name": "Scaletempo",
2326                 "pad-templates": {
2327                     "sink": {
2328                         "caps": "audio/x-raw:\n         format: F32LE\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\naudio/x-raw:\n         format: F64LE\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\naudio/x-raw:\n         format: S16LE\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
2329                         "direction": "sink",
2330                         "presence": "always"
2331                     },
2332                     "src": {
2333                         "caps": "audio/x-raw:\n         format: F32LE\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\naudio/x-raw:\n         format: F64LE\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\naudio/x-raw:\n         format: S16LE\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
2334                         "direction": "src",
2335                         "presence": "always"
2336                     }
2337                 },
2338                 "properties": {
2339                     "overlap": {
2340                         "blurb": "Percentage of stride to overlap",
2341                         "conditionally-available": false,
2342                         "construct": false,
2343                         "construct-only": false,
2344                         "controllable": false,
2345                         "default": "0.2",
2346                         "max": "1",
2347                         "min": "0",
2348                         "mutable": "null",
2349                         "readable": true,
2350                         "type": "gdouble",
2351                         "writable": true
2352                     },
2353                     "rate": {
2354                         "blurb": "Current playback rate",
2355                         "conditionally-available": false,
2356                         "construct": false,
2357                         "construct-only": false,
2358                         "controllable": false,
2359                         "default": "0",
2360                         "max": "2.14748e+09",
2361                         "min": "-2.14748e+09",
2362                         "mutable": "null",
2363                         "readable": true,
2364                         "type": "gdouble",
2365                         "writable": false
2366                     },
2367                     "search": {
2368                         "blurb": "Length in milliseconds to search for best overlap position",
2369                         "conditionally-available": false,
2370                         "construct": false,
2371                         "construct-only": false,
2372                         "controllable": false,
2373                         "default": "14",
2374                         "max": "500",
2375                         "min": "0",
2376                         "mutable": "null",
2377                         "readable": true,
2378                         "type": "guint",
2379                         "writable": true
2380                     },
2381                     "stride": {
2382                         "blurb": "Length in milliseconds to output each stride",
2383                         "conditionally-available": false,
2384                         "construct": false,
2385                         "construct-only": false,
2386                         "controllable": false,
2387                         "default": "30",
2388                         "max": "5000",
2389                         "min": "1",
2390                         "mutable": "null",
2391                         "readable": true,
2392                         "type": "guint",
2393                         "writable": true
2394                     }
2395                 },
2396                 "rank": "none"
2397             },
2398             "stereo": {
2399                 "author": "Erik Walthinsen <omega@cse.ogi.edu>",
2400                 "description": "Muck with the stereo signal to enhance its 'stereo-ness'",
2401                 "hierarchy": [
2402                     "GstStereo",
2403                     "GstAudioFilter",
2404                     "GstBaseTransform",
2405                     "GstElement",
2406                     "GstObject",
2407                     "GInitiallyUnowned",
2408                     "GObject"
2409                 ],
2410                 "klass": "Filter/Effect/Audio",
2411                 "long-name": "Stereo effect",
2412                 "pad-templates": {
2413                     "sink": {
2414                         "caps": "audio/x-raw:\n         format: S16LE\n           rate: [ 1, 2147483647 ]\n       channels: 2\n",
2415                         "direction": "sink",
2416                         "presence": "always"
2417                     },
2418                     "src": {
2419                         "caps": "audio/x-raw:\n         format: S16LE\n           rate: [ 1, 2147483647 ]\n       channels: 2\n",
2420                         "direction": "src",
2421                         "presence": "always"
2422                     }
2423                 },
2424                 "properties": {
2425                     "active": {
2426                         "blurb": "active",
2427                         "conditionally-available": false,
2428                         "construct": false,
2429                         "construct-only": false,
2430                         "controllable": true,
2431                         "default": "true",
2432                         "mutable": "null",
2433                         "readable": true,
2434                         "type": "gboolean",
2435                         "writable": true
2436                     },
2437                     "stereo": {
2438                         "blurb": "stereo",
2439                         "conditionally-available": false,
2440                         "construct": false,
2441                         "construct-only": false,
2442                         "controllable": true,
2443                         "default": "0.01",
2444                         "max": "1",
2445                         "min": "0",
2446                         "mutable": "null",
2447                         "readable": true,
2448                         "type": "gfloat",
2449                         "writable": true
2450                     }
2451                 },
2452                 "rank": "none"
2453             }
2454         },
2455         "filename": "gstaudiofx",
2456         "license": "LGPL",
2457         "other-types": {
2458             "GstAudioAmplifyClippingMethod": {
2459                 "kind": "enum",
2460                 "values": [
2461                     {
2462                         "desc": "Normal clipping (default)",
2463                         "name": "clip",
2464                         "value": "0"
2465                     },
2466                     {
2467                         "desc": "Push overdriven values back from the opposite side",
2468                         "name": "wrap-negative",
2469                         "value": "1"
2470                     },
2471                     {
2472                         "desc": "Push overdriven values back from the same side",
2473                         "name": "wrap-positive",
2474                         "value": "2"
2475                     },
2476                     {
2477                         "desc": "No clipping",
2478                         "name": "none",
2479                         "value": "3"
2480                     }
2481                 ]
2482             },
2483             "GstAudioChebBandMode": {
2484                 "kind": "enum",
2485                 "values": [
2486                     {
2487                         "desc": "Band pass (default)",
2488                         "name": "band-pass",
2489                         "value": "0"
2490                     },
2491                     {
2492                         "desc": "Band reject",
2493                         "name": "band-reject",
2494                         "value": "1"
2495                     }
2496                 ]
2497             },
2498             "GstAudioChebLimitMode": {
2499                 "kind": "enum",
2500                 "values": [
2501                     {
2502                         "desc": "Low pass (default)",
2503                         "name": "low-pass",
2504                         "value": "0"
2505                     },
2506                     {
2507                         "desc": "High pass",
2508                         "name": "high-pass",
2509                         "value": "1"
2510                     }
2511                 ]
2512             },
2513             "GstAudioDynamicCharacteristics": {
2514                 "kind": "enum",
2515                 "values": [
2516                     {
2517                         "desc": "Hard Knee (default)",
2518                         "name": "hard-knee",
2519                         "value": "0"
2520                     },
2521                     {
2522                         "desc": "Soft Knee (smooth)",
2523                         "name": "soft-knee",
2524                         "value": "1"
2525                     }
2526                 ]
2527             },
2528             "GstAudioDynamicMode": {
2529                 "kind": "enum",
2530                 "values": [
2531                     {
2532                         "desc": "Compressor (default)",
2533                         "name": "compressor",
2534                         "value": "0"
2535                     },
2536                     {
2537                         "desc": "Expander",
2538                         "name": "expander",
2539                         "value": "1"
2540                     }
2541                 ]
2542             },
2543             "GstAudioFXBaseFIRFilter": {
2544                 "hierarchy": [
2545                     "GstAudioFXBaseFIRFilter",
2546                     "GstAudioFilter",
2547                     "GstBaseTransform",
2548                     "GstElement",
2549                     "GstObject",
2550                     "GInitiallyUnowned",
2551                     "GObject"
2552                 ],
2553                 "kind": "object",
2554                 "properties": {
2555                     "drain-on-changes": {
2556                         "blurb": "Drains the filter when its coefficients change",
2557                         "conditionally-available": false,
2558                         "construct": false,
2559                         "construct-only": false,
2560                         "controllable": false,
2561                         "default": "true",
2562                         "mutable": "null",
2563                         "readable": true,
2564                         "type": "gboolean",
2565                         "writable": true
2566                     },
2567                     "low-latency": {
2568                         "blurb": "Operate in low latency mode. This mode is slower but the latency will only be the filter pre-latency. Can only be changed in states < PAUSED!",
2569                         "conditionally-available": false,
2570                         "construct": false,
2571                         "construct-only": false,
2572                         "controllable": false,
2573                         "default": "false",
2574                         "mutable": "null",
2575                         "readable": true,
2576                         "type": "gboolean",
2577                         "writable": true
2578                     }
2579                 }
2580             },
2581             "GstAudioFXBaseIIRFilter": {
2582                 "hierarchy": [
2583                     "GstAudioFXBaseIIRFilter",
2584                     "GstAudioFilter",
2585                     "GstBaseTransform",
2586                     "GstElement",
2587                     "GstObject",
2588                     "GInitiallyUnowned",
2589                     "GObject"
2590                 ],
2591                 "kind": "object"
2592             },
2593             "GstAudioPanoramaMethod": {
2594                 "kind": "enum",
2595                 "values": [
2596                     {
2597                         "desc": "Psychoacoustic Panning (default)",
2598                         "name": "psychoacoustic",
2599                         "value": "0"
2600                     },
2601                     {
2602                         "desc": "Simple Panning",
2603                         "name": "simple",
2604                         "value": "1"
2605                     }
2606                 ]
2607             },
2608             "GstAudioWSincBandMode": {
2609                 "kind": "enum",
2610                 "values": [
2611                     {
2612                         "desc": "Band pass (default)",
2613                         "name": "band-pass",
2614                         "value": "0"
2615                     },
2616                     {
2617                         "desc": "Band reject",
2618                         "name": "band-reject",
2619                         "value": "1"
2620                     }
2621                 ]
2622             },
2623             "GstAudioWSincBandWindow": {
2624                 "kind": "enum",
2625                 "values": [
2626                     {
2627                         "desc": "Hamming window (default)",
2628                         "name": "hamming",
2629                         "value": "0"
2630                     },
2631                     {
2632                         "desc": "Blackman window",
2633                         "name": "blackman",
2634                         "value": "1"
2635                     },
2636                     {
2637                         "desc": "Gaussian window",
2638                         "name": "gaussian",
2639                         "value": "2"
2640                     },
2641                     {
2642                         "desc": "Cosine window",
2643                         "name": "cosine",
2644                         "value": "3"
2645                     },
2646                     {
2647                         "desc": "Hann window",
2648                         "name": "hann",
2649                         "value": "4"
2650                     }
2651                 ]
2652             },
2653             "GstAudioWSincLimitMode": {
2654                 "kind": "enum",
2655                 "values": [
2656                     {
2657                         "desc": "Low pass (default)",
2658                         "name": "low-pass",
2659                         "value": "0"
2660                     },
2661                     {
2662                         "desc": "High pass",
2663                         "name": "high-pass",
2664                         "value": "1"
2665                     }
2666                 ]
2667             },
2668             "GstAudioWSincLimitWindow": {
2669                 "kind": "enum",
2670                 "values": [
2671                     {
2672                         "desc": "Hamming window (default)",
2673                         "name": "hamming",
2674                         "value": "0"
2675                     },
2676                     {
2677                         "desc": "Blackman window",
2678                         "name": "blackman",
2679                         "value": "1"
2680                     },
2681                     {
2682                         "desc": "Gaussian window",
2683                         "name": "gaussian",
2684                         "value": "2"
2685                     },
2686                     {
2687                         "desc": "Cosine window",
2688                         "name": "cosine",
2689                         "value": "3"
2690                     },
2691                     {
2692                         "desc": "Hann window",
2693                         "name": "hann",
2694                         "value": "4"
2695                     }
2696                 ]
2697             }
2698         },
2699         "package": "GStreamer Good Plug-ins",
2700         "source": "gst-plugins-good",
2701         "tracers": {},
2702         "url": "Unknown package origin"
2703     },
2704     "audioparsers": {
2705         "description": "Parsers for various audio formats",
2706         "elements": {
2707             "aacparse": {
2708                 "author": "Stefan Kost <stefan.kost@nokia.com>",
2709                 "description": "Advanced Audio Coding parser",
2710                 "hierarchy": [
2711                     "GstAacParse",
2712                     "GstBaseParse",
2713                     "GstElement",
2714                     "GstObject",
2715                     "GInitiallyUnowned",
2716                     "GObject"
2717                 ],
2718                 "klass": "Codec/Parser/Audio",
2719                 "long-name": "AAC audio stream parser",
2720                 "pad-templates": {
2721                     "sink": {
2722                         "caps": "audio/mpeg:\n    mpegversion: { (int)2, (int)4 }\n",
2723                         "direction": "sink",
2724                         "presence": "always"
2725                     },
2726                     "src": {
2727                         "caps": "audio/mpeg:\n         framed: true\n    mpegversion: { (int)2, (int)4 }\n  stream-format: { (string)raw, (string)adts, (string)adif, (string)loas }\n",
2728                         "direction": "src",
2729                         "presence": "always"
2730                     }
2731                 },
2732                 "properties": {},
2733                 "rank": "primary + 1"
2734             },
2735             "ac3parse": {
2736                 "author": "Tim-Philipp Müller <tim centricular net>",
2737                 "description": "AC3 parser",
2738                 "hierarchy": [
2739                     "GstAc3Parse",
2740                     "GstBaseParse",
2741                     "GstElement",
2742                     "GstObject",
2743                     "GInitiallyUnowned",
2744                     "GObject"
2745                 ],
2746                 "klass": "Codec/Parser/Converter/Audio",
2747                 "long-name": "AC3 audio stream parser",
2748                 "pad-templates": {
2749                     "sink": {
2750                         "caps": "audio/x-ac3:\naudio/x-eac3:\naudio/ac3:\naudio/x-private1-ac3:\n",
2751                         "direction": "sink",
2752                         "presence": "always"
2753                     },
2754                     "src": {
2755                         "caps": "audio/x-ac3:\n         framed: true\n       channels: [ 1, 6 ]\n           rate: [ 8000, 48000 ]\n      alignment: { (string)iec61937, (string)frame }\naudio/x-eac3:\n         framed: true\n       channels: [ 1, 6 ]\n           rate: [ 8000, 48000 ]\n      alignment: { (string)iec61937, (string)frame }\n",
2756                         "direction": "src",
2757                         "presence": "always"
2758                     }
2759                 },
2760                 "properties": {},
2761                 "rank": "primary + 1"
2762             },
2763             "amrparse": {
2764                 "author": "Ronald Bultje <rbultje@ronald.bitfreak.net>",
2765                 "description": "Adaptive Multi-Rate audio parser",
2766                 "hierarchy": [
2767                     "GstAmrParse",
2768                     "GstBaseParse",
2769                     "GstElement",
2770                     "GstObject",
2771                     "GInitiallyUnowned",
2772                     "GObject"
2773                 ],
2774                 "klass": "Codec/Parser/Audio",
2775                 "long-name": "AMR audio stream parser",
2776                 "pad-templates": {
2777                     "sink": {
2778                         "caps": "audio/x-amr-nb-sh:\naudio/x-amr-wb-sh:\n",
2779                         "direction": "sink",
2780                         "presence": "always"
2781                     },
2782                     "src": {
2783                         "caps": "audio/AMR:\n           rate: 8000\n       channels: 1\naudio/AMR-WB:\n           rate: 16000\n       channels: 1\n",
2784                         "direction": "src",
2785                         "presence": "always"
2786                     }
2787                 },
2788                 "properties": {},
2789                 "rank": "primary + 1"
2790             },
2791             "dcaparse": {
2792                 "author": "Tim-Philipp Müller <tim centricular net>",
2793                 "description": "DCA parser",
2794                 "hierarchy": [
2795                     "GstDcaParse",
2796                     "GstBaseParse",
2797                     "GstElement",
2798                     "GstObject",
2799                     "GInitiallyUnowned",
2800                     "GObject"
2801                 ],
2802                 "klass": "Codec/Parser/Audio",
2803                 "long-name": "DTS Coherent Acoustics audio stream parser",
2804                 "pad-templates": {
2805                     "sink": {
2806                         "caps": "audio/x-dts:\naudio/x-private1-dts:\n",
2807                         "direction": "sink",
2808                         "presence": "always"
2809                     },
2810                     "src": {
2811                         "caps": "audio/x-dts:\n         framed: true\n       channels: [ 1, 8 ]\n           rate: [ 8000, 192000 ]\n          depth: { (int)14, (int)16 }\n     endianness: { (int)1234, (int)4321 }\n     block-size: [ 1, 2147483647 ]\n     frame-size: [ 1, 2147483647 ]\n",
2812                         "direction": "src",
2813                         "presence": "always"
2814                     }
2815                 },
2816                 "properties": {},
2817                 "rank": "primary + 1"
2818             },
2819             "flacparse": {
2820                 "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>",
2821                 "description": "Parses audio with the FLAC lossless audio codec",
2822                 "hierarchy": [
2823                     "GstFlacParse",
2824                     "GstBaseParse",
2825                     "GstElement",
2826                     "GstObject",
2827                     "GInitiallyUnowned",
2828                     "GObject"
2829                 ],
2830                 "klass": "Codec/Parser/Audio",
2831                 "long-name": "FLAC audio parser",
2832                 "pad-templates": {
2833                     "sink": {
2834                         "caps": "audio/x-flac:\n",
2835                         "direction": "sink",
2836                         "presence": "always"
2837                     },
2838                     "src": {
2839                         "caps": "audio/x-flac:\n         framed: true\n       channels: [ 1, 8 ]\n           rate: [ 1, 655350 ]\n",
2840                         "direction": "src",
2841                         "presence": "always"
2842                     }
2843                 },
2844                 "properties": {
2845                     "check-frame-checksums": {
2846                         "blurb": "Check the overall checksums of every frame",
2847                         "conditionally-available": false,
2848                         "construct": false,
2849                         "construct-only": false,
2850                         "controllable": false,
2851                         "default": "false",
2852                         "mutable": "null",
2853                         "readable": true,
2854                         "type": "gboolean",
2855                         "writable": true
2856                     }
2857                 },
2858                 "rank": "primary + 1"
2859             },
2860             "mpegaudioparse": {
2861                 "author": "Jan Schmidt <thaytan@mad.scientist.com>,Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>",
2862                 "description": "Parses and frames mpeg1 audio streams (levels 1-3), provides seek",
2863                 "hierarchy": [
2864                     "GstMpegAudioParse",
2865                     "GstBaseParse",
2866                     "GstElement",
2867                     "GstObject",
2868                     "GInitiallyUnowned",
2869                     "GObject"
2870                 ],
2871                 "klass": "Codec/Parser/Audio",
2872                 "long-name": "MPEG1 Audio Parser",
2873                 "pad-templates": {
2874                     "sink": {
2875                         "caps": "audio/mpeg:\n    mpegversion: 1\n",
2876                         "direction": "sink",
2877                         "presence": "always"
2878                     },
2879                     "src": {
2880                         "caps": "audio/mpeg:\n    mpegversion: 1\n          layer: [ 1, 3 ]\nmpegaudioversion: [ 1, 3 ]\n           rate: [ 8000, 48000 ]\n       channels: [ 1, 2 ]\n         parsed: true\n",
2881                         "direction": "src",
2882                         "presence": "always"
2883                     }
2884                 },
2885                 "properties": {},
2886                 "rank": "primary + 2"
2887             },
2888             "sbcparse": {
2889                 "author": "Tim-Philipp Müller <tim.muller@collabora.co.uk>",
2890                 "description": "Parses an SBC bluetooth audio stream",
2891                 "hierarchy": [
2892                     "GstSbcParse",
2893                     "GstBaseParse",
2894                     "GstElement",
2895                     "GstObject",
2896                     "GInitiallyUnowned",
2897                     "GObject"
2898                 ],
2899                 "klass": "Codec/Parser/Audio",
2900                 "long-name": "SBC audio parser",
2901                 "pad-templates": {
2902                     "sink": {
2903                         "caps": "audio/x-sbc:\n",
2904                         "direction": "sink",
2905                         "presence": "always"
2906                     },
2907                     "src": {
2908                         "caps": "audio/x-sbc:\n         parsed: true\n       channels: [ 1, 2 ]\n           rate: { (int)16000, (int)32000, (int)44100, (int)48000 }\n",
2909                         "direction": "src",
2910                         "presence": "always"
2911                     }
2912                 },
2913                 "properties": {},
2914                 "rank": "primary + 1"
2915             },
2916             "wavpackparse": {
2917                 "author": "Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>",
2918                 "description": "Wavpack parser",
2919                 "hierarchy": [
2920                     "GstWavpackParse",
2921                     "GstBaseParse",
2922                     "GstElement",
2923                     "GstObject",
2924                     "GInitiallyUnowned",
2925                     "GObject"
2926                 ],
2927                 "klass": "Codec/Parser/Audio",
2928                 "long-name": "Wavpack audio stream parser",
2929                 "pad-templates": {
2930                     "sink": {
2931                         "caps": "audio/x-wavpack:\naudio/x-wavpack-correction:\n",
2932                         "direction": "sink",
2933                         "presence": "always"
2934                     },
2935                     "src": {
2936                         "caps": "audio/x-wavpack:\n          depth: [ 1, 32 ]\n       channels: [ 1, 8 ]\n           rate: [ 6000, 192000 ]\n         framed: true\naudio/x-wavpack-correction:\n         framed: true\n",
2937                         "direction": "src",
2938                         "presence": "always"
2939                     }
2940                 },
2941                 "properties": {},
2942                 "rank": "primary + 1"
2943             }
2944         },
2945         "filename": "gstaudioparsers",
2946         "license": "LGPL",
2947         "other-types": {},
2948         "package": "GStreamer Good Plug-ins",
2949         "source": "gst-plugins-good",
2950         "tracers": {},
2951         "url": "Unknown package origin"
2952     },
2953     "auparse": {
2954         "description": "parses au streams",
2955         "elements": {
2956             "auparse": {
2957                 "author": "Erik Walthinsen <omega@cse.ogi.edu>",
2958                 "description": "Parse an .au file into raw audio",
2959                 "hierarchy": [
2960                     "GstAuParse",
2961                     "GstElement",
2962                     "GstObject",
2963                     "GInitiallyUnowned",
2964                     "GObject"
2965                 ],
2966                 "klass": "Codec/Demuxer/Audio",
2967                 "long-name": "AU audio demuxer",
2968                 "pad-templates": {
2969                     "sink": {
2970                         "caps": "audio/x-au:\n",
2971                         "direction": "sink",
2972                         "presence": "always"
2973                     },
2974                     "src": {
2975                         "caps": "audio/x-raw:\n         format: { S8, S16LE, S16BE, S24LE, S24BE, S32LE, S32BE, F32LE, F32BE, F64LE, F64BE }\n           rate: [ 8000, 192000 ]\n       channels: 1\n         layout: interleaved\naudio/x-raw:\n         format: { S8, S16LE, S16BE, S24LE, S24BE, S32LE, S32BE, F32LE, F32BE, F64LE, F64BE }\n           rate: [ 8000, 192000 ]\n       channels: 2\n   channel-mask: 0x0000000000000003\n         layout: interleaved\naudio/x-alaw:\n           rate: [ 8000, 192000 ]\n       channels: [ 1, 2 ]\naudio/x-mulaw:\n           rate: [ 8000, 192000 ]\n       channels: [ 1, 2 ]\naudio/x-adpcm:\n         layout: { (string)g721, (string)g722, (string)g723_3, (string)g723_5 }\n",
2976                         "direction": "src",
2977                         "presence": "always"
2978                     }
2979                 },
2980                 "rank": "secondary"
2981             }
2982         },
2983         "filename": "gstauparse",
2984         "license": "LGPL",
2985         "other-types": {},
2986         "package": "GStreamer Good Plug-ins",
2987         "source": "gst-plugins-good",
2988         "tracers": {},
2989         "url": "Unknown package origin"
2990     },
2991     "autodetect": {
2992         "description": "Plugin contains auto-detection plugins for video/audio in- and outputs",
2993         "elements": {
2994             "autoaudiosink": {
2995                 "author": "Jan Schmidt <thaytan@noraisin.net>",
2996                 "description": "Wrapper audio sink for automatically detected audio sink",
2997                 "hierarchy": [
2998                     "GstAutoAudioSink",
2999                     "GstAutoDetect",
3000                     "GstBin",
3001                     "GstElement",
3002                     "GstObject",
3003                     "GInitiallyUnowned",
3004                     "GObject"
3005                 ],
3006                 "interfaces": [
3007                     "GstChildProxy"
3008                 ],
3009                 "klass": "Sink/Audio",
3010                 "long-name": "Auto audio sink",
3011                 "pad-templates": {
3012                     "sink": {
3013                         "caps": "ANY",
3014                         "direction": "sink",
3015                         "presence": "always"
3016                     }
3017                 },
3018                 "properties": {
3019                     "ts-offset": {
3020                         "blurb": "Timestamp offset in nanoseconds",
3021                         "conditionally-available": false,
3022                         "construct": false,
3023                         "construct-only": false,
3024                         "controllable": false,
3025                         "default": "0",
3026                         "max": "9223372036854775807",
3027                         "min": "-9223372036854775808",
3028                         "mutable": "null",
3029                         "readable": true,
3030                         "type": "gint64",
3031                         "writable": true
3032                     }
3033                 },
3034                 "rank": "none"
3035             },
3036             "autoaudiosrc": {
3037                 "author": "Jan Schmidt <thaytan@noraisin.net>, Stefan Kost <ensonic@users.sf.net>",
3038                 "description": "Wrapper audio source for automatically detected audio source",
3039                 "hierarchy": [
3040                     "GstAutoAudioSrc",
3041                     "GstAutoDetect",
3042                     "GstBin",
3043                     "GstElement",
3044                     "GstObject",
3045                     "GInitiallyUnowned",
3046                     "GObject"
3047                 ],
3048                 "interfaces": [
3049                     "GstChildProxy"
3050                 ],
3051                 "klass": "Source/Audio",
3052                 "long-name": "Auto audio source",
3053                 "pad-templates": {
3054                     "src": {
3055                         "caps": "ANY",
3056                         "direction": "src",
3057                         "presence": "always"
3058                     }
3059                 },
3060                 "properties": {},
3061                 "rank": "none"
3062             },
3063             "autovideosink": {
3064                 "author": "Jan Schmidt <thaytan@noraisin.net>",
3065                 "description": "Wrapper video sink for automatically detected video sink",
3066                 "hierarchy": [
3067                     "GstAutoVideoSink",
3068                     "GstAutoDetect",
3069                     "GstBin",
3070                     "GstElement",
3071                     "GstObject",
3072                     "GInitiallyUnowned",
3073                     "GObject"
3074                 ],
3075                 "interfaces": [
3076                     "GstChildProxy"
3077                 ],
3078                 "klass": "Sink/Video",
3079                 "long-name": "Auto video sink",
3080                 "pad-templates": {
3081                     "sink": {
3082                         "caps": "ANY",
3083                         "direction": "sink",
3084                         "presence": "always"
3085                     }
3086                 },
3087                 "properties": {
3088                     "ts-offset": {
3089                         "blurb": "Timestamp offset in nanoseconds",
3090                         "conditionally-available": false,
3091                         "construct": false,
3092                         "construct-only": false,
3093                         "controllable": false,
3094                         "default": "0",
3095                         "max": "9223372036854775807",
3096                         "min": "-9223372036854775808",
3097                         "mutable": "null",
3098                         "readable": true,
3099                         "type": "gint64",
3100                         "writable": true
3101                     }
3102                 },
3103                 "rank": "none"
3104             },
3105             "autovideosrc": {
3106                 "author": "Jan Schmidt <thaytan@noraisin.net>, Stefan Kost <ensonic@users.sf.net>",
3107                 "description": "Wrapper video source for automatically detected video source",
3108                 "hierarchy": [
3109                     "GstAutoVideoSrc",
3110                     "GstAutoDetect",
3111                     "GstBin",
3112                     "GstElement",
3113                     "GstObject",
3114                     "GInitiallyUnowned",
3115                     "GObject"
3116                 ],
3117                 "interfaces": [
3118                     "GstChildProxy"
3119                 ],
3120                 "klass": "Source/Video",
3121                 "long-name": "Auto video source",
3122                 "pad-templates": {
3123                     "src": {
3124                         "caps": "ANY",
3125                         "direction": "src",
3126                         "presence": "always"
3127                     }
3128                 },
3129                 "properties": {},
3130                 "rank": "none"
3131             }
3132         },
3133         "filename": "gstautodetect",
3134         "license": "LGPL",
3135         "other-types": {
3136             "GstAutoDetect": {
3137                 "hierarchy": [
3138                     "GstAutoDetect",
3139                     "GstBin",
3140                     "GstElement",
3141                     "GstObject",
3142                     "GInitiallyUnowned",
3143                     "GObject"
3144                 ],
3145                 "interfaces": [
3146                     "GstChildProxy"
3147                 ],
3148                 "kind": "object",
3149                 "properties": {
3150                     "filter-caps": {
3151                         "blurb": "Filter sink candidates using these caps.",
3152                         "conditionally-available": false,
3153                         "construct": false,
3154                         "construct-only": false,
3155                         "controllable": false,
3156                         "mutable": "null",
3157                         "readable": true,
3158                         "type": "GstCaps",
3159                         "writable": true
3160                     },
3161                     "sync": {
3162                         "blurb": "Sync on the clock",
3163                         "conditionally-available": false,
3164                         "construct": false,
3165                         "construct-only": false,
3166                         "controllable": false,
3167                         "default": "true",
3168                         "mutable": "null",
3169                         "readable": true,
3170                         "type": "gboolean",
3171                         "writable": true
3172                     }
3173                 }
3174             }
3175         },
3176         "package": "GStreamer Good Plug-ins",
3177         "source": "gst-plugins-good",
3178         "tracers": {},
3179         "url": "Unknown package origin"
3180     },
3181     "avi": {
3182         "description": "AVI stream handling",
3183         "elements": {
3184             "avidemux": {
3185                 "author": "Erik Walthinsen <omega@cse.ogi.edu>, Wim Taymans <wim.taymans@chello.be>, Thijs Vermeir <thijsvermeir@gmail.com>",
3186                 "description": "Demultiplex an avi file into audio and video",
3187                 "hierarchy": [
3188                     "GstAviDemux",
3189                     "GstElement",
3190                     "GstObject",
3191                     "GInitiallyUnowned",
3192                     "GObject"
3193                 ],
3194                 "klass": "Codec/Demuxer",
3195                 "long-name": "Avi demuxer",
3196                 "pad-templates": {
3197                     "audio_%%u": {
3198                         "caps": "audio/ms-gsm:\naudio/mpeg:\n    mpegversion: 1\n          layer: 3\naudio/mpeg:\n    mpegversion: 1\n          layer: 2\naudio/x-raw:\n         format: { S8, U8, S16LE, U16LE, S24LE, U24LE, S32LE, U32LE }\n         layout: interleaved\naudio/x-vorbis:\naudio/x-ac3:\naudio/x-dts:\naudio/mpeg:\n    mpegversion: 4\naudio/x-alaw:\naudio/x-mulaw:\naudio/x-wms:\n        bitrate: [ 0, 2147483647 ]\n    block_align: [ 1, 2147483647 ]\naudio/x-adpcm:\n         layout: microsoft\n    block_align: [ 1, 2147483647 ]\naudio/x-adpcm:\n         layout: dvi\n    block_align: [ 1, 2147483647 ]\naudio/x-truespeech:\naudio/x-wma:\n     wmaversion: 1\n        bitrate: [ 0, 2147483647 ]\n    block_align: [ 1, 2147483647 ]\naudio/x-wma:\n     wmaversion: 2\n        bitrate: [ 0, 2147483647 ]\n    block_align: [ 1, 2147483647 ]\naudio/x-wma:\n     wmaversion: 3\n        bitrate: [ 0, 2147483647 ]\n    block_align: [ 1, 2147483647 ]\naudio/x-vnd.sony.atrac3:\naudio/x-raw:\n         format: { F32LE, F64LE }\n         layout: interleaved\naudio/x-voxware:\n    voxwaretype: 117\naudio/x-adpcm:\n         layout: dk4\naudio/x-adpcm:\n         layout: dk3\naudio/x-adpcm:\n         layout: dvi\naudio/AMR:\naudio/AMR-WB:\naudio/x-siren:\napplication/x-ogg-avi:\naudio/x-avi-unknown:\n",
3199                         "direction": "src",
3200                         "presence": "sometimes"
3201                     },
3202                     "sink": {
3203                         "caps": "video/x-msvideo:\n",
3204                         "direction": "sink",
3205                         "presence": "always"
3206                     },
3207                     "subpicture_%%u": {
3208                         "caps": "subpicture/x-xsub:\n",
3209                         "direction": "src",
3210                         "presence": "sometimes"
3211                     },
3212                     "subtitle_%%u": {
3213                         "caps": "application/x-subtitle-avi:\n",
3214                         "direction": "src",
3215                         "presence": "sometimes"
3216                     },
3217                     "video_%%u": {
3218                         "caps": "video/mpeg:\n    mpegversion: 4\n   systemstream: false\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-asus:\n    asusversion: 1\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-asus:\n    asusversion: 2\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-cineform:\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-cirrus-logic-accupak:\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-camstudio:\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-compressed-yuv:\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-raw:\n         format: { RGB8P, BGR, BGRx }\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-divx:\n    divxversion: 3\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-divx:\n    divxversion: 4\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-truemotion:\n    trueversion: 1\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-dv:\n   systemstream: false\n      dvversion: 25\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-dv:\n   systemstream: false\n      dvversion: 50\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-divx:\n    divxversion: 5\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/mpeg:\n    mpegversion: 4\n   systemstream: false\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-flash-video:\n     flvversion: 1\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-vp6-flash:\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-h263:\n        variant: itu\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-h263:\n        variant: lucent\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-h264:\n        variant: itu\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-h265:\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-huffyuv:\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-intel-h263:\n        variant: intel\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-raw:\n         format: I420\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-indeo:\n   indeoversion: 3\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-indeo:\n   indeoversion: 4\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-indeo:\n   indeoversion: 5\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-h263:\n        variant: lead\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-h264:\n        variant: lead\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-h263:\n        variant: microsoft\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/mpeg:\n    mpegversion: 4\n   systemstream: false\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nimage/jpeg:\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-msmpeg:\n  msmpegversion: 42\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-msmpeg:\n  msmpegversion: 43\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/mpeg:\n   systemstream: false\n    mpegversion: 1\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/mpeg:\n   systemstream: false\n    mpegversion: 2\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-msmpeg:\n  msmpegversion: 41\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-mszh:\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nimage/png:\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-rle:\n         layout: microsoft\n          depth: [ 1, 64 ]\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-indeo:\n   indeoversion: 2\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/sp5x:\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-truemotion:\n    trueversion: 2\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-camtasia:\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-ultimotion:\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-raw:\n         format: UYVY\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-ati-vcr:\n     vcrversion: 1\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-ati-vcr:\n     vcrversion: 2\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-h263:\n        variant: vdolive\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-h263:\n        variant: vivo\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-vmnc:\n        version: 1\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-vp3:\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-h264:\n        variant: videosoft\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-wmv:\n     wmvversion: 1\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-wmv:\n     wmvversion: 2\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-wmv:\n     wmvversion: 3\n         format: WMV3\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/mpeg:\n    mpegversion: 4\n   systemstream: false\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-xan:\n      wcversion: 4\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-raw:\n         format: YUY2\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-raw:\n         format: YVU9\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-zlib:\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-cinepak:\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-h264:\n        variant: itu\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-msvideocodec:\n msvideoversion: 1\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-h263:\n        variant: xirlink\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-dirac:\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-ffv:\n     ffvversion: 1\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-kmvc:\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-vp5:\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-vp6:\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-vp6-flash:\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-vp7:\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-vp8:\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-mimic:\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-apple-video:\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-theora:\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-fraps:\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-aasc:\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-raw:\n         format: YV12\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-loco:\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-zmbv:\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-raw:\n         format: v210\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-raw:\n         format: r210\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-dv:\n   systemstream: true\nvideo/x-avi-unknown:\n",
3219                         "direction": "src",
3220                         "presence": "sometimes"
3221                     }
3222                 },
3223                 "rank": "primary",
3224                 "signals": {}
3225             },
3226             "avimux": {
3227                 "author": "GStreamer maintainers <gstreamer-devel@lists.freedesktop.org>",
3228                 "description": "Muxes audio and video into an avi stream",
3229                 "hierarchy": [
3230                     "GstAviMux",
3231                     "GstElement",
3232                     "GstObject",
3233                     "GInitiallyUnowned",
3234                     "GObject"
3235                 ],
3236                 "interfaces": [
3237                     "GstTagSetter"
3238                 ],
3239                 "klass": "Codec/Muxer",
3240                 "long-name": "Avi muxer",
3241                 "pad-templates": {
3242                     "audio_%%u": {
3243                         "caps": "audio/x-raw:\n         format: { U8, S16LE, S24LE, S32LE }\n           rate: [ 1000, 96000 ]\n       channels: [ 1, 65535 ]\naudio/mpeg:\n    mpegversion: 1\n          layer: [ 1, 3 ]\n           rate: [ 1000, 96000 ]\n       channels: [ 1, 2 ]\naudio/mpeg:\n    mpegversion: 4\n  stream-format: raw\n           rate: [ 1000, 96000 ]\n       channels: [ 1, 2 ]\naudio/x-ac3:\n           rate: [ 1000, 96000 ]\n       channels: [ 1, 6 ]\naudio/x-alaw:\n           rate: [ 1000, 48000 ]\n       channels: [ 1, 2 ]\naudio/x-mulaw:\n           rate: [ 1000, 48000 ]\n       channels: [ 1, 2 ]\naudio/x-wma:\n           rate: [ 1000, 96000 ]\n       channels: [ 1, 2 ]\n     wmaversion: [ 1, 2 ]\n",
3244                         "direction": "sink",
3245                         "presence": "request"
3246                     },
3247                     "src": {
3248                         "caps": "video/x-msvideo:\n",
3249                         "direction": "src",
3250                         "presence": "always"
3251                     },
3252                     "video_%%u": {
3253                         "caps": "video/x-raw:\n         format: { YUY2, I420, BGR, BGRx, BGRA, GRAY8, UYVY, v210 }\n          width: [ 16, 4096 ]\n         height: [ 16, 4096 ]\n      framerate: [ 0/1, 2147483647/1 ]\nimage/jpeg:\n          width: [ 16, 4096 ]\n         height: [ 16, 4096 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-divx:\n          width: [ 16, 4096 ]\n         height: [ 16, 4096 ]\n      framerate: [ 0/1, 2147483647/1 ]\n    divxversion: [ 3, 5 ]\nvideo/x-msmpeg:\n          width: [ 16, 4096 ]\n         height: [ 16, 4096 ]\n      framerate: [ 0/1, 2147483647/1 ]\n  msmpegversion: [ 41, 43 ]\nvideo/mpeg:\n          width: [ 16, 4096 ]\n         height: [ 16, 4096 ]\n      framerate: [ 0/1, 2147483647/1 ]\n    mpegversion: { (int)1, (int)2, (int)4 }\n   systemstream: false\nvideo/x-h263:\n          width: [ 16, 4096 ]\n         height: [ 16, 4096 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-h264:\n  stream-format: byte-stream\n      alignment: au\n          width: [ 16, 4096 ]\n         height: [ 16, 4096 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-dv:\n          width: 720\n         height: { (int)576, (int)480 }\n      framerate: [ 0/1, 2147483647/1 ]\n   systemstream: false\nvideo/x-huffyuv:\n          width: [ 16, 4096 ]\n         height: [ 16, 4096 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-wmv:\n          width: [ 16, 4096 ]\n         height: [ 16, 4096 ]\n      framerate: [ 0/1, 2147483647/1 ]\n     wmvversion: [ 1, 3 ]\nimage/x-jpc:\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-vp8:\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nimage/png:\n          width: [ 16, 4096 ]\n         height: [ 16, 4096 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
3254                         "direction": "sink",
3255                         "presence": "request"
3256                     }
3257                 },
3258                 "properties": {
3259                     "bigfile": {
3260                         "blurb": "Support for openDML-2.0 (big) AVI files",
3261                         "conditionally-available": false,
3262                         "construct": false,
3263                         "construct-only": false,
3264                         "controllable": false,
3265                         "default": "true",
3266                         "mutable": "null",
3267                         "readable": true,
3268                         "type": "gboolean",
3269                         "writable": true
3270                     }
3271                 },
3272                 "rank": "primary"
3273             },
3274             "avisubtitle": {
3275                 "author": "Thijs Vermeir <thijsvermeir@gmail.com>",
3276                 "description": "Parse avi subtitle stream",
3277                 "hierarchy": [
3278                     "GstAviSubtitle",
3279                     "GstElement",
3280                     "GstObject",
3281                     "GInitiallyUnowned",
3282                     "GObject"
3283                 ],
3284                 "klass": "Codec/Parser/Subtitle",
3285                 "long-name": "Avi subtitle parser",
3286                 "pad-templates": {
3287                     "sink": {
3288                         "caps": "application/x-subtitle-avi:\n",
3289                         "direction": "sink",
3290                         "presence": "always"
3291                     },
3292                     "src": {
3293                         "caps": "application/x-subtitle:\n",
3294                         "direction": "src",
3295                         "presence": "always"
3296                     }
3297                 },
3298                 "rank": "primary"
3299             }
3300         },
3301         "filename": "gstavi",
3302         "license": "LGPL",
3303         "other-types": {},
3304         "package": "GStreamer Good Plug-ins",
3305         "source": "gst-plugins-good",
3306         "tracers": {},
3307         "url": "Unknown package origin"
3308     },
3309     "cacasink": {
3310         "description": "Colored ASCII Art video sink & filter",
3311         "elements": {
3312             "cacasink": {
3313                 "author": "Zeeshan Ali <zak147@yahoo.com>",
3314                 "description": "A colored ASCII art videosink",
3315                 "hierarchy": [
3316                     "GstCACASink",
3317                     "GstBaseSink",
3318                     "GstElement",
3319                     "GstObject",
3320                     "GInitiallyUnowned",
3321                     "GObject"
3322                 ],
3323                 "klass": "Sink/Video",
3324                 "long-name": "A colored ASCII art video sink",
3325                 "pad-templates": {
3326                     "sink": {
3327                         "caps": "video/x-raw:\n         format: { RGB, BGR, RGBx, xRGB, BGRx, xBGR, RGB16, RGB15 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
3328                         "direction": "sink",
3329                         "presence": "always"
3330                     }
3331                 },
3332                 "properties": {
3333                     "anti-aliasing": {
3334                         "blurb": "Enables Anti-Aliasing",
3335                         "conditionally-available": false,
3336                         "construct": false,
3337                         "construct-only": false,
3338                         "controllable": false,
3339                         "default": "true",
3340                         "mutable": "null",
3341                         "readable": true,
3342                         "type": "gboolean",
3343                         "writable": true
3344                     },
3345                     "dither": {
3346                         "blurb": "Set type of Dither",
3347                         "conditionally-available": false,
3348                         "construct": false,
3349                         "construct-only": false,
3350                         "controllable": false,
3351                         "default": "none (49)",
3352                         "mutable": "null",
3353                         "readable": true,
3354                         "type": "GstCACASinkDithering",
3355                         "writable": true
3356                     },
3357                     "screen-height": {
3358                         "blurb": "The height of the screen",
3359                         "conditionally-available": false,
3360                         "construct": false,
3361                         "construct-only": false,
3362                         "controllable": false,
3363                         "default": "25",
3364                         "max": "2147483647",
3365                         "min": "0",
3366                         "mutable": "null",
3367                         "readable": true,
3368                         "type": "gint",
3369                         "writable": false
3370                     },
3371                     "screen-width": {
3372                         "blurb": "The width of the screen",
3373                         "conditionally-available": false,
3374                         "construct": false,
3375                         "construct-only": false,
3376                         "controllable": false,
3377                         "default": "80",
3378                         "max": "2147483647",
3379                         "min": "0",
3380                         "mutable": "null",
3381                         "readable": true,
3382                         "type": "gint",
3383                         "writable": false
3384                     }
3385                 },
3386                 "rank": "none"
3387             },
3388             "cacatv": {
3389                 "author": "Eric Marks <bigmarkslp@gmail.com>",
3390                 "description": "Colored ASCII art effect",
3391                 "hierarchy": [
3392                     "GstCACATv",
3393                     "GstVideoFilter",
3394                     "GstBaseTransform",
3395                     "GstElement",
3396                     "GstObject",
3397                     "GInitiallyUnowned",
3398                     "GObject"
3399                 ],
3400                 "klass": "Filter/Effect/Video",
3401                 "long-name": "CacaTV effect",
3402                 "pad-templates": {
3403                     "sink": {
3404                         "caps": "video/x-raw:\n         format: { RGB, BGR, RGBx, xRGB, BGRx, xBGR, RGBA, RGB16, RGB15 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
3405                         "direction": "sink",
3406                         "presence": "always"
3407                     },
3408                     "src": {
3409                         "caps": "video/x-raw:\n         format: { ARGB }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
3410                         "direction": "src",
3411                         "presence": "always"
3412                     }
3413                 },
3414                 "properties": {
3415                     "anti-aliasing": {
3416                         "blurb": "Enables Anti-Aliasing",
3417                         "conditionally-available": false,
3418                         "construct": false,
3419                         "construct-only": false,
3420                         "controllable": false,
3421                         "default": "false",
3422                         "mutable": "null",
3423                         "readable": true,
3424                         "type": "gboolean",
3425                         "writable": true
3426                     },
3427                     "canvas-height": {
3428                         "blurb": "The height of the canvas in characters",
3429                         "conditionally-available": false,
3430                         "construct": false,
3431                         "construct-only": false,
3432                         "controllable": false,
3433                         "default": "24",
3434                         "max": "2147483647",
3435                         "min": "0",
3436                         "mutable": "null",
3437                         "readable": true,
3438                         "type": "gint",
3439                         "writable": true
3440                     },
3441                     "canvas-width": {
3442                         "blurb": "The width of the canvas in characters",
3443                         "conditionally-available": false,
3444                         "construct": false,
3445                         "construct-only": false,
3446                         "controllable": false,
3447                         "default": "80",
3448                         "max": "2147483647",
3449                         "min": "0",
3450                         "mutable": "null",
3451                         "readable": true,
3452                         "type": "gint",
3453                         "writable": true
3454                     },
3455                     "dither": {
3456                         "blurb": "Set type of Dither",
3457                         "conditionally-available": false,
3458                         "construct": false,
3459                         "construct-only": false,
3460                         "controllable": false,
3461                         "default": " (0)",
3462                         "mutable": "null",
3463                         "readable": true,
3464                         "type": "GstCACATvDithering",
3465                         "writable": true
3466                     },
3467                     "font": {
3468                         "blurb": "selected libcaca font",
3469                         "conditionally-available": false,
3470                         "construct": false,
3471                         "construct-only": false,
3472                         "controllable": false,
3473                         "default": "0",
3474                         "max": "2147483647",
3475                         "min": "0",
3476                         "mutable": "null",
3477                         "readable": true,
3478                         "type": "gint",
3479                         "writable": true
3480                     }
3481                 },
3482                 "rank": "none"
3483             }
3484         },
3485         "filename": "gstcacasink",
3486         "license": "LGPL",
3487         "other-types": {
3488             "GstCACASinkDithering": {
3489                 "kind": "enum",
3490                 "values": [
3491                     {
3492                         "desc": "No dithering",
3493                         "name": "none",
3494                         "value": "49"
3495                     },
3496                     {
3497                         "desc": "Ordered 2x2 Bayer dithering",
3498                         "name": "2x2",
3499                         "value": "50"
3500                     },
3501                     {
3502                         "desc": "Ordered 4x4 Bayer dithering",
3503                         "name": "4x4",
3504                         "value": "51"
3505                     },
3506                     {
3507                         "desc": "Ordered 8x8 Bayer dithering",
3508                         "name": "8x8",
3509                         "value": "52"
3510                     },
3511                     {
3512                         "desc": "Random dithering",
3513                         "name": "random",
3514                         "value": "53"
3515                     }
3516                 ]
3517             },
3518             "GstCACATvDithering": {
3519                 "kind": "enum",
3520                 "values": [
3521                     {
3522                         "desc": "No dither_mode",
3523                         "name": "none",
3524                         "value": "49"
3525                     },
3526                     {
3527                         "desc": "Ordered 2x2 Bayer dither_mode",
3528                         "name": "2x2",
3529                         "value": "50"
3530                     },
3531                     {
3532                         "desc": "Ordered 4x4 Bayer dither_mode",
3533                         "name": "4x4",
3534                         "value": "51"
3535                     },
3536                     {
3537                         "desc": "Ordered 8x8 Bayer dither_mode",
3538                         "name": "8x8",
3539                         "value": "52"
3540                     },
3541                     {
3542                         "desc": "Random dither_mode",
3543                         "name": "random",
3544                         "value": "53"
3545                     }
3546                 ]
3547             }
3548         },
3549         "package": "GStreamer Good Plug-ins",
3550         "source": "gst-plugins-good",
3551         "tracers": {},
3552         "url": "Unknown package origin"
3553     },
3554     "cairo": {
3555         "description": "Cairo-based elements",
3556         "elements": {
3557             "cairooverlay": {
3558                 "author": "Jon Nordby <jononor@gmail.com>",
3559                 "description": "Render overlay on a video stream using Cairo",
3560                 "hierarchy": [
3561                     "GstCairoOverlay",
3562                     "GstBaseTransform",
3563                     "GstElement",
3564                     "GstObject",
3565                     "GInitiallyUnowned",
3566                     "GObject"
3567                 ],
3568                 "klass": "Filter/Editor/Video",
3569                 "long-name": "Cairo overlay",
3570                 "pad-templates": {
3571                     "sink": {
3572                         "caps": "video/x-raw:\n         format: { BGRx, BGRA, RGB16 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
3573                         "direction": "sink",
3574                         "presence": "always"
3575                     },
3576                     "src": {
3577                         "caps": "video/x-raw:\n         format: { BGRx, BGRA, RGB16 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
3578                         "direction": "src",
3579                         "presence": "always"
3580                     }
3581                 },
3582                 "properties": {
3583                     "draw-on-transparent-surface": {
3584                         "blurb": "Let the draw signal work on a transparent surface and blend the results with the video at a later time",
3585                         "conditionally-available": false,
3586                         "construct": false,
3587                         "construct-only": false,
3588                         "controllable": true,
3589                         "default": "false",
3590                         "mutable": "playing",
3591                         "readable": true,
3592                         "type": "gboolean",
3593                         "writable": true
3594                     }
3595                 },
3596                 "rank": "none",
3597                 "signals": {
3598                     "caps-changed": {
3599                         "args": [
3600                             {
3601                                 "name": "arg0",
3602                                 "type": "GstCaps"
3603                             }
3604                         ],
3605                         "return-type": "void"
3606                     },
3607                     "draw": {
3608                         "args": [
3609                             {
3610                                 "name": "arg0",
3611                                 "type": "CairoContext"
3612                             },
3613                             {
3614                                 "name": "arg1",
3615                                 "type": "guint64"
3616                             },
3617                             {
3618                                 "name": "arg2",
3619                                 "type": "guint64"
3620                             }
3621                         ],
3622                         "return-type": "void"
3623                     }
3624                 }
3625             }
3626         },
3627         "filename": "gstcairo",
3628         "license": "LGPL",
3629         "other-types": {},
3630         "package": "GStreamer Good Plug-ins",
3631         "source": "gst-plugins-good",
3632         "tracers": {},
3633         "url": "Unknown package origin"
3634     },
3635     "cutter": {
3636         "description": "Audio Cutter to split audio into non-silent bits",
3637         "elements": {
3638             "cutter": {
3639                 "author": "Thomas Vander Stichele <thomas at apestaart dot org>",
3640                 "description": "Audio Cutter to split audio into non-silent bits",
3641                 "hierarchy": [
3642                     "GstCutter",
3643                     "GstElement",
3644                     "GstObject",
3645                     "GInitiallyUnowned",
3646                     "GObject"
3647                 ],
3648                 "klass": "Filter/Editor/Audio",
3649                 "long-name": "Audio cutter",
3650                 "pad-templates": {
3651                     "sink": {
3652                         "caps": "audio/x-raw:\n         format: { S8, S16LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
3653                         "direction": "sink",
3654                         "presence": "always"
3655                     },
3656                     "src": {
3657                         "caps": "audio/x-raw:\n         format: { S8, S16LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
3658                         "direction": "src",
3659                         "presence": "always"
3660                     }
3661                 },
3662                 "properties": {
3663                     "leaky": {
3664                         "blurb": "do we leak buffers when below threshold ?",
3665                         "conditionally-available": false,
3666                         "construct": false,
3667                         "construct-only": false,
3668                         "controllable": false,
3669                         "default": "false",
3670                         "mutable": "null",
3671                         "readable": true,
3672                         "type": "gboolean",
3673                         "writable": true
3674                     },
3675                     "pre-length": {
3676                         "blurb": "Length of pre-recording buffer (in nanoseconds)",
3677                         "conditionally-available": false,
3678                         "construct": false,
3679                         "construct-only": false,
3680                         "controllable": false,
3681                         "default": "200000000",
3682                         "max": "18446744073709551615",
3683                         "min": "0",
3684                         "mutable": "null",
3685                         "readable": true,
3686                         "type": "guint64",
3687                         "writable": true
3688                     },
3689                     "run-length": {
3690                         "blurb": "Length of drop below threshold before cut_stop (in nanoseconds)",
3691                         "conditionally-available": false,
3692                         "construct": false,
3693                         "construct-only": false,
3694                         "controllable": false,
3695                         "default": "500000000",
3696                         "max": "18446744073709551615",
3697                         "min": "0",
3698                         "mutable": "null",
3699                         "readable": true,
3700                         "type": "guint64",
3701                         "writable": true
3702                     },
3703                     "threshold": {
3704                         "blurb": "Volume threshold before trigger",
3705                         "conditionally-available": false,
3706                         "construct": false,
3707                         "construct-only": false,
3708                         "controllable": false,
3709                         "default": "0.1",
3710                         "max": "1.79769e+308",
3711                         "min": "-1.79769e+308",
3712                         "mutable": "null",
3713                         "readable": true,
3714                         "type": "gdouble",
3715                         "writable": true
3716                     },
3717                     "threshold-dB": {
3718                         "blurb": "Volume threshold before trigger (in dB)",
3719                         "conditionally-available": false,
3720                         "construct": false,
3721                         "construct-only": false,
3722                         "controllable": false,
3723                         "default": "-46.0517",
3724                         "max": "1.79769e+308",
3725                         "min": "-1.79769e+308",
3726                         "mutable": "null",
3727                         "readable": true,
3728                         "type": "gdouble",
3729                         "writable": true
3730                     }
3731                 },
3732                 "rank": "none"
3733             }
3734         },
3735         "filename": "gstcutter",
3736         "license": "LGPL",
3737         "other-types": {},
3738         "package": "GStreamer Good Plug-ins",
3739         "source": "gst-plugins-good",
3740         "tracers": {},
3741         "url": "Unknown package origin"
3742     },
3743     "debug": {
3744         "description": "elements for testing and debugging",
3745         "elements": {
3746             "breakmydata": {
3747                 "author": "Benjamin Otte <otte@gnome>",
3748                 "description": "randomly change data in the stream",
3749                 "hierarchy": [
3750                     "GstBreakMyData",
3751                     "GstBaseTransform",
3752                     "GstElement",
3753                     "GstObject",
3754                     "GInitiallyUnowned",
3755                     "GObject"
3756                 ],
3757                 "klass": "Testing",
3758                 "long-name": "Break my data",
3759                 "pad-templates": {
3760                     "sink": {
3761                         "caps": "ANY",
3762                         "direction": "sink",
3763                         "presence": "always"
3764                     },
3765                     "src": {
3766                         "caps": "ANY",
3767                         "direction": "src",
3768                         "presence": "always"
3769                     }
3770                 },
3771                 "properties": {
3772                     "probability": {
3773                         "blurb": "probability for each byte in the buffer to be changed",
3774                         "conditionally-available": false,
3775                         "construct": true,
3776                         "construct-only": false,
3777                         "controllable": false,
3778                         "default": "0",
3779                         "max": "1",
3780                         "min": "0",
3781                         "mutable": "null",
3782                         "readable": true,
3783                         "type": "gdouble",
3784                         "writable": true
3785                     },
3786                     "seed": {
3787                         "blurb": "seed for randomness (initialized when going from READY to PAUSED)",
3788                         "conditionally-available": false,
3789                         "construct": true,
3790                         "construct-only": false,
3791                         "controllable": false,
3792                         "default": "0",
3793                         "max": "-1",
3794                         "min": "0",
3795                         "mutable": "null",
3796                         "readable": true,
3797                         "type": "guint",
3798                         "writable": true
3799                     },
3800                     "set-to": {
3801                         "blurb": "set changed bytes to this value (-1 means random value",
3802                         "conditionally-available": false,
3803                         "construct": true,
3804                         "construct-only": false,
3805                         "controllable": false,
3806                         "default": "-1",
3807                         "max": "255",
3808                         "min": "-1",
3809                         "mutable": "null",
3810                         "readable": true,
3811                         "type": "gint",
3812                         "writable": true
3813                     },
3814                     "skip": {
3815                         "blurb": "amount of bytes skipped at the beginning of stream",
3816                         "conditionally-available": false,
3817                         "construct": true,
3818                         "construct-only": false,
3819                         "controllable": false,
3820                         "default": "0",
3821                         "max": "-1",
3822                         "min": "0",
3823                         "mutable": "null",
3824                         "readable": true,
3825                         "type": "guint",
3826                         "writable": true
3827                     }
3828                 },
3829                 "rank": "none"
3830             },
3831             "capssetter": {
3832                 "author": "Mark Nauwelaerts <mnauw@users.sourceforge.net>",
3833                 "description": "Set/merge caps on stream",
3834                 "hierarchy": [
3835                     "GstCapsSetter",
3836                     "GstBaseTransform",
3837                     "GstElement",
3838                     "GstObject",
3839                     "GInitiallyUnowned",
3840                     "GObject"
3841                 ],
3842                 "klass": "Generic",
3843                 "long-name": "CapsSetter",
3844                 "pad-templates": {
3845                     "sink": {
3846                         "caps": "ANY",
3847                         "direction": "sink",
3848                         "presence": "always"
3849                     },
3850                     "src": {
3851                         "caps": "ANY",
3852                         "direction": "src",
3853                         "presence": "always"
3854                     }
3855                 },
3856                 "properties": {
3857                     "caps": {
3858                         "blurb": "Merge these caps (thereby overwriting) in the stream",
3859                         "conditionally-available": false,
3860                         "construct": false,
3861                         "construct-only": false,
3862                         "controllable": false,
3863                         "default": "ANY",
3864                         "mutable": "null",
3865                         "readable": true,
3866                         "type": "GstCaps",
3867                         "writable": true
3868                     },
3869                     "join": {
3870                         "blurb": "Match incoming caps' mime-type to mime-type of provided caps",
3871                         "conditionally-available": false,
3872                         "construct": false,
3873                         "construct-only": false,
3874                         "controllable": false,
3875                         "default": "true",
3876                         "mutable": "null",
3877                         "readable": true,
3878                         "type": "gboolean",
3879                         "writable": true
3880                     },
3881                     "replace": {
3882                         "blurb": "Drop fields of incoming caps",
3883                         "conditionally-available": false,
3884                         "construct": false,
3885                         "construct-only": false,
3886                         "controllable": false,
3887                         "default": "false",
3888                         "mutable": "null",
3889                         "readable": true,
3890                         "type": "gboolean",
3891                         "writable": true
3892                     }
3893                 },
3894                 "rank": "none"
3895             },
3896             "cpureport": {
3897                 "author": "Zaheer Abbas Merali <zaheerabbas at merali dot org>",
3898                 "description": "Post cpu usage information every buffer",
3899                 "hierarchy": [
3900                     "GstCpuReport",
3901                     "GstBaseTransform",
3902                     "GstElement",
3903                     "GstObject",
3904                     "GInitiallyUnowned",
3905                     "GObject"
3906                 ],
3907                 "klass": "Testing",
3908                 "long-name": "CPU report",
3909                 "pad-templates": {
3910                     "sink": {
3911                         "caps": "ANY",
3912                         "direction": "sink",
3913                         "presence": "always"
3914                     },
3915                     "src": {
3916                         "caps": "ANY",
3917                         "direction": "src",
3918                         "presence": "always"
3919                     }
3920                 },
3921                 "properties": {},
3922                 "rank": "none"
3923             },
3924             "navseek": {
3925                 "author": "Jan Schmidt <thaytan@mad.scientist.com>",
3926                 "description": "Seek based on navigation keys left-right",
3927                 "hierarchy": [
3928                     "GstNavSeek",
3929                     "GstBaseTransform",
3930                     "GstElement",
3931                     "GstObject",
3932                     "GInitiallyUnowned",
3933                     "GObject"
3934                 ],
3935                 "klass": "Filter/Video",
3936                 "long-name": "Seek based on left-right arrows",
3937                 "pad-templates": {
3938                     "sink": {
3939                         "caps": "ANY",
3940                         "direction": "sink",
3941                         "presence": "always"
3942                     },
3943                     "src": {
3944                         "caps": "ANY",
3945                         "direction": "src",
3946                         "presence": "always"
3947                     }
3948                 },
3949                 "properties": {
3950                     "hold-eos": {
3951                         "blurb": "Hold eos until the next 'Return' keystroke",
3952                         "conditionally-available": false,
3953                         "construct": false,
3954                         "construct-only": false,
3955                         "controllable": false,
3956                         "default": "false",
3957                         "mutable": "null",
3958                         "readable": true,
3959                         "type": "gboolean",
3960                         "writable": true
3961                     },
3962                     "seek-offset": {
3963                         "blurb": "Time in seconds to seek by",
3964                         "conditionally-available": false,
3965                         "construct": false,
3966                         "construct-only": false,
3967                         "controllable": false,
3968                         "default": "5",
3969                         "max": "1.79769e+308",
3970                         "min": "0",
3971                         "mutable": "null",
3972                         "readable": true,
3973                         "type": "gdouble",
3974                         "writable": true
3975                     }
3976                 },
3977                 "rank": "none"
3978             },
3979             "progressreport": {
3980                 "author": "Jan Schmidt <thaytan@mad.scientist.com>",
3981                 "description": "Periodically query and report on processing progress",
3982                 "hierarchy": [
3983                     "GstProgressReport",
3984                     "GstBaseTransform",
3985                     "GstElement",
3986                     "GstObject",
3987                     "GInitiallyUnowned",
3988                     "GObject"
3989                 ],
3990                 "klass": "Testing",
3991                 "long-name": "Progress report",
3992                 "pad-templates": {
3993                     "sink": {
3994                         "caps": "ANY",
3995                         "direction": "sink",
3996                         "presence": "always"
3997                     },
3998                     "src": {
3999                         "caps": "ANY",
4000                         "direction": "src",
4001                         "presence": "always"
4002                     }
4003                 },
4004                 "properties": {
4005                     "do-query": {
4006                         "blurb": "Use a query instead of buffer metadata to determine stream position",
4007                         "conditionally-available": false,
4008                         "construct": false,
4009                         "construct-only": false,
4010                         "controllable": false,
4011                         "default": "true",
4012                         "mutable": "null",
4013                         "readable": true,
4014                         "type": "gboolean",
4015                         "writable": true
4016                     },
4017                     "format": {
4018                         "blurb": "Format to use for the querying",
4019                         "conditionally-available": false,
4020                         "construct": false,
4021                         "construct-only": false,
4022                         "controllable": false,
4023                         "default": "auto",
4024                         "mutable": "null",
4025                         "readable": true,
4026                         "type": "gchararray",
4027                         "writable": true
4028                     },
4029                     "silent": {
4030                         "blurb": "Do not print output to stdout",
4031                         "conditionally-available": false,
4032                         "construct": false,
4033                         "construct-only": false,
4034                         "controllable": false,
4035                         "default": "false",
4036                         "mutable": "null",
4037                         "readable": true,
4038                         "type": "gboolean",
4039                         "writable": true
4040                     },
4041                     "update-freq": {
4042                         "blurb": "Number of seconds between reports when data is flowing",
4043                         "conditionally-available": false,
4044                         "construct": false,
4045                         "construct-only": false,
4046                         "controllable": false,
4047                         "default": "5",
4048                         "max": "2147483647",
4049                         "min": "1",
4050                         "mutable": "null",
4051                         "readable": true,
4052                         "type": "gint",
4053                         "writable": true
4054                     }
4055                 },
4056                 "rank": "none"
4057             },
4058             "pushfilesrc": {
4059                 "author": "Tim-Philipp Müller <tim centricular net>",
4060                 "description": "Implements pushfile:// URI-handler for push-based file access",
4061                 "hierarchy": [
4062                     "GstPushFileSrc",
4063                     "GstBin",
4064                     "GstElement",
4065                     "GstObject",
4066                     "GInitiallyUnowned",
4067                     "GObject"
4068                 ],
4069                 "interfaces": [
4070                     "GstChildProxy",
4071                     "GstURIHandler"
4072                 ],
4073                 "klass": "Testing",
4074                 "long-name": "Push File Source",
4075                 "pad-templates": {
4076                     "src": {
4077                         "caps": "ANY",
4078                         "direction": "src",
4079                         "presence": "always"
4080                     }
4081                 },
4082                 "properties": {
4083                     "applied-rate": {
4084                         "blurb": "Applied rate to use in TIME SEGMENT",
4085                         "conditionally-available": false,
4086                         "construct": false,
4087                         "construct-only": false,
4088                         "controllable": false,
4089                         "default": "1",
4090                         "max": "1.79769e+308",
4091                         "min": "2.22507e-308",
4092                         "mutable": "null",
4093                         "readable": true,
4094                         "type": "gdouble",
4095                         "writable": true
4096                     },
4097                     "initial-timestamp": {
4098                         "blurb": "Initial Buffer Timestamp (if time-segment TRUE)",
4099                         "conditionally-available": false,
4100                         "construct": false,
4101                         "construct-only": false,
4102                         "controllable": false,
4103                         "default": "18446744073709551615",
4104                         "max": "18446744073709551615",
4105                         "min": "0",
4106                         "mutable": "null",
4107                         "readable": true,
4108                         "type": "guint64",
4109                         "writable": true
4110                     },
4111                     "location": {
4112                         "blurb": "Location of the file to read",
4113                         "conditionally-available": false,
4114                         "construct": false,
4115                         "construct-only": false,
4116                         "controllable": false,
4117                         "default": "NULL",
4118                         "mutable": "ready",
4119                         "readable": true,
4120                         "type": "gchararray",
4121                         "writable": true
4122                     },
4123                     "rate": {
4124                         "blurb": "Rate to use in TIME SEGMENT",
4125                         "conditionally-available": false,
4126                         "construct": false,
4127                         "construct-only": false,
4128                         "controllable": false,
4129                         "default": "1",
4130                         "max": "1.79769e+308",
4131                         "min": "2.22507e-308",
4132                         "mutable": "null",
4133                         "readable": true,
4134                         "type": "gdouble",
4135                         "writable": true
4136                     },
4137                     "start-time": {
4138                         "blurb": "Initial Start Time (if time-segment TRUE)",
4139                         "conditionally-available": false,
4140                         "construct": false,
4141                         "construct-only": false,
4142                         "controllable": false,
4143                         "default": "0",
4144                         "max": "9223372036854775807",
4145                         "min": "0",
4146                         "mutable": "null",
4147                         "readable": true,
4148                         "type": "gint64",
4149                         "writable": true
4150                     },
4151                     "stream-time": {
4152                         "blurb": "Initial Stream Time (if time-segment TRUE)",
4153                         "conditionally-available": false,
4154                         "construct": false,
4155                         "construct-only": false,
4156                         "controllable": false,
4157                         "default": "0",
4158                         "max": "9223372036854775807",
4159                         "min": "0",
4160                         "mutable": "null",
4161                         "readable": true,
4162                         "type": "gint64",
4163                         "writable": true
4164                     },
4165                     "time-segment": {
4166                         "blurb": "Emit TIME SEGMENTS",
4167                         "conditionally-available": false,
4168                         "construct": false,
4169                         "construct-only": false,
4170                         "controllable": false,
4171                         "default": "false",
4172                         "mutable": "null",
4173                         "readable": true,
4174                         "type": "gboolean",
4175                         "writable": true
4176                     }
4177                 },
4178                 "rank": "none"
4179             },
4180             "rndbuffersize": {
4181                 "author": "Stefan Kost <stefan.kost@nokia.com>",
4182                 "description": "pull random sized buffers",
4183                 "hierarchy": [
4184                     "GstRndBufferSize",
4185                     "GstElement",
4186                     "GstObject",
4187                     "GInitiallyUnowned",
4188                     "GObject"
4189                 ],
4190                 "klass": "Testing",
4191                 "long-name": "Random buffer size",
4192                 "pad-templates": {
4193                     "sink": {
4194                         "caps": "ANY",
4195                         "direction": "sink",
4196                         "presence": "always"
4197                     },
4198                     "src": {
4199                         "caps": "ANY",
4200                         "direction": "src",
4201                         "presence": "always"
4202                     }
4203                 },
4204                 "properties": {
4205                     "max": {
4206                         "blurb": "maximum buffer size",
4207                         "conditionally-available": false,
4208                         "construct": true,
4209                         "construct-only": false,
4210                         "controllable": false,
4211                         "default": "8192",
4212                         "max": "2147483647",
4213                         "min": "1",
4214                         "mutable": "null",
4215                         "readable": true,
4216                         "type": "gint",
4217                         "writable": true
4218                     },
4219                     "min": {
4220                         "blurb": "minimum buffer size",
4221                         "conditionally-available": false,
4222                         "construct": true,
4223                         "construct-only": false,
4224                         "controllable": false,
4225                         "default": "1",
4226                         "max": "2147483647",
4227                         "min": "0",
4228                         "mutable": "null",
4229                         "readable": true,
4230                         "type": "gint",
4231                         "writable": true
4232                     },
4233                     "seed": {
4234                         "blurb": "seed for randomness (initialized when going from READY to PAUSED)",
4235                         "conditionally-available": false,
4236                         "construct": true,
4237                         "construct-only": false,
4238                         "controllable": false,
4239                         "default": "0",
4240                         "max": "-1",
4241                         "min": "0",
4242                         "mutable": "null",
4243                         "readable": true,
4244                         "type": "guint",
4245                         "writable": true
4246                     }
4247                 },
4248                 "rank": "none"
4249             },
4250             "taginject": {
4251                 "author": "Stefan Kost <ensonic@users.sf.net>",
4252                 "description": "inject metadata tags",
4253                 "hierarchy": [
4254                     "GstTagInject",
4255                     "GstBaseTransform",
4256                     "GstElement",
4257                     "GstObject",
4258                     "GInitiallyUnowned",
4259                     "GObject"
4260                 ],
4261                 "klass": "Generic",
4262                 "long-name": "TagInject",
4263                 "pad-templates": {
4264                     "sink": {
4265                         "caps": "ANY",
4266                         "direction": "sink",
4267                         "presence": "always"
4268                     },
4269                     "src": {
4270                         "caps": "ANY",
4271                         "direction": "src",
4272                         "presence": "always"
4273                     }
4274                 },
4275                 "properties": {
4276                     "tags": {
4277                         "blurb": "List of tags to inject into the target file",
4278                         "conditionally-available": false,
4279                         "construct": false,
4280                         "construct-only": false,
4281                         "controllable": false,
4282                         "default": "NULL",
4283                         "mutable": "null",
4284                         "readable": false,
4285                         "type": "gchararray",
4286                         "writable": true
4287                     }
4288                 },
4289                 "rank": "none"
4290             },
4291             "testsink": {
4292                 "author": "Benjamin Otte <otte@gnome>",
4293                 "description": "perform a number of tests",
4294                 "hierarchy": [
4295                     "GstTest",
4296                     "GstBaseSink",
4297                     "GstElement",
4298                     "GstObject",
4299                     "GInitiallyUnowned",
4300                     "GObject"
4301                 ],
4302                 "klass": "Testing",
4303                 "long-name": "Test plugin",
4304                 "pad-templates": {
4305                     "sink": {
4306                         "caps": "ANY",
4307                         "direction": "sink",
4308                         "presence": "always"
4309                     }
4310                 },
4311                 "properties": {
4312                     "allowed-timestamp-deviation": {
4313                         "blurb": "allowed average difference in usec between timestamp of next buffer and expected timestamp from analyzing last buffer",
4314                         "conditionally-available": false,
4315                         "construct": true,
4316                         "construct-only": false,
4317                         "controllable": false,
4318                         "default": "18446744073709551615",
4319                         "max": "9223372036854775807",
4320                         "min": "-1",
4321                         "mutable": "null",
4322                         "readable": true,
4323                         "type": "gint64",
4324                         "writable": true
4325                     },
4326                     "buffer-count": {
4327                         "blurb": "number of buffers in stream",
4328                         "conditionally-available": false,
4329                         "construct": false,
4330                         "construct-only": false,
4331                         "controllable": false,
4332                         "default": "18446744073709551615",
4333                         "max": "9223372036854775807",
4334                         "min": "-1",
4335                         "mutable": "null",
4336                         "readable": true,
4337                         "type": "gint64",
4338                         "writable": false
4339                     },
4340                     "expected-buffer-count": {
4341                         "blurb": "expected number of buffers in stream",
4342                         "conditionally-available": false,
4343                         "construct": true,
4344                         "construct-only": false,
4345                         "controllable": false,
4346                         "default": "18446744073709551615",
4347                         "max": "9223372036854775807",
4348                         "min": "-1",
4349                         "mutable": "null",
4350                         "readable": true,
4351                         "type": "gint64",
4352                         "writable": true
4353                     },
4354                     "expected-length": {
4355                         "blurb": "expected length of stream",
4356                         "conditionally-available": false,
4357                         "construct": true,
4358                         "construct-only": false,
4359                         "controllable": false,
4360                         "default": "18446744073709551615",
4361                         "max": "9223372036854775807",
4362                         "min": "-1",
4363                         "mutable": "null",
4364                         "readable": true,
4365                         "type": "gint64",
4366                         "writable": true
4367                     },
4368                     "expected-md5": {
4369                         "blurb": "expected md5 of processing the whole data",
4370                         "conditionally-available": false,
4371                         "construct": true,
4372                         "construct-only": false,
4373                         "controllable": false,
4374                         "default": "---",
4375                         "mutable": "null",
4376                         "readable": true,
4377                         "type": "gchararray",
4378                         "writable": true
4379                     },
4380                     "length": {
4381                         "blurb": "length of stream",
4382                         "conditionally-available": false,
4383                         "construct": false,
4384                         "construct-only": false,
4385                         "controllable": false,
4386                         "default": "18446744073709551615",
4387                         "max": "9223372036854775807",
4388                         "min": "-1",
4389                         "mutable": "null",
4390                         "readable": true,
4391                         "type": "gint64",
4392                         "writable": false
4393                     },
4394                     "md5": {
4395                         "blurb": "md5 of processing the whole data",
4396                         "conditionally-available": false,
4397                         "construct": false,
4398                         "construct-only": false,
4399                         "controllable": false,
4400                         "default": "---",
4401                         "mutable": "null",
4402                         "readable": true,
4403                         "type": "gchararray",
4404                         "writable": false
4405                     },
4406                     "timestamp-deviation": {
4407                         "blurb": "average difference in usec between timestamp of next buffer and expected timestamp from analyzing last buffer",
4408                         "conditionally-available": false,
4409                         "construct": false,
4410                         "construct-only": false,
4411                         "controllable": false,
4412                         "default": "18446744073709551615",
4413                         "max": "9223372036854775807",
4414                         "min": "-1",
4415                         "mutable": "null",
4416                         "readable": true,
4417                         "type": "gint64",
4418                         "writable": false
4419                     }
4420                 },
4421                 "rank": "none"
4422             }
4423         },
4424         "filename": "gstdebug",
4425         "license": "LGPL",
4426         "other-types": {},
4427         "package": "GStreamer Good Plug-ins",
4428         "source": "gst-plugins-good",
4429         "tracers": {},
4430         "url": "Unknown package origin"
4431     },
4432     "deinterlace": {
4433         "description": "Deinterlacer",
4434         "elements": {
4435             "deinterlace": {
4436                 "author": "Martin Eikermann <meiker@upb.de>, Sebastian Dröge <sebastian.droege@collabora.co.uk>",
4437                 "description": "Deinterlace Methods ported from DScaler/TvTime",
4438                 "hierarchy": [
4439                     "GstDeinterlace",
4440                     "GstElement",
4441                     "GstObject",
4442                     "GInitiallyUnowned",
4443                     "GObject"
4444                 ],
4445                 "klass": "Filter/Effect/Video/Deinterlace",
4446                 "long-name": "Deinterlacer",
4447                 "pad-templates": {
4448                     "sink": {
4449                         "caps": "video/x-raw:\n         format: { AYUV, ARGB, ABGR, RGBA, BGRA, Y444, xRGB, xBGR, RGBx, BGRx, RGB, BGR, YUY2, YVYU, UYVY, Y42B, I420, YV12, Y41B, NV12, NV21 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(ANY):\n         format: { ABGR64_LE, BGRA64_LE, AYUV64, ARGB64_LE, ARGB64, RGBA64_LE, ABGR64_BE, BGRA64_BE, ARGB64_BE, RGBA64_BE, GBRA_12LE, GBRA_12BE, Y412_LE, Y412_BE, A444_10LE, GBRA_10LE, A444_10BE, GBRA_10BE, A422_10LE, A422_10BE, A420_10LE, A420_10BE, RGB10A2_LE, BGR10A2_LE, Y410, GBRA, ABGR, VUYA, BGRA, AYUV, ARGB, RGBA, A420, AV12, Y444_16LE, Y444_16BE, v216, P016_LE, P016_BE, Y444_12LE, GBR_12LE, Y444_12BE, GBR_12BE, I422_12LE, I422_12BE, Y212_LE, Y212_BE, I420_12LE, I420_12BE, P012_LE, P012_BE, Y444_10LE, GBR_10LE, Y444_10BE, GBR_10BE, r210, I422_10LE, I422_10BE, NV16_10LE32, Y210, v210, UYVP, I420_10LE, I420_10BE, P010_10LE, NV12_10LE32, NV12_10LE40, P010_10BE, Y444, RGBP, GBR, BGRP, NV24, xBGR, BGRx, xRGB, RGBx, BGR, IYU2, v308, RGB, Y42B, NV61, NV16, VYUY, UYVY, YVYU, YUY2, I420, YV12, NV21, NV12, NV12_64Z32, NV12_4L4, NV12_32L32, Y41B, IYU1, YVU9, YUV9, RGB16, BGR16, RGB15, BGR15, RGB8P, GRAY16_LE, GRAY16_BE, GRAY10_LE32, GRAY8 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
4450                         "direction": "sink",
4451                         "presence": "always"
4452                     },
4453                     "src": {
4454                         "caps": "video/x-raw:\n         format: { AYUV, ARGB, ABGR, RGBA, BGRA, Y444, xRGB, xBGR, RGBx, BGRx, RGB, BGR, YUY2, YVYU, UYVY, Y42B, I420, YV12, Y41B, NV12, NV21 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(ANY):\n         format: { ABGR64_LE, BGRA64_LE, AYUV64, ARGB64_LE, ARGB64, RGBA64_LE, ABGR64_BE, BGRA64_BE, ARGB64_BE, RGBA64_BE, GBRA_12LE, GBRA_12BE, Y412_LE, Y412_BE, A444_10LE, GBRA_10LE, A444_10BE, GBRA_10BE, A422_10LE, A422_10BE, A420_10LE, A420_10BE, RGB10A2_LE, BGR10A2_LE, Y410, GBRA, ABGR, VUYA, BGRA, AYUV, ARGB, RGBA, A420, AV12, Y444_16LE, Y444_16BE, v216, P016_LE, P016_BE, Y444_12LE, GBR_12LE, Y444_12BE, GBR_12BE, I422_12LE, I422_12BE, Y212_LE, Y212_BE, I420_12LE, I420_12BE, P012_LE, P012_BE, Y444_10LE, GBR_10LE, Y444_10BE, GBR_10BE, r210, I422_10LE, I422_10BE, NV16_10LE32, Y210, v210, UYVP, I420_10LE, I420_10BE, P010_10LE, NV12_10LE32, NV12_10LE40, P010_10BE, Y444, RGBP, GBR, BGRP, NV24, xBGR, BGRx, xRGB, RGBx, BGR, IYU2, v308, RGB, Y42B, NV61, NV16, VYUY, UYVY, YVYU, YUY2, I420, YV12, NV21, NV12, NV12_64Z32, NV12_4L4, NV12_32L32, Y41B, IYU1, YVU9, YUV9, RGB16, BGR16, RGB15, BGR15, RGB8P, GRAY16_LE, GRAY16_BE, GRAY10_LE32, GRAY8 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
4455                         "direction": "src",
4456                         "presence": "always"
4457                     }
4458                 },
4459                 "properties": {
4460                     "drop-orphans": {
4461                         "blurb": "Drop orphan fields at the beginning of telecine patterns in active locking mode.",
4462                         "conditionally-available": false,
4463                         "construct": false,
4464                         "construct-only": false,
4465                         "controllable": false,
4466                         "default": "true",
4467                         "mutable": "null",
4468                         "readable": true,
4469                         "type": "gboolean",
4470                         "writable": true
4471                     },
4472                     "fields": {
4473                         "blurb": "Fields to use for deinterlacing",
4474                         "conditionally-available": false,
4475                         "construct": false,
4476                         "construct-only": false,
4477                         "controllable": false,
4478                         "default": "all (0)",
4479                         "mutable": "null",
4480                         "readable": true,
4481                         "type": "GstDeinterlaceFields",
4482                         "writable": true
4483                     },
4484                     "ignore-obscure": {
4485                         "blurb": "Ignore obscure telecine patterns (only consider P, I and 2:3 variants).",
4486                         "conditionally-available": false,
4487                         "construct": false,
4488                         "construct-only": false,
4489                         "controllable": false,
4490                         "default": "true",
4491                         "mutable": "null",
4492                         "readable": true,
4493                         "type": "gboolean",
4494                         "writable": true
4495                     },
4496                     "locking": {
4497                         "blurb": "Pattern locking mode",
4498                         "conditionally-available": false,
4499                         "construct": false,
4500                         "construct-only": false,
4501                         "controllable": false,
4502                         "default": "none (0)",
4503                         "mutable": "null",
4504                         "readable": true,
4505                         "type": "GstDeinterlaceLocking",
4506                         "writable": true
4507                     },
4508                     "method": {
4509                         "blurb": "Deinterlace Method",
4510                         "conditionally-available": false,
4511                         "construct": false,
4512                         "construct-only": false,
4513                         "controllable": false,
4514                         "default": "linear (4)",
4515                         "mutable": "null",
4516                         "readable": true,
4517                         "type": "GstDeinterlaceMethods",
4518                         "writable": true
4519                     },
4520                     "mode": {
4521                         "blurb": "Deinterlace Mode",
4522                         "conditionally-available": false,
4523                         "construct": false,
4524                         "construct-only": false,
4525                         "controllable": false,
4526                         "default": "auto (0)",
4527                         "mutable": "null",
4528                         "readable": true,
4529                         "type": "GstDeinterlaceModes",
4530                         "writable": true
4531                     },
4532                     "tff": {
4533                         "blurb": "Deinterlace top field first",
4534                         "conditionally-available": false,
4535                         "construct": false,
4536                         "construct-only": false,
4537                         "controllable": false,
4538                         "default": "auto (0)",
4539                         "mutable": "null",
4540                         "readable": true,
4541                         "type": "GstDeinterlaceFieldLayout",
4542                         "writable": true
4543                     }
4544                 },
4545                 "rank": "none"
4546             }
4547         },
4548         "filename": "gstdeinterlace",
4549         "license": "LGPL",
4550         "other-types": {
4551             "GstDeinterlaceFieldLayout": {
4552                 "kind": "enum",
4553                 "values": [
4554                     {
4555                         "desc": "Auto detection",
4556                         "name": "auto",
4557                         "value": "0"
4558                     },
4559                     {
4560                         "desc": "Top field first",
4561                         "name": "tff",
4562                         "value": "1"
4563                     },
4564                     {
4565                         "desc": "Bottom field first",
4566                         "name": "bff",
4567                         "value": "2"
4568                     }
4569                 ]
4570             },
4571             "GstDeinterlaceFields": {
4572                 "kind": "enum",
4573                 "values": [
4574                     {
4575                         "desc": "All fields",
4576                         "name": "all",
4577                         "value": "0"
4578                     },
4579                     {
4580                         "desc": "Top fields only",
4581                         "name": "top",
4582                         "value": "1"
4583                     },
4584                     {
4585                         "desc": "Bottom fields only",
4586                         "name": "bottom",
4587                         "value": "2"
4588                     },
4589                     {
4590                         "desc": "Automatically detect",
4591                         "name": "auto",
4592                         "value": "3"
4593                     }
4594                 ]
4595             },
4596             "GstDeinterlaceLocking": {
4597                 "kind": "enum",
4598                 "values": [
4599                     {
4600                         "desc": "No pattern locking",
4601                         "name": "none",
4602                         "value": "0"
4603                     },
4604                     {
4605                         "desc": "Choose passive/active locking depending on whether upstream is live",
4606                         "name": "auto",
4607                         "value": "1"
4608                     },
4609                     {
4610                         "desc": "Block until pattern-locked. Use accurate timestamp interpolation within a pattern repeat.",
4611                         "name": "active",
4612                         "value": "2"
4613                     },
4614                     {
4615                         "desc": "Do not block. Use naïve timestamp adjustment until pattern-locked based on state history.",
4616                         "name": "passive",
4617                         "value": "3"
4618                     }
4619                 ]
4620             },
4621             "GstDeinterlaceMethods": {
4622                 "kind": "enum",
4623                 "values": [
4624                     {
4625                         "desc": "Motion Adaptive: Motion Search",
4626                         "name": "tomsmocomp",
4627                         "value": "0"
4628                     },
4629                     {
4630                         "desc": "Motion Adaptive: Advanced Detection",
4631                         "name": "greedyh",
4632                         "value": "1"
4633                     },
4634                     {
4635                         "desc": "Motion Adaptive: Simple Detection",
4636                         "name": "greedyl",
4637                         "value": "2"
4638                     },
4639                     {
4640                         "desc": "Blur Vertical",
4641                         "name": "vfir",
4642                         "value": "3"
4643                     },
4644                     {
4645                         "desc": "Linear",
4646                         "name": "linear",
4647                         "value": "4"
4648                     },
4649                     {
4650                         "desc": "Blur: Temporal (Do Not Use)",
4651                         "name": "linearblend",
4652                         "value": "5"
4653                     },
4654                     {
4655                         "desc": "Double lines",
4656                         "name": "scalerbob",
4657                         "value": "6"
4658                     },
4659                     {
4660                         "desc": "Weave (Do Not Use)",
4661                         "name": "weave",
4662                         "value": "7"
4663                     },
4664                     {
4665                         "desc": "Progressive: Top Field First (Do Not Use)",
4666                         "name": "weavetff",
4667                         "value": "8"
4668                     },
4669                     {
4670                         "desc": "Progressive: Bottom Field First (Do Not Use)",
4671                         "name": "weavebff",
4672                         "value": "9"
4673                     },
4674                     {
4675                         "desc": "YADIF Adaptive Deinterlacer",
4676                         "name": "yadif",
4677                         "value": "10"
4678                     }
4679                 ]
4680             },
4681             "GstDeinterlaceModes": {
4682                 "kind": "enum",
4683                 "values": [
4684                     {
4685                         "desc": "Auto detection (best effort)",
4686                         "name": "auto",
4687                         "value": "0"
4688                     },
4689                     {
4690                         "desc": "Force deinterlacing",
4691                         "name": "interlaced",
4692                         "value": "1"
4693                     },
4694                     {
4695                         "desc": "Run in passthrough mode",
4696                         "name": "disabled",
4697                         "value": "2"
4698                     },
4699                     {
4700                         "desc": "Auto detection (strict)",
4701                         "name": "auto-strict",
4702                         "value": "3"
4703                     }
4704                 ]
4705             }
4706         },
4707         "package": "GStreamer Good Plug-ins",
4708         "source": "gst-plugins-good",
4709         "tracers": {},
4710         "url": "Unknown package origin"
4711     },
4712     "dtmf": {
4713         "description": "DTMF plugins",
4714         "elements": {
4715             "dtmfsrc": {
4716                 "author": "Youness Alaoui <youness.alaoui@collabora.co.uk>",
4717                 "description": "Generates DTMF tones",
4718                 "hierarchy": [
4719                     "GstDTMFSrc",
4720                     "GstBaseSrc",
4721                     "GstElement",
4722                     "GstObject",
4723                     "GInitiallyUnowned",
4724                     "GObject"
4725                 ],
4726                 "klass": "Source/Audio",
4727                 "long-name": "DTMF tone generator",
4728                 "pad-templates": {
4729                     "src": {
4730                         "caps": "audio/x-raw:\n         format: S16LE\n           rate: [ 1, 2147483647 ]\n       channels: 1\n         layout: interleaved\n",
4731                         "direction": "src",
4732                         "presence": "always"
4733                     }
4734                 },
4735                 "properties": {
4736                     "interval": {
4737                         "blurb": "Interval in ms between two tone packets",
4738                         "conditionally-available": false,
4739                         "construct": false,
4740                         "construct-only": false,
4741                         "controllable": false,
4742                         "default": "50",
4743                         "max": "50",
4744                         "min": "10",
4745                         "mutable": "null",
4746                         "readable": true,
4747                         "type": "guint",
4748                         "writable": true
4749                     }
4750                 },
4751                 "rank": "none"
4752             },
4753             "rtpdtmfdepay": {
4754                 "author": "Youness Alaoui <youness.alaoui@collabora.co.uk>",
4755                 "description": "Generates DTMF Sound from telephone-event RTP packets",
4756                 "hierarchy": [
4757                     "GstRtpDTMFDepay",
4758                     "GstRTPBaseDepayload",
4759                     "GstElement",
4760                     "GstObject",
4761                     "GInitiallyUnowned",
4762                     "GObject"
4763                 ],
4764                 "klass": "Codec/Depayloader/Network",
4765                 "long-name": "RTP DTMF packet depayloader",
4766                 "pad-templates": {
4767                     "sink": {
4768                         "caps": "application/x-rtp:\n          media: audio\n        payload: [ 96, 127 ]\n     clock-rate: [ 0, 2147483647 ]\n  encoding-name: TELEPHONE-EVENT\n",
4769                         "direction": "sink",
4770                         "presence": "always"
4771                     },
4772                     "src": {
4773                         "caps": "audio/x-raw:\n         format: S16LE\n           rate: [ 1, 2147483647 ]\n       channels: 1\n",
4774                         "direction": "src",
4775                         "presence": "always"
4776                     }
4777                 },
4778                 "properties": {
4779                     "max-duration": {
4780                         "blurb": "The maxumimum duration (ms) of the outgoing soundpacket. (0 = no limit)",
4781                         "conditionally-available": false,
4782                         "construct": false,
4783                         "construct-only": false,
4784                         "controllable": false,
4785                         "default": "0",
4786                         "max": "-1",
4787                         "min": "0",
4788                         "mutable": "null",
4789                         "readable": true,
4790                         "type": "guint",
4791                         "writable": true
4792                     },
4793                     "unit-time": {
4794                         "blurb": "The smallest unit (ms) the duration must be a multiple of (0 disables it)",
4795                         "conditionally-available": false,
4796                         "construct": false,
4797                         "construct-only": false,
4798                         "controllable": false,
4799                         "default": "0",
4800                         "max": "1000",
4801                         "min": "0",
4802                         "mutable": "null",
4803                         "readable": true,
4804                         "type": "guint",
4805                         "writable": true
4806                     }
4807                 },
4808                 "rank": "marginal"
4809             },
4810             "rtpdtmfsrc": {
4811                 "author": "Zeeshan Ali <zeeshan.ali@nokia.com>",
4812                 "description": "Generates RTP DTMF packets",
4813                 "hierarchy": [
4814                     "GstRTPDTMFSrc",
4815                     "GstBaseSrc",
4816                     "GstElement",
4817                     "GstObject",
4818                     "GInitiallyUnowned",
4819                     "GObject"
4820                 ],
4821                 "klass": "Source/Network",
4822                 "long-name": "RTP DTMF packet generator",
4823                 "pad-templates": {
4824                     "src": {
4825                         "caps": "application/x-rtp:\n          media: audio\n        payload: [ 96, 127 ]\n     clock-rate: [ 0, 2147483647 ]\n  encoding-name: TELEPHONE-EVENT\n",
4826                         "direction": "src",
4827                         "presence": "always"
4828                     }
4829                 },
4830                 "properties": {
4831                     "clock-rate": {
4832                         "blurb": "The clock-rate at which to generate the dtmf packets",
4833                         "conditionally-available": false,
4834                         "construct": false,
4835                         "construct-only": false,
4836                         "controllable": false,
4837                         "default": "8000",
4838                         "max": "-1",
4839                         "min": "0",
4840                         "mutable": "null",
4841                         "readable": true,
4842                         "type": "guint",
4843                         "writable": true
4844                     },
4845                     "packet-redundancy": {
4846                         "blurb": "Number of packets to send to indicate start and stop dtmf events",
4847                         "conditionally-available": false,
4848                         "construct": false,
4849                         "construct-only": false,
4850                         "controllable": false,
4851                         "default": "1",
4852                         "max": "5",
4853                         "min": "1",
4854                         "mutable": "null",
4855                         "readable": true,
4856                         "type": "guint",
4857                         "writable": true
4858                     },
4859                     "pt": {
4860                         "blurb": "The payload type of the packets",
4861                         "conditionally-available": false,
4862                         "construct": false,
4863                         "construct-only": false,
4864                         "controllable": false,
4865                         "default": "96",
4866                         "max": "128",
4867                         "min": "0",
4868                         "mutable": "null",
4869                         "readable": true,
4870                         "type": "guint",
4871                         "writable": true
4872                     },
4873                     "seqnum": {
4874                         "blurb": "The RTP sequence number of the last processed packet",
4875                         "conditionally-available": false,
4876                         "construct": false,
4877                         "construct-only": false,
4878                         "controllable": false,
4879                         "default": "0",
4880                         "max": "-1",
4881                         "min": "0",
4882                         "mutable": "null",
4883                         "readable": true,
4884                         "type": "guint",
4885                         "writable": false
4886                     },
4887                     "seqnum-offset": {
4888                         "blurb": "Offset to add to all outgoing seqnum (-1 = random)",
4889                         "conditionally-available": false,
4890                         "construct": false,
4891                         "construct-only": false,
4892                         "controllable": false,
4893                         "default": "-1",
4894                         "max": "2147483647",
4895                         "min": "-1",
4896                         "mutable": "null",
4897                         "readable": true,
4898                         "type": "gint",
4899                         "writable": true
4900                     },
4901                     "ssrc": {
4902                         "blurb": "The SSRC of the packets (-1 == random)",
4903                         "conditionally-available": false,
4904                         "construct": false,
4905                         "construct-only": false,
4906                         "controllable": false,
4907                         "default": "-1",
4908                         "max": "-1",
4909                         "min": "0",
4910                         "mutable": "null",
4911                         "readable": true,
4912                         "type": "guint",
4913                         "writable": true
4914                     },
4915                     "timestamp": {
4916                         "blurb": "The RTP timestamp of the last processed packet",
4917                         "conditionally-available": false,
4918                         "construct": false,
4919                         "construct-only": false,
4920                         "controllable": false,
4921                         "default": "0",
4922                         "max": "-1",
4923                         "min": "0",
4924                         "mutable": "null",
4925                         "readable": true,
4926                         "type": "guint",
4927                         "writable": false
4928                     },
4929                     "timestamp-offset": {
4930                         "blurb": "Offset to add to all outgoing timestamps (-1 = random)",
4931                         "conditionally-available": false,
4932                         "construct": false,
4933                         "construct-only": false,
4934                         "controllable": false,
4935                         "default": "-1",
4936                         "max": "2147483647",
4937                         "min": "-1",
4938                         "mutable": "null",
4939                         "readable": true,
4940                         "type": "gint",
4941                         "writable": true
4942                     }
4943                 },
4944                 "rank": "none"
4945             }
4946         },
4947         "filename": "gstdtmf",
4948         "license": "LGPL",
4949         "other-types": {},
4950         "package": "GStreamer Good Plug-ins",
4951         "source": "gst-plugins-good",
4952         "tracers": {},
4953         "url": "Unknown package origin"
4954     },
4955     "dv": {
4956         "description": "DV demuxer and decoder based on libdv (libdv.sf.net)",
4957         "elements": {
4958             "dvdec": {
4959                 "author": "Erik Walthinsen <omega@cse.ogi.edu>,Wim Taymans <wim@fluendo.com>",
4960                 "description": "Uses libdv to decode DV video (smpte314) (libdv.sourceforge.net)",
4961                 "hierarchy": [
4962                     "GstDVDec",
4963                     "GstElement",
4964                     "GstObject",
4965                     "GInitiallyUnowned",
4966                     "GObject"
4967                 ],
4968                 "klass": "Codec/Decoder/Video",
4969                 "long-name": "DV video decoder",
4970                 "pad-templates": {
4971                     "sink": {
4972                         "caps": "video/x-dv:\n   systemstream: false\n",
4973                         "direction": "sink",
4974                         "presence": "always"
4975                     },
4976                     "src": {
4977                         "caps": "video/x-raw:\n         format: { YUY2, BGRx, RGB }\n      framerate: [ 1/1, 60/1 ]\n          width: 720\n         height: { (int)576, (int)480 }\n",
4978                         "direction": "src",
4979                         "presence": "always"
4980                     }
4981                 },
4982                 "properties": {
4983                     "clamp-chroma": {
4984                         "blurb": "Clamp chroma",
4985                         "conditionally-available": false,
4986                         "construct": false,
4987                         "construct-only": false,
4988                         "controllable": false,
4989                         "default": "false",
4990                         "mutable": "null",
4991                         "readable": true,
4992                         "type": "gboolean",
4993                         "writable": true
4994                     },
4995                     "clamp-luma": {
4996                         "blurb": "Clamp luma",
4997                         "conditionally-available": false,
4998                         "construct": false,
4999                         "construct-only": false,
5000                         "controllable": false,
5001                         "default": "false",
5002                         "mutable": "null",
5003                         "readable": true,
5004                         "type": "gboolean",
5005                         "writable": true
5006                     },
5007                     "drop-factor": {
5008                         "blurb": "Only decode Nth frame",
5009                         "conditionally-available": false,
5010                         "construct": false,
5011                         "construct-only": false,
5012                         "controllable": false,
5013                         "default": "1",
5014                         "max": "2147483647",
5015                         "min": "1",
5016                         "mutable": "null",
5017                         "readable": true,
5018                         "type": "gint",
5019                         "writable": true
5020                     },
5021                     "quality": {
5022                         "blurb": "Decoding quality",
5023                         "conditionally-available": false,
5024                         "construct": false,
5025                         "construct-only": false,
5026                         "controllable": false,
5027                         "default": "best (5)",
5028                         "mutable": "null",
5029                         "readable": true,
5030                         "type": "GstDVDecQualityEnum",
5031                         "writable": true
5032                     }
5033                 },
5034                 "rank": "marginal"
5035             },
5036             "dvdemux": {
5037                 "author": "Erik Walthinsen <omega@cse.ogi.edu>, Wim Taymans <wim@fluendo.com>",
5038                 "description": "Uses libdv to separate DV audio from DV video (libdv.sourceforge.net)",
5039                 "hierarchy": [
5040                     "GstDVDemux",
5041                     "GstElement",
5042                     "GstObject",
5043                     "GInitiallyUnowned",
5044                     "GObject"
5045                 ],
5046                 "klass": "Codec/Demuxer",
5047                 "long-name": "DV system stream demuxer",
5048                 "pad-templates": {
5049                     "audio": {
5050                         "caps": "audio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: { (int)32000, (int)44100, (int)48000 }\n       channels: { (int)2, (int)4 }\n",
5051                         "direction": "src",
5052                         "presence": "sometimes"
5053                     },
5054                     "sink": {
5055                         "caps": "video/x-dv:\n   systemstream: true\n",
5056                         "direction": "sink",
5057                         "presence": "always"
5058                     },
5059                     "video": {
5060                         "caps": "video/x-dv:\n   systemstream: false\n",
5061                         "direction": "src",
5062                         "presence": "sometimes"
5063                     }
5064                 },
5065                 "rank": "primary",
5066                 "signals": {}
5067             }
5068         },
5069         "filename": "gstdv",
5070         "license": "LGPL",
5071         "other-types": {
5072             "GstDVDecQualityEnum": {
5073                 "kind": "enum",
5074                 "values": [
5075                     {
5076                         "desc": "Monochrome, DC (Fastest)",
5077                         "name": "fastest",
5078                         "value": "0"
5079                     },
5080                     {
5081                         "desc": "Monochrome, first AC coefficient",
5082                         "name": "monochrome-ac",
5083                         "value": "1"
5084                     },
5085                     {
5086                         "desc": "Monochrome, highest quality",
5087                         "name": "monochrome-best",
5088                         "value": "2"
5089                     },
5090                     {
5091                         "desc": "Colour, DC, fastest",
5092                         "name": "colour-fastest",
5093                         "value": "3"
5094                     },
5095                     {
5096                         "desc": "Colour, using only the first AC coefficient",
5097                         "name": "colour-ac",
5098                         "value": "4"
5099                     },
5100                     {
5101                         "desc": "Highest quality colour decoding",
5102                         "name": "best",
5103                         "value": "5"
5104                     }
5105                 ]
5106             }
5107         },
5108         "package": "GStreamer Good Plug-ins",
5109         "source": "gst-plugins-good",
5110         "tracers": {},
5111         "url": "Unknown package origin"
5112     },
5113     "effectv": {
5114         "description": "effect plugins from the effectv project",
5115         "elements": {
5116             "agingtv": {
5117                 "author": "Sam Lantinga <slouken@devolution.com>",
5118                 "description": "AgingTV adds age to video input using scratches and dust",
5119                 "hierarchy": [
5120                     "GstAgingTV",
5121                     "GstVideoFilter",
5122                     "GstBaseTransform",
5123                     "GstElement",
5124                     "GstObject",
5125                     "GInitiallyUnowned",
5126                     "GObject"
5127                 ],
5128                 "klass": "Filter/Effect/Video",
5129                 "long-name": "AgingTV effect",
5130                 "pad-templates": {
5131                     "sink": {
5132                         "caps": "video/x-raw:\n         format: { BGRx, RGBx }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
5133                         "direction": "sink",
5134                         "presence": "always"
5135                     },
5136                     "src": {
5137                         "caps": "video/x-raw:\n         format: { BGRx, RGBx }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
5138                         "direction": "src",
5139                         "presence": "always"
5140                     }
5141                 },
5142                 "properties": {
5143                     "color-aging": {
5144                         "blurb": "Color Aging",
5145                         "conditionally-available": false,
5146                         "construct": false,
5147                         "construct-only": false,
5148                         "controllable": true,
5149                         "default": "true",
5150                         "mutable": "null",
5151                         "readable": true,
5152                         "type": "gboolean",
5153                         "writable": true
5154                     },
5155                     "dusts": {
5156                         "blurb": "Dusts",
5157                         "conditionally-available": false,
5158                         "construct": false,
5159                         "construct-only": false,
5160                         "controllable": true,
5161                         "default": "true",
5162                         "mutable": "null",
5163                         "readable": true,
5164                         "type": "gboolean",
5165                         "writable": true
5166                     },
5167                     "pits": {
5168                         "blurb": "Pits",
5169                         "conditionally-available": false,
5170                         "construct": false,
5171                         "construct-only": false,
5172                         "controllable": true,
5173                         "default": "true",
5174                         "mutable": "null",
5175                         "readable": true,
5176                         "type": "gboolean",
5177                         "writable": true
5178                     },
5179                     "scratch-lines": {
5180                         "blurb": "Number of scratch lines",
5181                         "conditionally-available": false,
5182                         "construct": false,
5183                         "construct-only": false,
5184                         "controllable": true,
5185                         "default": "7",
5186                         "max": "20",
5187                         "min": "0",
5188                         "mutable": "null",
5189                         "readable": true,
5190                         "type": "guint",
5191                         "writable": true
5192                     }
5193                 },
5194                 "rank": "none"
5195             },
5196             "dicetv": {
5197                 "author": "Wim Taymans <wim.taymans@gmail.be>",
5198                 "description": "'Dices' the screen up into many small squares",
5199                 "hierarchy": [
5200                     "GstDiceTV",
5201                     "GstVideoFilter",
5202                     "GstBaseTransform",
5203                     "GstElement",
5204                     "GstObject",
5205                     "GInitiallyUnowned",
5206                     "GObject"
5207                 ],
5208                 "klass": "Filter/Effect/Video",
5209                 "long-name": "DiceTV effect",
5210                 "pad-templates": {
5211                     "sink": {
5212                         "caps": "video/x-raw:\n         format: { RGBx, xRGB, BGRx, xBGR }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
5213                         "direction": "sink",
5214                         "presence": "always"
5215                     },
5216                     "src": {
5217                         "caps": "video/x-raw:\n         format: { RGBx, xRGB, BGRx, xBGR }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
5218                         "direction": "src",
5219                         "presence": "always"
5220                     }
5221                 },
5222                 "properties": {
5223                     "square-bits": {
5224                         "blurb": "The size of the Squares",
5225                         "conditionally-available": false,
5226                         "construct": false,
5227                         "construct-only": false,
5228                         "controllable": true,
5229                         "default": "4",
5230                         "max": "5",
5231                         "min": "0",
5232                         "mutable": "null",
5233                         "readable": true,
5234                         "type": "gint",
5235                         "writable": true
5236                     }
5237                 },
5238                 "rank": "none"
5239             },
5240             "edgetv": {
5241                 "author": "Wim Taymans <wim.taymans@chello.be>",
5242                 "description": "Apply edge detect on video",
5243                 "hierarchy": [
5244                     "GstEdgeTV",
5245                     "GstVideoFilter",
5246                     "GstBaseTransform",
5247                     "GstElement",
5248                     "GstObject",
5249                     "GInitiallyUnowned",
5250                     "GObject"
5251                 ],
5252                 "klass": "Filter/Effect/Video",
5253                 "long-name": "EdgeTV effect",
5254                 "pad-templates": {
5255                     "sink": {
5256                         "caps": "video/x-raw:\n         format: { BGRx, RGBx }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
5257                         "direction": "sink",
5258                         "presence": "always"
5259                     },
5260                     "src": {
5261                         "caps": "video/x-raw:\n         format: { BGRx, RGBx }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
5262                         "direction": "src",
5263                         "presence": "always"
5264                     }
5265                 },
5266                 "properties": {},
5267                 "rank": "none"
5268             },
5269             "optv": {
5270                 "author": "FUKUCHI, Kentarou <fukuchi@users.sourceforge.net>, Sebastian Dröge <sebastian.droege@collabora.co.uk>",
5271                 "description": "Optical art meets real-time video effect",
5272                 "hierarchy": [
5273                     "GstOpTV",
5274                     "GstVideoFilter",
5275                     "GstBaseTransform",
5276                     "GstElement",
5277                     "GstObject",
5278                     "GInitiallyUnowned",
5279                     "GObject"
5280                 ],
5281                 "klass": "Filter/Effect/Video",
5282                 "long-name": "OpTV effect",
5283                 "pad-templates": {
5284                     "sink": {
5285                         "caps": "video/x-raw:\n         format: { BGRx, RGBx }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
5286                         "direction": "sink",
5287                         "presence": "always"
5288                     },
5289                     "src": {
5290                         "caps": "video/x-raw:\n         format: { BGRx, RGBx }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
5291                         "direction": "src",
5292                         "presence": "always"
5293                     }
5294                 },
5295                 "properties": {
5296                     "mode": {
5297                         "blurb": "Mode",
5298                         "conditionally-available": false,
5299                         "construct": false,
5300                         "construct-only": false,
5301                         "controllable": false,
5302                         "default": "maelstrom (0)",
5303                         "mutable": "null",
5304                         "readable": true,
5305                         "type": "GstOpTVMode",
5306                         "writable": true
5307                     },
5308                     "speed": {
5309                         "blurb": "Effect speed",
5310                         "conditionally-available": false,
5311                         "construct": false,
5312                         "construct-only": false,
5313                         "controllable": true,
5314                         "default": "16",
5315                         "max": "2147483647",
5316                         "min": "-2147483648",
5317                         "mutable": "null",
5318                         "readable": true,
5319                         "type": "gint",
5320                         "writable": true
5321                     },
5322                     "threshold": {
5323                         "blurb": "Luma threshold",
5324                         "conditionally-available": false,
5325                         "construct": false,
5326                         "construct-only": false,
5327                         "controllable": true,
5328                         "default": "60",
5329                         "max": "2147483647",
5330                         "min": "0",
5331                         "mutable": "null",
5332                         "readable": true,
5333                         "type": "guint",
5334                         "writable": true
5335                     }
5336                 },
5337                 "rank": "none"
5338             },
5339             "quarktv": {
5340                 "author": "FUKUCHI, Kentarou <fukuchi@users.sourceforge.net>",
5341                 "description": "Motion dissolver",
5342                 "hierarchy": [
5343                     "GstQuarkTV",
5344                     "GstVideoFilter",
5345                     "GstBaseTransform",
5346                     "GstElement",
5347                     "GstObject",
5348                     "GInitiallyUnowned",
5349                     "GObject"
5350                 ],
5351                 "klass": "Filter/Effect/Video",
5352                 "long-name": "QuarkTV effect",
5353                 "pad-templates": {
5354                     "sink": {
5355                         "caps": "video/x-raw:\n         format: { xRGB, xBGR, BGRx, RGBx }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
5356                         "direction": "sink",
5357                         "presence": "always"
5358                     },
5359                     "src": {
5360                         "caps": "video/x-raw:\n         format: { xRGB, xBGR, BGRx, RGBx }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
5361                         "direction": "src",
5362                         "presence": "always"
5363                     }
5364                 },
5365                 "properties": {
5366                     "planes": {
5367                         "blurb": "Number of planes",
5368                         "conditionally-available": false,
5369                         "construct": false,
5370                         "construct-only": false,
5371                         "controllable": true,
5372                         "default": "16",
5373                         "max": "64",
5374                         "min": "1",
5375                         "mutable": "null",
5376                         "readable": true,
5377                         "type": "gint",
5378                         "writable": true
5379                     }
5380                 },
5381                 "rank": "none"
5382             },
5383             "radioactv": {
5384                 "author": "FUKUCHI, Kentarou <fukuchi@users.sourceforge.net>, Sebastian Dröge <sebastian.droege@collabora.co.uk>",
5385                 "description": "motion-enlightment effect",
5386                 "hierarchy": [
5387                     "GstRadioacTV",
5388                     "GstVideoFilter",
5389                     "GstBaseTransform",
5390                     "GstElement",
5391                     "GstObject",
5392                     "GInitiallyUnowned",
5393                     "GObject"
5394                 ],
5395                 "klass": "Filter/Effect/Video",
5396                 "long-name": "RadioacTV effect",
5397                 "pad-templates": {
5398                     "sink": {
5399                         "caps": "video/x-raw:\n         format: { RGBx, BGRx }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
5400                         "direction": "sink",
5401                         "presence": "always"
5402                     },
5403                     "src": {
5404                         "caps": "video/x-raw:\n         format: { RGBx, BGRx }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
5405                         "direction": "src",
5406                         "presence": "always"
5407                     }
5408                 },
5409                 "properties": {
5410                     "color": {
5411                         "blurb": "Color",
5412                         "conditionally-available": false,
5413                         "construct": false,
5414                         "construct-only": false,
5415                         "controllable": true,
5416                         "default": "white (3)",
5417                         "mutable": "null",
5418                         "readable": true,
5419                         "type": "GstRadioacTVColor",
5420                         "writable": true
5421                     },
5422                     "interval": {
5423                         "blurb": "Snapshot interval (in strobe mode)",
5424                         "conditionally-available": false,
5425                         "construct": false,
5426                         "construct-only": false,
5427                         "controllable": true,
5428                         "default": "3",
5429                         "max": "2147483647",
5430                         "min": "0",
5431                         "mutable": "null",
5432                         "readable": true,
5433                         "type": "guint",
5434                         "writable": true
5435                     },
5436                     "mode": {
5437                         "blurb": "Mode",
5438                         "conditionally-available": false,
5439                         "construct": false,
5440                         "construct-only": false,
5441                         "controllable": false,
5442                         "default": "normal (0)",
5443                         "mutable": "null",
5444                         "readable": true,
5445                         "type": "GstRadioacTVMode",
5446                         "writable": true
5447                     },
5448                     "trigger": {
5449                         "blurb": "Trigger (in trigger mode)",
5450                         "conditionally-available": false,
5451                         "construct": false,
5452                         "construct-only": false,
5453                         "controllable": true,
5454                         "default": "false",
5455                         "mutable": "null",
5456                         "readable": true,
5457                         "type": "gboolean",
5458                         "writable": true
5459                     }
5460                 },
5461                 "rank": "none"
5462             },
5463             "revtv": {
5464                 "author": "Wim Taymans <wim.taymans@gmail.be>",
5465                 "description": "A video waveform monitor for each line of video processed",
5466                 "hierarchy": [
5467                     "GstRevTV",
5468                     "GstVideoFilter",
5469                     "GstBaseTransform",
5470                     "GstElement",
5471                     "GstObject",
5472                     "GInitiallyUnowned",
5473                     "GObject"
5474                 ],
5475                 "klass": "Filter/Effect/Video",
5476                 "long-name": "RevTV effect",
5477                 "pad-templates": {
5478                     "sink": {
5479                         "caps": "video/x-raw:\n         format: { BGRx, RGBx }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
5480                         "direction": "sink",
5481                         "presence": "always"
5482                     },
5483                     "src": {
5484                         "caps": "video/x-raw:\n         format: { BGRx, RGBx }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
5485                         "direction": "src",
5486                         "presence": "always"
5487                     }
5488                 },
5489                 "properties": {
5490                     "delay": {
5491                         "blurb": "Delay in frames between updates",
5492                         "conditionally-available": false,
5493                         "construct": false,
5494                         "construct-only": false,
5495                         "controllable": true,
5496                         "default": "1",
5497                         "max": "100",
5498                         "min": "1",
5499                         "mutable": "null",
5500                         "readable": true,
5501                         "type": "gint",
5502                         "writable": true
5503                     },
5504                     "gain": {
5505                         "blurb": "Control gain",
5506                         "conditionally-available": false,
5507                         "construct": false,
5508                         "construct-only": false,
5509                         "controllable": true,
5510                         "default": "50",
5511                         "max": "200",
5512                         "min": "1",
5513                         "mutable": "null",
5514                         "readable": true,
5515                         "type": "gint",
5516                         "writable": true
5517                     },
5518                     "linespace": {
5519                         "blurb": "Control line spacing",
5520                         "conditionally-available": false,
5521                         "construct": false,
5522                         "construct-only": false,
5523                         "controllable": true,
5524                         "default": "6",
5525                         "max": "100",
5526                         "min": "1",
5527                         "mutable": "null",
5528                         "readable": true,
5529                         "type": "gint",
5530                         "writable": true
5531                     }
5532                 },
5533                 "rank": "none"
5534             },
5535             "rippletv": {
5536                 "author": "FUKUCHI, Kentarou <fukuchi@users.sourceforge.net>, Sebastian Dröge <sebastian.droege@collabora.co.uk>",
5537                 "description": "RippleTV does ripple mark effect on the video input",
5538                 "hierarchy": [
5539                     "GstRippleTV",
5540                     "GstVideoFilter",
5541                     "GstBaseTransform",
5542                     "GstElement",
5543                     "GstObject",
5544                     "GInitiallyUnowned",
5545                     "GObject"
5546                 ],
5547                 "klass": "Filter/Effect/Video",
5548                 "long-name": "RippleTV effect",
5549                 "pad-templates": {
5550                     "sink": {
5551                         "caps": "video/x-raw:\n         format: { BGRx, RGBx, xBGR, xRGB }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
5552                         "direction": "sink",
5553                         "presence": "always"
5554                     },
5555                     "src": {
5556                         "caps": "video/x-raw:\n         format: { BGRx, RGBx, xBGR, xRGB }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
5557                         "direction": "src",
5558                         "presence": "always"
5559                     }
5560                 },
5561                 "properties": {
5562                     "mode": {
5563                         "blurb": "Mode",
5564                         "conditionally-available": false,
5565                         "construct": false,
5566                         "construct-only": false,
5567                         "controllable": true,
5568                         "default": "motion-detection (0)",
5569                         "mutable": "null",
5570                         "readable": true,
5571                         "type": "GstRippleTVMode",
5572                         "writable": true
5573                     },
5574                     "reset": {
5575                         "blurb": "Reset all current ripples",
5576                         "conditionally-available": false,
5577                         "construct": false,
5578                         "construct-only": false,
5579                         "controllable": true,
5580                         "default": "false",
5581                         "mutable": "null",
5582                         "readable": false,
5583                         "type": "gboolean",
5584                         "writable": true
5585                     }
5586                 },
5587                 "rank": "none"
5588             },
5589             "shagadelictv": {
5590                 "author": "Wim Taymans <wim.taymans@chello.be>",
5591                 "description": "Oh behave, ShagedelicTV makes images shagadelic!",
5592                 "hierarchy": [
5593                     "GstShagadelicTV",
5594                     "GstVideoFilter",
5595                     "GstBaseTransform",
5596                     "GstElement",
5597                     "GstObject",
5598                     "GInitiallyUnowned",
5599                     "GObject"
5600                 ],
5601                 "klass": "Filter/Effect/Video",
5602                 "long-name": "ShagadelicTV",
5603                 "pad-templates": {
5604                     "sink": {
5605                         "caps": "video/x-raw:\n         format: BGRx\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
5606                         "direction": "sink",
5607                         "presence": "always"
5608                     },
5609                     "src": {
5610                         "caps": "video/x-raw:\n         format: BGRx\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
5611                         "direction": "src",
5612                         "presence": "always"
5613                     }
5614                 },
5615                 "properties": {},
5616                 "rank": "none"
5617             },
5618             "streaktv": {
5619                 "author": "FUKUCHI, Kentarou <fukuchi@users.sourceforge.net>, Sebastian Dröge <sebastian.droege@collabora.co.uk>",
5620                 "description": "StreakTV makes after images of moving objects",
5621                 "hierarchy": [
5622                     "GstStreakTV",
5623                     "GstVideoFilter",
5624                     "GstBaseTransform",
5625                     "GstElement",
5626                     "GstObject",
5627                     "GInitiallyUnowned",
5628                     "GObject"
5629                 ],
5630                 "klass": "Filter/Effect/Video",
5631                 "long-name": "StreakTV effect",
5632                 "pad-templates": {
5633                     "sink": {
5634                         "caps": "video/x-raw:\n         format: { BGRx, RGBx, xBGR, xRGB }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
5635                         "direction": "sink",
5636                         "presence": "always"
5637                     },
5638                     "src": {
5639                         "caps": "video/x-raw:\n         format: { BGRx, RGBx, xBGR, xRGB }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
5640                         "direction": "src",
5641                         "presence": "always"
5642                     }
5643                 },
5644                 "properties": {
5645                     "feedback": {
5646                         "blurb": "Feedback",
5647                         "conditionally-available": false,
5648                         "construct": false,
5649                         "construct-only": false,
5650                         "controllable": false,
5651                         "default": "false",
5652                         "mutable": "null",
5653                         "readable": true,
5654                         "type": "gboolean",
5655                         "writable": true
5656                     }
5657                 },
5658                 "rank": "none"
5659             },
5660             "vertigotv": {
5661                 "author": "Wim Taymans <wim.taymans@gmail.be>",
5662                 "description": "A loopback alpha blending effector with rotating and scaling",
5663                 "hierarchy": [
5664                     "GstVertigoTV",
5665                     "GstVideoFilter",
5666                     "GstBaseTransform",
5667                     "GstElement",
5668                     "GstObject",
5669                     "GInitiallyUnowned",
5670                     "GObject"
5671                 ],
5672                 "klass": "Filter/Effect/Video",
5673                 "long-name": "VertigoTV effect",
5674                 "pad-templates": {
5675                     "sink": {
5676                         "caps": "video/x-raw:\n         format: { RGBx, BGRx }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
5677                         "direction": "sink",
5678                         "presence": "always"
5679                     },
5680                     "src": {
5681                         "caps": "video/x-raw:\n         format: { RGBx, BGRx }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
5682                         "direction": "src",
5683                         "presence": "always"
5684                     }
5685                 },
5686                 "properties": {
5687                     "speed": {
5688                         "blurb": "Control the speed of movement",
5689                         "conditionally-available": false,
5690                         "construct": false,
5691                         "construct-only": false,
5692                         "controllable": false,
5693                         "default": "0.02",
5694                         "max": "100",
5695                         "min": "0.01",
5696                         "mutable": "null",
5697                         "readable": true,
5698                         "type": "gfloat",
5699                         "writable": true
5700                     },
5701                     "zoom-speed": {
5702                         "blurb": "Control the rate of zooming",
5703                         "conditionally-available": false,
5704                         "construct": false,
5705                         "construct-only": false,
5706                         "controllable": false,
5707                         "default": "1.01",
5708                         "max": "1.1",
5709                         "min": "1.01",
5710                         "mutable": "null",
5711                         "readable": true,
5712                         "type": "gfloat",
5713                         "writable": true
5714                     }
5715                 },
5716                 "rank": "none"
5717             },
5718             "warptv": {
5719                 "author": "Sam Lantinga <slouken@devolution.com>",
5720                 "description": "WarpTV does realtime goo'ing of the video input",
5721                 "hierarchy": [
5722                     "GstWarpTV",
5723                     "GstVideoFilter",
5724                     "GstBaseTransform",
5725                     "GstElement",
5726                     "GstObject",
5727                     "GInitiallyUnowned",
5728                     "GObject"
5729                 ],
5730                 "klass": "Filter/Effect/Video",
5731                 "long-name": "WarpTV effect",
5732                 "pad-templates": {
5733                     "sink": {
5734                         "caps": "video/x-raw:\n         format: { RGBx, xRGB, BGRx, xBGR }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
5735                         "direction": "sink",
5736                         "presence": "always"
5737                     },
5738                     "src": {
5739                         "caps": "video/x-raw:\n         format: { RGBx, xRGB, BGRx, xBGR }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
5740                         "direction": "src",
5741                         "presence": "always"
5742                     }
5743                 },
5744                 "properties": {},
5745                 "rank": "none"
5746             }
5747         },
5748         "filename": "gsteffectv",
5749         "license": "LGPL",
5750         "other-types": {
5751             "GstOpTVMode": {
5752                 "kind": "enum",
5753                 "values": [
5754                     {
5755                         "desc": "Maelstrom",
5756                         "name": "maelstrom",
5757                         "value": "0"
5758                     },
5759                     {
5760                         "desc": "Radiation",
5761                         "name": "radiation",
5762                         "value": "1"
5763                     },
5764                     {
5765                         "desc": "Horizontal Stripes",
5766                         "name": "horizontal-stripes",
5767                         "value": "2"
5768                     },
5769                     {
5770                         "desc": "Vertical Stripes",
5771                         "name": "vertical-stripes",
5772                         "value": "3"
5773                     }
5774                 ]
5775             },
5776             "GstRadioacTVColor": {
5777                 "kind": "enum",
5778                 "values": [
5779                     {
5780                         "desc": "Red",
5781                         "name": "red",
5782                         "value": "0"
5783                     },
5784                     {
5785                         "desc": "Green",
5786                         "name": "green",
5787                         "value": "1"
5788                     },
5789                     {
5790                         "desc": "Blue",
5791                         "name": "blue",
5792                         "value": "2"
5793                     },
5794                     {
5795                         "desc": "White",
5796                         "name": "white",
5797                         "value": "3"
5798                     }
5799                 ]
5800             },
5801             "GstRadioacTVMode": {
5802                 "kind": "enum",
5803                 "values": [
5804                     {
5805                         "desc": "Normal",
5806                         "name": "normal",
5807                         "value": "0"
5808                     },
5809                     {
5810                         "desc": "Strobe 1",
5811                         "name": "strobe1",
5812                         "value": "1"
5813                     },
5814                     {
5815                         "desc": "Strobe 2",
5816                         "name": "strobe2",
5817                         "value": "2"
5818                     },
5819                     {
5820                         "desc": "Trigger",
5821                         "name": "trigger",
5822                         "value": "3"
5823                     }
5824                 ]
5825             },
5826             "GstRippleTVMode": {
5827                 "kind": "enum",
5828                 "values": [
5829                     {
5830                         "desc": "Motion Detection",
5831                         "name": "motion-detection",
5832                         "value": "0"
5833                     },
5834                     {
5835                         "desc": "Rain",
5836                         "name": "rain",
5837                         "value": "1"
5838                     }
5839                 ]
5840             }
5841         },
5842         "package": "GStreamer Good Plug-ins",
5843         "source": "gst-plugins-good",
5844         "tracers": {},
5845         "url": "Unknown package origin"
5846     },
5847     "equalizer": {
5848         "description": "GStreamer audio equalizers",
5849         "elements": {
5850             "equalizer-10bands": {
5851                 "author": "Stefan Kost <ensonic@users.sf.net>",
5852                 "description": "Direct Form 10 band IIR equalizer",
5853                 "hierarchy": [
5854                     "GstIirEqualizer10Bands",
5855                     "GstIirEqualizer",
5856                     "GstAudioFilter",
5857                     "GstBaseTransform",
5858                     "GstElement",
5859                     "GstObject",
5860                     "GInitiallyUnowned",
5861                     "GObject"
5862                 ],
5863                 "interfaces": [
5864                     "GstChildProxy",
5865                     "GstPreset"
5866                 ],
5867                 "klass": "Filter/Effect/Audio",
5868                 "long-name": "10 Band Equalizer",
5869                 "pad-templates": {
5870                     "sink": {
5871                         "caps": "audio/x-raw:\n         format: { S16LE, F32LE, F64LE }\n           rate: [ 1000, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
5872                         "direction": "sink",
5873                         "presence": "always"
5874                     },
5875                     "src": {
5876                         "caps": "audio/x-raw:\n         format: { S16LE, F32LE, F64LE }\n           rate: [ 1000, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
5877                         "direction": "src",
5878                         "presence": "always"
5879                     }
5880                 },
5881                 "properties": {
5882                     "band0": {
5883                         "blurb": "gain for the frequency band 29 Hz, ranging from -24 dB to +12 dB",
5884                         "conditionally-available": false,
5885                         "construct": false,
5886                         "construct-only": false,
5887                         "controllable": true,
5888                         "default": "0",
5889                         "max": "12",
5890                         "min": "-24",
5891                         "mutable": "null",
5892                         "readable": true,
5893                         "type": "gdouble",
5894                         "writable": true
5895                     },
5896                     "band1": {
5897                         "blurb": "gain for the frequency band 59 Hz, ranging from -24 dB to +12 dB",
5898                         "conditionally-available": false,
5899                         "construct": false,
5900                         "construct-only": false,
5901                         "controllable": true,
5902                         "default": "0",
5903                         "max": "12",
5904                         "min": "-24",
5905                         "mutable": "null",
5906                         "readable": true,
5907                         "type": "gdouble",
5908                         "writable": true
5909                     },
5910                     "band2": {
5911                         "blurb": "gain for the frequency band 119 Hz, ranging from -24 dB to +12 dB",
5912                         "conditionally-available": false,
5913                         "construct": false,
5914                         "construct-only": false,
5915                         "controllable": true,
5916                         "default": "0",
5917                         "max": "12",
5918                         "min": "-24",
5919                         "mutable": "null",
5920                         "readable": true,
5921                         "type": "gdouble",
5922                         "writable": true
5923                     },
5924                     "band3": {
5925                         "blurb": "gain for the frequency band 237 Hz, ranging from -24 dB to +12 dB",
5926                         "conditionally-available": false,
5927                         "construct": false,
5928                         "construct-only": false,
5929                         "controllable": true,
5930                         "default": "0",
5931                         "max": "12",
5932                         "min": "-24",
5933                         "mutable": "null",
5934                         "readable": true,
5935                         "type": "gdouble",
5936                         "writable": true
5937                     },
5938                     "band4": {
5939                         "blurb": "gain for the frequency band 474 Hz, ranging from -24 dB to +12 dB",
5940                         "conditionally-available": false,
5941                         "construct": false,
5942                         "construct-only": false,
5943                         "controllable": true,
5944                         "default": "0",
5945                         "max": "12",
5946                         "min": "-24",
5947                         "mutable": "null",
5948                         "readable": true,
5949                         "type": "gdouble",
5950                         "writable": true
5951                     },
5952                     "band5": {
5953                         "blurb": "gain for the frequency band 947 Hz, ranging from -24 dB to +12 dB",
5954                         "conditionally-available": false,
5955                         "construct": false,
5956                         "construct-only": false,
5957                         "controllable": true,
5958                         "default": "0",
5959                         "max": "12",
5960                         "min": "-24",
5961                         "mutable": "null",
5962                         "readable": true,
5963                         "type": "gdouble",
5964                         "writable": true
5965                     },
5966                     "band6": {
5967                         "blurb": "gain for the frequency band 1889 Hz, ranging from -24 dB to +12 dB",
5968                         "conditionally-available": false,
5969                         "construct": false,
5970                         "construct-only": false,
5971                         "controllable": true,
5972                         "default": "0",
5973                         "max": "12",
5974                         "min": "-24",
5975                         "mutable": "null",
5976                         "readable": true,
5977                         "type": "gdouble",
5978                         "writable": true
5979                     },
5980                     "band7": {
5981                         "blurb": "gain for the frequency band 3770 Hz, ranging from -24 dB to +12 dB",
5982                         "conditionally-available": false,
5983                         "construct": false,
5984                         "construct-only": false,
5985                         "controllable": true,
5986                         "default": "0",
5987                         "max": "12",
5988                         "min": "-24",
5989                         "mutable": "null",
5990                         "readable": true,
5991                         "type": "gdouble",
5992                         "writable": true
5993                     },
5994                     "band8": {
5995                         "blurb": "gain for the frequency band 7523 Hz, ranging from -24 dB to +12 dB",
5996                         "conditionally-available": false,
5997                         "construct": false,
5998                         "construct-only": false,
5999                         "controllable": true,
6000                         "default": "0",
6001                         "max": "12",
6002                         "min": "-24",
6003                         "mutable": "null",
6004                         "readable": true,
6005                         "type": "gdouble",
6006                         "writable": true
6007                     },
6008                     "band9": {
6009                         "blurb": "gain for the frequency band 15011 Hz, ranging from -24 dB to +12 dB",
6010                         "conditionally-available": false,
6011                         "construct": false,
6012                         "construct-only": false,
6013                         "controllable": true,
6014                         "default": "0",
6015                         "max": "12",
6016                         "min": "-24",
6017                         "mutable": "null",
6018                         "readable": true,
6019                         "type": "gdouble",
6020                         "writable": true
6021                     }
6022                 },
6023                 "rank": "none"
6024             },
6025             "equalizer-3bands": {
6026                 "author": "Stefan Kost <ensonic@users.sf.net>",
6027                 "description": "Direct Form 3 band IIR equalizer",
6028                 "hierarchy": [
6029                     "GstIirEqualizer3Bands",
6030                     "GstIirEqualizer",
6031                     "GstAudioFilter",
6032                     "GstBaseTransform",
6033                     "GstElement",
6034                     "GstObject",
6035                     "GInitiallyUnowned",
6036                     "GObject"
6037                 ],
6038                 "interfaces": [
6039                     "GstChildProxy",
6040                     "GstPreset"
6041                 ],
6042                 "klass": "Filter/Effect/Audio",
6043                 "long-name": "3 Band Equalizer",
6044                 "pad-templates": {
6045                     "sink": {
6046                         "caps": "audio/x-raw:\n         format: { S16LE, F32LE, F64LE }\n           rate: [ 1000, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
6047                         "direction": "sink",
6048                         "presence": "always"
6049                     },
6050                     "src": {
6051                         "caps": "audio/x-raw:\n         format: { S16LE, F32LE, F64LE }\n           rate: [ 1000, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
6052                         "direction": "src",
6053                         "presence": "always"
6054                     }
6055                 },
6056                 "properties": {
6057                     "band0": {
6058                         "blurb": "gain for the frequency band 100 Hz, ranging from -24.0 to +12.0",
6059                         "conditionally-available": false,
6060                         "construct": false,
6061                         "construct-only": false,
6062                         "controllable": true,
6063                         "default": "0",
6064                         "max": "12",
6065                         "min": "-24",
6066                         "mutable": "null",
6067                         "readable": true,
6068                         "type": "gdouble",
6069                         "writable": true
6070                     },
6071                     "band1": {
6072                         "blurb": "gain for the frequency band 1100 Hz, ranging from -24.0 to +12.0",
6073                         "conditionally-available": false,
6074                         "construct": false,
6075                         "construct-only": false,
6076                         "controllable": true,
6077                         "default": "0",
6078                         "max": "12",
6079                         "min": "-24",
6080                         "mutable": "null",
6081                         "readable": true,
6082                         "type": "gdouble",
6083                         "writable": true
6084                     },
6085                     "band2": {
6086                         "blurb": "gain for the frequency band 11 kHz, ranging from -24.0 to +12.0",
6087                         "conditionally-available": false,
6088                         "construct": false,
6089                         "construct-only": false,
6090                         "controllable": true,
6091                         "default": "0",
6092                         "max": "12",
6093                         "min": "-24",
6094                         "mutable": "null",
6095                         "readable": true,
6096                         "type": "gdouble",
6097                         "writable": true
6098                     }
6099                 },
6100                 "rank": "none"
6101             },
6102             "equalizer-nbands": {
6103                 "author": "Benjamin Otte <otte@gnome.org>, Stefan Kost <ensonic@users.sf.net>",
6104                 "description": "Direct Form IIR equalizer",
6105                 "hierarchy": [
6106                     "GstIirEqualizerNBands",
6107                     "GstIirEqualizer",
6108                     "GstAudioFilter",
6109                     "GstBaseTransform",
6110                     "GstElement",
6111                     "GstObject",
6112                     "GInitiallyUnowned",
6113                     "GObject"
6114                 ],
6115                 "interfaces": [
6116                     "GstChildProxy",
6117                     "GstPreset"
6118                 ],
6119                 "klass": "Filter/Effect/Audio",
6120                 "long-name": "N Band Equalizer",
6121                 "pad-templates": {
6122                     "sink": {
6123                         "caps": "audio/x-raw:\n         format: { S16LE, F32LE, F64LE }\n           rate: [ 1000, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
6124                         "direction": "sink",
6125                         "presence": "always"
6126                     },
6127                     "src": {
6128                         "caps": "audio/x-raw:\n         format: { S16LE, F32LE, F64LE }\n           rate: [ 1000, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
6129                         "direction": "src",
6130                         "presence": "always"
6131                     }
6132                 },
6133                 "properties": {
6134                     "num-bands": {
6135                         "blurb": "number of different bands to use",
6136                         "conditionally-available": false,
6137                         "construct": true,
6138                         "construct-only": false,
6139                         "controllable": false,
6140                         "default": "10",
6141                         "max": "64",
6142                         "min": "1",
6143                         "mutable": "null",
6144                         "readable": true,
6145                         "type": "guint",
6146                         "writable": true
6147                     }
6148                 },
6149                 "rank": "none"
6150             }
6151         },
6152         "filename": "gstequalizer",
6153         "license": "LGPL",
6154         "other-types": {
6155             "GstIirEqualizer": {
6156                 "hierarchy": [
6157                     "GstIirEqualizer",
6158                     "GstAudioFilter",
6159                     "GstBaseTransform",
6160                     "GstElement",
6161                     "GstObject",
6162                     "GInitiallyUnowned",
6163                     "GObject"
6164                 ],
6165                 "interfaces": [
6166                     "GstChildProxy",
6167                     "GstPreset"
6168                 ],
6169                 "kind": "object"
6170             }
6171         },
6172         "package": "GStreamer Good Plug-ins",
6173         "source": "gst-plugins-good",
6174         "tracers": {},
6175         "url": "Unknown package origin"
6176     },
6177     "flac": {
6178         "description": "The FLAC Lossless compressor Codec",
6179         "elements": {
6180             "flacdec": {
6181                 "author": "Tim-Philipp Müller <tim@centricular.net>, Wim Taymans <wim.taymans@gmail.com>",
6182                 "description": "Decodes FLAC lossless audio streams",
6183                 "hierarchy": [
6184                     "GstFlacDec",
6185                     "GstAudioDecoder",
6186                     "GstElement",
6187                     "GstObject",
6188                     "GInitiallyUnowned",
6189                     "GObject"
6190                 ],
6191                 "klass": "Codec/Decoder/Audio",
6192                 "long-name": "FLAC audio decoder",
6193                 "pad-templates": {
6194                     "sink": {
6195                         "caps": "audio/x-flac:\n         framed: true\n           rate: [ 1, 655350 ]\n       channels: [ 1, 8 ]\n",
6196                         "direction": "sink",
6197                         "presence": "always"
6198                     },
6199                     "src": {
6200                         "caps": "audio/x-raw:\n         format: { S8, S16LE, S24_32LE, S32LE }\n         layout: interleaved\n           rate: [ 1, 655350 ]\n       channels: [ 1, 8 ]\n",
6201                         "direction": "src",
6202                         "presence": "always"
6203                     }
6204                 },
6205                 "properties": {},
6206                 "rank": "primary"
6207             },
6208             "flacenc": {
6209                 "author": "Wim Taymans <wim.taymans@chello.be>",
6210                 "description": "Encodes audio with the FLAC lossless audio encoder",
6211                 "hierarchy": [
6212                     "GstFlacEnc",
6213                     "GstAudioEncoder",
6214                     "GstElement",
6215                     "GstObject",
6216                     "GInitiallyUnowned",
6217                     "GObject"
6218                 ],
6219                 "interfaces": [
6220                     "GstPreset",
6221                     "GstTagSetter",
6222                     "GstTocSetter"
6223                 ],
6224                 "klass": "Codec/Encoder/Audio",
6225                 "long-name": "FLAC audio encoder",
6226                 "pad-templates": {
6227                     "sink": {
6228                         "caps": "audio/x-raw:\n         format: { S8, S16LE, S24LE, S24_32LE }\n         layout: interleaved\n           rate: [ 1, 655350 ]\n       channels: 1\naudio/x-raw:\n         format: { S8, S16LE, S24LE, S24_32LE }\n         layout: interleaved\n           rate: [ 1, 655350 ]\n       channels: 2\n   channel-mask: 0x0000000000000003\naudio/x-raw:\n         format: { S8, S16LE, S24LE, S24_32LE }\n         layout: interleaved\n           rate: [ 1, 655350 ]\n       channels: 3\n   channel-mask: 0x0000000000000007\naudio/x-raw:\n         format: { S8, S16LE, S24LE, S24_32LE }\n         layout: interleaved\n           rate: [ 1, 655350 ]\n       channels: 4\n   channel-mask: 0x0000000000000033\naudio/x-raw:\n         format: { S8, S16LE, S24LE, S24_32LE }\n         layout: interleaved\n           rate: [ 1, 655350 ]\n       channels: 5\n   channel-mask: 0x0000000000000037\naudio/x-raw:\n         format: { S8, S16LE, S24LE, S24_32LE }\n         layout: interleaved\n           rate: [ 1, 655350 ]\n       channels: 6\n   channel-mask: 0x000000000000003f\naudio/x-raw:\n         format: { S8, S16LE, S24LE, S24_32LE }\n         layout: interleaved\n           rate: [ 1, 655350 ]\n       channels: 7\n   channel-mask: 0x000000000000013f\naudio/x-raw:\n         format: { S8, S16LE, S24LE, S24_32LE }\n         layout: interleaved\n           rate: [ 1, 655350 ]\n       channels: 8\n   channel-mask: 0x0000000000000c3f\n",
6229                         "direction": "sink",
6230                         "presence": "always"
6231                     },
6232                     "src": {
6233                         "caps": "audio/x-flac:\n",
6234                         "direction": "src",
6235                         "presence": "always"
6236                     }
6237                 },
6238                 "properties": {
6239                     "blocksize": {
6240                         "blurb": "Blocksize in samples",
6241                         "conditionally-available": false,
6242                         "construct": true,
6243                         "construct-only": false,
6244                         "controllable": false,
6245                         "default": "4608",
6246                         "max": "65535",
6247                         "min": "16",
6248                         "mutable": "null",
6249                         "readable": true,
6250                         "type": "guint",
6251                         "writable": true
6252                     },
6253                     "escape-coding": {
6254                         "blurb": "search for escape codes in the entropy coding stage for slightly better compression",
6255                         "conditionally-available": false,
6256                         "construct": true,
6257                         "construct-only": false,
6258                         "controllable": false,
6259                         "default": "false",
6260                         "mutable": "null",
6261                         "readable": true,
6262                         "type": "gboolean",
6263                         "writable": true
6264                     },
6265                     "exhaustive-model-search": {
6266                         "blurb": "do exhaustive search of LP coefficient quantization (expensive!)",
6267                         "conditionally-available": false,
6268                         "construct": true,
6269                         "construct-only": false,
6270                         "controllable": false,
6271                         "default": "false",
6272                         "mutable": "null",
6273                         "readable": true,
6274                         "type": "gboolean",
6275                         "writable": true
6276                     },
6277                     "loose-mid-side-stereo": {
6278                         "blurb": "Loose mid side stereo",
6279                         "conditionally-available": false,
6280                         "construct": true,
6281                         "construct-only": false,
6282                         "controllable": false,
6283                         "default": "false",
6284                         "mutable": "null",
6285                         "readable": true,
6286                         "type": "gboolean",
6287                         "writable": true
6288                     },
6289                     "max-lpc-order": {
6290                         "blurb": "Max LPC order; 0 => use only fixed predictors",
6291                         "conditionally-available": false,
6292                         "construct": true,
6293                         "construct-only": false,
6294                         "controllable": false,
6295                         "default": "8",
6296                         "max": "32",
6297                         "min": "0",
6298                         "mutable": "null",
6299                         "readable": true,
6300                         "type": "guint",
6301                         "writable": true
6302                     },
6303                     "max-residual-partition-order": {
6304                         "blurb": "Max residual partition order (above 4 doesn't usually help much)",
6305                         "conditionally-available": false,
6306                         "construct": true,
6307                         "construct-only": false,
6308                         "controllable": false,
6309                         "default": "3",
6310                         "max": "16",
6311                         "min": "0",
6312                         "mutable": "null",
6313                         "readable": true,
6314                         "type": "guint",
6315                         "writable": true
6316                     },
6317                     "mid-side-stereo": {
6318                         "blurb": "Do mid side stereo (only for stereo input)",
6319                         "conditionally-available": false,
6320                         "construct": true,
6321                         "construct-only": false,
6322                         "controllable": false,
6323                         "default": "true",
6324                         "mutable": "null",
6325                         "readable": true,
6326                         "type": "gboolean",
6327                         "writable": true
6328                     },
6329                     "min-residual-partition-order": {
6330                         "blurb": "Min residual partition order (above 4 doesn't usually help much)",
6331                         "conditionally-available": false,
6332                         "construct": true,
6333                         "construct-only": false,
6334                         "controllable": false,
6335                         "default": "3",
6336                         "max": "16",
6337                         "min": "0",
6338                         "mutable": "null",
6339                         "readable": true,
6340                         "type": "guint",
6341                         "writable": true
6342                     },
6343                     "padding": {
6344                         "blurb": "Write a PADDING block with this length in bytes",
6345                         "conditionally-available": false,
6346                         "construct": true,
6347                         "construct-only": false,
6348                         "controllable": false,
6349                         "default": "0",
6350                         "max": "-1",
6351                         "min": "0",
6352                         "mutable": "null",
6353                         "readable": true,
6354                         "type": "guint",
6355                         "writable": true
6356                     },
6357                     "qlp-coeff-prec-search": {
6358                         "blurb": "false = use qlp_coeff_precision, true = search around qlp_coeff_precision, take best",
6359                         "conditionally-available": false,
6360                         "construct": true,
6361                         "construct-only": false,
6362                         "controllable": false,
6363                         "default": "false",
6364                         "mutable": "null",
6365                         "readable": true,
6366                         "type": "gboolean",
6367                         "writable": true
6368                     },
6369                     "qlp-coeff-precision": {
6370                         "blurb": "Precision in bits of quantized linear-predictor coefficients; 0 = automatic",
6371                         "conditionally-available": false,
6372                         "construct": true,
6373                         "construct-only": false,
6374                         "controllable": false,
6375                         "default": "0",
6376                         "max": "32",
6377                         "min": "0",
6378                         "mutable": "null",
6379                         "readable": true,
6380                         "type": "guint",
6381                         "writable": true
6382                     },
6383                     "quality": {
6384                         "blurb": "Speed versus compression tradeoff",
6385                         "conditionally-available": false,
6386                         "construct": true,
6387                         "construct-only": false,
6388                         "controllable": false,
6389                         "default": "5 (5)",
6390                         "mutable": "null",
6391                         "readable": true,
6392                         "type": "GstFlacEncQuality",
6393                         "writable": true
6394                     },
6395                     "rice-parameter-search-dist": {
6396                         "blurb": "0 = try only calc'd parameter k; else try all [k-dist..k+dist] parameters, use best",
6397                         "conditionally-available": false,
6398                         "construct": true,
6399                         "construct-only": false,
6400                         "controllable": false,
6401                         "default": "0",
6402                         "max": "15",
6403                         "min": "0",
6404                         "mutable": "null",
6405                         "readable": true,
6406                         "type": "guint",
6407                         "writable": true
6408                     },
6409                     "seekpoints": {
6410                         "blurb": "Add SEEKTABLE metadata (if > 0, number of entries, if < 0, interval in sec)",
6411                         "conditionally-available": false,
6412                         "construct": true,
6413                         "construct-only": false,
6414                         "controllable": false,
6415                         "default": "-10",
6416                         "max": "2147483647",
6417                         "min": "-2147483647",
6418                         "mutable": "null",
6419                         "readable": true,
6420                         "type": "gint",
6421                         "writable": true
6422                     },
6423                     "streamable-subset": {
6424                         "blurb": "true to limit encoder to generating a Subset stream, else false",
6425                         "conditionally-available": false,
6426                         "construct": true,
6427                         "construct-only": false,
6428                         "controllable": false,
6429                         "default": "true",
6430                         "mutable": "null",
6431                         "readable": true,
6432                         "type": "gboolean",
6433                         "writable": true
6434                     }
6435                 },
6436                 "rank": "primary"
6437             },
6438             "flactag": {
6439                 "author": "Christophe Fergeau <teuf@gnome.org>",
6440                 "description": "Rewrite tags in a FLAC file",
6441                 "hierarchy": [
6442                     "GstFlacTag",
6443                     "GstElement",
6444                     "GstObject",
6445                     "GInitiallyUnowned",
6446                     "GObject"
6447                 ],
6448                 "interfaces": [
6449                     "GstTagSetter"
6450                 ],
6451                 "klass": "Formatter/Metadata",
6452                 "long-name": "FLAC tagger",
6453                 "pad-templates": {
6454                     "sink": {
6455                         "caps": "audio/x-flac:\n",
6456                         "direction": "sink",
6457                         "presence": "always"
6458                     },
6459                     "src": {
6460                         "caps": "audio/x-flac:\n",
6461                         "direction": "src",
6462                         "presence": "always"
6463                     }
6464                 },
6465                 "rank": "primary"
6466             }
6467         },
6468         "filename": "gstflac",
6469         "license": "LGPL",
6470         "other-types": {
6471             "GstFlacEncQuality": {
6472                 "kind": "enum",
6473                 "values": [
6474                     {
6475                         "desc": "0 - Fastest compression",
6476                         "name": "0",
6477                         "value": "0"
6478                     },
6479                     {
6480                         "desc": "1",
6481                         "name": "1",
6482                         "value": "1"
6483                     },
6484                     {
6485                         "desc": "2",
6486                         "name": "2",
6487                         "value": "2"
6488                     },
6489                     {
6490                         "desc": "3",
6491                         "name": "3",
6492                         "value": "3"
6493                     },
6494                     {
6495                         "desc": "4",
6496                         "name": "4",
6497                         "value": "4"
6498                     },
6499                     {
6500                         "desc": "5 - Default",
6501                         "name": "5",
6502                         "value": "5"
6503                     },
6504                     {
6505                         "desc": "6",
6506                         "name": "6",
6507                         "value": "6"
6508                     },
6509                     {
6510                         "desc": "7",
6511                         "name": "7",
6512                         "value": "7"
6513                     },
6514                     {
6515                         "desc": "8 - Highest compression",
6516                         "name": "8",
6517                         "value": "8"
6518                     },
6519                     {
6520                         "desc": "9 - Insane",
6521                         "name": "9",
6522                         "value": "9"
6523                     }
6524                 ]
6525             }
6526         },
6527         "package": "GStreamer Good Plug-ins",
6528         "source": "gst-plugins-good",
6529         "tracers": {},
6530         "url": "Unknown package origin"
6531     },
6532     "flv": {
6533         "description": "FLV muxing and demuxing plugin",
6534         "elements": {
6535             "flvdemux": {
6536                 "author": "Julien Moutte <julien@moutte.net>",
6537                 "description": "Demux FLV feeds into digital streams",
6538                 "hierarchy": [
6539                     "GstFlvDemux",
6540                     "GstElement",
6541                     "GstObject",
6542                     "GInitiallyUnowned",
6543                     "GObject"
6544                 ],
6545                 "klass": "Codec/Demuxer",
6546                 "long-name": "FLV Demuxer",
6547                 "pad-templates": {
6548                     "audio": {
6549                         "caps": "audio/x-adpcm:\n         layout: swf\n       channels: { (int)1, (int)2 }\n           rate: { (int)5512, (int)11025, (int)22050, (int)44100 }\naudio/mpeg:\n    mpegversion: 1\n          layer: 3\n       channels: { (int)1, (int)2 }\n           rate: { (int)5512, (int)8000, (int)11025, (int)22050, (int)44100 }\n         parsed: true\naudio/mpeg:\n    mpegversion: 4\n  stream-format: raw\n         framed: true\naudio/x-nellymoser:\n       channels: { (int)1, (int)2 }\n           rate: { (int)5512, (int)8000, (int)11025, (int)16000, (int)22050, (int)44100 }\naudio/x-raw:\n         format: { U8, S16LE }\n         layout: interleaved\n       channels: { (int)1, (int)2 }\n           rate: { (int)5512, (int)11025, (int)22050, (int)44100 }\naudio/x-alaw:\n       channels: { (int)1, (int)2 }\n           rate: 8000\naudio/x-mulaw:\n       channels: { (int)1, (int)2 }\n           rate: 8000\naudio/x-speex:\n       channels: 1\n           rate: 16000\n",
6550                         "direction": "src",
6551                         "presence": "sometimes"
6552                     },
6553                     "sink": {
6554                         "caps": "video/x-flv:\n",
6555                         "direction": "sink",
6556                         "presence": "always"
6557                     },
6558                     "video": {
6559                         "caps": "video/x-flash-video:\n     flvversion: 1\nvideo/x-flash-screen:\nvideo/x-vp6-flash:\nvideo/x-vp6-alpha:\nvideo/x-h264:\n  stream-format: avc\n",
6560                         "direction": "src",
6561                         "presence": "sometimes"
6562                     }
6563                 },
6564                 "rank": "primary",
6565                 "signals": {}
6566             },
6567             "flvmux": {
6568                 "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>",
6569                 "description": "Muxes video/audio streams into a FLV stream",
6570                 "hierarchy": [
6571                     "GstFlvMux",
6572                     "GstAggregator",
6573                     "GstElement",
6574                     "GstObject",
6575                     "GInitiallyUnowned",
6576                     "GObject"
6577                 ],
6578                 "interfaces": [
6579                     "GstTagSetter"
6580                 ],
6581                 "klass": "Codec/Muxer",
6582                 "long-name": "FLV muxer",
6583                 "pad-templates": {
6584                     "audio": {
6585                         "caps": "audio/x-adpcm:\n         layout: swf\n       channels: { (int)1, (int)2 }\n           rate: { (int)5512, (int)11025, (int)22050, (int)44100 }\naudio/mpeg:\n    mpegversion: 1\n          layer: 3\n       channels: { (int)1, (int)2 }\n           rate: { (int)5512, (int)8000, (int)11025, (int)22050, (int)44100 }\n         parsed: true\naudio/mpeg:\n    mpegversion: { (int)4, (int)2 }\n  stream-format: raw\naudio/x-nellymoser:\n       channels: { (int)1, (int)2 }\n           rate: { (int)5512, (int)8000, (int)11025, (int)16000, (int)22050, (int)44100 }\naudio/x-raw:\n         format: { U8, S16LE }\n         layout: interleaved\n       channels: { (int)1, (int)2 }\n           rate: { (int)5512, (int)11025, (int)22050, (int)44100 }\naudio/x-alaw:\n       channels: { (int)1, (int)2 }\n           rate: 8000\naudio/x-mulaw:\n       channels: { (int)1, (int)2 }\n           rate: 8000\naudio/x-speex:\n       channels: 1\n           rate: 16000\n",
6586                         "direction": "sink",
6587                         "presence": "request",
6588                         "type": "GstFlvMuxPad"
6589                     },
6590                     "src": {
6591                         "caps": "video/x-flv:\n",
6592                         "direction": "src",
6593                         "presence": "always",
6594                         "type": "GstAggregatorPad"
6595                     },
6596                     "video": {
6597                         "caps": "video/x-flash-video:\nvideo/x-flash-screen:\nvideo/x-vp6-flash:\nvideo/x-vp6-alpha:\nvideo/x-h264:\n  stream-format: avc\n",
6598                         "direction": "sink",
6599                         "presence": "request",
6600                         "type": "GstFlvMuxPad"
6601                     }
6602                 },
6603                 "properties": {
6604                     "encoder": {
6605                         "blurb": "The value of encoder in the meta packet.",
6606                         "conditionally-available": false,
6607                         "construct": false,
6608                         "construct-only": false,
6609                         "controllable": false,
6610                         "default": "GStreamer 1.21.0.1 FLV muxer",
6611                         "mutable": "null",
6612                         "readable": true,
6613                         "type": "gchararray",
6614                         "writable": true
6615                     },
6616                     "metadatacreator": {
6617                         "blurb": "The value of metadatacreator in the meta packet.",
6618                         "conditionally-available": false,
6619                         "construct": false,
6620                         "construct-only": false,
6621                         "controllable": false,
6622                         "default": "GStreamer 1.21.0.1 FLV muxer",
6623                         "mutable": "null",
6624                         "readable": true,
6625                         "type": "gchararray",
6626                         "writable": true
6627                     },
6628                     "skip-backwards-streams": {
6629                         "blurb": "If set to true, streams that go backwards related to the other stream will have buffers dropped until they reach the correct timestamp",
6630                         "conditionally-available": false,
6631                         "construct": false,
6632                         "construct-only": false,
6633                         "controllable": false,
6634                         "default": "false",
6635                         "mutable": "null",
6636                         "readable": true,
6637                         "type": "gboolean",
6638                         "writable": true
6639                     },
6640                     "streamable": {
6641                         "blurb": "If set to true, the output should be as if it is to be streamed and hence no indexes written or duration written.",
6642                         "conditionally-available": false,
6643                         "construct": false,
6644                         "construct-only": false,
6645                         "controllable": false,
6646                         "default": "false",
6647                         "mutable": "null",
6648                         "readable": true,
6649                         "type": "gboolean",
6650                         "writable": true
6651                     }
6652                 },
6653                 "rank": "primary"
6654             }
6655         },
6656         "filename": "gstflv",
6657         "license": "LGPL",
6658         "other-types": {
6659             "GstFlvMuxPad": {
6660                 "hierarchy": [
6661                     "GstFlvMuxPad",
6662                     "GstAggregatorPad",
6663                     "GstPad",
6664                     "GstObject",
6665                     "GInitiallyUnowned",
6666                     "GObject"
6667                 ],
6668                 "kind": "object",
6669                 "properties": {},
6670                 "signals": {}
6671             }
6672         },
6673         "package": "GStreamer Good Plug-ins",
6674         "source": "gst-plugins-good",
6675         "tracers": {},
6676         "url": "Unknown package origin"
6677     },
6678     "flxdec": {
6679         "description": "FLC/FLI/FLX video decoder",
6680         "elements": {
6681             "flxdec": {
6682                 "author": "Sepp Wijnands <mrrazz@garbage-coderz.net>, Zeeshan Ali <zeenix@gmail.com>",
6683                 "description": "FLC/FLI/FLX video decoder",
6684                 "hierarchy": [
6685                     "GstFlxDec",
6686                     "GstElement",
6687                     "GstObject",
6688                     "GInitiallyUnowned",
6689                     "GObject"
6690                 ],
6691                 "klass": "Codec/Decoder/Video",
6692                 "long-name": "FLX video decoder",
6693                 "pad-templates": {
6694                     "sink": {
6695                         "caps": "video/x-fli:\n",
6696                         "direction": "sink",
6697                         "presence": "always"
6698                     },
6699                     "src": {
6700                         "caps": "video/x-raw:\n         format: BGRx\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
6701                         "direction": "src",
6702                         "presence": "always"
6703                     }
6704                 },
6705                 "rank": "primary"
6706             }
6707         },
6708         "filename": "gstflxdec",
6709         "license": "LGPL",
6710         "other-types": {},
6711         "package": "GStreamer Good Plug-ins",
6712         "source": "gst-plugins-good",
6713         "tracers": {},
6714         "url": "Unknown package origin"
6715     },
6716     "gdkpixbuf": {
6717         "description": "GdkPixbuf-based image decoder, overlay and sink",
6718         "elements": {
6719             "gdkpixbufdec": {
6720                 "author": "David A. Schleef <ds@schleef.org>, Renato Filho <renato.filho@indt.org.br>",
6721                 "description": "Decodes images in a video stream using GdkPixbuf",
6722                 "hierarchy": [
6723                     "GstGdkPixbufDec",
6724                     "GstElement",
6725                     "GstObject",
6726                     "GInitiallyUnowned",
6727                     "GObject"
6728                 ],
6729                 "klass": "Codec/Decoder/Image",
6730                 "long-name": "GdkPixbuf image decoder",
6731                 "pad-templates": {
6732                     "sink": {
6733                         "caps": "image/png:\nimage/x-icon:\napplication/x-navi-animation:\nimage/x-cmu-raster:\nimage/x-sun-raster:\nimage/x-pixmap:\nimage/tiff:\nimage/x-portable-anymap:\nimage/x-portable-bitmap:\nimage/x-portable-graymap:\nimage/x-portable-pixmap:\nimage/bmp:\nimage/x-bmp:\nimage/x-MS-bmp:\nimage/vnd.wap.wbmp:\nimage/x-bitmap:\nimage/x-tga:\nimage/x-pcx:\nimage/svg:\nimage/svg+xml:\n",
6734                         "direction": "sink",
6735                         "presence": "always"
6736                     },
6737                     "src": {
6738                         "caps": "video/x-raw:\n         format: RGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
6739                         "direction": "src",
6740                         "presence": "always"
6741                     }
6742                 },
6743                 "rank": "secondary"
6744             },
6745             "gdkpixbufoverlay": {
6746                 "author": "Tim-Philipp Müller <tim centricular net>",
6747                 "description": "Overlay an image onto a video stream",
6748                 "hierarchy": [
6749                     "GstGdkPixbufOverlay",
6750                     "GstVideoFilter",
6751                     "GstBaseTransform",
6752                     "GstElement",
6753                     "GstObject",
6754                     "GInitiallyUnowned",
6755                     "GObject"
6756                 ],
6757                 "klass": "Filter/Effect/Video",
6758                 "long-name": "GdkPixbuf Overlay",
6759                 "pad-templates": {
6760                     "sink": {
6761                         "caps": "video/x-raw:\n         format: { ABGR64_LE, BGRA64_LE, AYUV64, ARGB64_LE, ARGB64, RGBA64_LE, ABGR64_BE, BGRA64_BE, ARGB64_BE, RGBA64_BE, GBRA_12LE, GBRA_12BE, Y412_LE, Y412_BE, A444_10LE, GBRA_10LE, A444_10BE, GBRA_10BE, A422_10LE, A422_10BE, A420_10LE, A420_10BE, RGB10A2_LE, BGR10A2_LE, Y410, GBRA, ABGR, VUYA, BGRA, AYUV, ARGB, RGBA, A420, AV12, Y444_16LE, Y444_16BE, v216, P016_LE, P016_BE, Y444_12LE, GBR_12LE, Y444_12BE, GBR_12BE, I422_12LE, I422_12BE, Y212_LE, Y212_BE, I420_12LE, I420_12BE, P012_LE, P012_BE, Y444_10LE, GBR_10LE, Y444_10BE, GBR_10BE, r210, I422_10LE, I422_10BE, NV16_10LE32, Y210, v210, UYVP, I420_10LE, I420_10BE, P010_10LE, NV12_10LE32, NV12_10LE40, P010_10BE, Y444, RGBP, GBR, BGRP, NV24, xBGR, BGRx, xRGB, RGBx, BGR, IYU2, v308, RGB, Y42B, NV61, NV16, VYUY, UYVY, YVYU, YUY2, I420, YV12, NV21, NV12, NV12_64Z32, NV12_4L4, NV12_32L32, Y41B, IYU1, YVU9, YUV9, RGB16, BGR16, RGB15, BGR15, RGB8P, GRAY16_LE, GRAY16_BE, GRAY10_LE32, GRAY8 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
6762                         "direction": "sink",
6763                         "presence": "always"
6764                     },
6765                     "src": {
6766                         "caps": "video/x-raw:\n         format: { ABGR64_LE, BGRA64_LE, AYUV64, ARGB64_LE, ARGB64, RGBA64_LE, ABGR64_BE, BGRA64_BE, ARGB64_BE, RGBA64_BE, GBRA_12LE, GBRA_12BE, Y412_LE, Y412_BE, A444_10LE, GBRA_10LE, A444_10BE, GBRA_10BE, A422_10LE, A422_10BE, A420_10LE, A420_10BE, RGB10A2_LE, BGR10A2_LE, Y410, GBRA, ABGR, VUYA, BGRA, AYUV, ARGB, RGBA, A420, AV12, Y444_16LE, Y444_16BE, v216, P016_LE, P016_BE, Y444_12LE, GBR_12LE, Y444_12BE, GBR_12BE, I422_12LE, I422_12BE, Y212_LE, Y212_BE, I420_12LE, I420_12BE, P012_LE, P012_BE, Y444_10LE, GBR_10LE, Y444_10BE, GBR_10BE, r210, I422_10LE, I422_10BE, NV16_10LE32, Y210, v210, UYVP, I420_10LE, I420_10BE, P010_10LE, NV12_10LE32, NV12_10LE40, P010_10BE, Y444, RGBP, GBR, BGRP, NV24, xBGR, BGRx, xRGB, RGBx, BGR, IYU2, v308, RGB, Y42B, NV61, NV16, VYUY, UYVY, YVYU, YUY2, I420, YV12, NV21, NV12, NV12_64Z32, NV12_4L4, NV12_32L32, Y41B, IYU1, YVU9, YUV9, RGB16, BGR16, RGB15, BGR15, RGB8P, GRAY16_LE, GRAY16_BE, GRAY10_LE32, GRAY8 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
6767                         "direction": "src",
6768                         "presence": "always"
6769                     }
6770                 },
6771                 "properties": {
6772                     "alpha": {
6773                         "blurb": "Global alpha of overlay image",
6774                         "conditionally-available": false,
6775                         "construct": false,
6776                         "construct-only": false,
6777                         "controllable": true,
6778                         "default": "1",
6779                         "max": "1",
6780                         "min": "0",
6781                         "mutable": "playing",
6782                         "readable": true,
6783                         "type": "gdouble",
6784                         "writable": true
6785                     },
6786                     "coef-x": {
6787                         "blurb": "Horizontal offset of overlay image in fractions of video image width, from top-left corner of video image (absolute positioning)",
6788                         "conditionally-available": false,
6789                         "construct": false,
6790                         "construct-only": false,
6791                         "controllable": true,
6792                         "default": "0",
6793                         "max": "1",
6794                         "min": "-1",
6795                         "mutable": "playing",
6796                         "readable": true,
6797                         "type": "gdouble",
6798                         "writable": true
6799                     },
6800                     "coef-y": {
6801                         "blurb": "Vertical offset of overlay image in fractions of video image height, from top-left corner of video image (absolute positioning)",
6802                         "conditionally-available": false,
6803                         "construct": false,
6804                         "construct-only": false,
6805                         "controllable": true,
6806                         "default": "0",
6807                         "max": "1",
6808                         "min": "-1",
6809                         "mutable": "playing",
6810                         "readable": true,
6811                         "type": "gdouble",
6812                         "writable": true
6813                     },
6814                     "location": {
6815                         "blurb": "Location of image file to overlay",
6816                         "conditionally-available": false,
6817                         "construct": false,
6818                         "construct-only": false,
6819                         "controllable": true,
6820                         "default": "NULL",
6821                         "mutable": "playing",
6822                         "readable": true,
6823                         "type": "gchararray",
6824                         "writable": true
6825                     },
6826                     "offset-x": {
6827                         "blurb": "For positive value, horizontal offset of overlay image in pixels from left of video image. For negative value, horizontal offset of overlay image in pixels from right of video image",
6828                         "conditionally-available": false,
6829                         "construct": false,
6830                         "construct-only": false,
6831                         "controllable": true,
6832                         "default": "0",
6833                         "max": "2147483647",
6834                         "min": "-2147483648",
6835                         "mutable": "playing",
6836                         "readable": true,
6837                         "type": "gint",
6838                         "writable": true
6839                     },
6840                     "offset-y": {
6841                         "blurb": "For positive value, vertical offset of overlay image in pixels from top of video image. For negative value, vertical offset of overlay image in pixels from bottom of video image",
6842                         "conditionally-available": false,
6843                         "construct": false,
6844                         "construct-only": false,
6845                         "controllable": true,
6846                         "default": "0",
6847                         "max": "2147483647",
6848                         "min": "-2147483648",
6849                         "mutable": "playing",
6850                         "readable": true,
6851                         "type": "gint",
6852                         "writable": true
6853                     },
6854                     "overlay-height": {
6855                         "blurb": "Height of overlay image in pixels (0 = same as overlay image)",
6856                         "conditionally-available": false,
6857                         "construct": false,
6858                         "construct-only": false,
6859                         "controllable": true,
6860                         "default": "0",
6861                         "max": "2147483647",
6862                         "min": "0",
6863                         "mutable": "playing",
6864                         "readable": true,
6865                         "type": "gint",
6866                         "writable": true
6867                     },
6868                     "overlay-width": {
6869                         "blurb": "Width of overlay image in pixels (0 = same as overlay image)",
6870                         "conditionally-available": false,
6871                         "construct": false,
6872                         "construct-only": false,
6873                         "controllable": true,
6874                         "default": "0",
6875                         "max": "2147483647",
6876                         "min": "0",
6877                         "mutable": "playing",
6878                         "readable": true,
6879                         "type": "gint",
6880                         "writable": true
6881                     },
6882                     "pixbuf": {
6883                         "blurb": "GdkPixbuf object to render",
6884                         "conditionally-available": false,
6885                         "construct": false,
6886                         "construct-only": false,
6887                         "controllable": true,
6888                         "mutable": "playing",
6889                         "readable": true,
6890                         "type": "GdkPixbuf",
6891                         "writable": true
6892                     },
6893                     "positioning-mode": {
6894                         "blurb": "Positioning mode of offset-x and offset-y properties",
6895                         "conditionally-available": false,
6896                         "construct": false,
6897                         "construct-only": false,
6898                         "controllable": false,
6899                         "default": "pixels-relative-to-edges (0)",
6900                         "mutable": "null",
6901                         "readable": true,
6902                         "type": "GstGdkPixbufPositioningMode",
6903                         "writable": true
6904                     },
6905                     "relative-x": {
6906                         "blurb": "Horizontal offset of overlay image in fractions of video image width, from top-left corner of video image (in relative positioning)",
6907                         "conditionally-available": false,
6908                         "construct": false,
6909                         "construct-only": false,
6910                         "controllable": true,
6911                         "default": "0",
6912                         "max": "1",
6913                         "min": "-1",
6914                         "mutable": "playing",
6915                         "readable": true,
6916                         "type": "gdouble",
6917                         "writable": true
6918                     },
6919                     "relative-y": {
6920                         "blurb": "Vertical offset of overlay image in fractions of video image height, from top-left corner of video image (in relative positioning)",
6921                         "conditionally-available": false,
6922                         "construct": false,
6923                         "construct-only": false,
6924                         "controllable": true,
6925                         "default": "0",
6926                         "max": "1",
6927                         "min": "-1",
6928                         "mutable": "playing",
6929                         "readable": true,
6930                         "type": "gdouble",
6931                         "writable": true
6932                     }
6933                 },
6934                 "rank": "none"
6935             },
6936             "gdkpixbufsink": {
6937                 "author": "Tim-Philipp Müller <tim centricular net>",
6938                 "description": "Output images as GdkPixbuf objects in bus messages",
6939                 "hierarchy": [
6940                     "GstGdkPixbufSink",
6941                     "GstVideoSink",
6942                     "GstBaseSink",
6943                     "GstElement",
6944                     "GstObject",
6945                     "GInitiallyUnowned",
6946                     "GObject"
6947                 ],
6948                 "klass": "Sink/Video",
6949                 "long-name": "GdkPixbuf sink",
6950                 "pad-templates": {
6951                     "sink": {
6952                         "caps": "video/x-raw:\n         format: RGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
6953                         "direction": "sink",
6954                         "presence": "always"
6955                     }
6956                 },
6957                 "properties": {
6958                     "last-pixbuf": {
6959                         "blurb": "Last GdkPixbuf object rendered",
6960                         "conditionally-available": false,
6961                         "construct": false,
6962                         "construct-only": false,
6963                         "controllable": false,
6964                         "mutable": "null",
6965                         "readable": true,
6966                         "type": "GdkPixbuf",
6967                         "writable": false
6968                     },
6969                     "post-messages": {
6970                         "blurb": "Whether to post messages containing pixbufs on the bus",
6971                         "conditionally-available": false,
6972                         "construct": false,
6973                         "construct-only": false,
6974                         "controllable": false,
6975                         "default": "true",
6976                         "mutable": "null",
6977                         "readable": true,
6978                         "type": "gboolean",
6979                         "writable": true
6980                     }
6981                 },
6982                 "rank": "none"
6983             }
6984         },
6985         "filename": "gstgdkpixbuf",
6986         "license": "LGPL",
6987         "other-types": {
6988             "GstGdkPixbufPositioningMode": {
6989                 "kind": "enum",
6990                 "values": [
6991                     {
6992                         "desc": "pixels-relative-to-edges",
6993                         "name": "pixels-relative-to-edges",
6994                         "value": "0"
6995                     },
6996                     {
6997                         "desc": "pixels-absolute",
6998                         "name": "pixels-absolute",
6999                         "value": "1"
7000                     }
7001                 ]
7002             }
7003         },
7004         "package": "GStreamer Good Plug-ins",
7005         "source": "gst-plugins-good",
7006         "tracers": {},
7007         "url": "Unknown package origin"
7008     },
7009     "goom": {
7010         "description": "GOOM visualization filter",
7011         "elements": {
7012             "goom": {
7013                 "author": "Wim Taymans <wim@fluendo.com>",
7014                 "description": "Takes frames of data and outputs video frames using the GOOM filter",
7015                 "hierarchy": [
7016                     "GstGoom",
7017                     "GstAudioVisualizer",
7018                     "GstElement",
7019                     "GstObject",
7020                     "GInitiallyUnowned",
7021                     "GObject"
7022                 ],
7023                 "klass": "Visualization",
7024                 "long-name": "GOOM: what a GOOM!",
7025                 "pad-templates": {
7026                     "sink": {
7027                         "caps": "audio/x-raw:\n         format: S16LE\n           rate: [ 8000, 96000 ]\n       channels: 1\n         layout: interleaved\naudio/x-raw:\n         format: S16LE\n           rate: [ 8000, 96000 ]\n       channels: 2\n   channel-mask: 0x0000000000000003\n         layout: interleaved\n",
7028                         "direction": "sink",
7029                         "presence": "always"
7030                     },
7031                     "src": {
7032                         "caps": "video/x-raw:\n         format: BGRx\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
7033                         "direction": "src",
7034                         "presence": "always"
7035                     }
7036                 },
7037                 "properties": {},
7038                 "rank": "none"
7039             }
7040         },
7041         "filename": "gstgoom",
7042         "license": "LGPL",
7043         "other-types": {},
7044         "package": "GStreamer Good Plug-ins",
7045         "source": "gst-plugins-good",
7046         "tracers": {},
7047         "url": "Unknown package origin"
7048     },
7049     "goom2k1": {
7050         "description": "GOOM 2k1 visualization filter",
7051         "elements": {
7052             "goom2k1": {
7053                 "author": "Wim Taymans <wim@fluendo.com>",
7054                 "description": "Takes frames of data and outputs video frames using the GOOM 2k1 filter",
7055                 "hierarchy": [
7056                     "GstGoom2k1",
7057                     "GstAudioVisualizer",
7058                     "GstElement",
7059                     "GstObject",
7060                     "GInitiallyUnowned",
7061                     "GObject"
7062                 ],
7063                 "klass": "Visualization",
7064                 "long-name": "GOOM: what a GOOM! 2k1 edition",
7065                 "pad-templates": {
7066                     "sink": {
7067                         "caps": "audio/x-raw:\n         format: S16LE\n           rate: [ 8000, 96000 ]\n       channels: 1\n         layout: interleaved\naudio/x-raw:\n         format: S16LE\n           rate: [ 8000, 96000 ]\n       channels: 2\n   channel-mask: 0x0000000000000003\n         layout: interleaved\n",
7068                         "direction": "sink",
7069                         "presence": "always"
7070                     },
7071                     "src": {
7072                         "caps": "video/x-raw:\n         format: BGRx\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
7073                         "direction": "src",
7074                         "presence": "always"
7075                     }
7076                 },
7077                 "properties": {},
7078                 "rank": "none"
7079             }
7080         },
7081         "filename": "gstgoom2k1",
7082         "license": "LGPL",
7083         "other-types": {},
7084         "package": "GStreamer Good Plug-ins",
7085         "source": "gst-plugins-good",
7086         "tracers": {},
7087         "url": "Unknown package origin"
7088     },
7089     "gtk": {
7090         "description": "Gtk+ sink",
7091         "elements": {
7092             "gtkglsink": {
7093                 "author": "Matthew Waters <matthew@centricular.com>",
7094                 "description": "A video sink that renders to a GtkWidget using OpenGL",
7095                 "hierarchy": [
7096                     "GstGtkGLSink",
7097                     "GstGtkBaseSink",
7098                     "GstVideoSink",
7099                     "GstBaseSink",
7100                     "GstElement",
7101                     "GstObject",
7102                     "GInitiallyUnowned",
7103                     "GObject"
7104                 ],
7105                 "interfaces": [
7106                     "GstNavigation"
7107                 ],
7108                 "klass": "Sink/Video",
7109                 "long-name": "Gtk GL Video Sink",
7110                 "pad-templates": {
7111                     "sink": {
7112                         "caps": "video/x-raw(memory:GLMemory):\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(memory:GLMemory, meta:GstVideoOverlayComposition):\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
7113                         "direction": "sink",
7114                         "presence": "always"
7115                     }
7116                 },
7117                 "properties": {
7118                     "rotate-method": {
7119                         "blurb": "rotate method",
7120                         "conditionally-available": false,
7121                         "construct": false,
7122                         "construct-only": false,
7123                         "controllable": false,
7124                         "default": "identity (0)",
7125                         "mutable": "null",
7126                         "readable": true,
7127                         "type": "GstVideoOrientationMethod",
7128                         "writable": true
7129                     }
7130                 },
7131                 "rank": "none"
7132             },
7133             "gtksink": {
7134                 "author": "Matthew Waters <matthew@centricular.com>",
7135                 "description": "A video sink that renders to a GtkWidget",
7136                 "hierarchy": [
7137                     "GstGtkSink",
7138                     "GstGtkBaseSink",
7139                     "GstVideoSink",
7140                     "GstBaseSink",
7141                     "GstElement",
7142                     "GstObject",
7143                     "GInitiallyUnowned",
7144                     "GObject"
7145                 ],
7146                 "interfaces": [
7147                     "GstNavigation"
7148                 ],
7149                 "klass": "Sink/Video",
7150                 "long-name": "Gtk Video Sink",
7151                 "pad-templates": {
7152                     "sink": {
7153                         "caps": "video/x-raw:\n         format: { BGRx, BGRA }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
7154                         "direction": "sink",
7155                         "presence": "always"
7156                     }
7157                 },
7158                 "properties": {},
7159                 "rank": "none"
7160             }
7161         },
7162         "filename": "gstgtk",
7163         "license": "LGPL",
7164         "other-types": {
7165             "GstGtkBaseSink": {
7166                 "hierarchy": [
7167                     "GstGtkBaseSink",
7168                     "GstVideoSink",
7169                     "GstBaseSink",
7170                     "GstElement",
7171                     "GstObject",
7172                     "GInitiallyUnowned",
7173                     "GObject"
7174                 ],
7175                 "interfaces": [
7176                     "GstNavigation"
7177                 ],
7178                 "kind": "object",
7179                 "properties": {
7180                     "force-aspect-ratio": {
7181                         "blurb": "When enabled, scaling will respect original aspect ratio",
7182                         "conditionally-available": false,
7183                         "construct": false,
7184                         "construct-only": false,
7185                         "controllable": false,
7186                         "default": "true",
7187                         "mutable": "null",
7188                         "readable": true,
7189                         "type": "gboolean",
7190                         "writable": true
7191                     },
7192                     "ignore-alpha": {
7193                         "blurb": "When enabled, alpha will be ignored and converted to black",
7194                         "conditionally-available": false,
7195                         "construct": false,
7196                         "construct-only": false,
7197                         "controllable": false,
7198                         "default": "true",
7199                         "mutable": "null",
7200                         "readable": true,
7201                         "type": "gboolean",
7202                         "writable": true
7203                     },
7204                     "pixel-aspect-ratio": {
7205                         "blurb": "The pixel aspect ratio of the device",
7206                         "conditionally-available": false,
7207                         "construct": false,
7208                         "construct-only": false,
7209                         "controllable": false,
7210                         "default": "0/1",
7211                         "max": "2147483647/1",
7212                         "min": "0/2147483647",
7213                         "mutable": "null",
7214                         "readable": true,
7215                         "type": "GstFraction",
7216                         "writable": true
7217                     },
7218                     "video-aspect-ratio-override": {
7219                         "blurb": "The pixel aspect ratio of the video (0/1 = follow stream)",
7220                         "conditionally-available": false,
7221                         "construct": false,
7222                         "construct-only": false,
7223                         "controllable": false,
7224                         "default": "0/1",
7225                         "max": "2147483647/1",
7226                         "min": "0/2147483647",
7227                         "mutable": "null",
7228                         "readable": true,
7229                         "type": "GstFraction",
7230                         "writable": true
7231                     },
7232                     "widget": {
7233                         "blurb": "The GtkWidget to place in the widget hierarchy (must only be get from the GTK main thread)",
7234                         "conditionally-available": false,
7235                         "construct": false,
7236                         "construct-only": false,
7237                         "controllable": false,
7238                         "mutable": "null",
7239                         "readable": true,
7240                         "type": "GtkWidget",
7241                         "writable": false
7242                     }
7243                 }
7244             }
7245         },
7246         "package": "GStreamer Good Plug-ins",
7247         "source": "gst-plugins-good",
7248         "tracers": {},
7249         "url": "Unknown package origin"
7250     },
7251     "icydemux": {
7252         "description": "Demux ICY tags from a stream",
7253         "elements": {
7254             "icydemux": {
7255                 "author": "Jan Schmidt <thaytan@mad.scientist.com>, Michael Smith <msmith@fluendo.com>",
7256                 "description": "Read and output ICY tags while demuxing the contents",
7257                 "hierarchy": [
7258                     "GstICYDemux",
7259                     "GstElement",
7260                     "GstObject",
7261                     "GInitiallyUnowned",
7262                     "GObject"
7263                 ],
7264                 "klass": "Codec/Demuxer/Metadata",
7265                 "long-name": "ICY tag demuxer",
7266                 "pad-templates": {
7267                     "sink": {
7268                         "caps": "application/x-icy:\nmetadata-interval: [ 0, 2147483647 ]\n",
7269                         "direction": "sink",
7270                         "presence": "always"
7271                     },
7272                     "src": {
7273                         "caps": "ANY",
7274                         "direction": "src",
7275                         "presence": "sometimes"
7276                     }
7277                 },
7278                 "rank": "primary",
7279                 "signals": {}
7280             }
7281         },
7282         "filename": "gsticydemux",
7283         "license": "LGPL",
7284         "other-types": {},
7285         "package": "GStreamer Good Plug-ins",
7286         "source": "gst-plugins-good",
7287         "tracers": {},
7288         "url": "Unknown package origin"
7289     },
7290     "id3demux": {
7291         "description": "Demux ID3v1 and ID3v2 tags from a file",
7292         "elements": {
7293             "id3demux": {
7294                 "author": "Jan Schmidt <thaytan@mad.scientist.com>",
7295                 "description": "Read and output ID3v1 and ID3v2 tags while demuxing the contents",
7296                 "hierarchy": [
7297                     "GstID3Demux",
7298                     "GstTagDemux",
7299                     "GstElement",
7300                     "GstObject",
7301                     "GInitiallyUnowned",
7302                     "GObject"
7303                 ],
7304                 "klass": "Codec/Demuxer/Metadata",
7305                 "long-name": "ID3 tag demuxer",
7306                 "pad-templates": {
7307                     "sink": {
7308                         "caps": "application/x-id3:\n",
7309                         "direction": "sink",
7310                         "presence": "always"
7311                     },
7312                     "src": {
7313                         "caps": "ANY",
7314                         "direction": "src",
7315                         "presence": "always"
7316                     }
7317                 },
7318                 "properties": {
7319                     "prefer-v1": {
7320                         "blurb": "Prefer tags from ID3v1 tag at end of file when both ID3v1 and ID3v2 tags are present",
7321                         "conditionally-available": false,
7322                         "construct": true,
7323                         "construct-only": false,
7324                         "controllable": false,
7325                         "default": "false",
7326                         "mutable": "null",
7327                         "readable": true,
7328                         "type": "gboolean",
7329                         "writable": true
7330                     }
7331                 },
7332                 "rank": "primary"
7333             }
7334         },
7335         "filename": "gstid3demux",
7336         "license": "LGPL",
7337         "other-types": {},
7338         "package": "GStreamer Good Plug-ins",
7339         "source": "gst-plugins-good",
7340         "tracers": {},
7341         "url": "Unknown package origin"
7342     },
7343     "imagefreeze": {
7344         "description": "Still frame stream generator",
7345         "elements": {
7346             "imagefreeze": {
7347                 "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>",
7348                 "description": "Generates a still frame stream from an image",
7349                 "hierarchy": [
7350                     "GstImageFreeze",
7351                     "GstElement",
7352                     "GstObject",
7353                     "GInitiallyUnowned",
7354                     "GObject"
7355                 ],
7356                 "klass": "Filter/Video",
7357                 "long-name": "Still frame stream generator",
7358                 "pad-templates": {
7359                     "sink": {
7360                         "caps": "video/x-raw(ANY):\n",
7361                         "direction": "sink",
7362                         "presence": "always"
7363                     },
7364                     "src": {
7365                         "caps": "video/x-raw(ANY):\n",
7366                         "direction": "src",
7367                         "presence": "always"
7368                     }
7369                 },
7370                 "properties": {
7371                     "allow-replace": {
7372                         "blurb": "Allow replacing the input buffer and always output the latest",
7373                         "conditionally-available": false,
7374                         "construct": false,
7375                         "construct-only": false,
7376                         "controllable": false,
7377                         "default": "false",
7378                         "mutable": "null",
7379                         "readable": true,
7380                         "type": "gboolean",
7381                         "writable": true
7382                     },
7383                     "is-live": {
7384                         "blurb": "Whether to output a live video stream",
7385                         "conditionally-available": false,
7386                         "construct": false,
7387                         "construct-only": false,
7388                         "controllable": false,
7389                         "default": "false",
7390                         "mutable": "null",
7391                         "readable": true,
7392                         "type": "gboolean",
7393                         "writable": true
7394                     },
7395                     "num-buffers": {
7396                         "blurb": "Number of buffers to output before sending EOS (-1 = unlimited)",
7397                         "conditionally-available": false,
7398                         "construct": false,
7399                         "construct-only": false,
7400                         "controllable": false,
7401                         "default": "-1",
7402                         "max": "2147483647",
7403                         "min": "-1",
7404                         "mutable": "null",
7405                         "readable": true,
7406                         "type": "gint",
7407                         "writable": true
7408                     }
7409                 },
7410                 "rank": "none"
7411             }
7412         },
7413         "filename": "gstimagefreeze",
7414         "license": "LGPL",
7415         "other-types": {},
7416         "package": "GStreamer Good Plug-ins",
7417         "source": "gst-plugins-good",
7418         "tracers": {},
7419         "url": "Unknown package origin"
7420     },
7421     "interleave": {
7422         "description": "Audio interleaver/deinterleaver",
7423         "elements": {
7424             "deinterleave": {
7425                 "author": "Andy Wingo <wingo at pobox.com>, Iain <iain@prettypeople.org>, Sebastian Dröge <slomo@circular-chaos.org>",
7426                 "description": "Splits one interleaved multichannel audio stream into many mono audio streams",
7427                 "hierarchy": [
7428                     "GstDeinterleave",
7429                     "GstElement",
7430                     "GstObject",
7431                     "GInitiallyUnowned",
7432                     "GObject"
7433                 ],
7434                 "klass": "Filter/Converter/Audio",
7435                 "long-name": "Audio deinterleaver",
7436                 "pad-templates": {
7437                     "sink": {
7438                         "caps": "audio/x-raw:\n         format: { F64LE, F64BE, F32LE, F32BE, S32LE, S32BE, U32LE, U32BE, S24_32LE, S24_32BE, U24_32LE, U24_32BE, S24LE, S24BE, U24LE, U24BE, S20LE, S20BE, U20LE, U20BE, S18LE, S18BE, U18LE, U18BE, S16LE, S16BE, U16LE, U16BE, S8, U8 }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
7439                         "direction": "sink",
7440                         "presence": "always"
7441                     },
7442                     "src_%%u": {
7443                         "caps": "audio/x-raw:\n         format: { F64LE, F64BE, F32LE, F32BE, S32LE, S32BE, U32LE, U32BE, S24_32LE, S24_32BE, U24_32LE, U24_32BE, S24LE, S24BE, U24LE, U24BE, S20LE, S20BE, U20LE, U20BE, S18LE, S18BE, U18LE, U18BE, S16LE, S16BE, U16LE, U16BE, S8, U8 }\n           rate: [ 1, 2147483647 ]\n       channels: 1\n         layout: { (string)non-interleaved, (string)interleaved }\n",
7444                         "direction": "src",
7445                         "presence": "sometimes"
7446                     }
7447                 },
7448                 "properties": {
7449                     "keep-positions": {
7450                         "blurb": "Keep the original channel positions on the output buffers",
7451                         "conditionally-available": false,
7452                         "construct": false,
7453                         "construct-only": false,
7454                         "controllable": false,
7455                         "default": "false",
7456                         "mutable": "null",
7457                         "readable": true,
7458                         "type": "gboolean",
7459                         "writable": true
7460                     }
7461                 },
7462                 "rank": "none",
7463                 "signals": {}
7464             },
7465             "interleave": {
7466                 "author": "Andy Wingo <wingo at pobox.com>, Sebastian Dröge <slomo@circular-chaos.org>",
7467                 "description": "Folds many mono channels into one interleaved audio stream",
7468                 "hierarchy": [
7469                     "GstInterleave",
7470                     "GstElement",
7471                     "GstObject",
7472                     "GInitiallyUnowned",
7473                     "GObject"
7474                 ],
7475                 "klass": "Filter/Converter/Audio",
7476                 "long-name": "Audio interleaver",
7477                 "pad-templates": {
7478                     "sink_%%u": {
7479                         "caps": "audio/x-raw:\n           rate: [ 1, 2147483647 ]\n       channels: 1\n         format: { F64LE, F64BE, F32LE, F32BE, S32LE, S32BE, U32LE, U32BE, S24_32LE, S24_32BE, U24_32LE, U24_32BE, S24LE, S24BE, U24LE, U24BE, S20LE, S20BE, U20LE, U20BE, S18LE, S18BE, U18LE, U18BE, S16LE, S16BE, U16LE, U16BE, S8, U8 }\n         layout: { (string)non-interleaved, (string)interleaved }\n",
7480                         "direction": "sink",
7481                         "presence": "request"
7482                     },
7483                     "src": {
7484                         "caps": "audio/x-raw:\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         format: { F64LE, F64BE, F32LE, F32BE, S32LE, S32BE, U32LE, U32BE, S24_32LE, S24_32BE, U24_32LE, U24_32BE, S24LE, S24BE, U24LE, U24BE, S20LE, S20BE, U20LE, U20BE, S18LE, S18BE, U18LE, U18BE, S16LE, S16BE, U16LE, U16BE, S8, U8 }\n         layout: interleaved\n",
7485                         "direction": "src",
7486                         "presence": "always"
7487                     }
7488                 },
7489                 "properties": {
7490                     "channel-positions": {
7491                         "blurb": "Channel positions used on the output",
7492                         "conditionally-available": false,
7493                         "construct": false,
7494                         "construct-only": false,
7495                         "controllable": false,
7496                         "mutable": "null",
7497                         "readable": true,
7498                         "type": "GValueArray",
7499                         "writable": true
7500                     },
7501                     "channel-positions-from-input": {
7502                         "blurb": "Take channel positions from the input",
7503                         "conditionally-available": false,
7504                         "construct": false,
7505                         "construct-only": false,
7506                         "controllable": false,
7507                         "default": "true",
7508                         "mutable": "null",
7509                         "readable": true,
7510                         "type": "gboolean",
7511                         "writable": true
7512                     }
7513                 },
7514                 "rank": "none"
7515             }
7516         },
7517         "filename": "gstinterleave",
7518         "license": "LGPL",
7519         "other-types": {},
7520         "package": "GStreamer Good Plug-ins",
7521         "source": "gst-plugins-good",
7522         "tracers": {},
7523         "url": "Unknown package origin"
7524     },
7525     "isomp4": {
7526         "description": "ISO base media file format support (mp4, 3gpp, qt, mj2)",
7527         "elements": {
7528             "3gppmux": {
7529                 "author": "Thiago Sousa Santos <thiagoss@embedded.ufcg.edu.br>",
7530                 "description": "Multiplex audio and video into a 3GPP file",
7531                 "hierarchy": [
7532                     "Gst3GPPMux",
7533                     "GstBaseQTMux",
7534                     "GstAggregator",
7535                     "GstElement",
7536                     "GstObject",
7537                     "GInitiallyUnowned",
7538                     "GObject"
7539                 ],
7540                 "interfaces": [
7541                     "GstTagSetter",
7542                     "GstTagXmpWriter",
7543                     "GstPreset"
7544                 ],
7545                 "klass": "Codec/Muxer",
7546                 "long-name": "3GPP Muxer",
7547                 "pad-templates": {
7548                     "audio_%%u": {
7549                         "caps": "audio/AMR:\n           rate: 8000\n       channels: [ 1, 2 ]\naudio/AMR-WB:\n           rate: 16000\n       channels: [ 1, 2 ]\naudio/mpeg:\n    mpegversion: 1\n          layer: 3\n       channels: [ 1, 2 ]\n           rate: [ 1, 2147483647 ]\naudio/mpeg:\n    mpegversion: 4\n  stream-format: raw\n       channels: [ 1, 8 ]\n           rate: [ 1, 2147483647 ]\naudio/x-ac3:\n       channels: [ 1, 6 ]\n           rate: [ 1, 2147483647 ]\n",
7550                         "direction": "sink",
7551                         "presence": "request",
7552                         "type": "GstQTMuxPad"
7553                     },
7554                     "src": {
7555                         "caps": "video/quicktime:\n        variant: 3gpp\n",
7556                         "direction": "src",
7557                         "presence": "always",
7558                         "type": "GstAggregatorPad"
7559                     },
7560                     "subtitle_%%u": {
7561                         "caps": "text/x-raw:\n         format: utf8\n",
7562                         "direction": "sink",
7563                         "presence": "request",
7564                         "type": "GstQTMuxPad"
7565                     },
7566                     "video_%%u": {
7567                         "caps": "video/x-h263:\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\nvideo/mpeg:\n    mpegversion: 4\n   systemstream: false\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\nvideo/x-divx:\n    divxversion: 5\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\nvideo/x-h264:\n  stream-format: { (string)avc, (string)avc3 }\n      alignment: au\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\n",
7568                         "direction": "sink",
7569                         "presence": "request",
7570                         "type": "GstQTMuxPad"
7571                     }
7572                 },
7573                 "properties": {
7574                     "streamable": {
7575                         "blurb": "If set to true, the output should be as if it is to be streamed and hence no indexes written or duration written. (DEPRECATED, only valid for fragmented MP4)",
7576                         "conditionally-available": false,
7577                         "construct": true,
7578                         "construct-only": false,
7579                         "controllable": false,
7580                         "default": "false",
7581                         "mutable": "null",
7582                         "readable": true,
7583                         "type": "gboolean",
7584                         "writable": true
7585                     }
7586                 },
7587                 "rank": "primary"
7588             },
7589             "ismlmux": {
7590                 "author": "Thiago Sousa Santos <thiagoss@embedded.ufcg.edu.br>",
7591                 "description": "Multiplex audio and video into a ISML file",
7592                 "hierarchy": [
7593                     "GstISMLMux",
7594                     "GstBaseQTMux",
7595                     "GstAggregator",
7596                     "GstElement",
7597                     "GstObject",
7598                     "GInitiallyUnowned",
7599                     "GObject"
7600                 ],
7601                 "interfaces": [
7602                     "GstTagSetter",
7603                     "GstTagXmpWriter",
7604                     "GstPreset"
7605                 ],
7606                 "klass": "Codec/Muxer",
7607                 "long-name": "ISML Muxer",
7608                 "pad-templates": {
7609                     "audio_%%u": {
7610                         "caps": "audio/mpeg:\n    mpegversion: 1\n          layer: 3\n       channels: [ 1, 2 ]\n           rate: [ 1, 2147483647 ]\naudio/mpeg:\n    mpegversion: 4\n  stream-format: raw\n       channels: [ 1, 8 ]\n           rate: [ 1, 2147483647 ]\n",
7611                         "direction": "sink",
7612                         "presence": "request",
7613                         "type": "GstQTMuxPad"
7614                     },
7615                     "src": {
7616                         "caps": "video/quicktime:\n        variant: iso-fragmented\n",
7617                         "direction": "src",
7618                         "presence": "always",
7619                         "type": "GstAggregatorPad"
7620                     },
7621                     "video_%%u": {
7622                         "caps": "video/mpeg:\n    mpegversion: 4\n   systemstream: false\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\nvideo/x-divx:\n    divxversion: 5\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\nvideo/x-h264:\n  stream-format: { (string)avc, (string)avc3 }\n      alignment: au\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\n",
7623                         "direction": "sink",
7624                         "presence": "request",
7625                         "type": "GstQTMuxPad"
7626                     }
7627                 },
7628                 "properties": {
7629                     "streamable": {
7630                         "blurb": "If set to true, the output should be as if it is to be streamed and hence no indexes written or duration written.",
7631                         "conditionally-available": false,
7632                         "construct": true,
7633                         "construct-only": false,
7634                         "controllable": false,
7635                         "default": "true",
7636                         "mutable": "null",
7637                         "readable": true,
7638                         "type": "gboolean",
7639                         "writable": true
7640                     }
7641                 },
7642                 "rank": "primary"
7643             },
7644             "mj2mux": {
7645                 "author": "Thiago Sousa Santos <thiagoss@embedded.ufcg.edu.br>",
7646                 "description": "Multiplex audio and video into a MJ2 file",
7647                 "hierarchy": [
7648                     "GstMJ2Mux",
7649                     "GstBaseQTMux",
7650                     "GstAggregator",
7651                     "GstElement",
7652                     "GstObject",
7653                     "GInitiallyUnowned",
7654                     "GObject"
7655                 ],
7656                 "interfaces": [
7657                     "GstTagSetter",
7658                     "GstTagXmpWriter",
7659                     "GstPreset"
7660                 ],
7661                 "klass": "Codec/Muxer",
7662                 "long-name": "MJ2 Muxer",
7663                 "pad-templates": {
7664                     "audio_%%u": {
7665                         "caps": "audio/x-raw:\n         format: { S16LE, S16BE, S8, U8 }\n         layout: interleaved\n       channels: [ 1, 2 ]\n           rate: [ 1, 2147483647 ]\n",
7666                         "direction": "sink",
7667                         "presence": "request",
7668                         "type": "GstQTMuxPad"
7669                     },
7670                     "src": {
7671                         "caps": "video/mj2:\n",
7672                         "direction": "src",
7673                         "presence": "always",
7674                         "type": "GstAggregatorPad"
7675                     },
7676                     "video_%%u": {
7677                         "caps": "image/x-j2c:\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\nimage/x-jpc:\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\n",
7678                         "direction": "sink",
7679                         "presence": "request",
7680                         "type": "GstQTMuxPad"
7681                     }
7682                 },
7683                 "properties": {
7684                     "streamable": {
7685                         "blurb": "If set to true, the output should be as if it is to be streamed and hence no indexes written or duration written. (DEPRECATED, only valid for fragmented MP4)",
7686                         "conditionally-available": false,
7687                         "construct": true,
7688                         "construct-only": false,
7689                         "controllable": false,
7690                         "default": "false",
7691                         "mutable": "null",
7692                         "readable": true,
7693                         "type": "gboolean",
7694                         "writable": true
7695                     }
7696                 },
7697                 "rank": "primary"
7698             },
7699             "mp4mux": {
7700                 "author": "Thiago Sousa Santos <thiagoss@embedded.ufcg.edu.br>",
7701                 "description": "Multiplex audio and video into a MP4 file",
7702                 "hierarchy": [
7703                     "GstMP4Mux",
7704                     "GstBaseQTMux",
7705                     "GstAggregator",
7706                     "GstElement",
7707                     "GstObject",
7708                     "GInitiallyUnowned",
7709                     "GObject"
7710                 ],
7711                 "interfaces": [
7712                     "GstTagSetter",
7713                     "GstTagXmpWriter",
7714                     "GstPreset"
7715                 ],
7716                 "klass": "Codec/Muxer",
7717                 "long-name": "MP4 Muxer",
7718                 "pad-templates": {
7719                     "audio_%%u": {
7720                         "caps": "audio/mpeg:\n    mpegversion: 1\n          layer: [ 1, 3 ]\n       channels: [ 1, 2 ]\n           rate: [ 1, 2147483647 ]\naudio/mpeg:\n    mpegversion: 4\n  stream-format: raw\n       channels: [ 1, 8 ]\n           rate: [ 1, 2147483647 ]\naudio/x-ac3:\n       channels: [ 1, 6 ]\n           rate: [ 1, 2147483647 ]\naudio/x-alac:\n       channels: [ 1, 2 ]\n           rate: [ 1, 2147483647 ]\naudio/x-opus:\nchannel-mapping-family: [ 0, 255 ]\n       channels: [ 1, 8 ]\n           rate: [ 1, 2147483647 ]\n",
7721                         "direction": "sink",
7722                         "presence": "request",
7723                         "type": "GstQTMuxPad"
7724                     },
7725                     "src": {
7726                         "caps": "video/quicktime:\n        variant: iso\n",
7727                         "direction": "src",
7728                         "presence": "always",
7729                         "type": "GstAggregatorPad"
7730                     },
7731                     "subtitle_%%u": {
7732                         "caps": "text/x-raw:\n         format: utf8\n",
7733                         "direction": "sink",
7734                         "presence": "request",
7735                         "type": "GstQTMuxPad"
7736                     },
7737                     "video_%%u": {
7738                         "caps": "video/mpeg:\n    mpegversion: 4\n   systemstream: false\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\nvideo/x-divx:\n    divxversion: 5\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\nvideo/x-h264:\n  stream-format: { (string)avc, (string)avc3 }\n      alignment: au\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\nvideo/x-h265:\n  stream-format: { (string)hvc1, (string)hev1 }\n      alignment: au\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\nvideo/x-mp4-part:\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\nvideo/x-av1:\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\n",
7739                         "direction": "sink",
7740                         "presence": "request",
7741                         "type": "GstQTMuxPad"
7742                     }
7743                 },
7744                 "properties": {
7745                     "streamable": {
7746                         "blurb": "If set to true, the output should be as if it is to be streamed and hence no indexes written or duration written. (DEPRECATED, only valid for fragmented MP4)",
7747                         "conditionally-available": false,
7748                         "construct": true,
7749                         "construct-only": false,
7750                         "controllable": false,
7751                         "default": "false",
7752                         "mutable": "null",
7753                         "readable": true,
7754                         "type": "gboolean",
7755                         "writable": true
7756                     }
7757                 },
7758                 "rank": "primary"
7759             },
7760             "qtdemux": {
7761                 "author": "David Schleef <ds@schleef.org>, Wim Taymans <wim@fluendo.com>",
7762                 "description": "Demultiplex a QuickTime file into audio and video streams",
7763                 "hierarchy": [
7764                     "GstQTDemux",
7765                     "GstElement",
7766                     "GstObject",
7767                     "GInitiallyUnowned",
7768                     "GObject"
7769                 ],
7770                 "klass": "Codec/Demuxer",
7771                 "long-name": "QuickTime demuxer",
7772                 "pad-templates": {
7773                     "audio_%%u": {
7774                         "caps": "ANY",
7775                         "direction": "src",
7776                         "presence": "sometimes"
7777                     },
7778                     "sink": {
7779                         "caps": "video/quicktime:\nvideo/mj2:\naudio/x-m4a:\napplication/x-3gp:\n",
7780                         "direction": "sink",
7781                         "presence": "always"
7782                     },
7783                     "subtitle_%%u": {
7784                         "caps": "ANY",
7785                         "direction": "src",
7786                         "presence": "sometimes"
7787                     },
7788                     "video_%%u": {
7789                         "caps": "ANY",
7790                         "direction": "src",
7791                         "presence": "sometimes"
7792                     }
7793                 },
7794                 "rank": "primary",
7795                 "signals": {}
7796             },
7797             "qtmoovrecover": {
7798                 "author": "Thiago Santos <thiago.sousa.santos@collabora.co.uk>",
7799                 "description": "Recovers unfinished qtmux files",
7800                 "hierarchy": [
7801                     "GstQTMoovRecover",
7802                     "GstPipeline",
7803                     "GstBin",
7804                     "GstElement",
7805                     "GstObject",
7806                     "GInitiallyUnowned",
7807                     "GObject"
7808                 ],
7809                 "interfaces": [
7810                     "GstChildProxy"
7811                 ],
7812                 "klass": "Util",
7813                 "long-name": "QT Moov Recover",
7814                 "properties": {
7815                     "broken-input": {
7816                         "blurb": "Path to broken input file. (If qtmux was on faststart mode, this file is the faststart file)",
7817                         "conditionally-available": false,
7818                         "construct": false,
7819                         "construct-only": false,
7820                         "controllable": false,
7821                         "default": "NULL",
7822                         "mutable": "null",
7823                         "readable": true,
7824                         "type": "gchararray",
7825                         "writable": true
7826                     },
7827                     "faststart-mode": {
7828                         "blurb": "If the broken input is from faststart mode",
7829                         "conditionally-available": false,
7830                         "construct": false,
7831                         "construct-only": false,
7832                         "controllable": false,
7833                         "default": "false",
7834                         "mutable": "null",
7835                         "readable": true,
7836                         "type": "gboolean",
7837                         "writable": true
7838                     },
7839                     "fixed-output": {
7840                         "blurb": "Path to write the fixed file to (used as output)",
7841                         "conditionally-available": false,
7842                         "construct": false,
7843                         "construct-only": false,
7844                         "controllable": false,
7845                         "default": "NULL",
7846                         "mutable": "null",
7847                         "readable": true,
7848                         "type": "gchararray",
7849                         "writable": true
7850                     },
7851                     "recovery-input": {
7852                         "blurb": "Path to recovery file (used as input)",
7853                         "conditionally-available": false,
7854                         "construct": false,
7855                         "construct-only": false,
7856                         "controllable": false,
7857                         "default": "NULL",
7858                         "mutable": "null",
7859                         "readable": true,
7860                         "type": "gchararray",
7861                         "writable": true
7862                     }
7863                 },
7864                 "rank": "none"
7865             },
7866             "qtmux": {
7867                 "author": "Thiago Sousa Santos <thiagoss@embedded.ufcg.edu.br>",
7868                 "description": "Multiplex audio and video into a QuickTime file",
7869                 "hierarchy": [
7870                     "GstQTMux",
7871                     "GstBaseQTMux",
7872                     "GstAggregator",
7873                     "GstElement",
7874                     "GstObject",
7875                     "GInitiallyUnowned",
7876                     "GObject"
7877                 ],
7878                 "interfaces": [
7879                     "GstTagSetter",
7880                     "GstTagXmpWriter",
7881                     "GstPreset"
7882                 ],
7883                 "klass": "Codec/Muxer",
7884                 "long-name": "QuickTime Muxer",
7885                 "pad-templates": {
7886                     "audio_%%u": {
7887                         "caps": "audio/x-raw:\n         format: { S32LE, S32BE, S24LE, S24BE, S16LE, S16BE, S8, U8 }\n         layout: interleaved\n       channels: [ 1, 2 ]\n           rate: [ 1, 2147483647 ]\naudio/x-raw:\n         format: { S32LE, S32BE, S24LE, S24BE, S16LE, S16BE, S8, U8 }\n         layout: interleaved\n   channel-mask: 0x0000000000000000\n       channels: [ 1, 16 ]\n           rate: [ 1, 2147483647 ]\naudio/mpeg:\n    mpegversion: 1\n          layer: [ 1, 3 ]\n       channels: [ 1, 2 ]\n           rate: [ 1, 2147483647 ]\naudio/mpeg:\n    mpegversion: 4\n  stream-format: raw\n       channels: [ 1, 8 ]\n           rate: [ 1, 2147483647 ]\naudio/x-ac3:\n       channels: [ 1, 6 ]\n           rate: [ 1, 2147483647 ]\naudio/x-adpcm:\n         layout: dvi\n    block_align: [ 64, 8096 ]\n       channels: [ 1, 2 ]\n           rate: [ 1, 2147483647 ]\naudio/x-alaw:\n       channels: [ 1, 2 ]\n           rate: [ 1, 2147483647 ]\naudio/x-mulaw:\n       channels: [ 1, 2 ]\n           rate: [ 1, 2147483647 ]\naudio/AMR:\n           rate: 8000\n       channels: [ 1, 2 ]\naudio/AMR-WB:\n           rate: 16000\n       channels: [ 1, 2 ]\naudio/x-alac:\n       channels: [ 1, 2 ]\n           rate: [ 1, 2147483647 ]\naudio/x-opus:\nchannel-mapping-family: [ 0, 255 ]\n       channels: [ 1, 8 ]\n           rate: [ 1, 2147483647 ]\n",
7888                         "direction": "sink",
7889                         "presence": "request",
7890                         "type": "GstQTMuxPad"
7891                     },
7892                     "caption_%%u": {
7893                         "caps": "closedcaption/x-cea-608:\n         format: s334-1a\nclosedcaption/x-cea-708:\n         format: cdp\n",
7894                         "direction": "sink",
7895                         "presence": "request",
7896                         "type": "GstQTMuxPad"
7897                     },
7898                     "src": {
7899                         "caps": "video/quicktime:\n        variant: apple\nvideo/quicktime:\n",
7900                         "direction": "src",
7901                         "presence": "always",
7902                         "type": "GstAggregatorPad"
7903                     },
7904                     "subtitle_%%u": {
7905                         "caps": "text/x-raw:\n         format: utf8\n",
7906                         "direction": "sink",
7907                         "presence": "request",
7908                         "type": "GstQTMuxPad"
7909                     },
7910                     "video_%%u": {
7911                         "caps": "video/x-raw:\n         format: { RGB, UYVY, v210 }\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\nvideo/mpeg:\n    mpegversion: 4\n   systemstream: false\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\nvideo/x-divx:\n    divxversion: 5\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\nvideo/x-prores:\n        variant: { (string)standard, (string)lt, (string)hq, (string)proxy, (string)4444, (string)4444xq }\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\nvideo/x-cineform:\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\nvideo/x-h263:\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\nvideo/x-h264:\n  stream-format: { (string)avc, (string)avc3 }\n      alignment: au\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\nvideo/x-h265:\n  stream-format: { (string)hvc1, (string)hev1 }\n      alignment: au\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\nvideo/x-svq:\n     svqversion: 3\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\nvideo/x-dv:\n   systemstream: false\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\nimage/jpeg:\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\nimage/png:\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\nvideo/x-vp8:\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\nvideo/x-vp9:\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\nvideo/x-dirac:\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\nvideo/x-qt-part:\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\nvideo/x-av1:\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\n",
7912                         "direction": "sink",
7913                         "presence": "request",
7914                         "type": "GstQTMuxPad"
7915                     }
7916                 },
7917                 "properties": {
7918                     "streamable": {
7919                         "blurb": "If set to true, the output should be as if it is to be streamed and hence no indexes written or duration written. (DEPRECATED, only valid for fragmented MP4)",
7920                         "conditionally-available": false,
7921                         "construct": true,
7922                         "construct-only": false,
7923                         "controllable": false,
7924                         "default": "false",
7925                         "mutable": "null",
7926                         "readable": true,
7927                         "type": "gboolean",
7928                         "writable": true
7929                     }
7930                 },
7931                 "rank": "primary"
7932             },
7933             "rtpxqtdepay": {
7934                 "author": "Wim Taymans <wim@fluendo.com>",
7935                 "description": "Extracts Quicktime audio/video from RTP packets",
7936                 "hierarchy": [
7937                     "GstRtpXQTDepay",
7938                     "GstRTPBaseDepayload",
7939                     "GstElement",
7940                     "GstObject",
7941                     "GInitiallyUnowned",
7942                     "GObject"
7943                 ],
7944                 "klass": "Codec/Depayloader/Network",
7945                 "long-name": "RTP packet depayloader",
7946                 "pad-templates": {
7947                     "sink": {
7948                         "caps": "application/x-rtp:\n        payload: [ 96, 127 ]\n          media: { (string)audio, (string)video }\n     clock-rate: [ 1, 2147483647 ]\n  encoding-name: { (string)X-QT, (string)X-QUICKTIME }\n",
7949                         "direction": "sink",
7950                         "presence": "always"
7951                     },
7952                     "src": {
7953                         "caps": "ANY",
7954                         "direction": "src",
7955                         "presence": "always"
7956                     }
7957                 },
7958                 "properties": {},
7959                 "rank": "marginal"
7960             }
7961         },
7962         "filename": "gstisomp4",
7963         "license": "LGPL",
7964         "other-types": {
7965             "GstBaseQTMux": {
7966                 "hierarchy": [
7967                     "GstBaseQTMux",
7968                     "GstAggregator",
7969                     "GstElement",
7970                     "GstObject",
7971                     "GInitiallyUnowned",
7972                     "GObject"
7973                 ],
7974                 "interfaces": [
7975                     "GstTagSetter",
7976                     "GstTagXmpWriter",
7977                     "GstPreset"
7978                 ],
7979                 "kind": "object",
7980                 "properties": {
7981                     "dts-method": {
7982                         "blurb": "Method to determine DTS time (DEPRECATED)",
7983                         "conditionally-available": false,
7984                         "construct": true,
7985                         "construct-only": false,
7986                         "controllable": false,
7987                         "default": "reorder (1)",
7988                         "mutable": "null",
7989                         "readable": true,
7990                         "type": "GstQTMuxDtsMethods",
7991                         "writable": true
7992                     },
7993                     "faststart": {
7994                         "blurb": "If the file should be formatted for faststart (headers first)",
7995                         "conditionally-available": false,
7996                         "construct": false,
7997                         "construct-only": false,
7998                         "controllable": false,
7999                         "default": "false",
8000                         "mutable": "null",
8001                         "readable": true,
8002                         "type": "gboolean",
8003                         "writable": true
8004                     },
8005                     "faststart-file": {
8006                         "blurb": "File that will be used temporarily to store data from the stream when creating a faststart file. If null a filepath will be created automatically",
8007                         "conditionally-available": false,
8008                         "construct": true,
8009                         "construct-only": false,
8010                         "controllable": false,
8011                         "default": "NULL",
8012                         "mutable": "null",
8013                         "readable": true,
8014                         "type": "gchararray",
8015                         "writable": true
8016                     },
8017                     "force-chunks": {
8018                         "blurb": "Force multiple chunks to be created even for single-stream files",
8019                         "conditionally-available": false,
8020                         "construct": false,
8021                         "construct-only": false,
8022                         "controllable": false,
8023                         "default": "false",
8024                         "mutable": "null",
8025                         "readable": true,
8026                         "type": "gboolean",
8027                         "writable": true
8028                     },
8029                     "force-create-timecode-trak": {
8030                         "blurb": "Create a timecode trak even in unsupported flavors",
8031                         "conditionally-available": false,
8032                         "construct": true,
8033                         "construct-only": false,
8034                         "controllable": false,
8035                         "default": "false",
8036                         "mutable": "null",
8037                         "readable": true,
8038                         "type": "gboolean",
8039                         "writable": true
8040                     },
8041                     "fragment-duration": {
8042                         "blurb": "Fragment durations in ms (produce a fragmented file if > 0)",
8043                         "conditionally-available": false,
8044                         "construct": true,
8045                         "construct-only": false,
8046                         "controllable": false,
8047                         "default": "0",
8048                         "max": "-1",
8049                         "min": "0",
8050                         "mutable": "null",
8051                         "readable": true,
8052                         "type": "guint",
8053                         "writable": true
8054                     },
8055                     "fragment-mode": {
8056                         "blurb": "How to to write fragments to the file.  Only used when 'fragment-duration' is greather than 0",
8057                         "conditionally-available": false,
8058                         "construct": false,
8059                         "construct-only": false,
8060                         "controllable": false,
8061                         "default": "dash-or-mss (0)",
8062                         "mutable": "null",
8063                         "readable": true,
8064                         "type": "GstQTMuxFragmentMode",
8065                         "writable": true
8066                     },
8067                     "interleave-bytes": {
8068                         "blurb": "Interleave between streams in bytes",
8069                         "conditionally-available": false,
8070                         "construct": false,
8071                         "construct-only": false,
8072                         "controllable": false,
8073                         "default": "0",
8074                         "max": "18446744073709551615",
8075                         "min": "0",
8076                         "mutable": "null",
8077                         "readable": true,
8078                         "type": "guint64",
8079                         "writable": true
8080                     },
8081                     "interleave-time": {
8082                         "blurb": "Interleave between streams in nanoseconds",
8083                         "conditionally-available": false,
8084                         "construct": false,
8085                         "construct-only": false,
8086                         "controllable": false,
8087                         "default": "250000000",
8088                         "max": "18446744073709551615",
8089                         "min": "0",
8090                         "mutable": "null",
8091                         "readable": true,
8092                         "type": "guint64",
8093                         "writable": true
8094                     },
8095                     "max-raw-audio-drift": {
8096                         "blurb": "Maximum allowed drift of raw audio samples vs. timestamps in nanoseconds",
8097                         "conditionally-available": false,
8098                         "construct": false,
8099                         "construct-only": false,
8100                         "controllable": false,
8101                         "default": "40000000",
8102                         "max": "18446744073709551615",
8103                         "min": "0",
8104                         "mutable": "null",
8105                         "readable": true,
8106                         "type": "guint64",
8107                         "writable": true
8108                     },
8109                     "moov-recovery-file": {
8110                         "blurb": "File to be used to store data for moov atom making movie file recovery possible in case of a crash during muxing. Null for disabled. (Experimental)",
8111                         "conditionally-available": false,
8112                         "construct": true,
8113                         "construct-only": false,
8114                         "controllable": false,
8115                         "default": "NULL",
8116                         "mutable": "null",
8117                         "readable": true,
8118                         "type": "gchararray",
8119                         "writable": true
8120                     },
8121                     "movie-timescale": {
8122                         "blurb": "Timescale to use in the movie (units per second, 0 == default)",
8123                         "conditionally-available": false,
8124                         "construct": true,
8125                         "construct-only": false,
8126                         "controllable": false,
8127                         "default": "0",
8128                         "max": "-1",
8129                         "min": "0",
8130                         "mutable": "null",
8131                         "readable": true,
8132                         "type": "guint",
8133                         "writable": true
8134                     },
8135                     "presentation-time": {
8136                         "blurb": "Calculate and include presentation/composition time (in addition to decoding time)",
8137                         "conditionally-available": false,
8138                         "construct": true,
8139                         "construct-only": false,
8140                         "controllable": false,
8141                         "default": "true",
8142                         "mutable": "null",
8143                         "readable": true,
8144                         "type": "gboolean",
8145                         "writable": true
8146                     },
8147                     "reserved-bytes-per-sec": {
8148                         "blurb": "Multiplier for converting reserved-max-duration into bytes of header to reserve, per second, per track",
8149                         "conditionally-available": false,
8150                         "construct": true,
8151                         "construct-only": false,
8152                         "controllable": false,
8153                         "default": "550",
8154                         "max": "10000",
8155                         "min": "0",
8156                         "mutable": "null",
8157                         "readable": true,
8158                         "type": "guint",
8159                         "writable": true
8160                     },
8161                     "reserved-duration-remaining": {
8162                         "blurb": "Reports the approximate amount of remaining moov header space reserved using reserved-max-duration",
8163                         "conditionally-available": false,
8164                         "construct": false,
8165                         "construct-only": false,
8166                         "controllable": false,
8167                         "default": "18446744073709551615",
8168                         "max": "18446744073709551615",
8169                         "min": "0",
8170                         "mutable": "null",
8171                         "readable": true,
8172                         "type": "guint64",
8173                         "writable": false
8174                     },
8175                     "reserved-max-duration": {
8176                         "blurb": "When set to a value > 0, reserves space for index tables at the beginning of the file.",
8177                         "conditionally-available": false,
8178                         "construct": false,
8179                         "construct-only": false,
8180                         "controllable": false,
8181                         "default": "18446744073709551615",
8182                         "max": "18446744073709551615",
8183                         "min": "0",
8184                         "mutable": "null",
8185                         "readable": true,
8186                         "type": "guint64",
8187                         "writable": true
8188                     },
8189                     "reserved-moov-update-period": {
8190                         "blurb": "When used with reserved-max-duration, periodically updates the index tables with information muxed so far.",
8191                         "conditionally-available": false,
8192                         "construct": false,
8193                         "construct-only": false,
8194                         "controllable": false,
8195                         "default": "18446744073709551615",
8196                         "max": "18446744073709551615",
8197                         "min": "0",
8198                         "mutable": "null",
8199                         "readable": true,
8200                         "type": "guint64",
8201                         "writable": true
8202                     },
8203                     "reserved-prefill": {
8204                         "blurb": "Prefill samples table of reserved duration",
8205                         "conditionally-available": false,
8206                         "construct": true,
8207                         "construct-only": false,
8208                         "controllable": false,
8209                         "default": "false",
8210                         "mutable": "null",
8211                         "readable": true,
8212                         "type": "gboolean",
8213                         "writable": true
8214                     },
8215                     "start-gap-threshold": {
8216                         "blurb": "Threshold for creating an edit list for gaps at the start in nanoseconds",
8217                         "conditionally-available": false,
8218                         "construct": false,
8219                         "construct-only": false,
8220                         "controllable": false,
8221                         "default": "0",
8222                         "max": "18446744073709551615",
8223                         "min": "0",
8224                         "mutable": "null",
8225                         "readable": true,
8226                         "type": "guint64",
8227                         "writable": true
8228                     },
8229                     "trak-timescale": {
8230                         "blurb": "Timescale to use for the tracks (units per second, 0 is automatic)",
8231                         "conditionally-available": false,
8232                         "construct": true,
8233                         "construct-only": false,
8234                         "controllable": false,
8235                         "default": "0",
8236                         "max": "-1",
8237                         "min": "0",
8238                         "mutable": "null",
8239                         "readable": true,
8240                         "type": "guint",
8241                         "writable": true
8242                     }
8243                 }
8244             },
8245             "GstQTMuxDtsMethods": {
8246                 "kind": "enum",
8247                 "values": [
8248                     {
8249                         "desc": "delta/duration",
8250                         "name": "dd",
8251                         "value": "0"
8252                     },
8253                     {
8254                         "desc": "reorder",
8255                         "name": "reorder",
8256                         "value": "1"
8257                     },
8258                     {
8259                         "desc": "ascending",
8260                         "name": "asc",
8261                         "value": "2"
8262                     }
8263                 ]
8264             },
8265             "GstQTMuxFragmentMode": {
8266                 "kind": "enum",
8267                 "values": [
8268                     {
8269                         "desc": "Dash or Smoothstreaming",
8270                         "name": "dash-or-mss",
8271                         "value": "0"
8272                     },
8273                     {
8274                         "desc": "First MOOV Fragment Then Finalise",
8275                         "name": "first-moov-then-finalise",
8276                         "value": "1"
8277                     }
8278                 ]
8279             },
8280             "GstQTMuxPad": {
8281                 "hierarchy": [
8282                     "GstQTMuxPad",
8283                     "GstAggregatorPad",
8284                     "GstPad",
8285                     "GstObject",
8286                     "GInitiallyUnowned",
8287                     "GObject"
8288                 ],
8289                 "kind": "object",
8290                 "properties": {
8291                     "trak-timescale": {
8292                         "blurb": "Timescale to use for this pad's trak (units per second, 0 is automatic)",
8293                         "conditionally-available": false,
8294                         "construct": true,
8295                         "construct-only": false,
8296                         "controllable": false,
8297                         "default": "0",
8298                         "max": "-1",
8299                         "min": "0",
8300                         "mutable": "null",
8301                         "readable": true,
8302                         "type": "guint",
8303                         "writable": true
8304                     }
8305                 },
8306                 "signals": {}
8307             }
8308         },
8309         "package": "GStreamer Good Plug-ins",
8310         "source": "gst-plugins-good",
8311         "tracers": {},
8312         "url": "Unknown package origin"
8313     },
8314     "jack": {
8315         "description": "JACK audio elements",
8316         "elements": {
8317             "jackaudiosink": {
8318                 "author": "Wim Taymans <wim.taymans@gmail.com>",
8319                 "description": "Output audio to a JACK server",
8320                 "hierarchy": [
8321                     "GstJackAudioSink",
8322                     "GstAudioBaseSink",
8323                     "GstBaseSink",
8324                     "GstElement",
8325                     "GstObject",
8326                     "GInitiallyUnowned",
8327                     "GObject"
8328                 ],
8329                 "klass": "Sink/Audio",
8330                 "long-name": "Audio Sink (Jack)",
8331                 "pad-templates": {
8332                     "sink": {
8333                         "caps": "audio/x-raw:\n         format: F32LE\n         layout: interleaved\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
8334                         "direction": "sink",
8335                         "presence": "always"
8336                     }
8337                 },
8338                 "properties": {
8339                     "client": {
8340                         "blurb": "Handle for jack client",
8341                         "conditionally-available": false,
8342                         "construct": false,
8343                         "construct-only": false,
8344                         "controllable": false,
8345                         "mutable": "ready",
8346                         "readable": true,
8347                         "type": "JackClient",
8348                         "writable": true
8349                     },
8350                     "client-name": {
8351                         "blurb": "The client name of the Jack instance (NULL = default)",
8352                         "conditionally-available": false,
8353                         "construct": false,
8354                         "construct-only": false,
8355                         "controllable": false,
8356                         "default": "NULL",
8357                         "mutable": "null",
8358                         "readable": true,
8359                         "type": "gchararray",
8360                         "writable": true
8361                     },
8362                     "connect": {
8363                         "blurb": "Specify how the output ports will be connected",
8364                         "conditionally-available": false,
8365                         "construct": false,
8366                         "construct-only": false,
8367                         "controllable": false,
8368                         "default": "auto (1)",
8369                         "mutable": "null",
8370                         "readable": true,
8371                         "type": "GstJackConnect",
8372                         "writable": true
8373                     },
8374                     "low-latency": {
8375                         "blurb": "Optimize all settings for lowest latency. When enabled, \"buffer-time\" and \"latency-time\" will be ignored",
8376                         "conditionally-available": false,
8377                         "construct": false,
8378                         "construct-only": false,
8379                         "controllable": false,
8380                         "default": "false",
8381                         "mutable": "ready",
8382                         "readable": true,
8383                         "type": "gboolean",
8384                         "writable": true
8385                     },
8386                     "port-names": {
8387                         "blurb": "Comma-separated list of port name including \"client_name:\" prefix",
8388                         "conditionally-available": false,
8389                         "construct": false,
8390                         "construct-only": false,
8391                         "controllable": false,
8392                         "default": "NULL",
8393                         "mutable": "ready",
8394                         "readable": true,
8395                         "type": "gchararray",
8396                         "writable": true
8397                     },
8398                     "port-pattern": {
8399                         "blurb": "A pattern to select which ports to connect to (NULL = first physical ports)",
8400                         "conditionally-available": false,
8401                         "construct": false,
8402                         "construct-only": false,
8403                         "controllable": false,
8404                         "default": "NULL",
8405                         "mutable": "null",
8406                         "readable": true,
8407                         "type": "gchararray",
8408                         "writable": true
8409                     },
8410                     "server": {
8411                         "blurb": "The Jack server to connect to (NULL = default)",
8412                         "conditionally-available": false,
8413                         "construct": false,
8414                         "construct-only": false,
8415                         "controllable": false,
8416                         "default": "NULL",
8417                         "mutable": "null",
8418                         "readable": true,
8419                         "type": "gchararray",
8420                         "writable": true
8421                     },
8422                     "transport": {
8423                         "blurb": "Jack transport behaviour of the client",
8424                         "conditionally-available": false,
8425                         "construct": false,
8426                         "construct-only": false,
8427                         "controllable": false,
8428                         "default": "(none)",
8429                         "mutable": "null",
8430                         "readable": true,
8431                         "type": "GstJackTransport",
8432                         "writable": true
8433                     }
8434                 },
8435                 "rank": "primary"
8436             },
8437             "jackaudiosrc": {
8438                 "author": "Tristan Matthews <tristan@sat.qc.ca>",
8439                 "description": "Captures audio from a JACK server",
8440                 "hierarchy": [
8441                     "GstJackAudioSrc",
8442                     "GstAudioBaseSrc",
8443                     "GstPushSrc",
8444                     "GstBaseSrc",
8445                     "GstElement",
8446                     "GstObject",
8447                     "GInitiallyUnowned",
8448                     "GObject"
8449                 ],
8450                 "klass": "Source/Audio",
8451                 "long-name": "Audio Source (Jack)",
8452                 "pad-templates": {
8453                     "src": {
8454                         "caps": "audio/x-raw:\n         format: F32LE\n         layout: interleaved\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
8455                         "direction": "src",
8456                         "presence": "always"
8457                     }
8458                 },
8459                 "properties": {
8460                     "client": {
8461                         "blurb": "Handle for jack client",
8462                         "conditionally-available": false,
8463                         "construct": false,
8464                         "construct-only": false,
8465                         "controllable": false,
8466                         "mutable": "ready",
8467                         "readable": true,
8468                         "type": "JackClient",
8469                         "writable": true
8470                     },
8471                     "client-name": {
8472                         "blurb": "The client name of the Jack instance (NULL = default)",
8473                         "conditionally-available": false,
8474                         "construct": false,
8475                         "construct-only": false,
8476                         "controllable": false,
8477                         "default": "NULL",
8478                         "mutable": "null",
8479                         "readable": true,
8480                         "type": "gchararray",
8481                         "writable": true
8482                     },
8483                     "connect": {
8484                         "blurb": "Specify how the input ports will be connected",
8485                         "conditionally-available": false,
8486                         "construct": false,
8487                         "construct-only": false,
8488                         "controllable": false,
8489                         "default": "auto (1)",
8490                         "mutable": "null",
8491                         "readable": true,
8492                         "type": "GstJackConnect",
8493                         "writable": true
8494                     },
8495                     "low-latency": {
8496                         "blurb": "Optimize all settings for lowest latency. When enabled, \"buffer-time\" and \"latency-time\" will be ignored",
8497                         "conditionally-available": false,
8498                         "construct": false,
8499                         "construct-only": false,
8500                         "controllable": false,
8501                         "default": "false",
8502                         "mutable": "ready",
8503                         "readable": true,
8504                         "type": "gboolean",
8505                         "writable": true
8506                     },
8507                     "port-names": {
8508                         "blurb": "Comma-separated list of port name including \"client_name:\" prefix",
8509                         "conditionally-available": false,
8510                         "construct": false,
8511                         "construct-only": false,
8512                         "controllable": false,
8513                         "default": "NULL",
8514                         "mutable": "ready",
8515                         "readable": true,
8516                         "type": "gchararray",
8517                         "writable": true
8518                     },
8519                     "port-pattern": {
8520                         "blurb": "A pattern to select which ports to connect to (NULL = first physical ports)",
8521                         "conditionally-available": false,
8522                         "construct": false,
8523                         "construct-only": false,
8524                         "controllable": false,
8525                         "default": "NULL",
8526                         "mutable": "null",
8527                         "readable": true,
8528                         "type": "gchararray",
8529                         "writable": true
8530                     },
8531                     "server": {
8532                         "blurb": "The Jack server to connect to (NULL = default)",
8533                         "conditionally-available": false,
8534                         "construct": false,
8535                         "construct-only": false,
8536                         "controllable": false,
8537                         "default": "NULL",
8538                         "mutable": "null",
8539                         "readable": true,
8540                         "type": "gchararray",
8541                         "writable": true
8542                     },
8543                     "transport": {
8544                         "blurb": "Jack transport behaviour of the client",
8545                         "conditionally-available": false,
8546                         "construct": false,
8547                         "construct-only": false,
8548                         "controllable": false,
8549                         "default": "(none)",
8550                         "mutable": "null",
8551                         "readable": true,
8552                         "type": "GstJackTransport",
8553                         "writable": true
8554                     }
8555                 },
8556                 "rank": "primary"
8557             }
8558         },
8559         "filename": "gstjack",
8560         "license": "LGPL",
8561         "other-types": {
8562             "GstJackConnect": {
8563                 "kind": "enum",
8564                 "values": [
8565                     {
8566                         "desc": "Don't automatically connect ports to physical ports",
8567                         "name": "none",
8568                         "value": "0"
8569                     },
8570                     {
8571                         "desc": "Automatically connect ports to physical ports",
8572                         "name": "auto",
8573                         "value": "1"
8574                     },
8575                     {
8576                         "desc": "Automatically connect ports to as many physical ports as possible",
8577                         "name": "auto-forced",
8578                         "value": "2"
8579                     },
8580                     {
8581                         "desc": "Connect ports to explicitly requested physical ports",
8582                         "name": "explicit",
8583                         "value": "3"
8584                     }
8585                 ]
8586             },
8587             "GstJackTransport": {
8588                 "kind": "flags",
8589                 "values": [
8590                     {
8591                         "desc": "Start and stop transport with state changes",
8592                         "name": "master",
8593                         "value": "0x00000001"
8594                     },
8595                     {
8596                         "desc": "Follow transport state changes",
8597                         "name": "slave",
8598                         "value": "0x00000002"
8599                     }
8600                 ]
8601             }
8602         },
8603         "package": "GStreamer Good Plug-ins",
8604         "source": "gst-plugins-good",
8605         "tracers": {},
8606         "url": "Unknown package origin"
8607     },
8608     "jpeg": {
8609         "description": "JPeg plugin library",
8610         "elements": {
8611             "jpegdec": {
8612                 "author": "Wim Taymans <wim@fluendo.com>",
8613                 "description": "Decode images from JPEG format",
8614                 "hierarchy": [
8615                     "GstJpegDec",
8616                     "GstVideoDecoder",
8617                     "GstElement",
8618                     "GstObject",
8619                     "GInitiallyUnowned",
8620                     "GObject"
8621                 ],
8622                 "klass": "Codec/Decoder/Image",
8623                 "long-name": "JPEG image decoder",
8624                 "pad-templates": {
8625                     "sink": {
8626                         "caps": "image/jpeg:\n",
8627                         "direction": "sink",
8628                         "presence": "always"
8629                     },
8630                     "src": {
8631                         "caps": "video/x-raw:\n         format: { I420, RGB, BGR, RGBx, xRGB, BGRx, xBGR, GRAY8 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
8632                         "direction": "src",
8633                         "presence": "always"
8634                     }
8635                 },
8636                 "properties": {
8637                     "idct-method": {
8638                         "blurb": "The IDCT algorithm to use",
8639                         "conditionally-available": false,
8640                         "construct": false,
8641                         "construct-only": false,
8642                         "controllable": false,
8643                         "default": "ifast (1)",
8644                         "mutable": "null",
8645                         "readable": true,
8646                         "type": "GstIDCTMethod",
8647                         "writable": true
8648                     },
8649                     "max-errors": {
8650                         "blurb": "(Deprecated) Error out after receiving N consecutive decoding errors (-1 = never fail, 0 = automatic, 1 = fail on first error)",
8651                         "conditionally-available": false,
8652                         "construct": false,
8653                         "construct-only": false,
8654                         "controllable": false,
8655                         "default": "0",
8656                         "max": "2147483647",
8657                         "min": "-1",
8658                         "mutable": "null",
8659                         "readable": true,
8660                         "type": "gint",
8661                         "writable": true
8662                     }
8663                 },
8664                 "rank": "primary"
8665             },
8666             "jpegenc": {
8667                 "author": "Wim Taymans <wim.taymans@tvd.be>",
8668                 "description": "Encode images in JPEG format",
8669                 "hierarchy": [
8670                     "GstJpegEnc",
8671                     "GstVideoEncoder",
8672                     "GstElement",
8673                     "GstObject",
8674                     "GInitiallyUnowned",
8675                     "GObject"
8676                 ],
8677                 "interfaces": [
8678                     "GstPreset"
8679                 ],
8680                 "klass": "Codec/Encoder/Image",
8681                 "long-name": "JPEG image encoder",
8682                 "pad-templates": {
8683                     "sink": {
8684                         "caps": "video/x-raw:\n         format: { I420, YV12, YUY2, UYVY, Y41B, Y42B, YVYU, Y444, NV21, NV12, RGB, BGR, RGBx, xRGB, BGRx, xBGR, GRAY8 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
8685                         "direction": "sink",
8686                         "presence": "always"
8687                     },
8688                     "src": {
8689                         "caps": "image/jpeg:\n          width: [ 1, 65535 ]\n         height: [ 1, 65535 ]\n      framerate: [ 0/1, 2147483647/1 ]\n     sof-marker: { (int)0, (int)1, (int)2, (int)4, (int)9 }\n",
8690                         "direction": "src",
8691                         "presence": "always"
8692                     }
8693                 },
8694                 "properties": {
8695                     "idct-method": {
8696                         "blurb": "The IDCT algorithm to use",
8697                         "conditionally-available": false,
8698                         "construct": false,
8699                         "construct-only": false,
8700                         "controllable": false,
8701                         "default": "ifast (1)",
8702                         "mutable": "null",
8703                         "readable": true,
8704                         "type": "GstIDCTMethod",
8705                         "writable": true
8706                     },
8707                     "quality": {
8708                         "blurb": "Quality of encoding",
8709                         "conditionally-available": false,
8710                         "construct": false,
8711                         "construct-only": false,
8712                         "controllable": false,
8713                         "default": "85",
8714                         "max": "100",
8715                         "min": "0",
8716                         "mutable": "playing",
8717                         "readable": true,
8718                         "type": "gint",
8719                         "writable": true
8720                     },
8721                     "snapshot": {
8722                         "blurb": "Send EOS after encoding a frame, useful for snapshots",
8723                         "conditionally-available": false,
8724                         "construct": false,
8725                         "construct-only": false,
8726                         "controllable": false,
8727                         "default": "false",
8728                         "mutable": "null",
8729                         "readable": true,
8730                         "type": "gboolean",
8731                         "writable": true
8732                     }
8733                 },
8734                 "rank": "primary"
8735             }
8736         },
8737         "filename": "gstjpeg",
8738         "license": "LGPL",
8739         "other-types": {
8740             "GstIDCTMethod": {
8741                 "kind": "enum",
8742                 "values": [
8743                     {
8744                         "desc": "Slow but accurate integer algorithm",
8745                         "name": "islow",
8746                         "value": "0"
8747                     },
8748                     {
8749                         "desc": "Faster, less accurate integer method",
8750                         "name": "ifast",
8751                         "value": "1"
8752                     },
8753                     {
8754                         "desc": "Floating-point: accurate, fast on fast HW",
8755                         "name": "float",
8756                         "value": "2"
8757                     }
8758                 ]
8759             }
8760         },
8761         "package": "GStreamer Good Plug-ins",
8762         "source": "gst-plugins-good",
8763         "tracers": {},
8764         "url": "Unknown package origin"
8765     },
8766     "lame": {
8767         "description": "Encode MP3s with LAME",
8768         "elements": {
8769             "lamemp3enc": {
8770                 "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>",
8771                 "description": "High-quality free MP3 encoder",
8772                 "hierarchy": [
8773                     "GstLameMP3Enc",
8774                     "GstAudioEncoder",
8775                     "GstElement",
8776                     "GstObject",
8777                     "GInitiallyUnowned",
8778                     "GObject"
8779                 ],
8780                 "interfaces": [
8781                     "GstPreset"
8782                 ],
8783                 "klass": "Codec/Encoder/Audio",
8784                 "long-name": "L.A.M.E. mp3 encoder",
8785                 "pad-templates": {
8786                     "sink": {
8787                         "caps": "audio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: { (int)8000, (int)11025, (int)12000, (int)16000, (int)22050, (int)24000, (int)32000, (int)44100, (int)48000 }\n       channels: 1\naudio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: { (int)8000, (int)11025, (int)12000, (int)16000, (int)22050, (int)24000, (int)32000, (int)44100, (int)48000 }\n       channels: 2\n   channel-mask: 0x0000000000000003\n",
8788                         "direction": "sink",
8789                         "presence": "always"
8790                     },
8791                     "src": {
8792                         "caps": "audio/mpeg:\n    mpegversion: 1\n          layer: 3\n           rate: { (int)8000, (int)11025, (int)12000, (int)16000, (int)22050, (int)24000, (int)32000, (int)44100, (int)48000 }\n       channels: [ 1, 2 ]\n",
8793                         "direction": "src",
8794                         "presence": "always"
8795                     }
8796                 },
8797                 "properties": {
8798                     "bitrate": {
8799                         "blurb": "Bitrate in kbit/sec (Only valid if target is bitrate, for CBR one of 8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256 or 320)",
8800                         "conditionally-available": false,
8801                         "construct": true,
8802                         "construct-only": false,
8803                         "controllable": false,
8804                         "default": "128",
8805                         "max": "320",
8806                         "min": "8",
8807                         "mutable": "null",
8808                         "readable": true,
8809                         "type": "gint",
8810                         "writable": true
8811                     },
8812                     "cbr": {
8813                         "blurb": "Enforce constant bitrate encoding (Only valid if target is bitrate)",
8814                         "conditionally-available": false,
8815                         "construct": true,
8816                         "construct-only": false,
8817                         "controllable": false,
8818                         "default": "false",
8819                         "mutable": "null",
8820                         "readable": true,
8821                         "type": "gboolean",
8822                         "writable": true
8823                     },
8824                     "encoding-engine-quality": {
8825                         "blurb": "Quality/speed of the encoding engine, this does not affect the bitrate!",
8826                         "conditionally-available": false,
8827                         "construct": true,
8828                         "construct-only": false,
8829                         "controllable": false,
8830                         "default": "standard (1)",
8831                         "mutable": "null",
8832                         "readable": true,
8833                         "type": "GstLameMP3EncEncodingEngineQuality",
8834                         "writable": true
8835                     },
8836                     "mono": {
8837                         "blurb": "Enforce mono encoding",
8838                         "conditionally-available": false,
8839                         "construct": true,
8840                         "construct-only": false,
8841                         "controllable": false,
8842                         "default": "false",
8843                         "mutable": "null",
8844                         "readable": true,
8845                         "type": "gboolean",
8846                         "writable": true
8847                     },
8848                     "quality": {
8849                         "blurb": "VBR Quality from 0 to 10, 0 being the best (Only valid if target is quality)",
8850                         "conditionally-available": false,
8851                         "construct": true,
8852                         "construct-only": false,
8853                         "controllable": false,
8854                         "default": "4",
8855                         "max": "9.999",
8856                         "min": "0",
8857                         "mutable": "null",
8858                         "readable": true,
8859                         "type": "gfloat",
8860                         "writable": true
8861                     },
8862                     "target": {
8863                         "blurb": "Optimize for quality or bitrate",
8864                         "conditionally-available": false,
8865                         "construct": true,
8866                         "construct-only": false,
8867                         "controllable": false,
8868                         "default": "quality (0)",
8869                         "mutable": "null",
8870                         "readable": true,
8871                         "type": "GstLameMP3EncTarget",
8872                         "writable": true
8873                     }
8874                 },
8875                 "rank": "primary"
8876             }
8877         },
8878         "filename": "gstlame",
8879         "license": "LGPL",
8880         "other-types": {
8881             "GstLameMP3EncEncodingEngineQuality": {
8882                 "kind": "enum",
8883                 "values": [
8884                     {
8885                         "desc": "Fast",
8886                         "name": "fast",
8887                         "value": "0"
8888                     },
8889                     {
8890                         "desc": "Standard",
8891                         "name": "standard",
8892                         "value": "1"
8893                     },
8894                     {
8895                         "desc": "High",
8896                         "name": "high",
8897                         "value": "2"
8898                     }
8899                 ]
8900             },
8901             "GstLameMP3EncTarget": {
8902                 "kind": "enum",
8903                 "values": [
8904                     {
8905                         "desc": "Quality",
8906                         "name": "quality",
8907                         "value": "0"
8908                     },
8909                     {
8910                         "desc": "Bitrate",
8911                         "name": "bitrate",
8912                         "value": "1"
8913                     }
8914                 ]
8915             }
8916         },
8917         "package": "GStreamer Good Plug-ins",
8918         "source": "gst-plugins-good",
8919         "tracers": {},
8920         "url": "Unknown package origin"
8921     },
8922     "level": {
8923         "description": "Audio level plugin",
8924         "elements": {
8925             "level": {
8926                 "author": "Thomas Vander Stichele <thomas at apestaart dot org>",
8927                 "description": "RMS/Peak/Decaying Peak Level messager for audio/raw",
8928                 "hierarchy": [
8929                     "GstLevel",
8930                     "GstBaseTransform",
8931                     "GstElement",
8932                     "GstObject",
8933                     "GInitiallyUnowned",
8934                     "GObject"
8935                 ],
8936                 "klass": "Filter/Analyzer/Audio",
8937                 "long-name": "Level",
8938                 "pad-templates": {
8939                     "sink": {
8940                         "caps": "audio/x-raw:\n         format: { S8, S16LE, S32LE, F32LE, F64LE }\n         layout: interleaved\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
8941                         "direction": "sink",
8942                         "presence": "always"
8943                     },
8944                     "src": {
8945                         "caps": "audio/x-raw:\n         format: { S8, S16LE, S32LE, F32LE, F64LE }\n         layout: interleaved\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
8946                         "direction": "src",
8947                         "presence": "always"
8948                     }
8949                 },
8950                 "properties": {
8951                     "audio-level-meta": {
8952                         "blurb": "Set GstAudioLevelMeta on buffers",
8953                         "conditionally-available": false,
8954                         "construct": false,
8955                         "construct-only": false,
8956                         "controllable": false,
8957                         "default": "false",
8958                         "mutable": "null",
8959                         "readable": true,
8960                         "type": "gboolean",
8961                         "writable": true
8962                     },
8963                     "interval": {
8964                         "blurb": "Interval of time between message posts (in nanoseconds)",
8965                         "conditionally-available": false,
8966                         "construct": false,
8967                         "construct-only": false,
8968                         "controllable": false,
8969                         "default": "100000000",
8970                         "max": "18446744073709551615",
8971                         "min": "1",
8972                         "mutable": "null",
8973                         "readable": true,
8974                         "type": "guint64",
8975                         "writable": true
8976                     },
8977                     "message": {
8978                         "blurb": "Post a 'level' message for each passed interval (deprecated, use the post-messages property instead)",
8979                         "conditionally-available": false,
8980                         "construct": false,
8981                         "construct-only": false,
8982                         "controllable": false,
8983                         "default": "true",
8984                         "mutable": "null",
8985                         "readable": true,
8986                         "type": "gboolean",
8987                         "writable": true
8988                     },
8989                     "peak-falloff": {
8990                         "blurb": "Decay rate of decay peak after TTL (in dB/sec)",
8991                         "conditionally-available": false,
8992                         "construct": false,
8993                         "construct-only": false,
8994                         "controllable": false,
8995                         "default": "10",
8996                         "max": "1.79769e+308",
8997                         "min": "0",
8998                         "mutable": "null",
8999                         "readable": true,
9000                         "type": "gdouble",
9001                         "writable": true
9002                     },
9003                     "peak-ttl": {
9004                         "blurb": "Time To Live of decay peak before it falls back (in nanoseconds)",
9005                         "conditionally-available": false,
9006                         "construct": false,
9007                         "construct-only": false,
9008                         "controllable": false,
9009                         "default": "300000000",
9010                         "max": "18446744073709551615",
9011                         "min": "0",
9012                         "mutable": "null",
9013                         "readable": true,
9014                         "type": "guint64",
9015                         "writable": true
9016                     },
9017                     "post-messages": {
9018                         "blurb": "Whether to post a 'level' element message on the bus for each passed interval",
9019                         "conditionally-available": false,
9020                         "construct": false,
9021                         "construct-only": false,
9022                         "controllable": false,
9023                         "default": "true",
9024                         "mutable": "null",
9025                         "readable": true,
9026                         "type": "gboolean",
9027                         "writable": true
9028                     }
9029                 },
9030                 "rank": "none"
9031             }
9032         },
9033         "filename": "gstlevel",
9034         "license": "LGPL",
9035         "other-types": {},
9036         "package": "GStreamer Good Plug-ins",
9037         "source": "gst-plugins-good",
9038         "tracers": {},
9039         "url": "Unknown package origin"
9040     },
9041     "matroska": {
9042         "description": "Matroska and WebM stream handling",
9043         "elements": {
9044             "matroskademux": {
9045                 "author": "GStreamer maintainers <gstreamer-devel@lists.freedesktop.org>",
9046                 "description": "Demuxes Matroska/WebM streams into video/audio/subtitles",
9047                 "hierarchy": [
9048                     "GstMatroskaDemux",
9049                     "GstElement",
9050                     "GstObject",
9051                     "GInitiallyUnowned",
9052                     "GObject"
9053                 ],
9054                 "klass": "Codec/Demuxer",
9055                 "long-name": "Matroska demuxer",
9056                 "pad-templates": {
9057                     "audio_%%u": {
9058                         "caps": "ANY",
9059                         "direction": "src",
9060                         "presence": "sometimes"
9061                     },
9062                     "sink": {
9063                         "caps": "audio/x-matroska:\nvideo/x-matroska:\nvideo/x-matroska-3d:\naudio/webm:\nvideo/webm:\n",
9064                         "direction": "sink",
9065                         "presence": "always"
9066                     },
9067                     "subtitle_%%u": {
9068                         "caps": "text/x-raw:\n         format: pango-markup\napplication/x-ssa:\napplication/x-ass:\napplication/x-usf:\nsubpicture/x-dvd:\nsubpicture/x-pgs:\nsubtitle/x-kate:\napplication/x-subtitle-unknown:\n",
9069                         "direction": "src",
9070                         "presence": "sometimes"
9071                     },
9072                     "video_%%u": {
9073                         "caps": "ANY",
9074                         "direction": "src",
9075                         "presence": "sometimes"
9076                     }
9077                 },
9078                 "properties": {
9079                     "max-backtrack-distance": {
9080                         "blurb": "Maximum backtrack distance in seconds when seeking without and index in pull mode and search for a keyframe (0 = disable backtracking).",
9081                         "conditionally-available": false,
9082                         "construct": false,
9083                         "construct-only": false,
9084                         "controllable": false,
9085                         "default": "30",
9086                         "max": "-1",
9087                         "min": "0",
9088                         "mutable": "null",
9089                         "readable": true,
9090                         "type": "guint",
9091                         "writable": true
9092                     },
9093                     "max-gap-time": {
9094                         "blurb": "The demuxer sends out segment events for skipping gaps longer than this (0 = disabled).",
9095                         "conditionally-available": false,
9096                         "construct": false,
9097                         "construct-only": false,
9098                         "controllable": false,
9099                         "default": "2000000000",
9100                         "max": "18446744073709551615",
9101                         "min": "0",
9102                         "mutable": "null",
9103                         "readable": true,
9104                         "type": "guint64",
9105                         "writable": true
9106                     }
9107                 },
9108                 "rank": "primary",
9109                 "signals": {}
9110             },
9111             "matroskamux": {
9112                 "author": "GStreamer maintainers <gstreamer-devel@lists.freedesktop.org>",
9113                 "description": "Muxes video/audio/subtitle streams into a matroska stream",
9114                 "hierarchy": [
9115                     "GstMatroskaMux",
9116                     "GstElement",
9117                     "GstObject",
9118                     "GInitiallyUnowned",
9119                     "GObject"
9120                 ],
9121                 "interfaces": [
9122                     "GstTagSetter",
9123                     "GstTocSetter"
9124                 ],
9125                 "klass": "Codec/Muxer",
9126                 "long-name": "Matroska muxer",
9127                 "pad-templates": {
9128                     "audio_%%u": {
9129                         "caps": "audio/mpeg:\n    mpegversion: 1\n          layer: [ 1, 3 ]\n       channels: [ 1, 2147483647 ]\n           rate: [ 1, 2147483647 ]\naudio/mpeg:\n    mpegversion: { (int)2, (int)4 }\n  stream-format: raw\n       channels: [ 1, 2147483647 ]\n           rate: [ 1, 2147483647 ]\naudio/x-ac3:\n       channels: [ 1, 2147483647 ]\n           rate: [ 1, 2147483647 ]\naudio/x-eac3:\n       channels: [ 1, 2147483647 ]\n           rate: [ 1, 2147483647 ]\naudio/x-dts:\n       channels: [ 1, 2147483647 ]\n           rate: [ 1, 2147483647 ]\naudio/x-vorbis:\n       channels: [ 1, 2147483647 ]\n           rate: [ 1, 2147483647 ]\naudio/x-flac:\n       channels: [ 1, 2147483647 ]\n           rate: [ 1, 2147483647 ]\naudio/x-opus:\naudio/x-speex:\n       channels: [ 1, 2147483647 ]\n           rate: [ 1, 2147483647 ]\naudio/x-raw:\n         format: { U8, S16BE, S16LE, S24BE, S24LE, S32BE, S32LE, F32LE, F64LE }\n         layout: interleaved\n       channels: [ 1, 2147483647 ]\n           rate: [ 1, 2147483647 ]\naudio/x-tta:\n          width: { (int)8, (int)16, (int)24 }\n       channels: { (int)1, (int)2 }\n           rate: [ 8000, 96000 ]\naudio/x-pn-realaudio:\n      raversion: { (int)1, (int)2, (int)8 }\n       channels: [ 1, 2147483647 ]\n           rate: [ 1, 2147483647 ]\naudio/x-wma:\n     wmaversion: [ 1, 3 ]\n    block_align: [ 0, 65535 ]\n        bitrate: [ 0, 524288 ]\n       channels: [ 1, 2147483647 ]\n           rate: [ 1, 2147483647 ]\naudio/x-alaw:\n       channels: { (int)1, (int)2 }\n           rate: [ 8000, 192000 ]\naudio/x-mulaw:\n       channels: { (int)1, (int)2 }\n           rate: [ 8000, 192000 ]\naudio/x-adpcm:\n         layout: dvi\n    block_align: [ 64, 8192 ]\n       channels: { (int)1, (int)2 }\n           rate: [ 8000, 96000 ]\naudio/G722:\n       channels: 1\n           rate: 16000\naudio/x-adpcm:\n         layout: g726\n       channels: 1\n           rate: 8000\n",
9130                         "direction": "sink",
9131                         "presence": "request"
9132                     },
9133                     "src": {
9134                         "caps": "video/x-matroska:\nvideo/x-matroska-3d:\naudio/x-matroska:\n",
9135                         "direction": "src",
9136                         "presence": "always"
9137                     },
9138                     "subtitle_%%u": {
9139                         "caps": "subtitle/x-kate:\ntext/x-raw:\n         format: utf8\napplication/x-ssa:\napplication/x-ass:\napplication/x-usf:\nsubpicture/x-dvd:\napplication/x-subtitle-unknown:\n",
9140                         "direction": "sink",
9141                         "presence": "request"
9142                     },
9143                     "video_%%u": {
9144                         "caps": "video/mpeg:\n    mpegversion: { (int)1, (int)2, (int)4 }\n   systemstream: false\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-h264:\n  stream-format: { (string)avc, (string)avc3 }\n      alignment: au\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-h265:\n  stream-format: { (string)hvc1, (string)hev1 }\n      alignment: au\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-divx:\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-huffyuv:\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-dv:\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-h263:\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-msmpeg:\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nimage/jpeg:\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-theora:\nvideo/x-dirac:\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-pn-realvideo:\n      rmversion: [ 1, 4 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-vp8:\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-vp9:\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-raw:\n         format: { YUY2, I420, YV12, UYVY, AYUV, GRAY8, BGR, RGB }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-prores:\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-wmv:\n     wmvversion: [ 1, 3 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-av1:\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-ffv:\n      ffversion: 1\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n",
9145                         "direction": "sink",
9146                         "presence": "request"
9147                     }
9148                 },
9149                 "properties": {
9150                     "cluster-timestamp-offset": {
9151                         "blurb": "An offset to add to all clusters/blocks (in nanoseconds)",
9152                         "conditionally-available": false,
9153                         "construct": false,
9154                         "construct-only": false,
9155                         "controllable": false,
9156                         "default": "0",
9157                         "max": "18446744073709551615",
9158                         "min": "0",
9159                         "mutable": "null",
9160                         "readable": true,
9161                         "type": "guint64",
9162                         "writable": true
9163                     },
9164                     "creation-time": {
9165                         "blurb": "Date and time of creation. This will be used for the DateUTC field. NULL means that the current time will be used.",
9166                         "conditionally-available": false,
9167                         "construct": false,
9168                         "construct-only": false,
9169                         "controllable": false,
9170                         "mutable": "null",
9171                         "readable": true,
9172                         "type": "GDateTime",
9173                         "writable": true
9174                     },
9175                     "max-cluster-duration": {
9176                         "blurb": "A new cluster will be created if its duration exceeds this value. 0 means no maximum duration.",
9177                         "conditionally-available": false,
9178                         "construct": false,
9179                         "construct-only": false,
9180                         "controllable": false,
9181                         "default": "65535000000",
9182                         "max": "9223372036854775807",
9183                         "min": "0",
9184                         "mutable": "null",
9185                         "readable": true,
9186                         "type": "gint64",
9187                         "writable": true
9188                     },
9189                     "min-cluster-duration": {
9190                         "blurb": "Desired cluster duration as nanoseconds. A new cluster will be created irrespective of this property if a force key unit event is received. 0 means create a new cluster for each video keyframe or for each audio buffer in audio only streams.",
9191                         "conditionally-available": false,
9192                         "construct": false,
9193                         "construct-only": false,
9194                         "controllable": false,
9195                         "default": "500000000",
9196                         "max": "9223372036854775807",
9197                         "min": "0",
9198                         "mutable": "null",
9199                         "readable": true,
9200                         "type": "gint64",
9201                         "writable": true
9202                     },
9203                     "min-index-interval": {
9204                         "blurb": "An index entry is created every so many nanoseconds.",
9205                         "conditionally-available": false,
9206                         "construct": false,
9207                         "construct-only": false,
9208                         "controllable": false,
9209                         "default": "0",
9210                         "max": "9223372036854775807",
9211                         "min": "0",
9212                         "mutable": "null",
9213                         "readable": true,
9214                         "type": "gint64",
9215                         "writable": true
9216                     },
9217                     "offset-to-zero": {
9218                         "blurb": "Offsets all streams so that the earliest stream starts at 0.",
9219                         "conditionally-available": false,
9220                         "construct": false,
9221                         "construct-only": false,
9222                         "controllable": false,
9223                         "default": "false",
9224                         "mutable": "null",
9225                         "readable": true,
9226                         "type": "gboolean",
9227                         "writable": true
9228                     },
9229                     "streamable": {
9230                         "blurb": "If set to true, the output should be as if it is to be streamed and hence no indexes written or duration written.",
9231                         "conditionally-available": false,
9232                         "construct": false,
9233                         "construct-only": false,
9234                         "controllable": false,
9235                         "default": "false",
9236                         "mutable": "null",
9237                         "readable": true,
9238                         "type": "gboolean",
9239                         "writable": true
9240                     },
9241                     "timecodescale": {
9242                         "blurb": "TimecodeScale used to calculate the Raw Timecode of a Block",
9243                         "conditionally-available": false,
9244                         "construct": false,
9245                         "construct-only": false,
9246                         "controllable": false,
9247                         "default": "1000000",
9248                         "max": "1000000000",
9249                         "min": "1",
9250                         "mutable": "null",
9251                         "readable": true,
9252                         "type": "gint64",
9253                         "writable": true
9254                     },
9255                     "version": {
9256                         "blurb": "This parameter determines what Matroska features can be used.",
9257                         "conditionally-available": false,
9258                         "construct": false,
9259                         "construct-only": false,
9260                         "controllable": false,
9261                         "default": "2",
9262                         "max": "2",
9263                         "min": "1",
9264                         "mutable": "null",
9265                         "readable": true,
9266                         "type": "gint",
9267                         "writable": true
9268                     },
9269                     "writing-app": {
9270                         "blurb": "The name the application that creates the matroska file.",
9271                         "conditionally-available": false,
9272                         "construct": false,
9273                         "construct-only": false,
9274                         "controllable": false,
9275                         "default": "GStreamer Matroska muxer",
9276                         "mutable": "null",
9277                         "readable": true,
9278                         "type": "gchararray",
9279                         "writable": true
9280                     }
9281                 },
9282                 "rank": "primary"
9283             },
9284             "matroskaparse": {
9285                 "author": "GStreamer maintainers <gstreamer-devel@lists.freedesktop.org>",
9286                 "description": "Parses Matroska/WebM streams into video/audio/subtitles",
9287                 "hierarchy": [
9288                     "GstMatroskaParse",
9289                     "GstElement",
9290                     "GstObject",
9291                     "GInitiallyUnowned",
9292                     "GObject"
9293                 ],
9294                 "klass": "Codec/Parser",
9295                 "long-name": "Matroska parser",
9296                 "pad-templates": {
9297                     "sink": {
9298                         "caps": "audio/x-matroska:\nvideo/x-matroska:\nvideo/x-matroska-3d:\naudio/webm:\nvideo/webm:\n",
9299                         "direction": "sink",
9300                         "presence": "always"
9301                     },
9302                     "src": {
9303                         "caps": "audio/x-matroska:\nvideo/x-matroska:\nvideo/x-matroska-3d:\naudio/webm:\nvideo/webm:\n",
9304                         "direction": "src",
9305                         "presence": "always"
9306                     }
9307                 },
9308                 "rank": "none"
9309             },
9310             "webmmux": {
9311                 "author": "GStreamer maintainers <gstreamer-devel@lists.freedesktop.org>",
9312                 "description": "Muxes video and audio streams into a WebM stream",
9313                 "hierarchy": [
9314                     "GstWebMMux",
9315                     "GstMatroskaMux",
9316                     "GstElement",
9317                     "GstObject",
9318                     "GInitiallyUnowned",
9319                     "GObject"
9320                 ],
9321                 "interfaces": [
9322                     "GstTagSetter",
9323                     "GstTocSetter"
9324                 ],
9325                 "klass": "Codec/Muxer",
9326                 "long-name": "WebM muxer",
9327                 "pad-templates": {
9328                     "audio_%%u": {
9329                         "caps": "audio/x-vorbis:\n       channels: [ 1, 2147483647 ]\n           rate: [ 1, 2147483647 ]\naudio/x-opus:\n       channels: [ 1, 2147483647 ]\n           rate: [ 1, 2147483647 ]\n",
9330                         "direction": "sink",
9331                         "presence": "request"
9332                     },
9333                     "src": {
9334                         "caps": "video/webm:\naudio/webm:\n",
9335                         "direction": "src",
9336                         "presence": "always"
9337                     },
9338                     "subtitle_%%u": {
9339                         "caps": "subtitle/x-kate:\ntext/x-raw:\n         format: utf8\napplication/x-ssa:\napplication/x-ass:\napplication/x-usf:\nsubpicture/x-dvd:\napplication/x-subtitle-unknown:\n",
9340                         "direction": "sink",
9341                         "presence": "request"
9342                     },
9343                     "video_%%u": {
9344                         "caps": "video/x-vp8:\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-vp9:\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-av1:\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
9345                         "direction": "sink",
9346                         "presence": "request"
9347                     }
9348                 },
9349                 "properties": {},
9350                 "rank": "primary"
9351             }
9352         },
9353         "filename": "gstmatroska",
9354         "license": "LGPL",
9355         "other-types": {},
9356         "package": "GStreamer Good Plug-ins",
9357         "source": "gst-plugins-good",
9358         "tracers": {},
9359         "url": "Unknown package origin"
9360     },
9361     "monoscope": {
9362         "description": "Monoscope visualization",
9363         "elements": {
9364             "monoscope": {
9365                 "author": "Richard Boulton <richard@tartarus.org>",
9366                 "description": "Displays a highly stabilised waveform of audio input",
9367                 "hierarchy": [
9368                     "GstMonoscope",
9369                     "GstElement",
9370                     "GstObject",
9371                     "GInitiallyUnowned",
9372                     "GObject"
9373                 ],
9374                 "klass": "Visualization",
9375                 "long-name": "Monoscope",
9376                 "pad-templates": {
9377                     "sink": {
9378                         "caps": "audio/x-raw:\n         format: S16LE\n           rate: [ 8000, 96000 ]\n       channels: 1\n         layout: interleaved\n",
9379                         "direction": "sink",
9380                         "presence": "always"
9381                     },
9382                     "src": {
9383                         "caps": "video/x-raw:\n         format: BGRx\n          width: 256\n         height: 128\n      framerate: [ 0/1, 2147483647/1 ]\n",
9384                         "direction": "src",
9385                         "presence": "always"
9386                     }
9387                 },
9388                 "rank": "none"
9389             }
9390         },
9391         "filename": "gstmonoscope",
9392         "license": "LGPL",
9393         "other-types": {},
9394         "package": "GStreamer Good Plug-ins",
9395         "source": "gst-plugins-good",
9396         "tracers": {},
9397         "url": "Unknown package origin"
9398     },
9399     "mpg123": {
9400         "description": "mp3 decoding based on the mpg123 library",
9401         "elements": {
9402             "mpg123audiodec": {
9403                 "author": "Carlos Rafael Giani <dv@pseudoterminal.org>",
9404                 "description": "Decodes mp3 streams using the mpg123 library",
9405                 "hierarchy": [
9406                     "GstMpg123AudioDec",
9407                     "GstAudioDecoder",
9408                     "GstElement",
9409                     "GstObject",
9410                     "GInitiallyUnowned",
9411                     "GObject"
9412                 ],
9413                 "klass": "Codec/Decoder/Audio",
9414                 "long-name": "mpg123 mp3 decoder",
9415                 "pad-templates": {
9416                     "sink": {
9417                         "caps": "audio/mpeg:\n    mpegversion: 1\n          layer: [ 1, 3 ]\n           rate: { (int)8000, (int)11025, (int)12000, (int)16000, (int)22050, (int)24000, (int)32000, (int)44100, (int)48000 }\n       channels: [ 1, 2 ]\n         parsed: true\n",
9418                         "direction": "sink",
9419                         "presence": "always"
9420                     },
9421                     "src": {
9422                         "caps": "audio/x-raw:\n         format: { S16LE, U16LE, S32LE, U32LE, S24LE, U24LE, F32LE }\n           rate: { (int)8000, (int)11025, (int)12000, (int)16000, (int)22050, (int)24000, (int)32000, (int)44100, (int)48000 }\n       channels: [ 1, 2 ]\n         layout: interleaved\n",
9423                         "direction": "src",
9424                         "presence": "always"
9425                     }
9426                 },
9427                 "properties": {},
9428                 "rank": "marginal"
9429             }
9430         },
9431         "filename": "gstmpg123",
9432         "license": "LGPL",
9433         "other-types": {},
9434         "package": "GStreamer Good Plug-ins",
9435         "source": "gst-plugins-good",
9436         "tracers": {},
9437         "url": "Unknown package origin"
9438     },
9439     "mulaw": {
9440         "description": "MuLaw audio conversion routines",
9441         "elements": {
9442             "mulawdec": {
9443                 "author": "Zaheer Abbas Merali <zaheerabbas at merali dot org>",
9444                 "description": "Convert 8bit mu law to 16bit PCM",
9445                 "hierarchy": [
9446                     "GstMuLawDec",
9447                     "GstAudioDecoder",
9448                     "GstElement",
9449                     "GstObject",
9450                     "GInitiallyUnowned",
9451                     "GObject"
9452                 ],
9453                 "klass": "Codec/Decoder/Audio",
9454                 "long-name": "Mu Law audio decoder",
9455                 "pad-templates": {
9456                     "sink": {
9457                         "caps": "audio/x-mulaw:\n           rate: [ 8000, 192000 ]\n       channels: [ 1, 2 ]\n",
9458                         "direction": "sink",
9459                         "presence": "always"
9460                     },
9461                     "src": {
9462                         "caps": "audio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: [ 8000, 192000 ]\n       channels: [ 1, 2 ]\n",
9463                         "direction": "src",
9464                         "presence": "always"
9465                     }
9466                 },
9467                 "properties": {},
9468                 "rank": "primary"
9469             },
9470             "mulawenc": {
9471                 "author": "Zaheer Abbas Merali <zaheerabbas at merali dot org>",
9472                 "description": "Convert 16bit PCM to 8bit mu law",
9473                 "hierarchy": [
9474                     "GstMuLawEnc",
9475                     "GstAudioEncoder",
9476                     "GstElement",
9477                     "GstObject",
9478                     "GInitiallyUnowned",
9479                     "GObject"
9480                 ],
9481                 "interfaces": [
9482                     "GstPreset"
9483                 ],
9484                 "klass": "Codec/Encoder/Audio",
9485                 "long-name": "Mu Law audio encoder",
9486                 "pad-templates": {
9487                     "sink": {
9488                         "caps": "audio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: [ 8000, 192000 ]\n       channels: [ 1, 2 ]\n",
9489                         "direction": "sink",
9490                         "presence": "always"
9491                     },
9492                     "src": {
9493                         "caps": "audio/x-mulaw:\n           rate: [ 8000, 192000 ]\n       channels: [ 1, 2 ]\n",
9494                         "direction": "src",
9495                         "presence": "always"
9496                     }
9497                 },
9498                 "properties": {},
9499                 "rank": "primary"
9500             }
9501         },
9502         "filename": "gstmulaw",
9503         "license": "LGPL",
9504         "other-types": {},
9505         "package": "GStreamer Good Plug-ins",
9506         "source": "gst-plugins-good",
9507         "tracers": {},
9508         "url": "Unknown package origin"
9509     },
9510     "multifile": {
9511         "description": "Reads/Writes buffers from/to sequentially named files",
9512         "elements": {
9513             "imagesequencesrc": {
9514                 "author": "Cesar Fabian Orccon Chipana <cfoch.fabian@gmail.com>\nThibault Saunier <tsaunier@igalia.com>",
9515                 "description": "Create a video stream from a sequence of image files",
9516                 "hierarchy": [
9517                     "GstImageSequenceSrc",
9518                     "GstPushSrc",
9519                     "GstBaseSrc",
9520                     "GstElement",
9521                     "GstObject",
9522                     "GInitiallyUnowned",
9523                     "GObject"
9524                 ],
9525                 "interfaces": [
9526                     "GstURIHandler"
9527                 ],
9528                 "klass": "Source/File/Video",
9529                 "long-name": "Image Sequence Source",
9530                 "pad-templates": {
9531                     "src": {
9532                         "caps": "ANY",
9533                         "direction": "src",
9534                         "presence": "always"
9535                     }
9536                 },
9537                 "properties": {
9538                     "framerate": {
9539                         "blurb": "The output framerate.",
9540                         "conditionally-available": false,
9541                         "construct": false,
9542                         "construct-only": false,
9543                         "controllable": false,
9544                         "default": "30/1",
9545                         "max": "2147483647/1",
9546                         "min": "1/1",
9547                         "mutable": "null",
9548                         "readable": false,
9549                         "type": "GstFraction",
9550                         "writable": true
9551                     },
9552                     "location": {
9553                         "blurb": "Pattern to create file names of input files.  File names are created by calling sprintf() with the pattern and the current index.",
9554                         "conditionally-available": false,
9555                         "construct": false,
9556                         "construct-only": false,
9557                         "controllable": false,
9558                         "default": "NULL",
9559                         "mutable": "null",
9560                         "readable": true,
9561                         "type": "gchararray",
9562                         "writable": true
9563                     },
9564                     "start-index": {
9565                         "blurb": "Start value of index.  The initial value of index can be set either by setting index or start-index.  When the end of the loop is reached, the index will be set to the value start-index.",
9566                         "conditionally-available": false,
9567                         "construct": false,
9568                         "construct-only": false,
9569                         "controllable": false,
9570                         "default": "0",
9571                         "max": "2147483647",
9572                         "min": "0",
9573                         "mutable": "null",
9574                         "readable": true,
9575                         "type": "gint",
9576                         "writable": true
9577                     },
9578                     "stop-index": {
9579                         "blurb": "Stop value of index.  The special value -1 means no stop.",
9580                         "conditionally-available": false,
9581                         "construct": false,
9582                         "construct-only": false,
9583                         "controllable": false,
9584                         "default": "-1",
9585                         "max": "2147483647",
9586                         "min": "-1",
9587                         "mutable": "null",
9588                         "readable": true,
9589                         "type": "gint",
9590                         "writable": true
9591                     }
9592                 },
9593                 "rank": "none"
9594             },
9595             "multifilesink": {
9596                 "author": "David Schleef <ds@schleef.org>",
9597                 "description": "Write buffers to a sequentially named set of files",
9598                 "hierarchy": [
9599                     "GstMultiFileSink",
9600                     "GstBaseSink",
9601                     "GstElement",
9602                     "GstObject",
9603                     "GInitiallyUnowned",
9604                     "GObject"
9605                 ],
9606                 "klass": "Sink/File",
9607                 "long-name": "Multi-File Sink",
9608                 "pad-templates": {
9609                     "sink": {
9610                         "caps": "ANY",
9611                         "direction": "sink",
9612                         "presence": "always"
9613                     }
9614                 },
9615                 "properties": {
9616                     "aggregate-gops": {
9617                         "blurb": "Whether to aggregate GOPs and process them as a whole without splitting",
9618                         "conditionally-available": false,
9619                         "construct": false,
9620                         "construct-only": false,
9621                         "controllable": false,
9622                         "default": "false",
9623                         "mutable": "null",
9624                         "readable": true,
9625                         "type": "gboolean",
9626                         "writable": true
9627                     },
9628                     "index": {
9629                         "blurb": "Index to use with location property to create file names.  The index is incremented by one for each buffer written.",
9630                         "conditionally-available": false,
9631                         "construct": false,
9632                         "construct-only": false,
9633                         "controllable": false,
9634                         "default": "0",
9635                         "max": "2147483647",
9636                         "min": "0",
9637                         "mutable": "null",
9638                         "readable": true,
9639                         "type": "gint",
9640                         "writable": true
9641                     },
9642                     "location": {
9643                         "blurb": "Location of the file to write",
9644                         "conditionally-available": false,
9645                         "construct": false,
9646                         "construct-only": false,
9647                         "controllable": false,
9648                         "default": "%%05d",
9649                         "mutable": "null",
9650                         "readable": true,
9651                         "type": "gchararray",
9652                         "writable": true
9653                     },
9654                     "max-file-duration": {
9655                         "blurb": "Maximum file duration before starting a new file in max-duration mode (in nanoseconds)",
9656                         "conditionally-available": false,
9657                         "construct": false,
9658                         "construct-only": false,
9659                         "controllable": false,
9660                         "default": "18446744073709551615",
9661                         "max": "18446744073709551615",
9662                         "min": "0",
9663                         "mutable": "null",
9664                         "readable": true,
9665                         "type": "guint64",
9666                         "writable": true
9667                     },
9668                     "max-file-size": {
9669                         "blurb": "Maximum file size before starting a new file in max-size mode",
9670                         "conditionally-available": false,
9671                         "construct": false,
9672                         "construct-only": false,
9673                         "controllable": false,
9674                         "default": "2147483648",
9675                         "max": "18446744073709551615",
9676                         "min": "0",
9677                         "mutable": "null",
9678                         "readable": true,
9679                         "type": "guint64",
9680                         "writable": true
9681                     },
9682                     "max-files": {
9683                         "blurb": "Maximum number of files to keep on disk. Once the maximum is reached,old files start to be deleted to make room for new ones.",
9684                         "conditionally-available": false,
9685                         "construct": false,
9686                         "construct-only": false,
9687                         "controllable": false,
9688                         "default": "0",
9689                         "max": "-1",
9690                         "min": "0",
9691                         "mutable": "null",
9692                         "readable": true,
9693                         "type": "guint",
9694                         "writable": true
9695                     },
9696                     "min-keyframe-distance": {
9697                         "blurb": "Minimum distance between keyframes to start a new file",
9698                         "conditionally-available": false,
9699                         "construct": false,
9700                         "construct-only": false,
9701                         "controllable": false,
9702                         "default": "10000000000",
9703                         "max": "18446744073709551615",
9704                         "min": "0",
9705                         "mutable": "null",
9706                         "readable": true,
9707                         "type": "guint64",
9708                         "writable": true
9709                     },
9710                     "next-file": {
9711                         "blurb": "When to start a new file",
9712                         "conditionally-available": false,
9713                         "construct": false,
9714                         "construct-only": false,
9715                         "controllable": false,
9716                         "default": "buffer (0)",
9717                         "mutable": "null",
9718                         "readable": true,
9719                         "type": "GstMultiFileSinkNext",
9720                         "writable": true
9721                     },
9722                     "post-messages": {
9723                         "blurb": "Post a message for each file with information of the buffer",
9724                         "conditionally-available": false,
9725                         "construct": false,
9726                         "construct-only": false,
9727                         "controllable": false,
9728                         "default": "false",
9729                         "mutable": "null",
9730                         "readable": true,
9731                         "type": "gboolean",
9732                         "writable": true
9733                     }
9734                 },
9735                 "rank": "none"
9736             },
9737             "multifilesrc": {
9738                 "author": "David Schleef <ds@schleef.org>",
9739                 "description": "Read a sequentially named set of files into buffers",
9740                 "hierarchy": [
9741                     "GstMultiFileSrc",
9742                     "GstPushSrc",
9743                     "GstBaseSrc",
9744                     "GstElement",
9745                     "GstObject",
9746                     "GInitiallyUnowned",
9747                     "GObject"
9748                 ],
9749                 "interfaces": [
9750                     "GstURIHandler"
9751                 ],
9752                 "klass": "Source/File",
9753                 "long-name": "Multi-File Source",
9754                 "pad-templates": {
9755                     "src": {
9756                         "caps": "ANY",
9757                         "direction": "src",
9758                         "presence": "always"
9759                     }
9760                 },
9761                 "properties": {
9762                     "caps": {
9763                         "blurb": "Caps describing the format of the data.",
9764                         "conditionally-available": false,
9765                         "construct": false,
9766                         "construct-only": false,
9767                         "controllable": false,
9768                         "mutable": "null",
9769                         "readable": true,
9770                         "type": "GstCaps",
9771                         "writable": true
9772                     },
9773                     "index": {
9774                         "blurb": "Index to use with location property to create file names.  The index is incremented by one for each buffer read.",
9775                         "conditionally-available": false,
9776                         "construct": false,
9777                         "construct-only": false,
9778                         "controllable": false,
9779                         "default": "0",
9780                         "max": "2147483647",
9781                         "min": "0",
9782                         "mutable": "null",
9783                         "readable": true,
9784                         "type": "gint",
9785                         "writable": true
9786                     },
9787                     "location": {
9788                         "blurb": "Pattern to create file names of input files.  File names are created by calling sprintf() with the pattern and the current index.",
9789                         "conditionally-available": false,
9790                         "construct": false,
9791                         "construct-only": false,
9792                         "controllable": false,
9793                         "default": "%%05d",
9794                         "mutable": "null",
9795                         "readable": true,
9796                         "type": "gchararray",
9797                         "writable": true
9798                     },
9799                     "loop": {
9800                         "blurb": "Whether to repeat from the beginning when all files have been read.",
9801                         "conditionally-available": false,
9802                         "construct": false,
9803                         "construct-only": false,
9804                         "controllable": false,
9805                         "default": "false",
9806                         "mutable": "null",
9807                         "readable": true,
9808                         "type": "gboolean",
9809                         "writable": true
9810                     },
9811                     "start-index": {
9812                         "blurb": "Start value of index.  The initial value of index can be set either by setting index or start-index.  When the end of the loop is reached, the index will be set to the value start-index.",
9813                         "conditionally-available": false,
9814                         "construct": false,
9815                         "construct-only": false,
9816                         "controllable": false,
9817                         "default": "0",
9818                         "max": "2147483647",
9819                         "min": "0",
9820                         "mutable": "null",
9821                         "readable": true,
9822                         "type": "gint",
9823                         "writable": true
9824                     },
9825                     "stop-index": {
9826                         "blurb": "Stop value of index.  The special value -1 means no stop.",
9827                         "conditionally-available": false,
9828                         "construct": false,
9829                         "construct-only": false,
9830                         "controllable": false,
9831                         "default": "-1",
9832                         "max": "2147483647",
9833                         "min": "-1",
9834                         "mutable": "null",
9835                         "readable": true,
9836                         "type": "gint",
9837                         "writable": true
9838                     }
9839                 },
9840                 "rank": "none"
9841             },
9842             "splitfilesrc": {
9843                 "author": "Tim-Philipp Müller <tim.muller@collabora.co.uk>",
9844                 "description": "Read a sequentially named set of files as if it was one large file",
9845                 "hierarchy": [
9846                     "GstSplitFileSrc",
9847                     "GstBaseSrc",
9848                     "GstElement",
9849                     "GstObject",
9850                     "GInitiallyUnowned",
9851                     "GObject"
9852                 ],
9853                 "interfaces": [
9854                     "GstURIHandler"
9855                 ],
9856                 "klass": "Source/File",
9857                 "long-name": "Split-File Source",
9858                 "pad-templates": {
9859                     "src": {
9860                         "caps": "ANY",
9861                         "direction": "src",
9862                         "presence": "always"
9863                     }
9864                 },
9865                 "properties": {
9866                     "location": {
9867                         "blurb": "Wildcard pattern to match file names of the input files. If the location is an absolute path or contains directory components, only the base file name part will be considered for pattern matching. The results will be sorted.",
9868                         "conditionally-available": false,
9869                         "construct": false,
9870                         "construct-only": false,
9871                         "controllable": false,
9872                         "default": "NULL",
9873                         "mutable": "null",
9874                         "readable": true,
9875                         "type": "gchararray",
9876                         "writable": true
9877                     }
9878                 },
9879                 "rank": "none"
9880             },
9881             "splitmuxsink": {
9882                 "author": "Jan Schmidt <jan@centricular.com>",
9883                 "description": "Convenience bin that muxes incoming streams into multiple time/size limited files",
9884                 "hierarchy": [
9885                     "GstSplitMuxSink",
9886                     "GstBin",
9887                     "GstElement",
9888                     "GstObject",
9889                     "GInitiallyUnowned",
9890                     "GObject"
9891                 ],
9892                 "interfaces": [
9893                     "GstChildProxy"
9894                 ],
9895                 "klass": "Generic/Bin/Muxer",
9896                 "long-name": "Split Muxing Bin",
9897                 "pad-templates": {
9898                     "audio_%%u": {
9899                         "caps": "ANY",
9900                         "direction": "sink",
9901                         "presence": "request"
9902                     },
9903                     "caption_%%u": {
9904                         "caps": "ANY",
9905                         "direction": "sink",
9906                         "presence": "request"
9907                     },
9908                     "subtitle_%%u": {
9909                         "caps": "ANY",
9910                         "direction": "sink",
9911                         "presence": "request"
9912                     },
9913                     "video": {
9914                         "caps": "ANY",
9915                         "direction": "sink",
9916                         "presence": "request"
9917                     },
9918                     "video_aux_%%u": {
9919                         "caps": "ANY",
9920                         "direction": "sink",
9921                         "presence": "request"
9922                     }
9923                 },
9924                 "properties": {
9925                     "alignment-threshold": {
9926                         "blurb": "Allow non-reference streams to be that many ns before the reference stream",
9927                         "conditionally-available": false,
9928                         "construct": false,
9929                         "construct-only": false,
9930                         "controllable": false,
9931                         "default": "0",
9932                         "max": "18446744073709551615",
9933                         "min": "0",
9934                         "mutable": "ready",
9935                         "readable": true,
9936                         "type": "guint64",
9937                         "writable": true
9938                     },
9939                     "async-finalize": {
9940                         "blurb": "Finalize each fragment asynchronously and start a new one",
9941                         "conditionally-available": false,
9942                         "construct": false,
9943                         "construct-only": false,
9944                         "controllable": false,
9945                         "default": "false",
9946                         "mutable": "null",
9947                         "readable": true,
9948                         "type": "gboolean",
9949                         "writable": true
9950                     },
9951                     "location": {
9952                         "blurb": "Format string pattern for the location of the files to write (e.g. video%%05d.mp4)",
9953                         "conditionally-available": false,
9954                         "construct": false,
9955                         "construct-only": false,
9956                         "controllable": false,
9957                         "default": "NULL",
9958                         "mutable": "null",
9959                         "readable": true,
9960                         "type": "gchararray",
9961                         "writable": true
9962                     },
9963                     "max-files": {
9964                         "blurb": "Maximum number of files to keep on disk. Once the maximum is reached,old files start to be deleted to make room for new ones.",
9965                         "conditionally-available": false,
9966                         "construct": false,
9967                         "construct-only": false,
9968                         "controllable": false,
9969                         "default": "0",
9970                         "max": "-1",
9971                         "min": "0",
9972                         "mutable": "null",
9973                         "readable": true,
9974                         "type": "guint",
9975                         "writable": true
9976                     },
9977                     "max-size-bytes": {
9978                         "blurb": "Max. amount of data per file (in bytes, 0=disable)",
9979                         "conditionally-available": false,
9980                         "construct": false,
9981                         "construct-only": false,
9982                         "controllable": false,
9983                         "default": "0",
9984                         "max": "18446744073709551615",
9985                         "min": "0",
9986                         "mutable": "ready",
9987                         "readable": true,
9988                         "type": "guint64",
9989                         "writable": true
9990                     },
9991                     "max-size-time": {
9992                         "blurb": "Max. amount of time per file (in ns, 0=disable)",
9993                         "conditionally-available": false,
9994                         "construct": false,
9995                         "construct-only": false,
9996                         "controllable": false,
9997                         "default": "0",
9998                         "max": "18446744073709551615",
9999                         "min": "0",
10000                         "mutable": "ready",
10001                         "readable": true,
10002                         "type": "guint64",
10003                         "writable": true
10004                     },
10005                     "max-size-timecode": {
10006                         "blurb": "Maximum difference in timecode between first and last frame. Separator is assumed to be \":\" everywhere (e.g. 01:00:00:00). Will only be effective if a timecode track is present.",
10007                         "conditionally-available": false,
10008                         "construct": false,
10009                         "construct-only": false,
10010                         "controllable": false,
10011                         "default": "NULL",
10012                         "mutable": "ready",
10013                         "readable": true,
10014                         "type": "gchararray",
10015                         "writable": true
10016                     },
10017                     "mux-overhead": {
10018                         "blurb": "Extra size overhead of muxing (0.02 = 2%%)",
10019                         "conditionally-available": false,
10020                         "construct": false,
10021                         "construct-only": false,
10022                         "controllable": true,
10023                         "default": "0.02",
10024                         "max": "1",
10025                         "min": "0",
10026                         "mutable": "null",
10027                         "readable": true,
10028                         "type": "gdouble",
10029                         "writable": true
10030                     },
10031                     "muxer": {
10032                         "blurb": "The muxer element to use (NULL = default mp4mux). Valid only for async-finalize = FALSE",
10033                         "conditionally-available": false,
10034                         "construct": false,
10035                         "construct-only": false,
10036                         "controllable": false,
10037                         "mutable": "null",
10038                         "readable": true,
10039                         "type": "GstElement",
10040                         "writable": true
10041                     },
10042                     "muxer-factory": {
10043                         "blurb": "The muxer element factory to use (default = mp4mux). Valid only for async-finalize = TRUE",
10044                         "conditionally-available": false,
10045                         "construct": false,
10046                         "construct-only": false,
10047                         "controllable": false,
10048                         "default": "mp4mux",
10049                         "mutable": "null",
10050                         "readable": true,
10051                         "type": "gchararray",
10052                         "writable": true
10053                     },
10054                     "muxer-pad-map": {
10055                         "blurb": "A GstStructure specifies the mapping from splitmuxsink sink pads to muxer pads",
10056                         "conditionally-available": false,
10057                         "construct": false,
10058                         "construct-only": false,
10059                         "controllable": false,
10060                         "mutable": "null",
10061                         "readable": true,
10062                         "type": "GstStructure",
10063                         "writable": true
10064                     },
10065                     "muxer-preset": {
10066                         "blurb": "The muxer preset to use. Valid only for async-finalize = TRUE",
10067                         "conditionally-available": false,
10068                         "construct": false,
10069                         "construct-only": false,
10070                         "controllable": false,
10071                         "default": "NULL",
10072                         "mutable": "null",
10073                         "readable": true,
10074                         "type": "gchararray",
10075                         "writable": true
10076                     },
10077                     "muxer-properties": {
10078                         "blurb": "The muxer element properties to use. Example: {properties,boolean-prop=true,string-prop=\"hi\"}. Valid only for async-finalize = TRUE",
10079                         "conditionally-available": false,
10080                         "construct": false,
10081                         "construct-only": false,
10082                         "controllable": false,
10083                         "mutable": "null",
10084                         "readable": true,
10085                         "type": "GstStructure",
10086                         "writable": true
10087                     },
10088                     "reset-muxer": {
10089                         "blurb": "Reset the muxer after each segment. Disabling this will not work for most muxers.",
10090                         "conditionally-available": false,
10091                         "construct": false,
10092                         "construct-only": false,
10093                         "controllable": false,
10094                         "default": "true",
10095                         "mutable": "null",
10096                         "readable": true,
10097                         "type": "gboolean",
10098                         "writable": true
10099                     },
10100                     "send-keyframe-requests": {
10101                         "blurb": "Request a keyframe every max-size-time ns to try splitting at that point. Needs max-size-bytes to be 0 in order to be effective.",
10102                         "conditionally-available": false,
10103                         "construct": false,
10104                         "construct-only": false,
10105                         "controllable": false,
10106                         "default": "false",
10107                         "mutable": "ready",
10108                         "readable": true,
10109                         "type": "gboolean",
10110                         "writable": true
10111                     },
10112                     "sink": {
10113                         "blurb": "The sink element (or element chain) to use (NULL = default filesink). Valid only for async-finalize = FALSE",
10114                         "conditionally-available": false,
10115                         "construct": false,
10116                         "construct-only": false,
10117                         "controllable": false,
10118                         "mutable": "null",
10119                         "readable": true,
10120                         "type": "GstElement",
10121                         "writable": true
10122                     },
10123                     "sink-factory": {
10124                         "blurb": "The sink element factory to use (default = filesink). Valid only for async-finalize = TRUE",
10125                         "conditionally-available": false,
10126                         "construct": false,
10127                         "construct-only": false,
10128                         "controllable": false,
10129                         "default": "filesink",
10130                         "mutable": "null",
10131                         "readable": true,
10132                         "type": "gchararray",
10133                         "writable": true
10134                     },
10135                     "sink-preset": {
10136                         "blurb": "The sink preset to use. Valid only for async-finalize = TRUE",
10137                         "conditionally-available": false,
10138                         "construct": false,
10139                         "construct-only": false,
10140                         "controllable": false,
10141                         "default": "NULL",
10142                         "mutable": "null",
10143                         "readable": true,
10144                         "type": "gchararray",
10145                         "writable": true
10146                     },
10147                     "sink-properties": {
10148                         "blurb": "The sink element properties to use. Example: {properties,boolean-prop=true,string-prop=\"hi\"}. Valid only for async-finalize = TRUE",
10149                         "conditionally-available": false,
10150                         "construct": false,
10151                         "construct-only": false,
10152                         "controllable": false,
10153                         "mutable": "null",
10154                         "readable": true,
10155                         "type": "GstStructure",
10156                         "writable": true
10157                     },
10158                     "start-index": {
10159                         "blurb": "Start value of fragment index.",
10160                         "conditionally-available": false,
10161                         "construct": false,
10162                         "construct-only": false,
10163                         "controllable": false,
10164                         "default": "0",
10165                         "max": "2147483647",
10166                         "min": "0",
10167                         "mutable": "null",
10168                         "readable": true,
10169                         "type": "gint",
10170                         "writable": true
10171                     },
10172                     "use-robust-muxing": {
10173                         "blurb": "Check if muxers support robust muxing via the reserved-max-duration and reserved-duration-remaining properties and use them if so. (Only present on qtmux and mp4mux for now). splitmuxsink may then also  create new fragments if the reserved header space is about to overflow. Note that for mp4mux and qtmux, reserved-moov-update-period must be set manually by the app to a non-zero value for robust muxing to have an effect.",
10174                         "conditionally-available": false,
10175                         "construct": false,
10176                         "construct-only": false,
10177                         "controllable": false,
10178                         "default": "false",
10179                         "mutable": "null",
10180                         "readable": true,
10181                         "type": "gboolean",
10182                         "writable": true
10183                     }
10184                 },
10185                 "rank": "none",
10186                 "signals": {
10187                     "format-location": {
10188                         "args": [
10189                             {
10190                                 "name": "arg0",
10191                                 "type": "guint"
10192                             }
10193                         ],
10194                         "return-type": "gchararray",
10195                         "when": "last"
10196                     },
10197                     "format-location-full": {
10198                         "args": [
10199                             {
10200                                 "name": "arg0",
10201                                 "type": "guint"
10202                             },
10203                             {
10204                                 "name": "arg1",
10205                                 "type": "GstSample"
10206                             }
10207                         ],
10208                         "return-type": "gchararray",
10209                         "when": "last"
10210                     },
10211                     "muxer-added": {
10212                         "args": [
10213                             {
10214                                 "name": "arg0",
10215                                 "type": "GstElement"
10216                             }
10217                         ],
10218                         "return-type": "void",
10219                         "when": "last"
10220                     },
10221                     "sink-added": {
10222                         "args": [
10223                             {
10224                                 "name": "arg0",
10225                                 "type": "GstElement"
10226                             }
10227                         ],
10228                         "return-type": "void",
10229                         "when": "last"
10230                     },
10231                     "split-after": {
10232                         "action": true,
10233                         "args": [],
10234                         "return-type": "void",
10235                         "when": "last"
10236                     },
10237                     "split-at-running-time": {
10238                         "action": true,
10239                         "args": [
10240                             {
10241                                 "name": "arg0",
10242                                 "type": "guint64"
10243                             }
10244                         ],
10245                         "return-type": "void",
10246                         "when": "last"
10247                     },
10248                     "split-now": {
10249                         "action": true,
10250                         "args": [],
10251                         "return-type": "void",
10252                         "when": "last"
10253                     }
10254                 }
10255             },
10256             "splitmuxsrc": {
10257                 "author": "Jan Schmidt <jan@centricular.com>",
10258                 "description": "Source that reads a set of files created by splitmuxsink",
10259                 "hierarchy": [
10260                     "GstSplitMuxSrc",
10261                     "GstBin",
10262                     "GstElement",
10263                     "GstObject",
10264                     "GInitiallyUnowned",
10265                     "GObject"
10266                 ],
10267                 "interfaces": [
10268                     "GstChildProxy",
10269                     "GstURIHandler"
10270                 ],
10271                 "klass": "Generic/Bin/Demuxer",
10272                 "long-name": "Split File Demuxing Bin",
10273                 "pad-templates": {
10274                     "audio_%%u": {
10275                         "caps": "ANY",
10276                         "direction": "src",
10277                         "presence": "sometimes"
10278                     },
10279                     "subtitle_%%u": {
10280                         "caps": "ANY",
10281                         "direction": "src",
10282                         "presence": "sometimes"
10283                     },
10284                     "video": {
10285                         "caps": "ANY",
10286                         "direction": "src",
10287                         "presence": "sometimes"
10288                     },
10289                     "video_%%u": {
10290                         "caps": "ANY",
10291                         "direction": "src",
10292                         "presence": "sometimes"
10293                     }
10294                 },
10295                 "properties": {
10296                     "location": {
10297                         "blurb": "Glob pattern for the location of the files to read",
10298                         "conditionally-available": false,
10299                         "construct": false,
10300                         "construct-only": false,
10301                         "controllable": false,
10302                         "default": "NULL",
10303                         "mutable": "null",
10304                         "readable": true,
10305                         "type": "gchararray",
10306                         "writable": true
10307                     }
10308                 },
10309                 "rank": "none",
10310                 "signals": {
10311                     "format-location": {
10312                         "args": [],
10313                         "return-type": "GStrv",
10314                         "when": "last"
10315                     }
10316                 }
10317             }
10318         },
10319         "filename": "gstmultifile",
10320         "license": "LGPL",
10321         "other-types": {
10322             "GstMultiFileSinkNext": {
10323                 "kind": "enum",
10324                 "values": [
10325                     {
10326                         "desc": "New file for each buffer",
10327                         "name": "buffer",
10328                         "value": "0"
10329                     },
10330                     {
10331                         "desc": "New file after each discontinuity",
10332                         "name": "discont",
10333                         "value": "1"
10334                     },
10335                     {
10336                         "desc": "New file at each key frame (Useful for MPEG-TS segmenting)",
10337                         "name": "key-frame",
10338                         "value": "2"
10339                     },
10340                     {
10341                         "desc": "New file after a force key unit event",
10342                         "name": "key-unit-event",
10343                         "value": "3"
10344                     },
10345                     {
10346                         "desc": "New file when the configured maximum file size would be exceeded with the next buffer or buffer list",
10347                         "name": "max-size",
10348                         "value": "4"
10349                     },
10350                     {
10351                         "desc": "New file when the configured maximum file duration would be exceeded with the next buffer or buffer list",
10352                         "name": "max-duration",
10353                         "value": "5"
10354                     }
10355                 ]
10356             }
10357         },
10358         "package": "GStreamer Good Plug-ins",
10359         "source": "gst-plugins-good",
10360         "tracers": {},
10361         "url": "Unknown package origin"
10362     },
10363     "multipart": {
10364         "description": "multipart stream manipulation",
10365         "elements": {
10366             "multipartdemux": {
10367                 "author": "Wim Taymans <wim.taymans@gmail.com>, Sjoerd Simons <sjoerd@luon.net>",
10368                 "description": "demux multipart streams",
10369                 "hierarchy": [
10370                     "GstMultipartDemux",
10371                     "GstElement",
10372                     "GstObject",
10373                     "GInitiallyUnowned",
10374                     "GObject"
10375                 ],
10376                 "klass": "Codec/Demuxer",
10377                 "long-name": "Multipart demuxer",
10378                 "pad-templates": {
10379                     "sink": {
10380                         "caps": "multipart/x-mixed-replace:\n",
10381                         "direction": "sink",
10382                         "presence": "always"
10383                     },
10384                     "src_%%u": {
10385                         "caps": "ANY",
10386                         "direction": "src",
10387                         "presence": "sometimes"
10388                     }
10389                 },
10390                 "properties": {
10391                     "boundary": {
10392                         "blurb": "The boundary string separating data, automatic if NULL",
10393                         "conditionally-available": false,
10394                         "construct": true,
10395                         "construct-only": false,
10396                         "controllable": false,
10397                         "default": "NULL",
10398                         "mutable": "null",
10399                         "readable": true,
10400                         "type": "gchararray",
10401                         "writable": true
10402                     },
10403                     "single-stream": {
10404                         "blurb": "Assume that there is only one stream whose content-type will not change and emit no-more-pads as soon as the first boundary content is parsed, decoded, and pads are linked",
10405                         "conditionally-available": false,
10406                         "construct": false,
10407                         "construct-only": false,
10408                         "controllable": false,
10409                         "default": "false",
10410                         "mutable": "null",
10411                         "readable": true,
10412                         "type": "gboolean",
10413                         "writable": true
10414                     }
10415                 },
10416                 "rank": "primary",
10417                 "signals": {}
10418             },
10419             "multipartmux": {
10420                 "author": "Wim Taymans <wim@fluendo.com>",
10421                 "description": "mux multipart streams",
10422                 "hierarchy": [
10423                     "GstMultipartMux",
10424                     "GstElement",
10425                     "GstObject",
10426                     "GInitiallyUnowned",
10427                     "GObject"
10428                 ],
10429                 "klass": "Codec/Muxer",
10430                 "long-name": "Multipart muxer",
10431                 "pad-templates": {
10432                     "sink_%%u": {
10433                         "caps": "ANY",
10434                         "direction": "sink",
10435                         "presence": "request"
10436                     },
10437                     "src": {
10438                         "caps": "multipart/x-mixed-replace:\n",
10439                         "direction": "src",
10440                         "presence": "always"
10441                     }
10442                 },
10443                 "properties": {
10444                     "boundary": {
10445                         "blurb": "Boundary string",
10446                         "conditionally-available": false,
10447                         "construct": false,
10448                         "construct-only": false,
10449                         "controllable": false,
10450                         "default": "ThisRandomString",
10451                         "mutable": "null",
10452                         "readable": true,
10453                         "type": "gchararray",
10454                         "writable": true
10455                     }
10456                 },
10457                 "rank": "none"
10458             }
10459         },
10460         "filename": "gstmultipart",
10461         "license": "LGPL",
10462         "other-types": {},
10463         "package": "GStreamer Good Plug-ins",
10464         "source": "gst-plugins-good",
10465         "tracers": {},
10466         "url": "Unknown package origin"
10467     },
10468     "navigationtest": {
10469         "description": "Template for a video filter",
10470         "elements": {
10471             "navigationtest": {
10472                 "author": "David Schleef <ds@schleef.org>",
10473                 "description": "Handle navigation events showing a black square following mouse pointer",
10474                 "hierarchy": [
10475                     "GstNavigationtest",
10476                     "GstVideoFilter",
10477                     "GstBaseTransform",
10478                     "GstElement",
10479                     "GstObject",
10480                     "GInitiallyUnowned",
10481                     "GObject"
10482                 ],
10483                 "klass": "Filter/Effect/Video",
10484                 "long-name": "Video navigation test",
10485                 "pad-templates": {
10486                     "sink": {
10487                         "caps": "video/x-raw:\n         format: I420\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
10488                         "direction": "sink",
10489                         "presence": "always"
10490                     },
10491                     "src": {
10492                         "caps": "video/x-raw:\n         format: I420\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
10493                         "direction": "src",
10494                         "presence": "always"
10495                     }
10496                 },
10497                 "properties": {},
10498                 "rank": "none"
10499             }
10500         },
10501         "filename": "gstnavigationtest",
10502         "license": "LGPL",
10503         "other-types": {},
10504         "package": "GStreamer Good Plug-ins",
10505         "source": "gst-plugins-good",
10506         "tracers": {},
10507         "url": "Unknown package origin"
10508     },
10509     "oss4": {
10510         "description": "Open Sound System (OSS) version 4 support for GStreamer",
10511         "elements": {
10512             "oss4sink": {
10513                 "author": "Tim-Philipp Müller <tim centricular net>",
10514                 "description": "Output to a sound card via OSS version 4",
10515                 "hierarchy": [
10516                     "GstOss4Sink",
10517                     "GstAudioSink",
10518                     "GstAudioBaseSink",
10519                     "GstBaseSink",
10520                     "GstElement",
10521                     "GstObject",
10522                     "GInitiallyUnowned",
10523                     "GObject"
10524                 ],
10525                 "interfaces": [
10526                     "GstStreamVolume"
10527                 ],
10528                 "klass": "Sink/Audio",
10529                 "long-name": "OSS v4 Audio Sink",
10530                 "pad-templates": {
10531                     "sink": {
10532                         "caps": "audio/x-alaw:\n           rate: [ 1, 192000 ]\n       channels: [ 1, 4096 ]\naudio/x-mulaw:\n           rate: [ 1, 192000 ]\n       channels: [ 1, 4096 ]\naudio/x-raw:\n         format: { S32LE, S32BE, S24_32LE, S24_32BE, S24LE, S16LE, S16BE, U16LE, U16BE, S8, U8 }\n         layout: interleaved\n           rate: [ 1, 192000 ]\n       channels: [ 1, 4096 ]\n",
10533                         "direction": "sink",
10534                         "presence": "always"
10535                     }
10536                 },
10537                 "properties": {
10538                     "device": {
10539                         "blurb": "OSS4 device (e.g. /dev/oss/hdaudio0/pcm0 or /dev/dspN) (NULL = use first available playback device)",
10540                         "conditionally-available": false,
10541                         "construct": false,
10542                         "construct-only": false,
10543                         "controllable": false,
10544                         "default": "NULL",
10545                         "mutable": "null",
10546                         "readable": true,
10547                         "type": "gchararray",
10548                         "writable": true
10549                     },
10550                     "device-name": {
10551                         "blurb": "Human-readable name of the sound device",
10552                         "conditionally-available": false,
10553                         "construct": false,
10554                         "construct-only": false,
10555                         "controllable": false,
10556                         "default": "NULL",
10557                         "mutable": "null",
10558                         "readable": true,
10559                         "type": "gchararray",
10560                         "writable": false
10561                     },
10562                     "mute": {
10563                         "blurb": "Mute state of this stream",
10564                         "conditionally-available": false,
10565                         "construct": false,
10566                         "construct-only": false,
10567                         "controllable": false,
10568                         "default": "false",
10569                         "mutable": "null",
10570                         "readable": true,
10571                         "type": "gboolean",
10572                         "writable": true
10573                     },
10574                     "volume": {
10575                         "blurb": "Linear volume of this stream, 1.0=100%%",
10576                         "conditionally-available": false,
10577                         "construct": false,
10578                         "construct-only": false,
10579                         "controllable": false,
10580                         "default": "1",
10581                         "max": "10",
10582                         "min": "0",
10583                         "mutable": "null",
10584                         "readable": true,
10585                         "type": "gdouble",
10586                         "writable": true
10587                     }
10588                 },
10589                 "rank": "secondary + 1"
10590             },
10591             "oss4src": {
10592                 "author": "Tim-Philipp Müller <tim centricular net>",
10593                 "description": "Capture from a sound card via OSS version 4",
10594                 "hierarchy": [
10595                     "GstOss4Source",
10596                     "GstAudioSrc",
10597                     "GstAudioBaseSrc",
10598                     "GstPushSrc",
10599                     "GstBaseSrc",
10600                     "GstElement",
10601                     "GstObject",
10602                     "GInitiallyUnowned",
10603                     "GObject"
10604                 ],
10605                 "klass": "Source/Audio",
10606                 "long-name": "OSS v4 Audio Source",
10607                 "pad-templates": {
10608                     "src": {
10609                         "caps": "audio/x-alaw:\n           rate: [ 1, 192000 ]\n       channels: [ 1, 4096 ]\naudio/x-mulaw:\n           rate: [ 1, 192000 ]\n       channels: [ 1, 4096 ]\naudio/x-raw:\n         format: { S32LE, S32BE, S24_32LE, S24_32BE, S24LE, S16LE, S16BE, U16LE, U16BE, S8, U8 }\n         layout: interleaved\n           rate: [ 1, 192000 ]\n       channels: [ 1, 4096 ]\n",
10610                         "direction": "src",
10611                         "presence": "always"
10612                     }
10613                 },
10614                 "properties": {
10615                     "device": {
10616                         "blurb": "OSS4 device (e.g. /dev/oss/hdaudio0/pcm0 or /dev/dspN) (NULL = use first available device)",
10617                         "conditionally-available": false,
10618                         "construct": false,
10619                         "construct-only": false,
10620                         "controllable": false,
10621                         "default": "NULL",
10622                         "mutable": "null",
10623                         "readable": true,
10624                         "type": "gchararray",
10625                         "writable": true
10626                     },
10627                     "device-name": {
10628                         "blurb": "Human-readable name of the sound device",
10629                         "conditionally-available": false,
10630                         "construct": false,
10631                         "construct-only": false,
10632                         "controllable": false,
10633                         "default": "NULL",
10634                         "mutable": "null",
10635                         "readable": true,
10636                         "type": "gchararray",
10637                         "writable": false
10638                     }
10639                 },
10640                 "rank": "secondary + 1"
10641             }
10642         },
10643         "filename": "gstoss4",
10644         "license": "LGPL",
10645         "other-types": {},
10646         "package": "GStreamer Good Plug-ins",
10647         "source": "gst-plugins-good",
10648         "tracers": {},
10649         "url": "Unknown package origin"
10650     },
10651     "ossaudio": {
10652         "description": "OSS (Open Sound System) support for GStreamer",
10653         "elements": {
10654             "osssink": {
10655                 "author": "Erik Walthinsen <omega@cse.ogi.edu>, Wim Taymans <wim.taymans@chello.be>",
10656                 "description": "Output to a sound card via OSS",
10657                 "hierarchy": [
10658                     "GstOssSink",
10659                     "GstAudioSink",
10660                     "GstAudioBaseSink",
10661                     "GstBaseSink",
10662                     "GstElement",
10663                     "GstObject",
10664                     "GInitiallyUnowned",
10665                     "GObject"
10666                 ],
10667                 "klass": "Sink/Audio",
10668                 "long-name": "Audio Sink (OSS)",
10669                 "pad-templates": {
10670                     "sink": {
10671                         "caps": "audio/x-raw:\n         format: { S16LE, U16LE, S8, U8 }\n         layout: interleaved\n           rate: [ 1, 2147483647 ]\n       channels: 1\naudio/x-raw:\n         format: { S16LE, U16LE, S8, U8 }\n         layout: interleaved\n           rate: [ 1, 2147483647 ]\n       channels: 2\n   channel-mask: 0x0000000000000003\n",
10672                         "direction": "sink",
10673                         "presence": "always"
10674                     }
10675                 },
10676                 "properties": {
10677                     "device": {
10678                         "blurb": "OSS device (usually /dev/dspN)",
10679                         "conditionally-available": false,
10680                         "construct": false,
10681                         "construct-only": false,
10682                         "controllable": false,
10683                         "default": "/dev/dsp",
10684                         "mutable": "null",
10685                         "readable": true,
10686                         "type": "gchararray",
10687                         "writable": true
10688                     }
10689                 },
10690                 "rank": "secondary"
10691             },
10692             "osssrc": {
10693                 "author": "Erik Walthinsen <omega@cse.ogi.edu>, Wim Taymans <wim@fluendo.com>",
10694                 "description": "Capture from a sound card via OSS",
10695                 "hierarchy": [
10696                     "GstOssSrc",
10697                     "GstAudioSrc",
10698                     "GstAudioBaseSrc",
10699                     "GstPushSrc",
10700                     "GstBaseSrc",
10701                     "GstElement",
10702                     "GstObject",
10703                     "GInitiallyUnowned",
10704                     "GObject"
10705                 ],
10706                 "klass": "Source/Audio",
10707                 "long-name": "Audio Source (OSS)",
10708                 "pad-templates": {
10709                     "src": {
10710                         "caps": "audio/x-raw:\n         format: { S16LE, U16LE, S8, U8 }\n         layout: interleaved\n           rate: [ 1, 2147483647 ]\n       channels: 1\naudio/x-raw:\n         format: { S16LE, U16LE, S8, U8 }\n         layout: interleaved\n           rate: [ 1, 2147483647 ]\n       channels: 2\n   channel-mask: 0x0000000000000003\n",
10711                         "direction": "src",
10712                         "presence": "always"
10713                     }
10714                 },
10715                 "properties": {
10716                     "device": {
10717                         "blurb": "OSS device (usually /dev/dspN)",
10718                         "conditionally-available": false,
10719                         "construct": false,
10720                         "construct-only": false,
10721                         "controllable": false,
10722                         "default": "/dev/dsp",
10723                         "mutable": "null",
10724                         "readable": true,
10725                         "type": "gchararray",
10726                         "writable": true
10727                     },
10728                     "device-name": {
10729                         "blurb": "Human-readable name of the sound device",
10730                         "conditionally-available": false,
10731                         "construct": false,
10732                         "construct-only": false,
10733                         "controllable": false,
10734                         "default": "",
10735                         "mutable": "null",
10736                         "readable": true,
10737                         "type": "gchararray",
10738                         "writable": false
10739                     }
10740                 },
10741                 "rank": "secondary"
10742             }
10743         },
10744         "filename": "gstossaudio",
10745         "license": "LGPL",
10746         "other-types": {},
10747         "package": "GStreamer Good Plug-ins",
10748         "source": "gst-plugins-good",
10749         "tracers": {},
10750         "url": "Unknown package origin"
10751     },
10752     "osxaudio": {
10753         "description": "OSX (Mac OS X) audio support for GStreamer",
10754         "elements": {
10755             "osxaudiosink": {
10756                 "author": "Zaheer Abbas Merali <zaheerabbas at merali dot org>",
10757                 "description": "Output to a sound card in OS X",
10758                 "hierarchy": [
10759                     "GstOsxAudioSink",
10760                     "GstAudioBaseSink",
10761                     "GstBaseSink",
10762                     "GstElement",
10763                     "GstObject",
10764                     "GInitiallyUnowned",
10765                     "GObject"
10766                 ],
10767                 "interfaces": [
10768                     "GstOsxAudioElement"
10769                 ],
10770                 "klass": "Sink/Audio",
10771                 "long-name": "Audio Sink (OSX)",
10772                 "pad-templates": {
10773                     "sink": {
10774                         "caps": "audio/x-raw:\n         format: { F64LE, F64BE, F32LE, F32BE, S32LE, S32BE, U32LE, U32BE, S24_32LE, S24_32BE, U24_32LE, U24_32BE, S24LE, S24BE, U24LE, U24BE, S20LE, S20BE, U20LE, U20BE, S18LE, S18BE, U18LE, U18BE, S16LE, S16BE, U16LE, U16BE, S8, U8 }\n         layout: interleaved\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 9 ]\naudio/x-ac3:\n         framed: true\naudio/x-dts:\n         framed: true\n",
10775                         "direction": "sink",
10776                         "presence": "always"
10777                     }
10778                 },
10779                 "properties": {
10780                     "device": {
10781                         "blurb": "Device ID of output device",
10782                         "conditionally-available": false,
10783                         "construct": false,
10784                         "construct-only": false,
10785                         "controllable": false,
10786                         "default": "0",
10787                         "max": "2147483647",
10788                         "min": "0",
10789                         "mutable": "null",
10790                         "readable": true,
10791                         "type": "gint",
10792                         "writable": true
10793                     },
10794                     "volume": {
10795                         "blurb": "Volume of this stream",
10796                         "conditionally-available": false,
10797                         "construct": false,
10798                         "construct-only": false,
10799                         "controllable": false,
10800                         "default": "1",
10801                         "max": "1",
10802                         "min": "0",
10803                         "mutable": "null",
10804                         "readable": true,
10805                         "type": "gdouble",
10806                         "writable": true
10807                     }
10808                 },
10809                 "rank": "primary"
10810             },
10811             "osxaudiosrc": {
10812                 "author": "Zaheer Abbas Merali <zaheerabbas at merali dot org>",
10813                 "description": "Input from a sound card in OS X",
10814                 "hierarchy": [
10815                     "GstOsxAudioSrc",
10816                     "GstAudioBaseSrc",
10817                     "GstPushSrc",
10818                     "GstBaseSrc",
10819                     "GstElement",
10820                     "GstObject",
10821                     "GInitiallyUnowned",
10822                     "GObject"
10823                 ],
10824                 "interfaces": [
10825                     "GstOsxAudioElement"
10826                 ],
10827                 "klass": "Source/Audio",
10828                 "long-name": "Audio Source (OSX)",
10829                 "pad-templates": {
10830                     "src": {
10831                         "caps": "audio/x-raw:\n         format: { F64LE, F64BE, F32LE, F32BE, S32LE, S32BE, U32LE, U32BE, S24_32LE, S24_32BE, U24_32LE, U24_32BE, S24LE, S24BE, U24LE, U24BE, S20LE, S20BE, U20LE, U20BE, S18LE, S18BE, U18LE, U18BE, S16LE, S16BE, U16LE, U16BE, S8, U8 }\n         layout: interleaved\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
10832                         "direction": "src",
10833                         "presence": "always"
10834                     }
10835                 },
10836                 "properties": {
10837                     "device": {
10838                         "blurb": "Device ID of input device",
10839                         "conditionally-available": false,
10840                         "construct": false,
10841                         "construct-only": false,
10842                         "controllable": false,
10843                         "default": "0",
10844                         "max": "2147483647",
10845                         "min": "0",
10846                         "mutable": "null",
10847                         "readable": true,
10848                         "type": "gint",
10849                         "writable": true
10850                     }
10851                 },
10852                 "rank": "primary"
10853             }
10854         },
10855         "filename": "gstosxaudio",
10856         "license": "LGPL",
10857         "other-types": {
10858             "GstOsxAudioElement": {
10859                 "hierarchy": [
10860                     "GstOsxAudioElement",
10861                     "GInterface"
10862                 ],
10863                 "kind": "interface"
10864             }
10865         },
10866         "package": "GStreamer Good Plug-ins",
10867         "source": "gst-plugins-good",
10868         "tracers": {},
10869         "url": "Unknown package origin"
10870     },
10871     "osxvideo": {
10872         "description": "OSX native video output plugin",
10873         "elements": {
10874             "osxvideosink": {
10875                 "author": "Zaheer Abbas Merali <zaheerabbas at merali dot org>",
10876                 "description": "OSX native videosink",
10877                 "hierarchy": [
10878                     "GstOSXVideoSink",
10879                     "GstVideoSink",
10880                     "GstBaseSink",
10881                     "GstElement",
10882                     "GstObject",
10883                     "GInitiallyUnowned",
10884                     "GObject"
10885                 ],
10886                 "interfaces": [
10887                     "GstVideoOverlay",
10888                     "GstNavigation"
10889                 ],
10890                 "klass": "Sink/Video",
10891                 "long-name": "OSX Video sink",
10892                 "pad-templates": {
10893                     "sink": {
10894                         "caps": "video/x-raw:\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n         format: UYVY\n",
10895                         "direction": "sink",
10896                         "presence": "always"
10897                     }
10898                 },
10899                 "properties": {
10900                     "embed": {
10901                         "blurb": "For ABI compatibility only, do not use",
10902                         "conditionally-available": false,
10903                         "construct": false,
10904                         "construct-only": false,
10905                         "controllable": false,
10906                         "default": "false",
10907                         "mutable": "null",
10908                         "readable": true,
10909                         "type": "gboolean",
10910                         "writable": true
10911                     },
10912                     "force-aspect-ratio": {
10913                         "blurb": "When enabled, scaling will respect original aspect ration",
10914                         "conditionally-available": false,
10915                         "construct": false,
10916                         "construct-only": false,
10917                         "controllable": false,
10918                         "default": "false",
10919                         "mutable": "null",
10920                         "readable": true,
10921                         "type": "gboolean",
10922                         "writable": true
10923                     }
10924                 },
10925                 "rank": "marginal"
10926             }
10927         },
10928         "filename": "gstosxvideo",
10929         "license": "LGPL",
10930         "other-types": {},
10931         "package": "GStreamer Good Plug-ins",
10932         "source": "gst-plugins-good",
10933         "tracers": {},
10934         "url": "Unknown package origin"
10935     },
10936     "png": {
10937         "description": "PNG plugin library",
10938         "elements": {
10939             "pngdec": {
10940                 "author": "Wim Taymans <wim@fluendo.com>",
10941                 "description": "Decode a png video frame to a raw image",
10942                 "hierarchy": [
10943                     "GstPngDec",
10944                     "GstVideoDecoder",
10945                     "GstElement",
10946                     "GstObject",
10947                     "GInitiallyUnowned",
10948                     "GObject"
10949                 ],
10950                 "klass": "Codec/Decoder/Image",
10951                 "long-name": "PNG image decoder",
10952                 "pad-templates": {
10953                     "sink": {
10954                         "caps": "image/png:\n",
10955                         "direction": "sink",
10956                         "presence": "always"
10957                     },
10958                     "src": {
10959                         "caps": "video/x-raw:\n         format: { RGBA, RGB, ARGB64, GRAY8, GRAY16_BE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
10960                         "direction": "src",
10961                         "presence": "always"
10962                     }
10963                 },
10964                 "properties": {},
10965                 "rank": "primary"
10966             },
10967             "pngenc": {
10968                 "author": "Jeremy SIMON <jsimon13@yahoo.fr>",
10969                 "description": "Encode a video frame to a .png image",
10970                 "hierarchy": [
10971                     "GstPngEnc",
10972                     "GstVideoEncoder",
10973                     "GstElement",
10974                     "GstObject",
10975                     "GInitiallyUnowned",
10976                     "GObject"
10977                 ],
10978                 "interfaces": [
10979                     "GstPreset"
10980                 ],
10981                 "klass": "Codec/Encoder/Image",
10982                 "long-name": "PNG image encoder",
10983                 "pad-templates": {
10984                     "sink": {
10985                         "caps": "video/x-raw:\n         format: { RGBA, RGB, GRAY8, GRAY16_BE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
10986                         "direction": "sink",
10987                         "presence": "always"
10988                     },
10989                     "src": {
10990                         "caps": "image/png:\n          width: [ 16, 1000000 ]\n         height: [ 16, 1000000 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
10991                         "direction": "src",
10992                         "presence": "always"
10993                     }
10994                 },
10995                 "properties": {
10996                     "compression-level": {
10997                         "blurb": "PNG compression level",
10998                         "conditionally-available": false,
10999                         "construct": false,
11000                         "construct-only": false,
11001                         "controllable": false,
11002                         "default": "6",
11003                         "max": "9",
11004                         "min": "0",
11005                         "mutable": "null",
11006                         "readable": true,
11007                         "type": "guint",
11008                         "writable": true
11009                     },
11010                     "snapshot": {
11011                         "blurb": "Send EOS after encoding a frame, useful for snapshots",
11012                         "conditionally-available": false,
11013                         "construct": false,
11014                         "construct-only": false,
11015                         "controllable": false,
11016                         "default": "false",
11017                         "mutable": "null",
11018                         "readable": true,
11019                         "type": "gboolean",
11020                         "writable": true
11021                     }
11022                 },
11023                 "rank": "primary"
11024             }
11025         },
11026         "filename": "gstpng",
11027         "license": "LGPL",
11028         "other-types": {},
11029         "package": "GStreamer Good Plug-ins",
11030         "source": "gst-plugins-good",
11031         "tracers": {},
11032         "url": "Unknown package origin"
11033     },
11034     "pulseaudio": {
11035         "description": "PulseAudio plugin library",
11036         "elements": {
11037             "pulsesink": {
11038                 "author": "Lennart Poettering",
11039                 "description": "Plays audio to a PulseAudio server",
11040                 "hierarchy": [
11041                     "GstPulseSink",
11042                     "GstAudioBaseSink",
11043                     "GstBaseSink",
11044                     "GstElement",
11045                     "GstObject",
11046                     "GInitiallyUnowned",
11047                     "GObject"
11048                 ],
11049                 "interfaces": [
11050                     "GstStreamVolume"
11051                 ],
11052                 "klass": "Sink/Audio",
11053                 "long-name": "PulseAudio Audio Sink",
11054                 "pad-templates": {
11055                     "sink": {
11056                         "caps": "audio/x-raw:\n         format: { S16LE, S16BE, F32LE, F32BE, S32LE, S32BE, S24LE, S24BE, S24_32LE, S24_32BE, U8 }\n         layout: interleaved\n           rate: [ 1, 384000 ]\n       channels: [ 1, 32 ]\naudio/x-alaw:\n           rate: [ 1, 384000 ]\n       channels: [ 1, 32 ]\naudio/x-mulaw:\n           rate: [ 1, 384000 ]\n       channels: [ 1, 32 ]\naudio/x-ac3:\n         framed: true\naudio/x-eac3:\n         framed: true\naudio/x-dts:\n         framed: true\n     block-size: { (int)512, (int)1024, (int)2048 }\naudio/mpeg:\n    mpegversion: 1\nmpegaudioversion: [ 1, 3 ]\n         parsed: true\naudio/mpeg:\n    mpegversion: { (int)2, (int)4 }\n         framed: true\n  stream-format: adts\n",
11057                         "direction": "sink",
11058                         "presence": "always"
11059                     }
11060                 },
11061                 "properties": {
11062                     "client-name": {
11063                         "blurb": "The PulseAudio client name to use",
11064                         "conditionally-available": false,
11065                         "construct": false,
11066                         "construct-only": false,
11067                         "controllable": false,
11068                         "default": "gst-hotdoc-plugins-scanner",
11069                         "mutable": "ready",
11070                         "readable": true,
11071                         "type": "gchararray",
11072                         "writable": true
11073                     },
11074                     "current-device": {
11075                         "blurb": "The current PulseAudio sink device",
11076                         "conditionally-available": false,
11077                         "construct": false,
11078                         "construct-only": false,
11079                         "controllable": false,
11080                         "default": "",
11081                         "mutable": "null",
11082                         "readable": true,
11083                         "type": "gchararray",
11084                         "writable": false
11085                     },
11086                     "device": {
11087                         "blurb": "The PulseAudio sink device to connect to",
11088                         "conditionally-available": false,
11089                         "construct": false,
11090                         "construct-only": false,
11091                         "controllable": false,
11092                         "default": "NULL",
11093                         "mutable": "null",
11094                         "readable": true,
11095                         "type": "gchararray",
11096                         "writable": true
11097                     },
11098                     "device-name": {
11099                         "blurb": "Human-readable name of the sound device",
11100                         "conditionally-available": false,
11101                         "construct": false,
11102                         "construct-only": false,
11103                         "controllable": false,
11104                         "default": "NULL",
11105                         "mutable": "null",
11106                         "readable": true,
11107                         "type": "gchararray",
11108                         "writable": false
11109                     },
11110                     "mute": {
11111                         "blurb": "Mute state of this stream",
11112                         "conditionally-available": false,
11113                         "construct": false,
11114                         "construct-only": false,
11115                         "controllable": false,
11116                         "default": "false",
11117                         "mutable": "null",
11118                         "readable": true,
11119                         "type": "gboolean",
11120                         "writable": true
11121                     },
11122                     "server": {
11123                         "blurb": "The PulseAudio server to connect to",
11124                         "conditionally-available": false,
11125                         "construct": false,
11126                         "construct-only": false,
11127                         "controllable": false,
11128                         "default": "NULL",
11129                         "mutable": "null",
11130                         "readable": true,
11131                         "type": "gchararray",
11132                         "writable": true
11133                     },
11134                     "stream-properties": {
11135                         "blurb": "list of pulseaudio stream properties",
11136                         "conditionally-available": false,
11137                         "construct": false,
11138                         "construct-only": false,
11139                         "controllable": false,
11140                         "mutable": "null",
11141                         "readable": true,
11142                         "type": "GstStructure",
11143                         "writable": true
11144                     },
11145                     "volume": {
11146                         "blurb": "Linear volume of this stream, 1.0=100%%",
11147                         "conditionally-available": false,
11148                         "construct": false,
11149                         "construct-only": false,
11150                         "controllable": false,
11151                         "default": "1",
11152                         "max": "10",
11153                         "min": "0",
11154                         "mutable": "null",
11155                         "readable": true,
11156                         "type": "gdouble",
11157                         "writable": true
11158                     }
11159                 },
11160                 "rank": "primary + 10"
11161             },
11162             "pulsesrc": {
11163                 "author": "Lennart Poettering",
11164                 "description": "Captures audio from a PulseAudio server",
11165                 "hierarchy": [
11166                     "GstPulseSrc",
11167                     "GstAudioSrc",
11168                     "GstAudioBaseSrc",
11169                     "GstPushSrc",
11170                     "GstBaseSrc",
11171                     "GstElement",
11172                     "GstObject",
11173                     "GInitiallyUnowned",
11174                     "GObject"
11175                 ],
11176                 "interfaces": [
11177                     "GstStreamVolume"
11178                 ],
11179                 "klass": "Source/Audio",
11180                 "long-name": "PulseAudio Audio Source",
11181                 "pad-templates": {
11182                     "src": {
11183                         "caps": "audio/x-raw:\n         format: { S16LE, S16BE, F32LE, F32BE, S32LE, S32BE, S24LE, S24BE, S24_32LE, S24_32BE, U8 }\n         layout: interleaved\n           rate: [ 1, 384000 ]\n       channels: [ 1, 32 ]\naudio/x-alaw:\n           rate: [ 1, 384000 ]\n       channels: [ 1, 32 ]\naudio/x-mulaw:\n           rate: [ 1, 384000 ]\n       channels: [ 1, 32 ]\n",
11184                         "direction": "src",
11185                         "presence": "always"
11186                     }
11187                 },
11188                 "properties": {
11189                     "client-name": {
11190                         "blurb": "The PulseAudio client_name_to_use",
11191                         "conditionally-available": false,
11192                         "construct": false,
11193                         "construct-only": false,
11194                         "controllable": false,
11195                         "default": "gst-hotdoc-plugins-scanner",
11196                         "mutable": "ready",
11197                         "readable": true,
11198                         "type": "gchararray",
11199                         "writable": true
11200                     },
11201                     "current-device": {
11202                         "blurb": "The current PulseAudio source device",
11203                         "conditionally-available": false,
11204                         "construct": false,
11205                         "construct-only": false,
11206                         "controllable": false,
11207                         "default": "",
11208                         "mutable": "null",
11209                         "readable": true,
11210                         "type": "gchararray",
11211                         "writable": false
11212                     },
11213                     "device": {
11214                         "blurb": "The PulseAudio source device to connect to",
11215                         "conditionally-available": false,
11216                         "construct": false,
11217                         "construct-only": false,
11218                         "controllable": false,
11219                         "default": "NULL",
11220                         "mutable": "null",
11221                         "readable": true,
11222                         "type": "gchararray",
11223                         "writable": true
11224                     },
11225                     "device-name": {
11226                         "blurb": "Human-readable name of the sound device",
11227                         "conditionally-available": false,
11228                         "construct": false,
11229                         "construct-only": false,
11230                         "controllable": false,
11231                         "default": "NULL",
11232                         "mutable": "null",
11233                         "readable": true,
11234                         "type": "gchararray",
11235                         "writable": false
11236                     },
11237                     "mute": {
11238                         "blurb": "Mute state of this stream",
11239                         "conditionally-available": false,
11240                         "construct": false,
11241                         "construct-only": false,
11242                         "controllable": false,
11243                         "default": "false",
11244                         "mutable": "null",
11245                         "readable": true,
11246                         "type": "gboolean",
11247                         "writable": true
11248                     },
11249                     "server": {
11250                         "blurb": "The PulseAudio server to connect to",
11251                         "conditionally-available": false,
11252                         "construct": false,
11253                         "construct-only": false,
11254                         "controllable": false,
11255                         "default": "NULL",
11256                         "mutable": "null",
11257                         "readable": true,
11258                         "type": "gchararray",
11259                         "writable": true
11260                     },
11261                     "source-output-index": {
11262                         "blurb": "The index of the PulseAudio source output corresponding to this record stream",
11263                         "conditionally-available": false,
11264                         "construct": false,
11265                         "construct-only": false,
11266                         "controllable": false,
11267                         "default": "-1",
11268                         "max": "-1",
11269                         "min": "0",
11270                         "mutable": "null",
11271                         "readable": true,
11272                         "type": "guint",
11273                         "writable": false
11274                     },
11275                     "stream-properties": {
11276                         "blurb": "list of pulseaudio stream properties",
11277                         "conditionally-available": false,
11278                         "construct": false,
11279                         "construct-only": false,
11280                         "controllable": false,
11281                         "mutable": "null",
11282                         "readable": true,
11283                         "type": "GstStructure",
11284                         "writable": true
11285                     },
11286                     "volume": {
11287                         "blurb": "Linear volume of this stream, 1.0=100%%",
11288                         "conditionally-available": false,
11289                         "construct": false,
11290                         "construct-only": false,
11291                         "controllable": false,
11292                         "default": "1",
11293                         "max": "10",
11294                         "min": "0",
11295                         "mutable": "null",
11296                         "readable": true,
11297                         "type": "gdouble",
11298                         "writable": true
11299                     }
11300                 },
11301                 "rank": "primary + 10"
11302             }
11303         },
11304         "filename": "gstpulseaudio",
11305         "license": "LGPL",
11306         "other-types": {},
11307         "package": "GStreamer Good Plug-ins",
11308         "source": "gst-plugins-good",
11309         "tracers": {},
11310         "url": "Unknown package origin"
11311     },
11312     "qmlgl": {
11313         "description": "Qt gl plugin",
11314         "elements": {
11315             "qmlgloverlay": {
11316                 "author": "Matthew Waters <matthew@centricular.com>",
11317                 "description": "A filter that renders a QML scene onto a video stream",
11318                 "hierarchy": [
11319                     "GstQtOverlay",
11320                     "GstGLFilter",
11321                     "GstGLBaseFilter",
11322                     "GstBaseTransform",
11323                     "GstElement",
11324                     "GstObject",
11325                     "GInitiallyUnowned",
11326                     "GObject"
11327                 ],
11328                 "klass": "Filter/QML/Overlay",
11329                 "long-name": "Qt Video Overlay",
11330                 "pad-templates": {
11331                     "sink": {
11332                         "caps": "video/x-raw(ANY):\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n texture-target: 2D\n\nvideo/x-raw(memory:GLMemory):\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n texture-target: 2D\n",
11333                         "direction": "sink",
11334                         "presence": "always"
11335                     },
11336                     "src": {
11337                         "caps": "video/x-raw(memory:GLMemory):\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n texture-target: 2D\n\nvideo/x-raw(ANY):\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n texture-target: 2D\n",
11338                         "direction": "src",
11339                         "presence": "always"
11340                     }
11341                 },
11342                 "properties": {
11343                     "context": {
11344                         "blurb": "Get OpenGL context",
11345                         "conditionally-available": false,
11346                         "construct": false,
11347                         "construct-only": false,
11348                         "controllable": false,
11349                         "mutable": "null",
11350                         "readable": true,
11351                         "type": "GstGLContext",
11352                         "writable": false
11353                     },
11354                     "qml-scene": {
11355                         "blurb": "The contents of the QML scene",
11356                         "conditionally-available": false,
11357                         "construct": false,
11358                         "construct-only": false,
11359                         "controllable": false,
11360                         "default": "NULL",
11361                         "mutable": "null",
11362                         "readable": true,
11363                         "type": "gchararray",
11364                         "writable": true
11365                     },
11366                     "qos": {
11367                         "blurb": "Handle Quality-of-Service events",
11368                         "conditionally-available": false,
11369                         "construct": false,
11370                         "construct-only": false,
11371                         "controllable": false,
11372                         "default": "true",
11373                         "mutable": "null",
11374                         "readable": true,
11375                         "type": "gboolean",
11376                         "writable": true
11377                     },
11378                     "root-item": {
11379                         "blurb": "The root QQuickItem from the qml-scene used to render",
11380                         "conditionally-available": false,
11381                         "construct": false,
11382                         "construct-only": false,
11383                         "controllable": false,
11384                         "mutable": "null",
11385                         "readable": true,
11386                         "type": "gpointer",
11387                         "writable": false
11388                     },
11389                     "widget": {
11390                         "blurb": "The QQuickItem to place the input video in the object hierarchy",
11391                         "conditionally-available": false,
11392                         "construct": false,
11393                         "construct-only": false,
11394                         "controllable": false,
11395                         "mutable": "null",
11396                         "readable": true,
11397                         "type": "gpointer",
11398                         "writable": true
11399                     }
11400                 },
11401                 "rank": "none",
11402                 "signals": {
11403                     "qml-scene-destroyed": {
11404                         "args": [],
11405                         "return-type": "void",
11406                         "when": "last"
11407                     },
11408                     "qml-scene-initialized": {
11409                         "args": [],
11410                         "return-type": "void",
11411                         "when": "last"
11412                     }
11413                 }
11414             },
11415             "qmlglsink": {
11416                 "author": "Matthew Waters <matthew@centricular.com>",
11417                 "description": "A video sink that renders to a QQuickItem",
11418                 "hierarchy": [
11419                     "GstQtSink",
11420                     "GstVideoSink",
11421                     "GstBaseSink",
11422                     "GstElement",
11423                     "GstObject",
11424                     "GInitiallyUnowned",
11425                     "GObject"
11426                 ],
11427                 "interfaces": [
11428                     "GstNavigation"
11429                 ],
11430                 "klass": "Sink/Video",
11431                 "long-name": "Qt Video Sink",
11432                 "pad-templates": {
11433                     "sink": {
11434                         "caps": "video/x-raw(memory:GLMemory):\n         format: { RGB, RGBA }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n texture-target: 2D\n",
11435                         "direction": "sink",
11436                         "presence": "always"
11437                     }
11438                 },
11439                 "properties": {
11440                     "async": {
11441                         "blurb": "Go asynchronously to PAUSED",
11442                         "conditionally-available": false,
11443                         "construct": false,
11444                         "construct-only": false,
11445                         "controllable": false,
11446                         "default": "true",
11447                         "mutable": "null",
11448                         "readable": true,
11449                         "type": "gboolean",
11450                         "writable": true
11451                     },
11452                     "blocksize": {
11453                         "blurb": "Size in bytes to pull per buffer (0 = default)",
11454                         "conditionally-available": false,
11455                         "construct": false,
11456                         "construct-only": false,
11457                         "controllable": false,
11458                         "default": "4096",
11459                         "max": "-1",
11460                         "min": "0",
11461                         "mutable": "null",
11462                         "readable": true,
11463                         "type": "guint",
11464                         "writable": true
11465                     },
11466                     "enable-last-sample": {
11467                         "blurb": "Enable the last-sample property",
11468                         "conditionally-available": false,
11469                         "construct": false,
11470                         "construct-only": false,
11471                         "controllable": false,
11472                         "default": "true",
11473                         "mutable": "null",
11474                         "readable": true,
11475                         "type": "gboolean",
11476                         "writable": true
11477                     },
11478                     "force-aspect-ratio": {
11479                         "blurb": "When enabled, scaling will respect original aspect ratio",
11480                         "conditionally-available": false,
11481                         "construct": false,
11482                         "construct-only": false,
11483                         "controllable": false,
11484                         "default": "true",
11485                         "mutable": "null",
11486                         "readable": true,
11487                         "type": "gboolean",
11488                         "writable": true
11489                     },
11490                     "last-sample": {
11491                         "blurb": "The last sample received in the sink",
11492                         "conditionally-available": false,
11493                         "construct": false,
11494                         "construct-only": false,
11495                         "controllable": false,
11496                         "mutable": "null",
11497                         "readable": true,
11498                         "type": "GstSample",
11499                         "writable": false
11500                     },
11501                     "max-bitrate": {
11502                         "blurb": "The maximum bits per second to render (0 = disabled)",
11503                         "conditionally-available": false,
11504                         "construct": false,
11505                         "construct-only": false,
11506                         "controllable": false,
11507                         "default": "0",
11508                         "max": "18446744073709551615",
11509                         "min": "0",
11510                         "mutable": "null",
11511                         "readable": true,
11512                         "type": "guint64",
11513                         "writable": true
11514                     },
11515                     "max-lateness": {
11516                         "blurb": "Maximum number of nanoseconds that a buffer can be late before it is dropped (-1 unlimited)",
11517                         "conditionally-available": false,
11518                         "construct": false,
11519                         "construct-only": false,
11520                         "controllable": false,
11521                         "default": "5000000",
11522                         "max": "9223372036854775807",
11523                         "min": "-1",
11524                         "mutable": "null",
11525                         "readable": true,
11526                         "type": "gint64",
11527                         "writable": true
11528                     },
11529                     "pixel-aspect-ratio": {
11530                         "blurb": "The pixel aspect ratio of the device",
11531                         "conditionally-available": false,
11532                         "construct": false,
11533                         "construct-only": false,
11534                         "controllable": false,
11535                         "default": "0/1",
11536                         "max": "2147483647/1",
11537                         "min": "0/1",
11538                         "mutable": "null",
11539                         "readable": true,
11540                         "type": "GstFraction",
11541                         "writable": true
11542                     },
11543                     "processing-deadline": {
11544                         "blurb": "Maximum processing time for a buffer in nanoseconds",
11545                         "conditionally-available": false,
11546                         "construct": false,
11547                         "construct-only": false,
11548                         "controllable": false,
11549                         "default": "15000000",
11550                         "max": "18446744073709551615",
11551                         "min": "0",
11552                         "mutable": "null",
11553                         "readable": true,
11554                         "type": "guint64",
11555                         "writable": true
11556                     },
11557                     "qos": {
11558                         "blurb": "Generate Quality-of-Service events upstream",
11559                         "conditionally-available": false,
11560                         "construct": false,
11561                         "construct-only": false,
11562                         "controllable": false,
11563                         "default": "true",
11564                         "mutable": "null",
11565                         "readable": true,
11566                         "type": "gboolean",
11567                         "writable": true
11568                     },
11569                     "render-delay": {
11570                         "blurb": "Additional render delay of the sink in nanoseconds",
11571                         "conditionally-available": false,
11572                         "construct": false,
11573                         "construct-only": false,
11574                         "controllable": false,
11575                         "default": "0",
11576                         "max": "18446744073709551615",
11577                         "min": "0",
11578                         "mutable": "null",
11579                         "readable": true,
11580                         "type": "guint64",
11581                         "writable": true
11582                     },
11583                     "show-preroll-frame": {
11584                         "blurb": "Whether to render video frames during preroll",
11585                         "conditionally-available": false,
11586                         "construct": true,
11587                         "construct-only": false,
11588                         "controllable": false,
11589                         "default": "true",
11590                         "mutable": "null",
11591                         "readable": true,
11592                         "type": "gboolean",
11593                         "writable": true
11594                     },
11595                     "stats": {
11596                         "blurb": "Sink Statistics",
11597                         "conditionally-available": false,
11598                         "construct": false,
11599                         "construct-only": false,
11600                         "controllable": false,
11601                         "default": "application/x-gst-base-sink-stats, average-rate=(double)0, dropped=(guint64)0, rendered=(guint64)0;",
11602                         "mutable": "null",
11603                         "readable": true,
11604                         "type": "GstStructure",
11605                         "writable": false
11606                     },
11607                     "sync": {
11608                         "blurb": "Sync on the clock",
11609                         "conditionally-available": false,
11610                         "construct": false,
11611                         "construct-only": false,
11612                         "controllable": false,
11613                         "default": "true",
11614                         "mutable": "null",
11615                         "readable": true,
11616                         "type": "gboolean",
11617                         "writable": true
11618                     },
11619                     "throttle-time": {
11620                         "blurb": "The time to keep between rendered buffers (0 = disabled)",
11621                         "conditionally-available": false,
11622                         "construct": false,
11623                         "construct-only": false,
11624                         "controllable": false,
11625                         "default": "0",
11626                         "max": "18446744073709551615",
11627                         "min": "0",
11628                         "mutable": "null",
11629                         "readable": true,
11630                         "type": "guint64",
11631                         "writable": true
11632                     },
11633                     "ts-offset": {
11634                         "blurb": "Timestamp offset in nanoseconds",
11635                         "conditionally-available": false,
11636                         "construct": false,
11637                         "construct-only": false,
11638                         "controllable": false,
11639                         "default": "0",
11640                         "max": "9223372036854775807",
11641                         "min": "-9223372036854775808",
11642                         "mutable": "null",
11643                         "readable": true,
11644                         "type": "gint64",
11645                         "writable": true
11646                     },
11647                     "widget": {
11648                         "blurb": "The QQuickItem to place in the object hierarchy",
11649                         "conditionally-available": false,
11650                         "construct": false,
11651                         "construct-only": false,
11652                         "controllable": false,
11653                         "mutable": "null",
11654                         "readable": true,
11655                         "type": "gpointer",
11656                         "writable": true
11657                     }
11658                 },
11659                 "rank": "none"
11660             },
11661             "qmlglsrc": {
11662                 "author": "Multimedia Team <shmmmw@freescale.com>",
11663                 "description": "A video src that captures a window from a QML view",
11664                 "hierarchy": [
11665                     "GstQtSrc",
11666                     "GstPushSrc",
11667                     "GstBaseSrc",
11668                     "GstElement",
11669                     "GstObject",
11670                     "GInitiallyUnowned",
11671                     "GObject"
11672                 ],
11673                 "klass": "Source/Video",
11674                 "long-name": "Qt Video Source",
11675                 "pad-templates": {
11676                     "src": {
11677                         "caps": "video/x-raw(memory:GLMemory):\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n texture-target: 2D\n",
11678                         "direction": "src",
11679                         "presence": "always"
11680                     }
11681                 },
11682                 "properties": {
11683                     "blocksize": {
11684                         "blurb": "Size in bytes to read per buffer (-1 = default)",
11685                         "conditionally-available": false,
11686                         "construct": false,
11687                         "construct-only": false,
11688                         "controllable": false,
11689                         "default": "4096",
11690                         "max": "-1",
11691                         "min": "0",
11692                         "mutable": "null",
11693                         "readable": true,
11694                         "type": "guint",
11695                         "writable": true
11696                     },
11697                     "do-timestamp": {
11698                         "blurb": "Apply current stream time to buffers",
11699                         "conditionally-available": false,
11700                         "construct": false,
11701                         "construct-only": false,
11702                         "controllable": false,
11703                         "default": "false",
11704                         "mutable": "null",
11705                         "readable": true,
11706                         "type": "gboolean",
11707                         "writable": true
11708                     },
11709                     "num-buffers": {
11710                         "blurb": "Number of buffers to output before sending EOS (-1 = unlimited)",
11711                         "conditionally-available": false,
11712                         "construct": false,
11713                         "construct-only": false,
11714                         "controllable": false,
11715                         "default": "-1",
11716                         "max": "2147483647",
11717                         "min": "-1",
11718                         "mutable": "null",
11719                         "readable": true,
11720                         "type": "gint",
11721                         "writable": true
11722                     },
11723                     "typefind": {
11724                         "blurb": "Run typefind before negotiating (deprecated, non-functional)",
11725                         "conditionally-available": false,
11726                         "construct": false,
11727                         "construct-only": false,
11728                         "controllable": false,
11729                         "default": "false",
11730                         "mutable": "null",
11731                         "readable": true,
11732                         "type": "gboolean",
11733                         "writable": true
11734                     },
11735                     "use-default-fbo": {
11736                         "blurb": "When set it will not create a new FBO for the QML render thread",
11737                         "conditionally-available": false,
11738                         "construct": false,
11739                         "construct-only": false,
11740                         "controllable": false,
11741                         "default": "false",
11742                         "mutable": "null",
11743                         "readable": true,
11744                         "type": "gboolean",
11745                         "writable": true
11746                     },
11747                     "window": {
11748                         "blurb": "The QQuickWindow to place in the object hierarchy",
11749                         "conditionally-available": false,
11750                         "construct": false,
11751                         "construct-only": false,
11752                         "controllable": false,
11753                         "mutable": "null",
11754                         "readable": true,
11755                         "type": "gpointer",
11756                         "writable": true
11757                     }
11758                 },
11759                 "rank": "none"
11760             }
11761         },
11762         "filename": "gstqmlgl",
11763         "license": "LGPL",
11764         "other-types": {},
11765         "package": "GStreamer Good Plug-ins",
11766         "source": "gst-plugins-good",
11767         "tracers": {},
11768         "url": "Unknown package origin"
11769     },
11770     "replaygain": {
11771         "description": "ReplayGain volume normalization",
11772         "elements": {
11773             "rganalysis": {
11774                 "author": "René Stadler <mail@renestadler.de>",
11775                 "description": "Perform the ReplayGain analysis",
11776                 "hierarchy": [
11777                     "GstRgAnalysis",
11778                     "GstBaseTransform",
11779                     "GstElement",
11780                     "GstObject",
11781                     "GInitiallyUnowned",
11782                     "GObject"
11783                 ],
11784                 "klass": "Filter/Analyzer/Audio",
11785                 "long-name": "ReplayGain analysis",
11786                 "pad-templates": {
11787                     "sink": {
11788                         "caps": "audio/x-raw:\n         format: { F32LE, S16LE }\n         layout: interleaved\n       channels: 1\n           rate: { (int)8000, (int)11025, (int)12000, (int)16000, (int)22050, (int)24000, (int)32000, (int)44100, (int)48000 }\naudio/x-raw:\n         format: { F32LE, S16LE }\n         layout: interleaved\n       channels: 2\n   channel-mask: 0x0000000000000003\n           rate: { (int)8000, (int)11025, (int)12000, (int)16000, (int)22050, (int)24000, (int)32000, (int)44100, (int)48000 }\n",
11789                         "direction": "sink",
11790                         "presence": "always"
11791                     },
11792                     "src": {
11793                         "caps": "audio/x-raw:\n         format: { F32LE, S16LE }\n         layout: interleaved\n       channels: 1\n           rate: { (int)8000, (int)11025, (int)12000, (int)16000, (int)22050, (int)24000, (int)32000, (int)44100, (int)48000 }\naudio/x-raw:\n         format: { F32LE, S16LE }\n         layout: interleaved\n       channels: 2\n   channel-mask: 0x0000000000000003\n           rate: { (int)8000, (int)11025, (int)12000, (int)16000, (int)22050, (int)24000, (int)32000, (int)44100, (int)48000 }\n",
11794                         "direction": "src",
11795                         "presence": "always"
11796                     }
11797                 },
11798                 "properties": {
11799                     "forced": {
11800                         "blurb": "Analyze even if ReplayGain tags exist",
11801                         "conditionally-available": false,
11802                         "construct": false,
11803                         "construct-only": false,
11804                         "controllable": false,
11805                         "default": "true",
11806                         "mutable": "null",
11807                         "readable": true,
11808                         "type": "gboolean",
11809                         "writable": true
11810                     },
11811                     "message": {
11812                         "blurb": "Post statics messages",
11813                         "conditionally-available": false,
11814                         "construct": true,
11815                         "construct-only": false,
11816                         "controllable": false,
11817                         "default": "false",
11818                         "mutable": "null",
11819                         "readable": true,
11820                         "type": "gboolean",
11821                         "writable": true
11822                     },
11823                     "num-tracks": {
11824                         "blurb": "Number of remaining album tracks",
11825                         "conditionally-available": false,
11826                         "construct": false,
11827                         "construct-only": false,
11828                         "controllable": false,
11829                         "default": "0",
11830                         "max": "2147483647",
11831                         "min": "0",
11832                         "mutable": "null",
11833                         "readable": true,
11834                         "type": "gint",
11835                         "writable": true
11836                     },
11837                     "reference-level": {
11838                         "blurb": "Reference level [dB]",
11839                         "conditionally-available": false,
11840                         "construct": false,
11841                         "construct-only": false,
11842                         "controllable": false,
11843                         "default": "89",
11844                         "max": "150",
11845                         "min": "0",
11846                         "mutable": "null",
11847                         "readable": true,
11848                         "type": "gdouble",
11849                         "writable": true
11850                     }
11851                 },
11852                 "rank": "none"
11853             },
11854             "rglimiter": {
11855                 "author": "René Stadler <mail@renestadler.de>",
11856                 "description": "Apply signal compression to raw audio data",
11857                 "hierarchy": [
11858                     "GstRgLimiter",
11859                     "GstBaseTransform",
11860                     "GstElement",
11861                     "GstObject",
11862                     "GInitiallyUnowned",
11863                     "GObject"
11864                 ],
11865                 "klass": "Filter/Effect/Audio",
11866                 "long-name": "ReplayGain limiter",
11867                 "pad-templates": {
11868                     "sink": {
11869                         "caps": "audio/x-raw:\n         format: F32LE\n         layout: { (string)interleaved, (string)non-interleaved }\n       channels: [ 1, 2147483647 ]\n           rate: [ 1, 2147483647 ]\n",
11870                         "direction": "sink",
11871                         "presence": "always"
11872                     },
11873                     "src": {
11874                         "caps": "audio/x-raw:\n         format: F32LE\n         layout: { (string)interleaved, (string)non-interleaved }\n       channels: [ 1, 2147483647 ]\n           rate: [ 1, 2147483647 ]\n",
11875                         "direction": "src",
11876                         "presence": "always"
11877                     }
11878                 },
11879                 "properties": {
11880                     "enabled": {
11881                         "blurb": "Enable processing",
11882                         "conditionally-available": false,
11883                         "construct": false,
11884                         "construct-only": false,
11885                         "controllable": false,
11886                         "default": "true",
11887                         "mutable": "null",
11888                         "readable": true,
11889                         "type": "gboolean",
11890                         "writable": true
11891                     }
11892                 },
11893                 "rank": "none"
11894             },
11895             "rgvolume": {
11896                 "author": "René Stadler <mail@renestadler.de>",
11897                 "description": "Apply ReplayGain volume adjustment",
11898                 "hierarchy": [
11899                     "GstRgVolume",
11900                     "GstBin",
11901                     "GstElement",
11902                     "GstObject",
11903                     "GInitiallyUnowned",
11904                     "GObject"
11905                 ],
11906                 "interfaces": [
11907                     "GstChildProxy"
11908                 ],
11909                 "klass": "Filter/Effect/Audio",
11910                 "long-name": "ReplayGain volume",
11911                 "pad-templates": {
11912                     "sink": {
11913                         "caps": "audio/x-raw:\n         format: { F32LE, S16LE }\n         layout: { (string)interleaved, (string)non-interleaved }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
11914                         "direction": "sink",
11915                         "presence": "always"
11916                     },
11917                     "src": {
11918                         "caps": "audio/x-raw:\n         format: { F32LE, S16LE }\n         layout: { (string)interleaved, (string)non-interleaved }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
11919                         "direction": "src",
11920                         "presence": "always"
11921                     }
11922                 },
11923                 "properties": {
11924                     "album-mode": {
11925                         "blurb": "Prefer album over track gain",
11926                         "conditionally-available": false,
11927                         "construct": false,
11928                         "construct-only": false,
11929                         "controllable": false,
11930                         "default": "true",
11931                         "mutable": "null",
11932                         "readable": true,
11933                         "type": "gboolean",
11934                         "writable": true
11935                     },
11936                     "fallback-gain": {
11937                         "blurb": "Gain for streams missing tags [dB]",
11938                         "conditionally-available": false,
11939                         "construct": false,
11940                         "construct-only": false,
11941                         "controllable": false,
11942                         "default": "0",
11943                         "max": "60",
11944                         "min": "-60",
11945                         "mutable": "null",
11946                         "readable": true,
11947                         "type": "gdouble",
11948                         "writable": true
11949                     },
11950                     "headroom": {
11951                         "blurb": "Extra headroom [dB]",
11952                         "conditionally-available": false,
11953                         "construct": false,
11954                         "construct-only": false,
11955                         "controllable": false,
11956                         "default": "0",
11957                         "max": "60",
11958                         "min": "0",
11959                         "mutable": "null",
11960                         "readable": true,
11961                         "type": "gdouble",
11962                         "writable": true
11963                     },
11964                     "pre-amp": {
11965                         "blurb": "Extra gain [dB]",
11966                         "conditionally-available": false,
11967                         "construct": false,
11968                         "construct-only": false,
11969                         "controllable": false,
11970                         "default": "0",
11971                         "max": "60",
11972                         "min": "-60",
11973                         "mutable": "null",
11974                         "readable": true,
11975                         "type": "gdouble",
11976                         "writable": true
11977                     },
11978                     "result-gain": {
11979                         "blurb": "Applied gain [dB]",
11980                         "conditionally-available": false,
11981                         "construct": false,
11982                         "construct-only": false,
11983                         "controllable": false,
11984                         "default": "0",
11985                         "max": "120",
11986                         "min": "-120",
11987                         "mutable": "null",
11988                         "readable": true,
11989                         "type": "gdouble",
11990                         "writable": false
11991                     },
11992                     "target-gain": {
11993                         "blurb": "Applicable gain [dB]",
11994                         "conditionally-available": false,
11995                         "construct": false,
11996                         "construct-only": false,
11997                         "controllable": false,
11998                         "default": "0",
11999                         "max": "120",
12000                         "min": "-120",
12001                         "mutable": "null",
12002                         "readable": true,
12003                         "type": "gdouble",
12004                         "writable": false
12005                     }
12006                 },
12007                 "rank": "none"
12008             }
12009         },
12010         "filename": "gstreplaygain",
12011         "license": "LGPL",
12012         "other-types": {},
12013         "package": "GStreamer Good Plug-ins",
12014         "source": "gst-plugins-good",
12015         "tracers": {},
12016         "url": "Unknown package origin"
12017     },
12018     "rpicamsrc": {
12019         "description": "Raspberry Pi Camera Source",
12020         "elements": {
12021             "rpicamsrc": {
12022                 "author": "Jan Schmidt <jan@centricular.com>",
12023                 "description": "Raspberry Pi camera module source",
12024                 "hierarchy": [
12025                     "GstRpiCamSrc",
12026                     "GstPushSrc",
12027                     "GstBaseSrc",
12028                     "GstElement",
12029                     "GstObject",
12030                     "GInitiallyUnowned",
12031                     "GObject"
12032                 ],
12033                 "interfaces": [
12034                     "GstColorBalance",
12035                     "GstVideoDirection",
12036                     "GstVideoOrientation"
12037                 ],
12038                 "klass": "Source/Video",
12039                 "long-name": "Raspberry Pi Camera Source",
12040                 "pad-templates": {
12041                     "src": {
12042                         "caps": "video/x-h264:\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n  stream-format: byte-stream\n      alignment: nal\n        profile: { (string)constrained-baseline, (string)baseline, (string)main, (string)high }\nimage/jpeg:\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: { I420, RGB, BGR, RGBA }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
12043                         "direction": "src",
12044                         "presence": "always"
12045                     }
12046                 },
12047                 "properties": {
12048                     "annotation-mode": {
12049                         "blurb": "Flags to control annotation of the output video",
12050                         "conditionally-available": false,
12051                         "construct": false,
12052                         "construct-only": false,
12053                         "controllable": false,
12054                         "default": "(none)",
12055                         "mutable": "null",
12056                         "readable": true,
12057                         "type": "GstRpiCamSrcAnnotationMode",
12058                         "writable": true
12059                     },
12060                     "annotation-text": {
12061                         "blurb": "Text string to annotate onto video when annotation-mode flags include 'custom-text'",
12062                         "conditionally-available": false,
12063                         "construct": false,
12064                         "construct-only": false,
12065                         "controllable": false,
12066                         "default": "",
12067                         "mutable": "null",
12068                         "readable": true,
12069                         "type": "gchararray",
12070                         "writable": true
12071                     },
12072                     "annotation-text-bg-colour": {
12073                         "blurb": "Set the annotation text background colour, as the integer corresponding to a VUY value eg 0x8080FF = 8421631, -1 for default",
12074                         "conditionally-available": false,
12075                         "construct": false,
12076                         "construct-only": false,
12077                         "controllable": false,
12078                         "default": "-1",
12079                         "max": "2147483647",
12080                         "min": "-1",
12081                         "mutable": "null",
12082                         "readable": true,
12083                         "type": "gint",
12084                         "writable": true
12085                     },
12086                     "annotation-text-colour": {
12087                         "blurb": "Set the annotation text colour, as the integer corresponding to a VUY value eg 0x8080FF = 8421631, -1 for default",
12088                         "conditionally-available": false,
12089                         "construct": false,
12090                         "construct-only": false,
12091                         "controllable": false,
12092                         "default": "-1",
12093                         "max": "2147483647",
12094                         "min": "-1",
12095                         "mutable": "null",
12096                         "readable": true,
12097                         "type": "gint",
12098                         "writable": true
12099                     },
12100                     "annotation-text-size": {
12101                         "blurb": "Set the size of annotation text (in pixels) (0 = Auto)",
12102                         "conditionally-available": false,
12103                         "construct": false,
12104                         "construct-only": false,
12105                         "controllable": false,
12106                         "default": "0",
12107                         "max": "2147483647",
12108                         "min": "0",
12109                         "mutable": "null",
12110                         "readable": true,
12111                         "type": "gint",
12112                         "writable": true
12113                     },
12114                     "awb-gain-blue": {
12115                         "blurb": "Manual AWB Gain for blue channel when awb-mode=off",
12116                         "conditionally-available": false,
12117                         "construct": false,
12118                         "construct-only": false,
12119                         "controllable": false,
12120                         "default": "0",
12121                         "max": "8",
12122                         "min": "0",
12123                         "mutable": "null",
12124                         "readable": true,
12125                         "type": "gfloat",
12126                         "writable": true
12127                     },
12128                     "awb-gain-red": {
12129                         "blurb": "Manual AWB Gain for red channel when awb-mode=off",
12130                         "conditionally-available": false,
12131                         "construct": false,
12132                         "construct-only": false,
12133                         "controllable": false,
12134                         "default": "0",
12135                         "max": "8",
12136                         "min": "0",
12137                         "mutable": "null",
12138                         "readable": true,
12139                         "type": "gfloat",
12140                         "writable": true
12141                     },
12142                     "awb-mode": {
12143                         "blurb": "White Balance mode",
12144                         "conditionally-available": false,
12145                         "construct": false,
12146                         "construct-only": false,
12147                         "controllable": false,
12148                         "default": "auto (1)",
12149                         "mutable": "null",
12150                         "readable": true,
12151                         "type": "GstRpiCamSrcAWBMode",
12152                         "writable": true
12153                     },
12154                     "bitrate": {
12155                         "blurb": "Bitrate for encoding. 0 for VBR using quantisation-parameter",
12156                         "conditionally-available": false,
12157                         "construct": false,
12158                         "construct-only": false,
12159                         "controllable": false,
12160                         "default": "17000000",
12161                         "max": "25000000",
12162                         "min": "0",
12163                         "mutable": "null",
12164                         "readable": true,
12165                         "type": "gint",
12166                         "writable": true
12167                     },
12168                     "brightness": {
12169                         "blurb": "Image capture brightness",
12170                         "conditionally-available": false,
12171                         "construct": false,
12172                         "construct-only": false,
12173                         "controllable": false,
12174                         "default": "50",
12175                         "max": "100",
12176                         "min": "0",
12177                         "mutable": "null",
12178                         "readable": true,
12179                         "type": "gint",
12180                         "writable": true
12181                     },
12182                     "camera-number": {
12183                         "blurb": "Which camera to use on a multi-camera system - 0 or 1",
12184                         "conditionally-available": false,
12185                         "construct": false,
12186                         "construct-only": false,
12187                         "controllable": false,
12188                         "default": "0",
12189                         "max": "1",
12190                         "min": "0",
12191                         "mutable": "null",
12192                         "readable": true,
12193                         "type": "gint",
12194                         "writable": true
12195                     },
12196                     "contrast": {
12197                         "blurb": "Image capture contrast",
12198                         "conditionally-available": false,
12199                         "construct": false,
12200                         "construct-only": false,
12201                         "controllable": false,
12202                         "default": "0",
12203                         "max": "100",
12204                         "min": "-100",
12205                         "mutable": "null",
12206                         "readable": true,
12207                         "type": "gint",
12208                         "writable": true
12209                     },
12210                     "drc": {
12211                         "blurb": "Dynamic Range Control level",
12212                         "conditionally-available": false,
12213                         "construct": false,
12214                         "construct-only": false,
12215                         "controllable": false,
12216                         "default": "off (0)",
12217                         "mutable": "null",
12218                         "readable": true,
12219                         "type": "GstRpiCamSrcDRCLevel",
12220                         "writable": true
12221                     },
12222                     "exposure-compensation": {
12223                         "blurb": "Exposure Value compensation",
12224                         "conditionally-available": false,
12225                         "construct": false,
12226                         "construct-only": false,
12227                         "controllable": false,
12228                         "default": "0",
12229                         "max": "10",
12230                         "min": "-10",
12231                         "mutable": "null",
12232                         "readable": true,
12233                         "type": "gint",
12234                         "writable": true
12235                     },
12236                     "exposure-mode": {
12237                         "blurb": "Camera exposure mode to use",
12238                         "conditionally-available": false,
12239                         "construct": false,
12240                         "construct-only": false,
12241                         "controllable": false,
12242                         "default": "auto (1)",
12243                         "mutable": "null",
12244                         "readable": true,
12245                         "type": "GstRpiCamSrcExposureMode",
12246                         "writable": true
12247                     },
12248                     "fullscreen": {
12249                         "blurb": "Display preview window full screen",
12250                         "conditionally-available": false,
12251                         "construct": false,
12252                         "construct-only": false,
12253                         "controllable": false,
12254                         "default": "true",
12255                         "mutable": "null",
12256                         "readable": true,
12257                         "type": "gboolean",
12258                         "writable": true
12259                     },
12260                     "hflip": {
12261                         "blurb": "Flip capture horizontally",
12262                         "conditionally-available": false,
12263                         "construct": false,
12264                         "construct-only": false,
12265                         "controllable": false,
12266                         "default": "false",
12267                         "mutable": "null",
12268                         "readable": true,
12269                         "type": "gboolean",
12270                         "writable": true
12271                     },
12272                     "image-effect": {
12273                         "blurb": "Visual FX to apply to the image",
12274                         "conditionally-available": false,
12275                         "construct": false,
12276                         "construct-only": false,
12277                         "controllable": false,
12278                         "default": "none (0)",
12279                         "mutable": "null",
12280                         "readable": true,
12281                         "type": "GstRpiCamSrcImageEffect",
12282                         "writable": true
12283                     },
12284                     "inline-headers": {
12285                         "blurb": "Set to TRUE to insert SPS/PPS before each IDR packet",
12286                         "conditionally-available": false,
12287                         "construct": false,
12288                         "construct-only": false,
12289                         "controllable": false,
12290                         "default": "false",
12291                         "mutable": "null",
12292                         "readable": true,
12293                         "type": "gboolean",
12294                         "writable": true
12295                     },
12296                     "intra-refresh-type": {
12297                         "blurb": "Type of Intra Refresh to use, -1 to disable intra refresh",
12298                         "conditionally-available": false,
12299                         "construct": false,
12300                         "construct-only": false,
12301                         "controllable": false,
12302                         "default": "none (-1)",
12303                         "mutable": "null",
12304                         "readable": true,
12305                         "type": "GstRpiCamSrcIntraRefreshType",
12306                         "writable": true
12307                     },
12308                     "iso": {
12309                         "blurb": "ISO value to use (0 = Auto)",
12310                         "conditionally-available": false,
12311                         "construct": false,
12312                         "construct-only": false,
12313                         "controllable": false,
12314                         "default": "0",
12315                         "max": "3200",
12316                         "min": "0",
12317                         "mutable": "null",
12318                         "readable": true,
12319                         "type": "gint",
12320                         "writable": true
12321                     },
12322                     "keyframe-interval": {
12323                         "blurb": "Interval (in frames) between I frames. -1 = automatic, 0 = single-keyframe",
12324                         "conditionally-available": false,
12325                         "construct": false,
12326                         "construct-only": false,
12327                         "controllable": false,
12328                         "default": "-1",
12329                         "max": "2147483647",
12330                         "min": "-1",
12331                         "mutable": "null",
12332                         "readable": true,
12333                         "type": "gint",
12334                         "writable": true
12335                     },
12336                     "metering-mode": {
12337                         "blurb": "Camera exposure metering mode to use",
12338                         "conditionally-available": false,
12339                         "construct": false,
12340                         "construct-only": false,
12341                         "controllable": false,
12342                         "default": "average (0)",
12343                         "mutable": "null",
12344                         "readable": true,
12345                         "type": "GstRpiCamSrcExposureMeteringMode",
12346                         "writable": true
12347                     },
12348                     "preview": {
12349                         "blurb": "Display preview window overlay",
12350                         "conditionally-available": false,
12351                         "construct": false,
12352                         "construct-only": false,
12353                         "controllable": false,
12354                         "default": "true",
12355                         "mutable": "null",
12356                         "readable": true,
12357                         "type": "gboolean",
12358                         "writable": true
12359                     },
12360                     "preview-encoded": {
12361                         "blurb": "Display encoder output in the preview",
12362                         "conditionally-available": false,
12363                         "construct": false,
12364                         "construct-only": false,
12365                         "controllable": false,
12366                         "default": "true",
12367                         "mutable": "null",
12368                         "readable": true,
12369                         "type": "gboolean",
12370                         "writable": true
12371                     },
12372                     "preview-h": {
12373                         "blurb": "Height of the preview window (in pixels)",
12374                         "conditionally-available": false,
12375                         "construct": false,
12376                         "construct-only": false,
12377                         "controllable": false,
12378                         "default": "768",
12379                         "max": "2048",
12380                         "min": "0",
12381                         "mutable": "null",
12382                         "readable": true,
12383                         "type": "gint",
12384                         "writable": true
12385                     },
12386                     "preview-opacity": {
12387                         "blurb": "Opacity to use for the preview window",
12388                         "conditionally-available": false,
12389                         "construct": false,
12390                         "construct-only": false,
12391                         "controllable": false,
12392                         "default": "255",
12393                         "max": "255",
12394                         "min": "0",
12395                         "mutable": "null",
12396                         "readable": true,
12397                         "type": "gint",
12398                         "writable": true
12399                     },
12400                     "preview-w": {
12401                         "blurb": "Width of the preview window (in pixels)",
12402                         "conditionally-available": false,
12403                         "construct": false,
12404                         "construct-only": false,
12405                         "controllable": false,
12406                         "default": "1024",
12407                         "max": "2048",
12408                         "min": "0",
12409                         "mutable": "null",
12410                         "readable": true,
12411                         "type": "gint",
12412                         "writable": true
12413                     },
12414                     "preview-x": {
12415                         "blurb": "Start X coordinate of the preview window (in pixels)",
12416                         "conditionally-available": false,
12417                         "construct": false,
12418                         "construct-only": false,
12419                         "controllable": false,
12420                         "default": "0",
12421                         "max": "2048",
12422                         "min": "0",
12423                         "mutable": "null",
12424                         "readable": true,
12425                         "type": "gint",
12426                         "writable": true
12427                     },
12428                     "preview-y": {
12429                         "blurb": "Start Y coordinate of the preview window (in pixels)",
12430                         "conditionally-available": false,
12431                         "construct": false,
12432                         "construct-only": false,
12433                         "controllable": false,
12434                         "default": "0",
12435                         "max": "2048",
12436                         "min": "0",
12437                         "mutable": "null",
12438                         "readable": true,
12439                         "type": "gint",
12440                         "writable": true
12441                     },
12442                     "quantisation-parameter": {
12443                         "blurb": "Set a Quantisation Parameter approx 10-40 with bitrate=0 for VBR encoding. 0 = off",
12444                         "conditionally-available": false,
12445                         "construct": false,
12446                         "construct-only": false,
12447                         "controllable": false,
12448                         "default": "0",
12449                         "max": "2147483647",
12450                         "min": "0",
12451                         "mutable": "null",
12452                         "readable": true,
12453                         "type": "gint",
12454                         "writable": true
12455                     },
12456                     "roi-h": {
12457                         "blurb": "Normalised region-of-interest H coord",
12458                         "conditionally-available": false,
12459                         "construct": false,
12460                         "construct-only": false,
12461                         "controllable": false,
12462                         "default": "1",
12463                         "max": "1",
12464                         "min": "0",
12465                         "mutable": "null",
12466                         "readable": true,
12467                         "type": "gfloat",
12468                         "writable": true
12469                     },
12470                     "roi-w": {
12471                         "blurb": "Normalised region-of-interest W coord",
12472                         "conditionally-available": false,
12473                         "construct": false,
12474                         "construct-only": false,
12475                         "controllable": false,
12476                         "default": "1",
12477                         "max": "1",
12478                         "min": "0",
12479                         "mutable": "null",
12480                         "readable": true,
12481                         "type": "gfloat",
12482                         "writable": true
12483                     },
12484                     "roi-x": {
12485                         "blurb": "Normalised region-of-interest X coord",
12486                         "conditionally-available": false,
12487                         "construct": false,
12488                         "construct-only": false,
12489                         "controllable": false,
12490                         "default": "0",
12491                         "max": "1",
12492                         "min": "0",
12493                         "mutable": "null",
12494                         "readable": true,
12495                         "type": "gfloat",
12496                         "writable": true
12497                     },
12498                     "roi-y": {
12499                         "blurb": "Normalised region-of-interest Y coord",
12500                         "conditionally-available": false,
12501                         "construct": false,
12502                         "construct-only": false,
12503                         "controllable": false,
12504                         "default": "0",
12505                         "max": "1",
12506                         "min": "0",
12507                         "mutable": "null",
12508                         "readable": true,
12509                         "type": "gfloat",
12510                         "writable": true
12511                     },
12512                     "rotation": {
12513                         "blurb": "Rotate captured image (0, 90, 180, 270 degrees)",
12514                         "conditionally-available": false,
12515                         "construct": false,
12516                         "construct-only": false,
12517                         "controllable": false,
12518                         "default": "0",
12519                         "max": "270",
12520                         "min": "0",
12521                         "mutable": "null",
12522                         "readable": true,
12523                         "type": "gint",
12524                         "writable": true
12525                     },
12526                     "saturation": {
12527                         "blurb": "Image capture saturation",
12528                         "conditionally-available": false,
12529                         "construct": false,
12530                         "construct-only": false,
12531                         "controllable": false,
12532                         "default": "0",
12533                         "max": "100",
12534                         "min": "-100",
12535                         "mutable": "null",
12536                         "readable": true,
12537                         "type": "gint",
12538                         "writable": true
12539                     },
12540                     "sensor-mode": {
12541                         "blurb": "Manually set the camera sensor mode",
12542                         "conditionally-available": false,
12543                         "construct": false,
12544                         "construct-only": false,
12545                         "controllable": false,
12546                         "default": "automatic (0)",
12547                         "mutable": "null",
12548                         "readable": true,
12549                         "type": "GstRpiCamSrcSensorMode",
12550                         "writable": true
12551                     },
12552                     "sharpness": {
12553                         "blurb": "Image capture sharpness",
12554                         "conditionally-available": false,
12555                         "construct": false,
12556                         "construct-only": false,
12557                         "controllable": false,
12558                         "default": "0",
12559                         "max": "100",
12560                         "min": "-100",
12561                         "mutable": "null",
12562                         "readable": true,
12563                         "type": "gint",
12564                         "writable": true
12565                     },
12566                     "shutter-speed": {
12567                         "blurb": "Set a fixed shutter speed, in microseconds. (0 = Auto)",
12568                         "conditionally-available": false,
12569                         "construct": false,
12570                         "construct-only": false,
12571                         "controllable": false,
12572                         "default": "0",
12573                         "max": "6000000",
12574                         "min": "0",
12575                         "mutable": "null",
12576                         "readable": true,
12577                         "type": "gint",
12578                         "writable": true
12579                     },
12580                     "use-stc": {
12581                         "blurb": "Use the camera STC for timestamping buffers",
12582                         "conditionally-available": false,
12583                         "construct": false,
12584                         "construct-only": false,
12585                         "controllable": false,
12586                         "default": "true",
12587                         "mutable": "null",
12588                         "readable": true,
12589                         "type": "gboolean",
12590                         "writable": true
12591                     },
12592                     "vflip": {
12593                         "blurb": "Flip capture vertically",
12594                         "conditionally-available": false,
12595                         "construct": false,
12596                         "construct-only": false,
12597                         "controllable": false,
12598                         "default": "false",
12599                         "mutable": "null",
12600                         "readable": true,
12601                         "type": "gboolean",
12602                         "writable": true
12603                     },
12604                     "video-stabilisation": {
12605                         "blurb": "Enable or disable video stabilisation",
12606                         "conditionally-available": false,
12607                         "construct": false,
12608                         "construct-only": false,
12609                         "controllable": false,
12610                         "default": "false",
12611                         "mutable": "null",
12612                         "readable": true,
12613                         "type": "gboolean",
12614                         "writable": true
12615                     }
12616                 },
12617                 "rank": "none"
12618             }
12619         },
12620         "filename": "gstrpicamsrc",
12621         "license": "LGPL",
12622         "other-types": {
12623             "GstRpiCamSrcAWBMode": {
12624                 "kind": "enum",
12625                 "values": [
12626                     {
12627                         "desc": "GST_RPI_CAM_SRC_AWB_MODE_OFF",
12628                         "name": "off",
12629                         "value": "0"
12630                     },
12631                     {
12632                         "desc": "GST_RPI_CAM_SRC_AWB_MODE_AUTO",
12633                         "name": "auto",
12634                         "value": "1"
12635                     },
12636                     {
12637                         "desc": "GST_RPI_CAM_SRC_AWB_MODE_SUNLIGHT",
12638                         "name": "sunlight",
12639                         "value": "2"
12640                     },
12641                     {
12642                         "desc": "GST_RPI_CAM_SRC_AWB_MODE_CLOUDY",
12643                         "name": "cloudy",
12644                         "value": "3"
12645                     },
12646                     {
12647                         "desc": "GST_RPI_CAM_SRC_AWB_MODE_SHADE",
12648                         "name": "shade",
12649                         "value": "4"
12650                     },
12651                     {
12652                         "desc": "GST_RPI_CAM_SRC_AWB_MODE_TUNGSTEN",
12653                         "name": "tungsten",
12654                         "value": "5"
12655                     },
12656                     {
12657                         "desc": "GST_RPI_CAM_SRC_AWB_MODE_FLUORESCENT",
12658                         "name": "fluorescent",
12659                         "value": "6"
12660                     },
12661                     {
12662                         "desc": "GST_RPI_CAM_SRC_AWB_MODE_INCANDESCENT",
12663                         "name": "incandescent",
12664                         "value": "7"
12665                     },
12666                     {
12667                         "desc": "GST_RPI_CAM_SRC_AWB_MODE_FLASH",
12668                         "name": "flash",
12669                         "value": "8"
12670                     },
12671                     {
12672                         "desc": "GST_RPI_CAM_SRC_AWB_MODE_HORIZON",
12673                         "name": "horizon",
12674                         "value": "9"
12675                     }
12676                 ]
12677             },
12678             "GstRpiCamSrcAnnotationMode": {
12679                 "kind": "flags",
12680                 "values": [
12681                     {
12682                         "desc": "GST_RPI_CAM_SRC_ANNOTATION_MODE_CUSTOM_TEXT",
12683                         "name": "custom-text",
12684                         "value": "0x00000001"
12685                     },
12686                     {
12687                         "desc": "GST_RPI_CAM_SRC_ANNOTATION_MODE_TEXT",
12688                         "name": "text",
12689                         "value": "0x00000002"
12690                     },
12691                     {
12692                         "desc": "GST_RPI_CAM_SRC_ANNOTATION_MODE_DATE",
12693                         "name": "date",
12694                         "value": "0x00000004"
12695                     },
12696                     {
12697                         "desc": "GST_RPI_CAM_SRC_ANNOTATION_MODE_TIME",
12698                         "name": "time",
12699                         "value": "0x00000008"
12700                     },
12701                     {
12702                         "desc": "GST_RPI_CAM_SRC_ANNOTATION_MODE_SHUTTER_SETTINGS",
12703                         "name": "shutter-settings",
12704                         "value": "0x00000010"
12705                     },
12706                     {
12707                         "desc": "GST_RPI_CAM_SRC_ANNOTATION_MODE_CAF_SETTINGS",
12708                         "name": "caf-settings",
12709                         "value": "0x00000020"
12710                     },
12711                     {
12712                         "desc": "GST_RPI_CAM_SRC_ANNOTATION_MODE_GAIN_SETTINGS",
12713                         "name": "gain-settings",
12714                         "value": "0x00000040"
12715                     },
12716                     {
12717                         "desc": "GST_RPI_CAM_SRC_ANNOTATION_MODE_LENS_SETTINGS",
12718                         "name": "lens-settings",
12719                         "value": "0x00000080"
12720                     },
12721                     {
12722                         "desc": "GST_RPI_CAM_SRC_ANNOTATION_MODE_MOTION_SETTINGS",
12723                         "name": "motion-settings",
12724                         "value": "0x00000100"
12725                     },
12726                     {
12727                         "desc": "GST_RPI_CAM_SRC_ANNOTATION_MODE_FRAME_NUMBER",
12728                         "name": "frame-number",
12729                         "value": "0x00000200"
12730                     },
12731                     {
12732                         "desc": "GST_RPI_CAM_SRC_ANNOTATION_MODE_BLACK_BACKGROUND",
12733                         "name": "black-background",
12734                         "value": "0x00000400"
12735                     }
12736                 ]
12737             },
12738             "GstRpiCamSrcDRCLevel": {
12739                 "kind": "enum",
12740                 "values": [
12741                     {
12742                         "desc": "GST_RPI_CAM_SRC_DRC_LEVEL_OFF",
12743                         "name": "off",
12744                         "value": "0"
12745                     },
12746                     {
12747                         "desc": "GST_RPI_CAM_SRC_DRC_LEVEL_LOW",
12748                         "name": "low",
12749                         "value": "1"
12750                     },
12751                     {
12752                         "desc": "GST_RPI_CAM_SRC_DRC_LEVEL_MEDIUM",
12753                         "name": "medium",
12754                         "value": "2"
12755                     },
12756                     {
12757                         "desc": "GST_RPI_CAM_SRC_DRC_LEVEL_HIGH",
12758                         "name": "high",
12759                         "value": "3"
12760                     }
12761                 ]
12762             },
12763             "GstRpiCamSrcExposureMeteringMode": {
12764                 "kind": "enum",
12765                 "values": [
12766                     {
12767                         "desc": "GST_RPI_CAM_SRC_EXPOSURE_METERING_MODE_AVERAGE",
12768                         "name": "average",
12769                         "value": "0"
12770                     },
12771                     {
12772                         "desc": "GST_RPI_CAM_SRC_EXPOSURE_METERING_MODE_SPOT",
12773                         "name": "spot",
12774                         "value": "1"
12775                     },
12776                     {
12777                         "desc": "GST_RPI_CAM_SRC_EXPOSURE_METERING_MODE_BACKLIST",
12778                         "name": "backlist",
12779                         "value": "2"
12780                     },
12781                     {
12782                         "desc": "GST_RPI_CAM_SRC_EXPOSURE_METERING_MODE_MATRIX",
12783                         "name": "matrix",
12784                         "value": "3"
12785                     }
12786                 ]
12787             },
12788             "GstRpiCamSrcExposureMode": {
12789                 "kind": "enum",
12790                 "values": [
12791                     {
12792                         "desc": "GST_RPI_CAM_SRC_EXPOSURE_MODE_OFF",
12793                         "name": "off",
12794                         "value": "0"
12795                     },
12796                     {
12797                         "desc": "GST_RPI_CAM_SRC_EXPOSURE_MODE_AUTO",
12798                         "name": "auto",
12799                         "value": "1"
12800                     },
12801                     {
12802                         "desc": "GST_RPI_CAM_SRC_EXPOSURE_MODE_NIGHT",
12803                         "name": "night",
12804                         "value": "2"
12805                     },
12806                     {
12807                         "desc": "GST_RPI_CAM_SRC_EXPOSURE_MODE_NIGHTPREVIEW",
12808                         "name": "nightpreview",
12809                         "value": "3"
12810                     },
12811                     {
12812                         "desc": "GST_RPI_CAM_SRC_EXPOSURE_MODE_BACKLIGHT",
12813                         "name": "backlight",
12814                         "value": "4"
12815                     },
12816                     {
12817                         "desc": "GST_RPI_CAM_SRC_EXPOSURE_MODE_SPOTLIGHT",
12818                         "name": "spotlight",
12819                         "value": "5"
12820                     },
12821                     {
12822                         "desc": "GST_RPI_CAM_SRC_EXPOSURE_MODE_SPORTS",
12823                         "name": "sports",
12824                         "value": "6"
12825                     },
12826                     {
12827                         "desc": "GST_RPI_CAM_SRC_EXPOSURE_MODE_SNOW",
12828                         "name": "snow",
12829                         "value": "7"
12830                     },
12831                     {
12832                         "desc": "GST_RPI_CAM_SRC_EXPOSURE_MODE_BEACH",
12833                         "name": "beach",
12834                         "value": "8"
12835                     },
12836                     {
12837                         "desc": "GST_RPI_CAM_SRC_EXPOSURE_MODE_VERYLONG",
12838                         "name": "verylong",
12839                         "value": "9"
12840                     },
12841                     {
12842                         "desc": "GST_RPI_CAM_SRC_EXPOSURE_MODE_FIXEDFPS",
12843                         "name": "fixedfps",
12844                         "value": "10"
12845                     },
12846                     {
12847                         "desc": "GST_RPI_CAM_SRC_EXPOSURE_MODE_ANTISHAKE",
12848                         "name": "antishake",
12849                         "value": "11"
12850                     },
12851                     {
12852                         "desc": "GST_RPI_CAM_SRC_EXPOSURE_MODE_FIREWORKS",
12853                         "name": "fireworks",
12854                         "value": "12"
12855                     }
12856                 ]
12857             },
12858             "GstRpiCamSrcImageEffect": {
12859                 "kind": "enum",
12860                 "values": [
12861                     {
12862                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_NONE",
12863                         "name": "none",
12864                         "value": "0"
12865                     },
12866                     {
12867                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_NEGATIVE",
12868                         "name": "negative",
12869                         "value": "1"
12870                     },
12871                     {
12872                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_SOLARIZE",
12873                         "name": "solarize",
12874                         "value": "2"
12875                     },
12876                     {
12877                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_POSTERIZE",
12878                         "name": "posterize",
12879                         "value": "3"
12880                     },
12881                     {
12882                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_WHITEBOARD",
12883                         "name": "whiteboard",
12884                         "value": "4"
12885                     },
12886                     {
12887                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_BLACKBOARD",
12888                         "name": "blackboard",
12889                         "value": "5"
12890                     },
12891                     {
12892                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_SKETCH",
12893                         "name": "sketch",
12894                         "value": "6"
12895                     },
12896                     {
12897                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_DENOISE",
12898                         "name": "denoise",
12899                         "value": "7"
12900                     },
12901                     {
12902                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_EMBOSS",
12903                         "name": "emboss",
12904                         "value": "8"
12905                     },
12906                     {
12907                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_OILPAINT",
12908                         "name": "oilpaint",
12909                         "value": "9"
12910                     },
12911                     {
12912                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_HATCH",
12913                         "name": "hatch",
12914                         "value": "10"
12915                     },
12916                     {
12917                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_GPEN",
12918                         "name": "gpen",
12919                         "value": "11"
12920                     },
12921                     {
12922                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_PASTEL",
12923                         "name": "pastel",
12924                         "value": "12"
12925                     },
12926                     {
12927                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_WATERCOLOUR",
12928                         "name": "watercolour",
12929                         "value": "13"
12930                     },
12931                     {
12932                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_FILM",
12933                         "name": "film",
12934                         "value": "14"
12935                     },
12936                     {
12937                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_BLUR",
12938                         "name": "blur",
12939                         "value": "15"
12940                     },
12941                     {
12942                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_SATURATION",
12943                         "name": "saturation",
12944                         "value": "16"
12945                     },
12946                     {
12947                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_COLOURSWAP",
12948                         "name": "colourswap",
12949                         "value": "17"
12950                     },
12951                     {
12952                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_WASHEDOUT",
12953                         "name": "washedout",
12954                         "value": "18"
12955                     },
12956                     {
12957                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_POSTERISE",
12958                         "name": "posterise",
12959                         "value": "19"
12960                     },
12961                     {
12962                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_COLOURPOINT",
12963                         "name": "colourpoint",
12964                         "value": "20"
12965                     },
12966                     {
12967                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_COLOURBALANCE",
12968                         "name": "colourbalance",
12969                         "value": "21"
12970                     },
12971                     {
12972                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_CARTOON",
12973                         "name": "cartoon",
12974                         "value": "22"
12975                     }
12976                 ]
12977             },
12978             "GstRpiCamSrcIntraRefreshType": {
12979                 "kind": "enum",
12980                 "values": [
12981                     {
12982                         "desc": "GST_RPI_CAM_SRC_INTRA_REFRESH_TYPE_NONE",
12983                         "name": "none",
12984                         "value": "-1"
12985                     },
12986                     {
12987                         "desc": "GST_RPI_CAM_SRC_INTRA_REFRESH_TYPE_CYCLIC",
12988                         "name": "cyclic",
12989                         "value": "0"
12990                     },
12991                     {
12992                         "desc": "GST_RPI_CAM_SRC_INTRA_REFRESH_TYPE_ADAPTIVE",
12993                         "name": "adaptive",
12994                         "value": "1"
12995                     },
12996                     {
12997                         "desc": "GST_RPI_CAM_SRC_INTRA_REFRESH_TYPE_BOTH",
12998                         "name": "both",
12999                         "value": "2"
13000                     },
13001                     {
13002                         "desc": "GST_RPI_CAM_SRC_INTRA_REFRESH_TYPE_CYCLIC_ROWS",
13003                         "name": "cyclic-rows",
13004                         "value": "2130706433"
13005                     }
13006                 ]
13007             },
13008             "GstRpiCamSrcSensorMode": {
13009                 "kind": "enum",
13010                 "values": [
13011                     {
13012                         "desc": "Automatic",
13013                         "name": "automatic",
13014                         "value": "0"
13015                     },
13016                     {
13017                         "desc": "1920x1080 16:9 1-30fps",
13018                         "name": "1920x1080",
13019                         "value": "1"
13020                     },
13021                     {
13022                         "desc": "2592x1944 4:3 1-15fps / 3240x2464 15fps w/ v.2 board",
13023                         "name": "2592x1944-fast",
13024                         "value": "2"
13025                     },
13026                     {
13027                         "desc": "2592x1944 4:3 0.1666-1fps / 3240x2464 15fps w/ v.2 board",
13028                         "name": "2592x1944-slow",
13029                         "value": "3"
13030                     },
13031                     {
13032                         "desc": "1296x972 4:3 1-42fps",
13033                         "name": "1296x972",
13034                         "value": "4"
13035                     },
13036                     {
13037                         "desc": "1296x730 16:9 1-49fps",
13038                         "name": "1296x730",
13039                         "value": "5"
13040                     },
13041                     {
13042                         "desc": "640x480 4:3 42.1-60fps",
13043                         "name": "640x480-slow",
13044                         "value": "6"
13045                     },
13046                     {
13047                         "desc": "640x480 4:3 60.1-90fps",
13048                         "name": "640x480-fast",
13049                         "value": "7"
13050                     }
13051                 ]
13052             }
13053         },
13054         "package": "GStreamer Good Plug-ins",
13055         "source": "gst-plugins-good",
13056         "tracers": {},
13057         "url": "Unknown package origin"
13058     },
13059     "rtp": {
13060         "description": "Real-time protocol plugins",
13061         "elements": {
13062             "asteriskh263": {
13063                 "author": "Neil Stratford <neils@vipadia.com>",
13064                 "description": "Extracts H263 video from RTP and encodes in Asterisk H263 format",
13065                 "hierarchy": [
13066                     "GstAsteriskh263",
13067                     "GstElement",
13068                     "GstObject",
13069                     "GInitiallyUnowned",
13070                     "GObject"
13071                 ],
13072                 "klass": "Codec/Depayloader/Network/RTP",
13073                 "long-name": "RTP Asterisk H263 depayloader",
13074                 "pad-templates": {
13075                     "sink": {
13076                         "caps": "application/x-rtp:\n          media: video\n        payload: [ 96, 127 ]\n     clock-rate: 90000\n  encoding-name: H263-1998\n",
13077                         "direction": "sink",
13078                         "presence": "always"
13079                     },
13080                     "src": {
13081                         "caps": "application/x-asteriskh263:\n",
13082                         "direction": "src",
13083                         "presence": "always"
13084                     }
13085                 },
13086                 "rank": "none"
13087             },
13088             "rtpL16depay": {
13089                 "author": "Zeeshan Ali <zak147@yahoo.com>,Wim Taymans <wim.taymans@gmail.com>",
13090                 "description": "Extracts raw audio from RTP packets",
13091                 "hierarchy": [
13092                     "GstRtpL16Depay",
13093                     "GstRTPBaseDepayload",
13094                     "GstElement",
13095                     "GstObject",
13096                     "GInitiallyUnowned",
13097                     "GObject"
13098                 ],
13099                 "klass": "Codec/Depayloader/Network/RTP",
13100                 "long-name": "RTP audio depayloader",
13101                 "pad-templates": {
13102                     "sink": {
13103                         "caps": "application/x-rtp:\n          media: audio\n     clock-rate: [ 1, 2147483647 ]\n  encoding-name: L16\napplication/x-rtp:\n          media: audio\n        payload: { (int)10, (int)11 }\n     clock-rate: [ 1, 2147483647 ]\n",
13104                         "direction": "sink",
13105                         "presence": "always"
13106                     },
13107                     "src": {
13108                         "caps": "audio/x-raw:\n         format: S16BE\n         layout: interleaved\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
13109                         "direction": "src",
13110                         "presence": "always"
13111                     }
13112                 },
13113                 "properties": {},
13114                 "rank": "secondary"
13115             },
13116             "rtpL16pay": {
13117                 "author": "Wim Taymans <wim.taymans@gmail.com>",
13118                 "description": "Payload-encode Raw audio into RTP packets (RFC 3551)",
13119                 "hierarchy": [
13120                     "GstRtpL16Pay",
13121                     "GstRTPBaseAudioPayload",
13122                     "GstRTPBasePayload",
13123                     "GstElement",
13124                     "GstObject",
13125                     "GInitiallyUnowned",
13126                     "GObject"
13127                 ],
13128                 "klass": "Codec/Payloader/Network/RTP",
13129                 "long-name": "RTP audio payloader",
13130                 "pad-templates": {
13131                     "sink": {
13132                         "caps": "audio/x-raw:\n         format: S16BE\n         layout: interleaved\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
13133                         "direction": "sink",
13134                         "presence": "always"
13135                     },
13136                     "src": {
13137                         "caps": "application/x-rtp:\n          media: audio\n        payload: [ 96, 127 ]\n     clock-rate: [ 1, 2147483647 ]\n  encoding-name: L16\n       channels: [ 1, 2147483647 ]\napplication/x-rtp:\n          media: audio\n  encoding-name: L16\n        payload: 10\n     clock-rate: 44100\napplication/x-rtp:\n          media: audio\n  encoding-name: L16\n        payload: 11\n     clock-rate: 44100\n",
13138                         "direction": "src",
13139                         "presence": "always"
13140                     }
13141                 },
13142                 "properties": {},
13143                 "rank": "secondary"
13144             },
13145             "rtpL24depay": {
13146                 "author": "Zeeshan Ali <zak147@yahoo.com>,Wim Taymans <wim.taymans@gmail.com>,David Holroyd <dave@badgers-in-foil.co.uk>",
13147                 "description": "Extracts raw 24-bit audio from RTP packets",
13148                 "hierarchy": [
13149                     "GstRtpL24Depay",
13150                     "GstRTPBaseDepayload",
13151                     "GstElement",
13152                     "GstObject",
13153                     "GInitiallyUnowned",
13154                     "GObject"
13155                 ],
13156                 "klass": "Codec/Depayloader/Network/RTP",
13157                 "long-name": "RTP audio depayloader",
13158                 "pad-templates": {
13159                     "sink": {
13160                         "caps": "application/x-rtp:\n          media: audio\n     clock-rate: [ 1, 2147483647 ]\n  encoding-name: L24\n",
13161                         "direction": "sink",
13162                         "presence": "always"
13163                     },
13164                     "src": {
13165                         "caps": "audio/x-raw:\n         format: S24BE\n         layout: interleaved\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
13166                         "direction": "src",
13167                         "presence": "always"
13168                     }
13169                 },
13170                 "properties": {},
13171                 "rank": "secondary"
13172             },
13173             "rtpL24pay": {
13174                 "author": "Wim Taymans <wim.taymans@gmail.com>,David Holroyd <dave@badgers-in-foil.co.uk>",
13175                 "description": "Payload-encode Raw 24-bit audio into RTP packets (RFC 3190)",
13176                 "hierarchy": [
13177                     "GstRtpL24Pay",
13178                     "GstRTPBaseAudioPayload",
13179                     "GstRTPBasePayload",
13180                     "GstElement",
13181                     "GstObject",
13182                     "GInitiallyUnowned",
13183                     "GObject"
13184                 ],
13185                 "klass": "Codec/Payloader/Network/RTP",
13186                 "long-name": "RTP audio payloader",
13187                 "pad-templates": {
13188                     "sink": {
13189                         "caps": "audio/x-raw:\n         format: S24BE\n         layout: interleaved\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
13190                         "direction": "sink",
13191                         "presence": "always"
13192                     },
13193                     "src": {
13194                         "caps": "application/x-rtp:\n          media: audio\n        payload: [ 96, 127 ]\n     clock-rate: [ 1, 2147483647 ]\n  encoding-name: L24\n       channels: [ 1, 2147483647 ]\n",
13195                         "direction": "src",
13196                         "presence": "always"
13197                     }
13198                 },
13199                 "properties": {},
13200                 "rank": "secondary"
13201             },
13202             "rtpL8depay": {
13203                 "author": "Zeeshan Ali <zak147@yahoo.com>,Wim Taymans <wim.taymans@gmail.com>, GE Intelligent Platforms Embedded Systems, Inc.",
13204                 "description": "Extracts raw audio from RTP packets",
13205                 "hierarchy": [
13206                     "GstRtpL8Depay",
13207                     "GstRTPBaseDepayload",
13208                     "GstElement",
13209                     "GstObject",
13210                     "GInitiallyUnowned",
13211                     "GObject"
13212                 ],
13213                 "klass": "Codec/Depayloader/Network/RTP",
13214                 "long-name": "RTP audio depayloader",
13215                 "pad-templates": {
13216                     "sink": {
13217                         "caps": "application/x-rtp:\n          media: audio\n     clock-rate: [ 1, 2147483647 ]\n  encoding-name: L8\n",
13218                         "direction": "sink",
13219                         "presence": "always"
13220                     },
13221                     "src": {
13222                         "caps": "audio/x-raw:\n         format: U8\n         layout: interleaved\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
13223                         "direction": "src",
13224                         "presence": "always"
13225                     }
13226                 },
13227                 "properties": {},
13228                 "rank": "secondary"
13229             },
13230             "rtpL8pay": {
13231                 "author": "Wim Taymans <wim.taymans@gmail.com>, GE Intelligent Platforms Embedded Systems, Inc.",
13232                 "description": "Payload-encode Raw audio into RTP packets (RFC 3551)",
13233                 "hierarchy": [
13234                     "GstRtpL8Pay",
13235                     "GstRTPBaseAudioPayload",
13236                     "GstRTPBasePayload",
13237                     "GstElement",
13238                     "GstObject",
13239                     "GInitiallyUnowned",
13240                     "GObject"
13241                 ],
13242                 "klass": "Codec/Payloader/Network/RTP",
13243                 "long-name": "RTP audio payloader",
13244                 "pad-templates": {
13245                     "sink": {
13246                         "caps": "audio/x-raw:\n         format: U8\n         layout: interleaved\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
13247                         "direction": "sink",
13248                         "presence": "always"
13249                     },
13250                     "src": {
13251                         "caps": "application/x-rtp:\n          media: audio\n        payload: [ 96, 127 ]\n     clock-rate: [ 1, 2147483647 ]\n  encoding-name: L8\n       channels: [ 1, 2147483647 ]\n",
13252                         "direction": "src",
13253                         "presence": "always"
13254                     }
13255                 },
13256                 "properties": {},
13257                 "rank": "secondary"
13258             },
13259             "rtpac3depay": {
13260                 "author": "Wim Taymans <wim.taymans@gmail.com>",
13261                 "description": "Extracts AC3 audio from RTP packets (RFC 4184)",
13262                 "hierarchy": [
13263                     "GstRtpAC3Depay",
13264                     "GstRTPBaseDepayload",
13265                     "GstElement",
13266                     "GstObject",
13267                     "GInitiallyUnowned",
13268                     "GObject"
13269                 ],
13270                 "klass": "Codec/Depayloader/Network/RTP",
13271                 "long-name": "RTP AC3 depayloader",
13272                 "pad-templates": {
13273                     "sink": {
13274                         "caps": "application/x-rtp:\n          media: audio\n     clock-rate: { (int)32000, (int)44100, (int)48000 }\n  encoding-name: AC3\n",
13275                         "direction": "sink",
13276                         "presence": "always"
13277                     },
13278                     "src": {
13279                         "caps": "audio/ac3:\n",
13280                         "direction": "src",
13281                         "presence": "always"
13282                     }
13283                 },
13284                 "properties": {},
13285                 "rank": "secondary"
13286             },
13287             "rtpac3pay": {
13288                 "author": "Wim Taymans <wim.taymans@gmail.com>",
13289                 "description": "Payload AC3 audio as RTP packets (RFC 4184)",
13290                 "hierarchy": [
13291                     "GstRtpAC3Pay",
13292                     "GstRTPBasePayload",
13293                     "GstElement",
13294                     "GstObject",
13295                     "GInitiallyUnowned",
13296                     "GObject"
13297                 ],
13298                 "klass": "Codec/Payloader/Network/RTP",
13299                 "long-name": "RTP AC3 audio payloader",
13300                 "pad-templates": {
13301                     "sink": {
13302                         "caps": "audio/ac3:\naudio/x-ac3:\n",
13303                         "direction": "sink",
13304                         "presence": "always"
13305                     },
13306                     "src": {
13307                         "caps": "application/x-rtp:\n          media: audio\n        payload: [ 96, 127 ]\n     clock-rate: { (int)32000, (int)44100, (int)48000 }\n  encoding-name: AC3\n",
13308                         "direction": "src",
13309                         "presence": "always"
13310                     }
13311                 },
13312                 "properties": {},
13313                 "rank": "secondary"
13314             },
13315             "rtpamrdepay": {
13316                 "author": "Wim Taymans <wim.taymans@gmail.com>",
13317                 "description": "Extracts AMR or AMR-WB audio from RTP packets (RFC 3267)",
13318                 "hierarchy": [
13319                     "GstRtpAMRDepay",
13320                     "GstRTPBaseDepayload",
13321                     "GstElement",
13322                     "GstObject",
13323                     "GInitiallyUnowned",
13324                     "GObject"
13325                 ],
13326                 "klass": "Codec/Depayloader/Network/RTP",
13327                 "long-name": "RTP AMR depayloader",
13328                 "pad-templates": {
13329                     "sink": {
13330                         "caps": "application/x-rtp:\n          media: audio\n     clock-rate: 8000\n  encoding-name: AMR\n    octet-align: 1\napplication/x-rtp:\n          media: audio\n     clock-rate: 16000\n  encoding-name: AMR-WB\n    octet-align: 1\n",
13331                         "direction": "sink",
13332                         "presence": "always"
13333                     },
13334                     "src": {
13335                         "caps": "audio/AMR:\n       channels: 1\n           rate: 8000\naudio/AMR-WB:\n       channels: 1\n           rate: 16000\n",
13336                         "direction": "src",
13337                         "presence": "always"
13338                     }
13339                 },
13340                 "properties": {},
13341                 "rank": "secondary"
13342             },
13343             "rtpamrpay": {
13344                 "author": "Wim Taymans <wim.taymans@gmail.com>",
13345                 "description": "Payload-encode AMR or AMR-WB audio into RTP packets (RFC 3267)",
13346                 "hierarchy": [
13347                     "GstRtpAMRPay",
13348                     "GstRTPBasePayload",
13349                     "GstElement",
13350                     "GstObject",
13351                     "GInitiallyUnowned",
13352                     "GObject"
13353                 ],
13354                 "klass": "Codec/Payloader/Network/RTP",
13355                 "long-name": "RTP AMR payloader",
13356                 "pad-templates": {
13357                     "sink": {
13358                         "caps": "audio/AMR:\n       channels: 1\n           rate: 8000\naudio/AMR-WB:\n       channels: 1\n           rate: 16000\n",
13359                         "direction": "sink",
13360                         "presence": "always"
13361                     },
13362                     "src": {
13363                         "caps": "application/x-rtp:\n          media: audio\n        payload: [ 96, 127 ]\n     clock-rate: 8000\n  encoding-name: AMR\nencoding-params: 1\n    octet-align: 1\n            crc: 0\n robust-sorting: 0\n   interleaving: 0\n       mode-set: [ 0, 7 ]\nmode-change-period: [ 1, 2147483647 ]\nmode-change-neighbor: { (string)0, (string)1 }\n       maxptime: [ 20, 2147483647 ]\n          ptime: [ 20, 2147483647 ]\napplication/x-rtp:\n          media: audio\n        payload: [ 96, 127 ]\n     clock-rate: 16000\n  encoding-name: AMR-WB\nencoding-params: 1\n    octet-align: 1\n            crc: 0\n robust-sorting: 0\n   interleaving: 0\n       mode-set: [ 0, 7 ]\nmode-change-period: [ 1, 2147483647 ]\nmode-change-neighbor: { (string)0, (string)1 }\n       maxptime: [ 20, 2147483647 ]\n          ptime: [ 20, 2147483647 ]\n",
13364                         "direction": "src",
13365                         "presence": "always"
13366                     }
13367                 },
13368                 "properties": {},
13369                 "rank": "secondary"
13370             },
13371             "rtpbvdepay": {
13372                 "author": "Wim Taymans <wim.taymans@collabora.co.uk>",
13373                 "description": "Extracts BroadcomVoice audio from RTP packets (RFC 4298)",
13374                 "hierarchy": [
13375                     "GstRTPBVDepay",
13376                     "GstRTPBaseDepayload",
13377                     "GstElement",
13378                     "GstObject",
13379                     "GInitiallyUnowned",
13380                     "GObject"
13381                 ],
13382                 "klass": "Codec/Depayloader/Network/RTP",
13383                 "long-name": "RTP BroadcomVoice depayloader",
13384                 "pad-templates": {
13385                     "sink": {
13386                         "caps": "application/x-rtp:\n          media: audio\n     clock-rate: 8000\n  encoding-name: BV16\napplication/x-rtp:\n          media: audio\n     clock-rate: 16000\n  encoding-name: BV32\n",
13387                         "direction": "sink",
13388                         "presence": "always"
13389                     },
13390                     "src": {
13391                         "caps": "audio/x-bv:\n           mode: { (int)16, (int)32 }\n",
13392                         "direction": "src",
13393                         "presence": "always"
13394                     }
13395                 },
13396                 "properties": {},
13397                 "rank": "secondary"
13398             },
13399             "rtpbvpay": {
13400                 "author": "Wim Taymans <wim.taymans@collabora.co.uk>",
13401                 "description": "Packetize BroadcomVoice audio streams into RTP packets (RFC 4298)",
13402                 "hierarchy": [
13403                     "GstRTPBVPay",
13404                     "GstRTPBaseAudioPayload",
13405                     "GstRTPBasePayload",
13406                     "GstElement",
13407                     "GstObject",
13408                     "GInitiallyUnowned",
13409                     "GObject"
13410                 ],
13411                 "klass": "Codec/Payloader/Network/RTP",
13412                 "long-name": "RTP BV Payloader",
13413                 "pad-templates": {
13414                     "sink": {
13415                         "caps": "audio/x-bv:\n           mode: { (int)16, (int)32 }\n",
13416                         "direction": "sink",
13417                         "presence": "always"
13418                     },
13419                     "src": {
13420                         "caps": "application/x-rtp:\n          media: audio\n        payload: [ 96, 127 ]\n     clock-rate: 8000\n  encoding-name: BV16\napplication/x-rtp:\n          media: audio\n        payload: [ 96, 127 ]\n     clock-rate: 16000\n  encoding-name: BV32\n",
13421                         "direction": "src",
13422                         "presence": "always"
13423                     }
13424                 },
13425                 "properties": {},
13426                 "rank": "secondary"
13427             },
13428             "rtpceltdepay": {
13429                 "author": "Wim Taymans <wim.taymans@gmail.com>",
13430                 "description": "Extracts CELT audio from RTP packets",
13431                 "hierarchy": [
13432                     "GstRtpCELTDepay",
13433                     "GstRTPBaseDepayload",
13434                     "GstElement",
13435                     "GstObject",
13436                     "GInitiallyUnowned",
13437                     "GObject"
13438                 ],
13439                 "klass": "Codec/Depayloader/Network/RTP",
13440                 "long-name": "RTP CELT depayloader",
13441                 "pad-templates": {
13442                     "sink": {
13443                         "caps": "application/x-rtp:\n          media: audio\n     clock-rate: [ 32000, 48000 ]\n  encoding-name: CELT\n",
13444                         "direction": "sink",
13445                         "presence": "always"
13446                     },
13447                     "src": {
13448                         "caps": "audio/x-celt:\n",
13449                         "direction": "src",
13450                         "presence": "always"
13451                     }
13452                 },
13453                 "properties": {},
13454                 "rank": "secondary"
13455             },
13456             "rtpceltpay": {
13457                 "author": "Wim Taymans <wim.taymans@gmail.com>",
13458                 "description": "Payload-encodes CELT audio into a RTP packet",
13459                 "hierarchy": [
13460                     "GstRtpCELTPay",
13461                     "GstRTPBasePayload",
13462                     "GstElement",
13463                     "GstObject",
13464                     "GInitiallyUnowned",
13465                     "GObject"
13466                 ],
13467                 "klass": "Codec/Payloader/Network/RTP",
13468                 "long-name": "RTP CELT payloader",
13469                 "pad-templates": {
13470                     "sink": {
13471                         "caps": "audio/x-celt:\n           rate: [ 32000, 64000 ]\n       channels: [ 1, 2 ]\n     frame-size: [ 64, 512 ]\n",
13472                         "direction": "sink",
13473                         "presence": "always"
13474                     },
13475                     "src": {
13476                         "caps": "application/x-rtp:\n          media: audio\n        payload: [ 96, 127 ]\n     clock-rate: [ 32000, 48000 ]\n  encoding-name: CELT\n",
13477                         "direction": "src",
13478                         "presence": "always"
13479                     }
13480                 },
13481                 "properties": {},
13482                 "rank": "secondary"
13483             },
13484             "rtpdvdepay": {
13485                 "author": "Marcel Moreaux <marcelm@spacelabs.nl>, Wim Taymans <wim.taymans@gmail.com>",
13486                 "description": "Depayloads DV from RTP packets (RFC 3189)",
13487                 "hierarchy": [
13488                     "GstRTPDVDepay",
13489                     "GstRTPBaseDepayload",
13490                     "GstElement",
13491                     "GstObject",
13492                     "GInitiallyUnowned",
13493                     "GObject"
13494                 ],
13495                 "klass": "Codec/Depayloader/Network/RTP",
13496                 "long-name": "RTP DV Depayloader",
13497                 "pad-templates": {
13498                     "sink": {
13499                         "caps": "application/x-rtp:\n          media: { (string)video, (string)audio }\n  encoding-name: DV\n     clock-rate: 90000\n         encode: { (string)SD-VCR/525-60, (string)SD-VCR/625-50, (string)HD-VCR/1125-60, (string)HD-VCR/1250-50, (string)SDL-VCR/525-60, (string)SDL-VCR/625-50, (string)306M/525-60, (string)306M/625-50, (string)314M-25/525-60, (string)314M-25/625-50, (string)314M-50/525-60, (string)314M-50/625-50 }\n",
13500                         "direction": "sink",
13501                         "presence": "always"
13502                     },
13503                     "src": {
13504                         "caps": "video/x-dv:\n",
13505                         "direction": "src",
13506                         "presence": "always"
13507                     }
13508                 },
13509                 "properties": {},
13510                 "rank": "secondary"
13511             },
13512             "rtpdvpay": {
13513                 "author": "Marcel Moreaux <marcelm@spacelabs.nl>, Wim Taymans <wim.taymans@gmail.com>",
13514                 "description": "Payloads DV into RTP packets (RFC 3189)",
13515                 "hierarchy": [
13516                     "GstRTPDVPay",
13517                     "GstRTPBasePayload",
13518                     "GstElement",
13519                     "GstObject",
13520                     "GInitiallyUnowned",
13521                     "GObject"
13522                 ],
13523                 "klass": "Codec/Payloader/Network/RTP",
13524                 "long-name": "RTP DV Payloader",
13525                 "pad-templates": {
13526                     "sink": {
13527                         "caps": "video/x-dv:\n",
13528                         "direction": "sink",
13529                         "presence": "always"
13530                     },
13531                     "src": {
13532                         "caps": "application/x-rtp:\n          media: { (string)video, (string)audio }\n        payload: [ 96, 127 ]\n  encoding-name: DV\n     clock-rate: 90000\n         encode: { (string)SD-VCR/525-60, (string)SD-VCR/625-50, (string)HD-VCR/1125-60, (string)HD-VCR/1250-50, (string)SDL-VCR/525-60, (string)SDL-VCR/625-50, (string)306M/525-60, (string)306M/625-50, (string)314M-25/525-60, (string)314M-25/625-50, (string)314M-50/525-60, (string)314M-50/625-50 }\n",
13533                         "direction": "src",
13534                         "presence": "always"
13535                     }
13536                 },
13537                 "properties": {
13538                     "mode": {
13539                         "blurb": "The payload mode of payloading",
13540                         "conditionally-available": false,
13541                         "construct": false,
13542                         "construct-only": false,
13543                         "controllable": false,
13544                         "default": "video (0)",
13545                         "mutable": "null",
13546                         "readable": true,
13547                         "type": "GstDVPayMode",
13548                         "writable": true
13549                     }
13550                 },
13551                 "rank": "secondary"
13552             },
13553             "rtpg722depay": {
13554                 "author": "Wim Taymans <wim.taymans@gmail.com>",
13555                 "description": "Extracts G722 audio from RTP packets",
13556                 "hierarchy": [
13557                     "GstRtpG722Depay",
13558                     "GstRTPBaseDepayload",
13559                     "GstElement",
13560                     "GstObject",
13561                     "GInitiallyUnowned",
13562                     "GObject"
13563                 ],
13564                 "klass": "Codec/Depayloader/Network/RTP",
13565                 "long-name": "RTP audio depayloader",
13566                 "pad-templates": {
13567                     "sink": {
13568                         "caps": "application/x-rtp:\n          media: audio\n     clock-rate: 8000\n  encoding-name: G722\napplication/x-rtp:\n          media: audio\n        payload: 9\n     clock-rate: [ 1, 2147483647 ]\n",
13569                         "direction": "sink",
13570                         "presence": "always"
13571                     },
13572                     "src": {
13573                         "caps": "audio/G722:\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
13574                         "direction": "src",
13575                         "presence": "always"
13576                     }
13577                 },
13578                 "properties": {},
13579                 "rank": "secondary"
13580             },
13581             "rtpg722pay": {
13582                 "author": "Wim Taymans <wim.taymans@gmail.com>",
13583                 "description": "Payload-encode Raw audio into RTP packets (RFC 3551)",
13584                 "hierarchy": [
13585                     "GstRtpG722Pay",
13586                     "GstRTPBaseAudioPayload",
13587                     "GstRTPBasePayload",
13588                     "GstElement",
13589                     "GstObject",
13590                     "GInitiallyUnowned",
13591                     "GObject"
13592                 ],
13593                 "klass": "Codec/Payloader/Network/RTP",
13594                 "long-name": "RTP audio payloader",
13595                 "pad-templates": {
13596                     "sink": {
13597                         "caps": "audio/G722:\n           rate: 16000\n       channels: 1\n",
13598                         "direction": "sink",
13599                         "presence": "always"
13600                     },
13601                     "src": {
13602                         "caps": "application/x-rtp:\n          media: audio\n  encoding-name: G722\n        payload: 9\nencoding-params: 1\n     clock-rate: 8000\napplication/x-rtp:\n          media: audio\n  encoding-name: G722\n        payload: [ 96, 127 ]\nencoding-params: 1\n     clock-rate: 8000\n",
13603                         "direction": "src",
13604                         "presence": "always"
13605                     }
13606                 },
13607                 "properties": {},
13608                 "rank": "secondary"
13609             },
13610             "rtpg723depay": {
13611                 "author": "Wim Taymans <wim.taymans@gmail.com>",
13612                 "description": "Extracts G.723 audio from RTP packets (RFC 3551)",
13613                 "hierarchy": [
13614                     "GstRtpG723Depay",
13615                     "GstRTPBaseDepayload",
13616                     "GstElement",
13617                     "GstObject",
13618                     "GInitiallyUnowned",
13619                     "GObject"
13620                 ],
13621                 "klass": "Codec/Depayloader/Network/RTP",
13622                 "long-name": "RTP G.723 depayloader",
13623                 "pad-templates": {
13624                     "sink": {
13625                         "caps": "application/x-rtp:\n          media: audio\n     clock-rate: 8000\n  encoding-name: G723\napplication/x-rtp:\n          media: audio\n        payload: 4\n     clock-rate: 8000\n",
13626                         "direction": "sink",
13627                         "presence": "always"
13628                     },
13629                     "src": {
13630                         "caps": "audio/G723:\n       channels: 1\n           rate: 8000\n",
13631                         "direction": "src",
13632                         "presence": "always"
13633                     }
13634                 },
13635                 "properties": {},
13636                 "rank": "secondary"
13637             },
13638             "rtpg723pay": {
13639                 "author": "Wim Taymans <wim.taymans@gmail.com>",
13640                 "description": "Packetize G.723 audio into RTP packets",
13641                 "hierarchy": [
13642                     "GstRTPG723Pay",
13643                     "GstRTPBasePayload",
13644                     "GstElement",
13645                     "GstObject",
13646                     "GInitiallyUnowned",
13647                     "GObject"
13648                 ],
13649                 "klass": "Codec/Payloader/Network/RTP",
13650                 "long-name": "RTP G.723 payloader",
13651                 "pad-templates": {
13652                     "sink": {
13653                         "caps": "audio/G723:\n       channels: 1\n           rate: 8000\n",
13654                         "direction": "sink",
13655                         "presence": "always"
13656                     },
13657                     "src": {
13658                         "caps": "application/x-rtp:\n          media: audio\n        payload: 4\n     clock-rate: 8000\n  encoding-name: G723\napplication/x-rtp:\n          media: audio\n        payload: [ 96, 127 ]\n     clock-rate: 8000\n  encoding-name: G723\n",
13659                         "direction": "src",
13660                         "presence": "always"
13661                     }
13662                 },
13663                 "properties": {},
13664                 "rank": "secondary"
13665             },
13666             "rtpg726depay": {
13667                 "author": "Axis Communications <dev-gstreamer@axis.com>",
13668                 "description": "Extracts G.726 audio from RTP packets",
13669                 "hierarchy": [
13670                     "GstRtpG726Depay",
13671                     "GstRTPBaseDepayload",
13672                     "GstElement",
13673                     "GstObject",
13674                     "GInitiallyUnowned",
13675                     "GObject"
13676                 ],
13677                 "klass": "Codec/Depayloader/Network/RTP",
13678                 "long-name": "RTP G.726 depayloader",
13679                 "pad-templates": {
13680                     "sink": {
13681                         "caps": "application/x-rtp:\n          media: audio\n  encoding-name: { (string)G726, (string)G726-16, (string)G726-24, (string)G726-32, (string)G726-40, (string)AAL2-G726-16, (string)AAL2-G726-24, (string)AAL2-G726-32, (string)AAL2-G726-40 }\n     clock-rate: 8000\n",
13682                         "direction": "sink",
13683                         "presence": "always"
13684                     },
13685                     "src": {
13686                         "caps": "audio/x-adpcm:\n       channels: 1\n           rate: 8000\n        bitrate: { (int)16000, (int)24000, (int)32000, (int)40000 }\n    block_align: { (int)2, (int)3, (int)4, (int)5 }\n         layout: g726\n",
13687                         "direction": "src",
13688                         "presence": "always"
13689                     }
13690                 },
13691                 "properties": {
13692                     "force-aal2": {
13693                         "blurb": "Force AAL2 decoding for compatibility with bad payloaders",
13694                         "conditionally-available": false,
13695                         "construct": false,
13696                         "construct-only": false,
13697                         "controllable": false,
13698                         "default": "true",
13699                         "mutable": "null",
13700                         "readable": true,
13701                         "type": "gboolean",
13702                         "writable": true
13703                     }
13704                 },
13705                 "rank": "secondary"
13706             },
13707             "rtpg726pay": {
13708                 "author": "Axis Communications <dev-gstreamer@axis.com>",
13709                 "description": "Payload-encodes G.726 audio into a RTP packet",
13710                 "hierarchy": [
13711                     "GstRtpG726Pay",
13712                     "GstRTPBaseAudioPayload",
13713                     "GstRTPBasePayload",
13714                     "GstElement",
13715                     "GstObject",
13716                     "GInitiallyUnowned",
13717                     "GObject"
13718                 ],
13719                 "klass": "Codec/Payloader/Network/RTP",
13720                 "long-name": "RTP G.726 payloader",
13721                 "pad-templates": {
13722                     "sink": {
13723                         "caps": "audio/x-adpcm:\n       channels: 1\n           rate: 8000\n        bitrate: { (int)16000, (int)24000, (int)32000, (int)40000 }\n         layout: g726\n",
13724                         "direction": "sink",
13725                         "presence": "always"
13726                     },
13727                     "src": {
13728                         "caps": "application/x-rtp:\n          media: audio\n        payload: [ 96, 127 ]\n     clock-rate: 8000\n  encoding-name: { (string)G726-16, (string)G726-24, (string)G726-32, (string)G726-40, (string)AAL2-G726-16, (string)AAL2-G726-24, (string)AAL2-G726-32, (string)AAL2-G726-40 }\n",
13729                         "direction": "src",
13730                         "presence": "always"
13731                     }
13732                 },
13733                 "properties": {
13734                     "force-aal2": {
13735                         "blurb": "Force AAL2 encoding for compatibility with bad depayloaders",
13736                         "conditionally-available": false,
13737                         "construct": false,
13738                         "construct-only": false,
13739                         "controllable": false,
13740                         "default": "true",
13741                         "mutable": "null",
13742                         "readable": true,
13743                         "type": "gboolean",
13744                         "writable": true
13745                     }
13746                 },
13747                 "rank": "secondary"
13748             },
13749             "rtpg729depay": {
13750                 "author": "Laurent Glayal <spglegle@yahoo.fr>",
13751                 "description": "Extracts G.729 audio from RTP packets (RFC 3551)",
13752                 "hierarchy": [
13753                     "GstRtpG729Depay",
13754                     "GstRTPBaseDepayload",
13755                     "GstElement",
13756                     "GstObject",
13757                     "GInitiallyUnowned",
13758                     "GObject"
13759                 ],
13760                 "klass": "Codec/Depayloader/Network/RTP",
13761                 "long-name": "RTP G.729 depayloader",
13762                 "pad-templates": {
13763                     "sink": {
13764                         "caps": "application/x-rtp:\n          media: audio\n     clock-rate: 8000\n  encoding-name: G729\napplication/x-rtp:\n          media: audio\n        payload: 18\n     clock-rate: 8000\n",
13765                         "direction": "sink",
13766                         "presence": "always"
13767                     },
13768                     "src": {
13769                         "caps": "audio/G729:\n       channels: 1\n           rate: 8000\n",
13770                         "direction": "src",
13771                         "presence": "always"
13772                     }
13773                 },
13774                 "properties": {},
13775                 "rank": "secondary"
13776             },
13777             "rtpg729pay": {
13778                 "author": "Olivier Crete <olivier.crete@collabora.co.uk>",
13779                 "description": "Packetize G.729 audio into RTP packets",
13780                 "hierarchy": [
13781                     "GstRTPG729Pay",
13782                     "GstRTPBasePayload",
13783                     "GstElement",
13784                     "GstObject",
13785                     "GInitiallyUnowned",
13786                     "GObject"
13787                 ],
13788                 "klass": "Codec/Payloader/Network/RTP",
13789                 "long-name": "RTP G.729 payloader",
13790                 "pad-templates": {
13791                     "sink": {
13792                         "caps": "audio/G729:\n       channels: 1\n           rate: 8000\n",
13793                         "direction": "sink",
13794                         "presence": "always"
13795                     },
13796                     "src": {
13797                         "caps": "application/x-rtp:\n          media: audio\n        payload: 18\n     clock-rate: 8000\n  encoding-name: G729\napplication/x-rtp:\n          media: audio\n        payload: [ 96, 127 ]\n     clock-rate: 8000\n  encoding-name: G729\n",
13798                         "direction": "src",
13799                         "presence": "always"
13800                     }
13801                 },
13802                 "properties": {},
13803                 "rank": "secondary"
13804             },
13805             "rtpgsmdepay": {
13806                 "author": "Zeeshan Ali <zeenix@gmail.com>",
13807                 "description": "Extracts GSM audio from RTP packets",
13808                 "hierarchy": [
13809                     "GstRTPGSMDepay",
13810                     "GstRTPBaseDepayload",
13811                     "GstElement",
13812                     "GstObject",
13813                     "GInitiallyUnowned",
13814                     "GObject"
13815                 ],
13816                 "klass": "Codec/Depayloader/Network/RTP",
13817                 "long-name": "RTP GSM depayloader",
13818                 "pad-templates": {
13819                     "sink": {
13820                         "caps": "application/x-rtp:\n          media: audio\n     clock-rate: 8000\n  encoding-name: GSM\napplication/x-rtp:\n          media: audio\n        payload: 3\n     clock-rate: 8000\n",
13821                         "direction": "sink",
13822                         "presence": "always"
13823                     },
13824                     "src": {
13825                         "caps": "audio/x-gsm:\n           rate: 8000\n       channels: 1\n",
13826                         "direction": "src",
13827                         "presence": "always"
13828                     }
13829                 },
13830                 "properties": {},
13831                 "rank": "secondary"
13832             },
13833             "rtpgsmpay": {
13834                 "author": "Zeeshan Ali <zeenix@gmail.com>",
13835                 "description": "Payload-encodes GSM audio into a RTP packet",
13836                 "hierarchy": [
13837                     "GstRTPGSMPay",
13838                     "GstRTPBasePayload",
13839                     "GstElement",
13840                     "GstObject",
13841                     "GInitiallyUnowned",
13842                     "GObject"
13843                 ],
13844                 "klass": "Codec/Payloader/Network/RTP",
13845                 "long-name": "RTP GSM payloader",
13846                 "pad-templates": {
13847                     "sink": {
13848                         "caps": "audio/x-gsm:\n           rate: 8000\n       channels: 1\n",
13849                         "direction": "sink",
13850                         "presence": "always"
13851                     },
13852                     "src": {
13853                         "caps": "application/x-rtp:\n          media: audio\n        payload: 3\n     clock-rate: 8000\n  encoding-name: GSM\napplication/x-rtp:\n          media: audio\n        payload: [ 96, 127 ]\n     clock-rate: 8000\n  encoding-name: GSM\n",
13854                         "direction": "src",
13855                         "presence": "always"
13856                     }
13857                 },
13858                 "properties": {},
13859                 "rank": "secondary"
13860             },
13861             "rtpgstdepay": {
13862                 "author": "Wim Taymans <wim.taymans@gmail.com>",
13863                 "description": "Extracts GStreamer buffers from RTP packets",
13864                 "hierarchy": [
13865                     "GstRtpGSTDepay",
13866                     "GstRTPBaseDepayload",
13867                     "GstElement",
13868                     "GstObject",
13869                     "GInitiallyUnowned",
13870                     "GObject"
13871                 ],
13872                 "klass": "Codec/Depayloader/Network",
13873                 "long-name": "GStreamer depayloader",
13874                 "pad-templates": {
13875                     "sink": {
13876                         "caps": "application/x-rtp:\n          media: application\n     clock-rate: 90000\n  encoding-name: X-GST\n",
13877                         "direction": "sink",
13878                         "presence": "always"
13879                     },
13880                     "src": {
13881                         "caps": "ANY",
13882                         "direction": "src",
13883                         "presence": "always"
13884                     }
13885                 },
13886                 "properties": {},
13887                 "rank": "marginal"
13888             },
13889             "rtpgstpay": {
13890                 "author": "Wim Taymans <wim.taymans@gmail.com>",
13891                 "description": "Payload GStreamer buffers as RTP packets",
13892                 "hierarchy": [
13893                     "GstRtpGSTPay",
13894                     "GstRTPBasePayload",
13895                     "GstElement",
13896                     "GstObject",
13897                     "GInitiallyUnowned",
13898                     "GObject"
13899                 ],
13900                 "klass": "Codec/Payloader/Network/RTP",
13901                 "long-name": "RTP GStreamer payloader",
13902                 "pad-templates": {
13903                     "sink": {
13904                         "caps": "ANY",
13905                         "direction": "sink",
13906                         "presence": "always"
13907                     },
13908                     "src": {
13909                         "caps": "application/x-rtp:\n          media: application\n        payload: [ 96, 127 ]\n     clock-rate: 90000\n  encoding-name: X-GST\n",
13910                         "direction": "src",
13911                         "presence": "always"
13912                     }
13913                 },
13914                 "properties": {
13915                     "config-interval": {
13916                         "blurb": "Interval for sending caps and TAG events in seconds (0 = disabled)",
13917                         "conditionally-available": false,
13918                         "construct": false,
13919                         "construct-only": false,
13920                         "controllable": false,
13921                         "default": "0",
13922                         "max": "3600",
13923                         "min": "0",
13924                         "mutable": "null",
13925                         "readable": true,
13926                         "type": "guint",
13927                         "writable": true
13928                     }
13929                 },
13930                 "rank": "none"
13931             },
13932             "rtph261depay": {
13933                 "author": "Stian Selnes <stian@pexip.com>",
13934                 "description": "Extracts H261 video from RTP packets (RFC 4587)",
13935                 "hierarchy": [
13936                     "GstRtpH261Depay",
13937                     "GstRTPBaseDepayload",
13938                     "GstElement",
13939                     "GstObject",
13940                     "GInitiallyUnowned",
13941                     "GObject"
13942                 ],
13943                 "klass": "Codec/Depayloader/Network/RTP",
13944                 "long-name": "RTP H261 depayloader",
13945                 "pad-templates": {
13946                     "sink": {
13947                         "caps": "application/x-rtp:\n          media: video\n        payload: 31\n     clock-rate: 90000\n  encoding-name: H261\napplication/x-rtp:\n          media: video\n        payload: [ 96, 127 ]\n     clock-rate: 90000\n  encoding-name: H261\n",
13948                         "direction": "sink",
13949                         "presence": "always"
13950                     },
13951                     "src": {
13952                         "caps": "video/x-h261:\n",
13953                         "direction": "src",
13954                         "presence": "always"
13955                     }
13956                 },
13957                 "properties": {},
13958                 "rank": "secondary"
13959             },
13960             "rtph261pay": {
13961                 "author": "Stian Selnes <stian@pexip.com>",
13962                 "description": "Payload-encodes H261 video in RTP packets (RFC 4587)",
13963                 "hierarchy": [
13964                     "GstRtpH261Pay",
13965                     "GstRTPBasePayload",
13966                     "GstElement",
13967                     "GstObject",
13968                     "GInitiallyUnowned",
13969                     "GObject"
13970                 ],
13971                 "klass": "Codec/Payloader/Network/RTP",
13972                 "long-name": "RTP H261 packet payloader",
13973                 "pad-templates": {
13974                     "sink": {
13975                         "caps": "video/x-h261:\n",
13976                         "direction": "sink",
13977                         "presence": "always"
13978                     },
13979                     "src": {
13980                         "caps": "application/x-rtp:\n          media: video\n        payload: 31\n     clock-rate: 90000\n  encoding-name: H261\napplication/x-rtp:\n          media: video\n        payload: [ 96, 127 ]\n     clock-rate: 90000\n  encoding-name: H261\n",
13981                         "direction": "src",
13982                         "presence": "always"
13983                     }
13984                 },
13985                 "properties": {},
13986                 "rank": "secondary"
13987             },
13988             "rtph263depay": {
13989                 "author": "Philippe Kalaf <philippe.kalaf@collabora.co.uk>, Edward Hervey <bilboed@bilboed.com>",
13990                 "description": "Extracts H263 video from RTP packets (RFC 2190)",
13991                 "hierarchy": [
13992                     "GstRtpH263Depay",
13993                     "GstRTPBaseDepayload",
13994                     "GstElement",
13995                     "GstObject",
13996                     "GInitiallyUnowned",
13997                     "GObject"
13998                 ],
13999                 "klass": "Codec/Depayloader/Network/RTP",
14000                 "long-name": "RTP H263 depayloader",
14001                 "pad-templates": {
14002                     "sink": {
14003                         "caps": "application/x-rtp:\n          media: video\n        payload: 34\n     clock-rate: 90000\napplication/x-rtp:\n          media: video\n     clock-rate: 90000\n  encoding-name: H263\n",
14004                         "direction": "sink",
14005                         "presence": "always"
14006                     },
14007                     "src": {
14008                         "caps": "video/x-h263:\n        variant: itu\n    h263version: h263\n",
14009                         "direction": "src",
14010                         "presence": "always"
14011                     }
14012                 },
14013                 "properties": {},
14014                 "rank": "secondary"
14015             },
14016             "rtph263pay": {
14017                 "author": "Neil Stratford <neils@vipadia.com>Dejan Sakelsak <dejan.sakelsak@marand.si>",
14018                 "description": "Payload-encodes H263 video in RTP packets (RFC 2190)",
14019                 "hierarchy": [
14020                     "GstRtpH263Pay",
14021                     "GstRTPBasePayload",
14022                     "GstElement",
14023                     "GstObject",
14024                     "GInitiallyUnowned",
14025                     "GObject"
14026                 ],
14027                 "klass": "Codec/Payloader/Network/RTP",
14028                 "long-name": "RTP H263 packet payloader",
14029                 "pad-templates": {
14030                     "sink": {
14031                         "caps": "video/x-h263:\n        variant: itu\n    h263version: h263\n",
14032                         "direction": "sink",
14033                         "presence": "always"
14034                     },
14035                     "src": {
14036                         "caps": "application/x-rtp:\n          media: video\n        payload: 34\n     clock-rate: 90000\n  encoding-name: H263\napplication/x-rtp:\n          media: video\n        payload: [ 96, 127 ]\n     clock-rate: 90000\n  encoding-name: H263\n",
14037                         "direction": "src",
14038                         "presence": "always"
14039                     }
14040                 },
14041                 "properties": {
14042                     "modea-only": {
14043                         "blurb": "Disable packetization modes B and C",
14044                         "conditionally-available": false,
14045                         "construct": false,
14046                         "construct-only": false,
14047                         "controllable": false,
14048                         "default": "false",
14049                         "mutable": "null",
14050                         "readable": true,
14051                         "type": "gboolean",
14052                         "writable": true
14053                     }
14054                 },
14055                 "rank": "secondary"
14056             },
14057             "rtph263pdepay": {
14058                 "author": "Wim Taymans <wim.taymans@gmail.com>",
14059                 "description": "Extracts H263/+/++ video from RTP packets (RFC 4629)",
14060                 "hierarchy": [
14061                     "GstRtpH263PDepay",
14062                     "GstRTPBaseDepayload",
14063                     "GstElement",
14064                     "GstObject",
14065                     "GInitiallyUnowned",
14066                     "GObject"
14067                 ],
14068                 "klass": "Codec/Depayloader/Network/RTP",
14069                 "long-name": "RTP H263 depayloader",
14070                 "pad-templates": {
14071                     "sink": {
14072                         "caps": "application/x-rtp:\n          media: video\n     clock-rate: [ 1, 2147483647 ]\n  encoding-name: H263-1998\napplication/x-rtp:\n          media: video\n     clock-rate: [ 1, 2147483647 ]\n  encoding-name: H263-2000\n",
14073                         "direction": "sink",
14074                         "presence": "always"
14075                     },
14076                     "src": {
14077                         "caps": "video/x-h263:\n        variant: itu\n",
14078                         "direction": "src",
14079                         "presence": "always"
14080                     }
14081                 },
14082                 "properties": {},
14083                 "rank": "secondary"
14084             },
14085             "rtph263ppay": {
14086                 "author": "Wim Taymans <wim.taymans@gmail.com>",
14087                 "description": "Payload-encodes H263/+/++ video in RTP packets (RFC 4629)",
14088                 "hierarchy": [
14089                     "GstRtpH263PPay",
14090                     "GstRTPBasePayload",
14091                     "GstElement",
14092                     "GstObject",
14093                     "GInitiallyUnowned",
14094                     "GObject"
14095                 ],
14096                 "klass": "Codec/Payloader/Network/RTP",
14097                 "long-name": "RTP H263 payloader",
14098                 "pad-templates": {
14099                     "sink": {
14100                         "caps": "video/x-h263:\n        variant: itu\n",
14101                         "direction": "sink",
14102                         "presence": "always"
14103                     },
14104                     "src": {
14105                         "caps": "application/x-rtp:\n          media: video\n        payload: [ 96, 127 ]\n     clock-rate: 90000\n  encoding-name: H263-1998\napplication/x-rtp:\n          media: video\n        payload: [ 96, 127 ]\n     clock-rate: 90000\n  encoding-name: H263-2000\n",
14106                         "direction": "src",
14107                         "presence": "always"
14108                     }
14109                 },
14110                 "properties": {
14111                     "fragmentation-mode": {
14112                         "blurb": "Packet Fragmentation Mode",
14113                         "conditionally-available": false,
14114                         "construct": false,
14115                         "construct-only": false,
14116                         "controllable": false,
14117                         "default": "normal (0)",
14118                         "mutable": "null",
14119                         "readable": true,
14120                         "type": "GstFragmentationMode",
14121                         "writable": true
14122                     }
14123                 },
14124                 "rank": "secondary"
14125             },
14126             "rtph264depay": {
14127                 "author": "Wim Taymans <wim.taymans@gmail.com>",
14128                 "description": "Extracts H264 video from RTP packets (RFC 3984)",
14129                 "hierarchy": [
14130                     "GstRtpH264Depay",
14131                     "GstRTPBaseDepayload",
14132                     "GstElement",
14133                     "GstObject",
14134                     "GInitiallyUnowned",
14135                     "GObject"
14136                 ],
14137                 "klass": "Codec/Depayloader/Network/RTP",
14138                 "long-name": "RTP H264 depayloader",
14139                 "pad-templates": {
14140                     "sink": {
14141                         "caps": "application/x-rtp:\n          media: video\n     clock-rate: 90000\n  encoding-name: H264\n",
14142                         "direction": "sink",
14143                         "presence": "always"
14144                     },
14145                     "src": {
14146                         "caps": "video/x-h264:\n  stream-format: avc\n      alignment: au\nvideo/x-h264:\n  stream-format: byte-stream\n      alignment: { (string)nal, (string)au }\n",
14147                         "direction": "src",
14148                         "presence": "always"
14149                     }
14150                 },
14151                 "properties": {
14152                     "request-keyframe": {
14153                         "blurb": "Request new keyframe when packet loss is detected",
14154                         "conditionally-available": false,
14155                         "construct": false,
14156                         "construct-only": false,
14157                         "controllable": false,
14158                         "default": "false",
14159                         "mutable": "null",
14160                         "readable": true,
14161                         "type": "gboolean",
14162                         "writable": true
14163                     },
14164                     "wait-for-keyframe": {
14165                         "blurb": "Wait for the next keyframe after packet loss, meaningful only when outputting access units",
14166                         "conditionally-available": false,
14167                         "construct": false,
14168                         "construct-only": false,
14169                         "controllable": false,
14170                         "default": "false",
14171                         "mutable": "null",
14172                         "readable": true,
14173                         "type": "gboolean",
14174                         "writable": true
14175                     }
14176                 },
14177                 "rank": "secondary"
14178             },
14179             "rtph264pay": {
14180                 "author": "Laurent Glayal <spglegle@yahoo.fr>",
14181                 "description": "Payload-encode H264 video into RTP packets (RFC 3984)",
14182                 "hierarchy": [
14183                     "GstRtpH264Pay",
14184                     "GstRTPBasePayload",
14185                     "GstElement",
14186                     "GstObject",
14187                     "GInitiallyUnowned",
14188                     "GObject"
14189                 ],
14190                 "klass": "Codec/Payloader/Network/RTP",
14191                 "long-name": "RTP H264 payloader",
14192                 "pad-templates": {
14193                     "sink": {
14194                         "caps": "video/x-h264:\n  stream-format: avc\n      alignment: au\nvideo/x-h264:\n  stream-format: byte-stream\n      alignment: { (string)nal, (string)au }\n",
14195                         "direction": "sink",
14196                         "presence": "always"
14197                     },
14198                     "src": {
14199                         "caps": "application/x-rtp:\n          media: video\n        payload: [ 96, 127 ]\n     clock-rate: 90000\n  encoding-name: H264\n",
14200                         "direction": "src",
14201                         "presence": "always"
14202                     }
14203                 },
14204                 "properties": {
14205                     "aggregate-mode": {
14206                         "blurb": "Bundle suitable SPS/PPS NAL units into STAP-A aggregate packets",
14207                         "conditionally-available": false,
14208                         "construct": false,
14209                         "construct-only": false,
14210                         "controllable": false,
14211                         "default": "none (0)",
14212                         "mutable": "null",
14213                         "readable": true,
14214                         "type": "GstRtpH264AggregateMode",
14215                         "writable": true
14216                     },
14217                     "config-interval": {
14218                         "blurb": "Send SPS and PPS Insertion Interval in seconds (sprop parameter sets will be multiplexed in the data stream when detected.) (0 = disabled, -1 = send with every IDR frame)",
14219                         "conditionally-available": false,
14220                         "construct": false,
14221                         "construct-only": false,
14222                         "controllable": false,
14223                         "default": "0",
14224                         "max": "3600",
14225                         "min": "-1",
14226                         "mutable": "null",
14227                         "readable": true,
14228                         "type": "gint",
14229                         "writable": true
14230                     },
14231                     "sprop-parameter-sets": {
14232                         "blurb": "The base64 sprop-parameter-sets to set in out caps (set to NULL to extract from stream)",
14233                         "conditionally-available": false,
14234                         "construct": false,
14235                         "construct-only": false,
14236                         "controllable": false,
14237                         "default": "NULL",
14238                         "mutable": "null",
14239                         "readable": true,
14240                         "type": "gchararray",
14241                         "writable": true
14242                     }
14243                 },
14244                 "rank": "secondary"
14245             },
14246             "rtph265depay": {
14247                 "author": "Jurgen Slowack <jurgenslowack@gmail.com>",
14248                 "description": "Extracts H265 video from RTP packets (RFC 7798)",
14249                 "hierarchy": [
14250                     "GstRtpH265Depay",
14251                     "GstRTPBaseDepayload",
14252                     "GstElement",
14253                     "GstObject",
14254                     "GInitiallyUnowned",
14255                     "GObject"
14256                 ],
14257                 "klass": "Codec/Depayloader/Network/RTP",
14258                 "long-name": "RTP H265 depayloader",
14259                 "pad-templates": {
14260                     "sink": {
14261                         "caps": "application/x-rtp:\n          media: video\n     clock-rate: 90000\n  encoding-name: H265\n",
14262                         "direction": "sink",
14263                         "presence": "always"
14264                     },
14265                     "src": {
14266                         "caps": "video/x-h265:\n  stream-format: hvc1\n      alignment: au\nvideo/x-h265:\n  stream-format: byte-stream\n      alignment: { (string)nal, (string)au }\n",
14267                         "direction": "src",
14268                         "presence": "always"
14269                     }
14270                 },
14271                 "properties": {},
14272                 "rank": "secondary"
14273             },
14274             "rtph265pay": {
14275                 "author": "Jurgen Slowack <jurgenslowack@gmail.com>",
14276                 "description": "Payload-encode H265 video into RTP packets (RFC 7798)",
14277                 "hierarchy": [
14278                     "GstRtpH265Pay",
14279                     "GstRTPBasePayload",
14280                     "GstElement",
14281                     "GstObject",
14282                     "GInitiallyUnowned",
14283                     "GObject"
14284                 ],
14285                 "klass": "Codec/Payloader/Network/RTP",
14286                 "long-name": "RTP H265 payloader",
14287                 "pad-templates": {
14288                     "sink": {
14289                         "caps": "video/x-h265:\n  stream-format: hvc1\n      alignment: au\nvideo/x-h265:\n  stream-format: byte-stream\n      alignment: { (string)nal, (string)au }\n",
14290                         "direction": "sink",
14291                         "presence": "always"
14292                     },
14293                     "src": {
14294                         "caps": "application/x-rtp:\n          media: video\n        payload: [ 96, 127 ]\n     clock-rate: 90000\n  encoding-name: H265\n",
14295                         "direction": "src",
14296                         "presence": "always"
14297                     }
14298                 },
14299                 "properties": {
14300                     "aggregate-mode": {
14301                         "blurb": "Bundle suitable SPS/PPS NAL units into aggregate packets.",
14302                         "conditionally-available": false,
14303                         "construct": false,
14304                         "construct-only": false,
14305                         "controllable": false,
14306                         "default": "none (0)",
14307                         "mutable": "null",
14308                         "readable": true,
14309                         "type": "GstRtpH265AggregateMode",
14310                         "writable": true
14311                     },
14312                     "config-interval": {
14313                         "blurb": "Send VPS, SPS and PPS Insertion Interval in seconds (sprop parameter sets will be multiplexed in the data stream when detected.) (0 = disabled, -1 = send with every IDR frame)",
14314                         "conditionally-available": false,
14315                         "construct": false,
14316                         "construct-only": false,
14317                         "controllable": false,
14318                         "default": "0",
14319                         "max": "3600",
14320                         "min": "-1",
14321                         "mutable": "null",
14322                         "readable": true,
14323                         "type": "gint",
14324                         "writable": true
14325                     }
14326                 },
14327                 "rank": "secondary"
14328             },
14329             "rtphdrextcolorspace": {
14330                 "RTP-Header-Extension-URI": "http://www.webrtc.org/experiments/rtp-hdrext/color-space",
14331                 "author": "Jakub Adam <jakub.adam@collabora.com>",
14332                 "description": "Extends RTP packets with color space and high dynamic range (HDR) information.",
14333                 "hierarchy": [
14334                     "GstRTPHeaderExtensionColorspace",
14335                     "GstRTPHeaderExtension",
14336                     "GstElement",
14337                     "GstObject",
14338                     "GInitiallyUnowned",
14339                     "GObject"
14340                 ],
14341                 "klass": "Network/Extension/RTPHeader",
14342                 "long-name": "Color Space",
14343                 "rank": "marginal"
14344             },
14345             "rtpilbcdepay": {
14346                 "author": "Philippe Kalaf <philippe.kalaf@collabora.co.uk>",
14347                 "description": "Extracts iLBC audio from RTP packets (RFC 3952)",
14348                 "hierarchy": [
14349                     "GstRTPiLBCDepay",
14350                     "GstRTPBaseDepayload",
14351                     "GstElement",
14352                     "GstObject",
14353                     "GInitiallyUnowned",
14354                     "GObject"
14355                 ],
14356                 "klass": "Codec/Depayloader/Network/RTP",
14357                 "long-name": "RTP iLBC depayloader",
14358                 "pad-templates": {
14359                     "sink": {
14360                         "caps": "application/x-rtp:\n          media: audio\n     clock-rate: 8000\n  encoding-name: ILBC\n",
14361                         "direction": "sink",
14362                         "presence": "always"
14363                     },
14364                     "src": {
14365                         "caps": "audio/x-iLBC:\n           mode: { (int)20, (int)30 }\n",
14366                         "direction": "src",
14367                         "presence": "always"
14368                     }
14369                 },
14370                 "properties": {
14371                     "mode": {
14372                         "blurb": "iLBC frame mode",
14373                         "conditionally-available": false,
14374                         "construct": false,
14375                         "construct-only": false,
14376                         "controllable": false,
14377                         "default": "30ms (30)",
14378                         "mutable": "null",
14379                         "readable": true,
14380                         "type": "iLBCMode",
14381                         "writable": true
14382                     }
14383                 },
14384                 "rank": "secondary"
14385             },
14386             "rtpilbcpay": {
14387                 "author": "Philippe Kalaf <philippe.kalaf@collabora.co.uk>",
14388                 "description": "Packetize iLBC audio streams into RTP packets",
14389                 "hierarchy": [
14390                     "GstRTPILBCPay",
14391                     "GstRTPBaseAudioPayload",
14392                     "GstRTPBasePayload",
14393                     "GstElement",
14394                     "GstObject",
14395                     "GInitiallyUnowned",
14396                     "GObject"
14397                 ],
14398                 "klass": "Codec/Payloader/Network/RTP",
14399                 "long-name": "RTP iLBC Payloader",
14400                 "pad-templates": {
14401                     "sink": {
14402                         "caps": "audio/x-iLBC:\n           mode: { (int)20, (int)30 }\n",
14403                         "direction": "sink",
14404                         "presence": "always"
14405                     },
14406                     "src": {
14407                         "caps": "application/x-rtp:\n          media: audio\n        payload: [ 96, 127 ]\n     clock-rate: 8000\n  encoding-name: ILBC\n           mode: { (string)20, (string)30 }\n",
14408                         "direction": "src",
14409                         "presence": "always"
14410                     }
14411                 },
14412                 "properties": {},
14413                 "rank": "secondary"
14414             },
14415             "rtpisacdepay": {
14416                 "author": "Guillaume Desmottes <guillaume.desmottes@collabora.com>",
14417                 "description": "Extracts iSAC audio from RTP packets",
14418                 "hierarchy": [
14419                     "GstRtpIsacDepay",
14420                     "GstRTPBaseDepayload",
14421                     "GstElement",
14422                     "GstObject",
14423                     "GInitiallyUnowned",
14424                     "GObject"
14425                 ],
14426                 "klass": "Codec/Depayloader/Network/RTP",
14427                 "long-name": "RTP iSAC depayloader",
14428                 "pad-templates": {
14429                     "sink": {
14430                         "caps": "application/x-rtp:\n          media: audio\n        payload: [ 96, 127 ]\n     clock-rate: { (int)16000, (int)32000 }\n  encoding-name: ISAC\n",
14431                         "direction": "sink",
14432                         "presence": "always"
14433                     },
14434                     "src": {
14435                         "caps": "audio/isac:\n           rate: { (int)16000, (int)32000 }\n       channels: 1\n",
14436                         "direction": "src",
14437                         "presence": "always"
14438                     }
14439                 },
14440                 "rank": "secondary"
14441             },
14442             "rtpisacpay": {
14443                 "author": "Guillaume Desmottes <guillaume.desmottes@collabora.com>",
14444                 "description": "Payload-encodes iSAC audio into a RTP packet",
14445                 "hierarchy": [
14446                     "GstRtpIsacPay",
14447                     "GstRTPBasePayload",
14448                     "GstElement",
14449                     "GstObject",
14450                     "GInitiallyUnowned",
14451                     "GObject"
14452                 ],
14453                 "klass": "Codec/Payloader/Network/RTP",
14454                 "long-name": "RTP iSAC payloader",
14455                 "pad-templates": {
14456                     "sink": {
14457                         "caps": "audio/isac:\n           rate: { (int)16000, (int)32000 }\n       channels: 1\n",
14458                         "direction": "sink",
14459                         "presence": "always"
14460                     },
14461                     "src": {
14462                         "caps": "application/x-rtp:\n          media: audio\n        payload: [ 96, 127 ]\n     clock-rate: { (int)16000, (int)32000 }\n  encoding-name: ISAC\nencoding-params: 1\n",
14463                         "direction": "src",
14464                         "presence": "always"
14465                     }
14466                 },
14467                 "rank": "secondary"
14468             },
14469             "rtpj2kdepay": {
14470                 "author": "Wim Taymans <wim.taymans@gmail.com>",
14471                 "description": "Extracts JPEG 2000 video from RTP packets (RFC 5371)",
14472                 "hierarchy": [
14473                     "GstRtpJ2KDepay",
14474                     "GstRTPBaseDepayload",
14475                     "GstElement",
14476                     "GstObject",
14477                     "GInitiallyUnowned",
14478                     "GObject"
14479                 ],
14480                 "klass": "Codec/Depayloader/Network/RTP",
14481                 "long-name": "RTP JPEG 2000 depayloader",
14482                 "pad-templates": {
14483                     "sink": {
14484                         "caps": "application/x-rtp:\n          media: video\n     clock-rate: 90000\n       sampling: { (string)RGB, (string)BGR, (string)RGBA, (string)BGRA, (string)YCbCrA, (string)YCbCr-4:4:4, (string)YCbCr-4:2:2, (string)YCbCr-4:2:0, (string)YCbCr-4:1:1, (string)GRAYSCALE }\n  encoding-name: JPEG2000\napplication/x-rtp:\n          media: video\n     clock-rate: 90000\n     colorspace: { (string)sRGB, (string)sYUV, (string)GRAY }\n  encoding-name: JPEG2000\n",
14485                         "direction": "sink",
14486                         "presence": "always"
14487                     },
14488                     "src": {
14489                         "caps": "image/x-jpc:\n     colorspace: { (string)sRGB, (string)sYUV, (string)GRAY }\n",
14490                         "direction": "src",
14491                         "presence": "always"
14492                     }
14493                 },
14494                 "properties": {},
14495                 "rank": "secondary"
14496             },
14497             "rtpj2kpay": {
14498                 "author": "Wim Taymans <wim.taymans@gmail.com>",
14499                 "description": "Payload-encodes JPEG 2000 pictures into RTP packets (RFC 5371)",
14500                 "hierarchy": [
14501                     "GstRtpJ2KPay",
14502                     "GstRTPBasePayload",
14503                     "GstElement",
14504                     "GstObject",
14505                     "GInitiallyUnowned",
14506                     "GObject"
14507                 ],
14508                 "klass": "Codec/Payloader/Network/RTP",
14509                 "long-name": "RTP JPEG 2000 payloader",
14510                 "pad-templates": {
14511                     "sink": {
14512                         "caps": "image/x-jpc:\n       sampling: { (string)RGB, (string)BGR, (string)RGBA, (string)BGRA, (string)YCbCrA, (string)YCbCr-4:4:4, (string)YCbCr-4:2:2, (string)YCbCr-4:2:0, (string)YCbCr-4:1:1, (string)GRAYSCALE }\n",
14513                         "direction": "sink",
14514                         "presence": "always"
14515                     },
14516                     "src": {
14517                         "caps": "application/x-rtp:\n          media: video\n        payload: [ 96, 127 ]\n     clock-rate: 90000\n       sampling: { (string)RGB, (string)BGR, (string)RGBA, (string)BGRA, (string)YCbCrA, (string)YCbCr-4:4:4, (string)YCbCr-4:2:2, (string)YCbCr-4:2:0, (string)YCbCr-4:1:1, (string)GRAYSCALE }\n  encoding-name: JPEG2000\n",
14518                         "direction": "src",
14519                         "presence": "always"
14520                     }
14521                 },
14522                 "properties": {},
14523                 "rank": "secondary"
14524             },
14525             "rtpjpegdepay": {
14526                 "author": "Wim Taymans <wim.taymans@gmail.com>",
14527                 "description": "Extracts JPEG video from RTP packets (RFC 2435)",
14528                 "hierarchy": [
14529                     "GstRtpJPEGDepay",
14530                     "GstRTPBaseDepayload",
14531                     "GstElement",
14532                     "GstObject",
14533                     "GInitiallyUnowned",
14534                     "GObject"
14535                 ],
14536                 "klass": "Codec/Depayloader/Network/RTP",
14537                 "long-name": "RTP JPEG depayloader",
14538                 "pad-templates": {
14539                     "sink": {
14540                         "caps": "application/x-rtp:\n          media: video\n     clock-rate: 90000\n  encoding-name: JPEG\napplication/x-rtp:\n          media: video\n        payload: 26\n     clock-rate: 90000\n",
14541                         "direction": "sink",
14542                         "presence": "always"
14543                     },
14544                     "src": {
14545                         "caps": "image/jpeg:\n",
14546                         "direction": "src",
14547                         "presence": "always"
14548                     }
14549                 },
14550                 "properties": {},
14551                 "rank": "secondary"
14552             },
14553             "rtpjpegpay": {
14554                 "author": "Axis Communications <dev-gstreamer@axis.com>",
14555                 "description": "Payload-encodes JPEG pictures into RTP packets (RFC 2435)",
14556                 "hierarchy": [
14557                     "GstRtpJPEGPay",
14558                     "GstRTPBasePayload",
14559                     "GstElement",
14560                     "GstObject",
14561                     "GInitiallyUnowned",
14562                     "GObject"
14563                 ],
14564                 "klass": "Codec/Payloader/Network/RTP",
14565                 "long-name": "RTP JPEG payloader",
14566                 "pad-templates": {
14567                     "sink": {
14568                         "caps": "image/jpeg:\nvideo/x-jpeg:\n",
14569                         "direction": "sink",
14570                         "presence": "always"
14571                     },
14572                     "src": {
14573                         "caps": "application/x-rtp:\n          media: video\n        payload: 26\n     clock-rate: 90000\n  encoding-name: JPEG\n          width: [ 1, 65536 ]\n         height: [ 1, 65536 ]\napplication/x-rtp:\n          media: video\n        payload: [ 96, 127 ]\n     clock-rate: 90000\n  encoding-name: JPEG\n          width: [ 1, 65536 ]\n         height: [ 1, 65536 ]\n",
14574                         "direction": "src",
14575                         "presence": "always"
14576                     }
14577                 },
14578                 "properties": {
14579                     "quality": {
14580                         "blurb": "Quality factor on JPEG data (unused)",
14581                         "conditionally-available": false,
14582                         "construct": false,
14583                         "construct-only": false,
14584                         "controllable": false,
14585                         "default": "255",
14586                         "max": "255",
14587                         "min": "0",
14588                         "mutable": "null",
14589                         "readable": true,
14590                         "type": "gint",
14591                         "writable": true
14592                     },
14593                     "type": {
14594                         "blurb": "Default JPEG Type, overwritten by SOF when present",
14595                         "conditionally-available": false,
14596                         "construct": false,
14597                         "construct-only": false,
14598                         "controllable": false,
14599                         "default": "1",
14600                         "max": "255",
14601                         "min": "0",
14602                         "mutable": "null",
14603                         "readable": true,
14604                         "type": "gint",
14605                         "writable": true
14606                     }
14607                 },
14608                 "rank": "secondary"
14609             },
14610             "rtpklvdepay": {
14611                 "author": "Tim-Philipp Müller <tim@centricular.com>",
14612                 "description": "Extracts KLV (SMPTE ST 336) metadata from RTP packets",
14613                 "hierarchy": [
14614                     "GstRtpKlvDepay",
14615                     "GstRTPBaseDepayload",
14616                     "GstElement",
14617                     "GstObject",
14618                     "GInitiallyUnowned",
14619                     "GObject"
14620                 ],
14621                 "klass": "Codec/Depayloader/Network/RTP",
14622                 "long-name": "RTP KLV Depayloader",
14623                 "pad-templates": {
14624                     "sink": {
14625                         "caps": "application/x-rtp:\n          media: application\n     clock-rate: [ 1, 2147483647 ]\n  encoding-name: SMPTE336M\n",
14626                         "direction": "sink",
14627                         "presence": "always"
14628                     },
14629                     "src": {
14630                         "caps": "meta/x-klv:\n         parsed: true\n",
14631                         "direction": "src",
14632                         "presence": "always"
14633                     }
14634                 },
14635                 "properties": {},
14636                 "rank": "secondary"
14637             },
14638             "rtpklvpay": {
14639                 "author": "Tim-Philipp Müller <tim@centricular.com>",
14640                 "description": "Payloads KLV (SMPTE ST 336) metadata as RTP packets",
14641                 "hierarchy": [
14642                     "GstRtpKlvPay",
14643                     "GstRTPBasePayload",
14644                     "GstElement",
14645                     "GstObject",
14646                     "GInitiallyUnowned",
14647                     "GObject"
14648                 ],
14649                 "klass": "Codec/Payloader/Network/RTP",
14650                 "long-name": "RTP KLV Payloader",
14651                 "pad-templates": {
14652                     "sink": {
14653                         "caps": "meta/x-klv:\n         parsed: true\n",
14654                         "direction": "sink",
14655                         "presence": "always"
14656                     },
14657                     "src": {
14658                         "caps": "application/x-rtp:\n          media: application\n     clock-rate: [ 1, 2147483647 ]\n  encoding-name: SMPTE336M\n",
14659                         "direction": "src",
14660                         "presence": "always"
14661                     }
14662                 },
14663                 "properties": {},
14664                 "rank": "secondary"
14665             },
14666             "rtpldacpay": {
14667                 "author": "Sanchayan Maity <sanchayan@asymptotic.io>",
14668                 "description": "Payload LDAC audio as RTP packets",
14669                 "hierarchy": [
14670                     "GstRtpLdacPay",
14671                     "GstRTPBasePayload",
14672                     "GstElement",
14673                     "GstObject",
14674                     "GInitiallyUnowned",
14675                     "GObject"
14676                 ],
14677                 "klass": "Codec/Payloader/Network",
14678                 "long-name": "RTP packet payloader",
14679                 "pad-templates": {
14680                     "sink": {
14681                         "caps": "audio/x-ldac:\n       channels: [ 1, 2 ]\n           rate: { (int)44100, (int)48000, (int)88200, (int)96000 }\n",
14682                         "direction": "sink",
14683                         "presence": "always"
14684                     },
14685                     "src": {
14686                         "caps": "application/x-rtp:\n          media: audio\n        payload: [ 96, 127 ]\n     clock-rate: { (int)44100, (int)48000, (int)88200, (int)96000 }\n  encoding-name: X-GST-LDAC\n",
14687                         "direction": "src",
14688                         "presence": "always"
14689                     }
14690                 },
14691                 "rank": "none"
14692             },
14693             "rtpmp1sdepay": {
14694                 "author": "Wim Taymans <wim.taymans@gmail.com>",
14695                 "description": "Extracts MPEG1 System Streams from RTP packets (RFC 3555)",
14696                 "hierarchy": [
14697                     "GstRtpMP1SDepay",
14698                     "GstRTPBaseDepayload",
14699                     "GstElement",
14700                     "GstObject",
14701                     "GInitiallyUnowned",
14702                     "GObject"
14703                 ],
14704                 "klass": "Codec/Depayloader/Network/RTP",
14705                 "long-name": "RTP MPEG1 System Stream depayloader",
14706                 "pad-templates": {
14707                     "sink": {
14708                         "caps": "application/x-rtp:\n          media: other\n     clock-rate: [ 1, 2147483647 ]\n  encoding-name: MP1S\napplication/x-rtp:\n          media: video\n     clock-rate: [ 1, 2147483647 ]\n  encoding-name: MP1S\n",
14709                         "direction": "sink",
14710                         "presence": "always"
14711                     },
14712                     "src": {
14713                         "caps": "video/mpeg:\n   systemstream: true\n",
14714                         "direction": "src",
14715                         "presence": "always"
14716                     }
14717                 },
14718                 "properties": {},
14719                 "rank": "secondary"
14720             },
14721             "rtpmp2tdepay": {
14722                 "author": "Wim Taymans <wim.taymans@gmail.com>, Thijs Vermeir <thijs.vermeir@barco.com>",
14723                 "description": "Extracts MPEG2 TS from RTP packets (RFC 2250)",
14724                 "hierarchy": [
14725                     "GstRtpMP2TDepay",
14726                     "GstRTPBaseDepayload",
14727                     "GstElement",
14728                     "GstObject",
14729                     "GInitiallyUnowned",
14730                     "GObject"
14731                 ],
14732                 "klass": "Codec/Depayloader/Network/RTP",
14733                 "long-name": "RTP MPEG Transport Stream depayloader",
14734                 "pad-templates": {
14735                     "sink": {
14736                         "caps": "application/x-rtp:\n          media: video\n     clock-rate: [ 1, 2147483647 ]\n  encoding-name: { (string)MP2T, (string)MP2T-ES }\napplication/x-rtp:\n          media: video\n        payload: 33\n     clock-rate: [ 1, 2147483647 ]\n",
14737                         "direction": "sink",
14738                         "presence": "always"
14739                     },
14740                     "src": {
14741                         "caps": "video/mpegts:\n     packetsize: 188\n   systemstream: true\n",
14742                         "direction": "src",
14743                         "presence": "always"
14744                     }
14745                 },
14746                 "properties": {
14747                     "skip-first-bytes": {
14748                         "blurb": "The amount of bytes that need to be skipped at the beginning of the payload",
14749                         "conditionally-available": false,
14750                         "construct": false,
14751                         "construct-only": false,
14752                         "controllable": false,
14753                         "default": "0",
14754                         "max": "-1",
14755                         "min": "0",
14756                         "mutable": "null",
14757                         "readable": true,
14758                         "type": "guint",
14759                         "writable": true
14760                     }
14761                 },
14762                 "rank": "secondary"
14763             },
14764             "rtpmp2tpay": {
14765                 "author": "Wim Taymans <wim.taymans@gmail.com>",
14766                 "description": "Payload-encodes MPEG2 TS into RTP packets (RFC 2250)",
14767                 "hierarchy": [
14768                     "GstRTPMP2TPay",
14769                     "GstRTPBasePayload",
14770                     "GstElement",
14771                     "GstObject",
14772                     "GInitiallyUnowned",
14773                     "GObject"
14774                 ],
14775                 "klass": "Codec/Payloader/Network/RTP",
14776                 "long-name": "RTP MPEG2 Transport Stream payloader",
14777                 "pad-templates": {
14778                     "sink": {
14779                         "caps": "video/mpegts:\n     packetsize: 188\n   systemstream: true\n",
14780                         "direction": "sink",
14781                         "presence": "always"
14782                     },
14783                     "src": {
14784                         "caps": "application/x-rtp:\n          media: video\n        payload: 33\n     clock-rate: 90000\n  encoding-name: MP2T\napplication/x-rtp:\n          media: video\n        payload: [ 96, 127 ]\n     clock-rate: 90000\n  encoding-name: MP2T\n",
14785                         "direction": "src",
14786                         "presence": "always"
14787                     }
14788                 },
14789                 "properties": {},
14790                 "rank": "secondary"
14791             },
14792             "rtpmp4adepay": {
14793                 "author": "Nokia Corporation (contact <stefan.kost@nokia.com>), Wim Taymans <wim.taymans@gmail.com>",
14794                 "description": "Extracts MPEG4 audio from RTP packets (RFC 3016)",
14795                 "hierarchy": [
14796                     "GstRtpMP4ADepay",
14797                     "GstRTPBaseDepayload",
14798                     "GstElement",
14799                     "GstObject",
14800                     "GInitiallyUnowned",
14801                     "GObject"
14802                 ],
14803                 "klass": "Codec/Depayloader/Network/RTP",
14804                 "long-name": "RTP MPEG4 audio depayloader",
14805                 "pad-templates": {
14806                     "sink": {
14807                         "caps": "application/x-rtp:\n          media: audio\n     clock-rate: [ 1, 2147483647 ]\n  encoding-name: MP4A-LATM\n",
14808                         "direction": "sink",
14809                         "presence": "always"
14810                     },
14811                     "src": {
14812                         "caps": "audio/mpeg:\n    mpegversion: 4\n         framed: { (boolean)false, (boolean)true }\n  stream-format: raw\n",
14813                         "direction": "src",
14814                         "presence": "always"
14815                     }
14816                 },
14817                 "properties": {},
14818                 "rank": "secondary"
14819             },
14820             "rtpmp4apay": {
14821                 "author": "Wim Taymans <wim.taymans@gmail.com>",
14822                 "description": "Payload MPEG4 audio as RTP packets (RFC 3016)",
14823                 "hierarchy": [
14824                     "GstRtpMP4APay",
14825                     "GstRTPBasePayload",
14826                     "GstElement",
14827                     "GstObject",
14828                     "GInitiallyUnowned",
14829                     "GObject"
14830                 ],
14831                 "klass": "Codec/Payloader/Network/RTP",
14832                 "long-name": "RTP MPEG4 audio payloader",
14833                 "pad-templates": {
14834                     "sink": {
14835                         "caps": "audio/mpeg:\n    mpegversion: 4\n  stream-format: raw\n",
14836                         "direction": "sink",
14837                         "presence": "always"
14838                     },
14839                     "src": {
14840                         "caps": "application/x-rtp:\n          media: audio\n        payload: [ 96, 127 ]\n     clock-rate: [ 1, 2147483647 ]\n  encoding-name: MP4A-LATM\n",
14841                         "direction": "src",
14842                         "presence": "always"
14843                     }
14844                 },
14845                 "properties": {},
14846                 "rank": "secondary"
14847             },
14848             "rtpmp4gdepay": {
14849                 "author": "Wim Taymans <wim.taymans@gmail.com>",
14850                 "description": "Extracts MPEG4 elementary streams from RTP packets (RFC 3640)",
14851                 "hierarchy": [
14852                     "GstRtpMP4GDepay",
14853                     "GstRTPBaseDepayload",
14854                     "GstElement",
14855                     "GstObject",
14856                     "GInitiallyUnowned",
14857                     "GObject"
14858                 ],
14859                 "klass": "Codec/Depayloader/Network/RTP",
14860                 "long-name": "RTP MPEG4 ES depayloader",
14861                 "pad-templates": {
14862                     "sink": {
14863                         "caps": "application/x-rtp:\n          media: { (string)video, (string)audio, (string)application }\n     clock-rate: [ 1, 2147483647 ]\n  encoding-name: MPEG4-GENERIC\n           mode: { (string)generic, (string)CELP-cbr, (string)CELP-vbr, (string)AAC-lbr, (string)AAC-hbr, (string)aac-hbr }\n",
14864                         "direction": "sink",
14865                         "presence": "always"
14866                     },
14867                     "src": {
14868                         "caps": "video/mpeg:\n    mpegversion: 4\n   systemstream: false\naudio/mpeg:\n    mpegversion: 4\n  stream-format: raw\n",
14869                         "direction": "src",
14870                         "presence": "always"
14871                     }
14872                 },
14873                 "properties": {},
14874                 "rank": "secondary"
14875             },
14876             "rtpmp4gpay": {
14877                 "author": "Wim Taymans <wim.taymans@gmail.com>",
14878                 "description": "Payload MPEG4 elementary streams as RTP packets (RFC 3640)",
14879                 "hierarchy": [
14880                     "GstRtpMP4GPay",
14881                     "GstRTPBasePayload",
14882                     "GstElement",
14883                     "GstObject",
14884                     "GInitiallyUnowned",
14885                     "GObject"
14886                 ],
14887                 "klass": "Codec/Payloader/Network/RTP",
14888                 "long-name": "RTP MPEG4 ES payloader",
14889                 "pad-templates": {
14890                     "sink": {
14891                         "caps": "video/mpeg:\n    mpegversion: 4\n   systemstream: false\naudio/mpeg:\n    mpegversion: 4\n  stream-format: raw\n",
14892                         "direction": "sink",
14893                         "presence": "always"
14894                     },
14895                     "src": {
14896                         "caps": "application/x-rtp:\n          media: { (string)video, (string)audio, (string)application }\n        payload: [ 96, 127 ]\n     clock-rate: [ 1, 2147483647 ]\n  encoding-name: MPEG4-GENERIC\n     streamtype: { (string)4, (string)5 }\n           mode: { (string)generic, (string)CELP-cbr, (string)CELP-vbr, (string)AAC-lbr, (string)AAC-hbr }\n",
14897                         "direction": "src",
14898                         "presence": "always"
14899                     }
14900                 },
14901                 "properties": {},
14902                 "rank": "secondary"
14903             },
14904             "rtpmp4vdepay": {
14905                 "author": "Wim Taymans <wim.taymans@gmail.com>",
14906                 "description": "Extracts MPEG4 video from RTP packets (RFC 3016)",
14907                 "hierarchy": [
14908                     "GstRtpMP4VDepay",
14909                     "GstRTPBaseDepayload",
14910                     "GstElement",
14911                     "GstObject",
14912                     "GInitiallyUnowned",
14913                     "GObject"
14914                 ],
14915                 "klass": "Codec/Depayloader/Network/RTP",
14916                 "long-name": "RTP MPEG4 video depayloader",
14917                 "pad-templates": {
14918                     "sink": {
14919                         "caps": "application/x-rtp:\n          media: video\n     clock-rate: [ 1, 2147483647 ]\n  encoding-name: MP4V-ES\n",
14920                         "direction": "sink",
14921                         "presence": "always"
14922                     },
14923                     "src": {
14924                         "caps": "video/mpeg:\n    mpegversion: 4\n   systemstream: false\n",
14925                         "direction": "src",
14926                         "presence": "always"
14927                     }
14928                 },
14929                 "properties": {},
14930                 "rank": "secondary"
14931             },
14932             "rtpmp4vpay": {
14933                 "author": "Wim Taymans <wim.taymans@gmail.com>",
14934                 "description": "Payload MPEG-4 video as RTP packets (RFC 3016)",
14935                 "hierarchy": [
14936                     "GstRtpMP4VPay",
14937                     "GstRTPBasePayload",
14938                     "GstElement",
14939                     "GstObject",
14940                     "GInitiallyUnowned",
14941                     "GObject"
14942                 ],
14943                 "klass": "Codec/Payloader/Network/RTP",
14944                 "long-name": "RTP MPEG4 Video payloader",
14945                 "pad-templates": {
14946                     "sink": {
14947                         "caps": "video/mpeg:\n    mpegversion: 4\n   systemstream: false\nvideo/x-divx:\n",
14948                         "direction": "sink",
14949                         "presence": "always"
14950                     },
14951                     "src": {
14952                         "caps": "application/x-rtp:\n          media: video\n        payload: [ 96, 127 ]\n     clock-rate: [ 1, 2147483647 ]\n  encoding-name: MP4V-ES\n",
14953                         "direction": "src",
14954                         "presence": "always"
14955                     }
14956                 },
14957                 "properties": {
14958                     "config-interval": {
14959                         "blurb": "Send Config Insertion Interval in seconds (configuration headers will be multiplexed in the data stream when detected.) (0 = disabled, -1 = send with every IDR frame)",
14960                         "conditionally-available": false,
14961                         "construct": false,
14962                         "construct-only": false,
14963                         "controllable": false,
14964                         "default": "0",
14965                         "max": "3600",
14966                         "min": "-1",
14967                         "mutable": "null",
14968                         "readable": true,
14969                         "type": "gint",
14970                         "writable": true
14971                     }
14972                 },
14973                 "rank": "secondary + 1"
14974             },
14975             "rtpmpadepay": {
14976                 "author": "Wim Taymans <wim.taymans@gmail.com>",
14977                 "description": "Extracts MPEG audio from RTP packets (RFC 2038)",
14978                 "hierarchy": [
14979                     "GstRtpMPADepay",
14980                     "GstRTPBaseDepayload",
14981                     "GstElement",
14982                     "GstObject",
14983                     "GInitiallyUnowned",
14984                     "GObject"
14985                 ],
14986                 "klass": "Codec/Depayloader/Network/RTP",
14987                 "long-name": "RTP MPEG audio depayloader",
14988                 "pad-templates": {
14989                     "sink": {
14990                         "caps": "application/x-rtp:\n          media: audio\n        payload: 14\n     clock-rate: 90000\napplication/x-rtp:\n          media: audio\n  encoding-name: MPA\n     clock-rate: [ 1, 2147483647 ]\n",
14991                         "direction": "sink",
14992                         "presence": "always"
14993                     },
14994                     "src": {
14995                         "caps": "audio/mpeg:\n    mpegversion: 1\n",
14996                         "direction": "src",
14997                         "presence": "always"
14998                     }
14999                 },
15000                 "properties": {},
15001                 "rank": "secondary"
15002             },
15003             "rtpmpapay": {
15004                 "author": "Wim Taymans <wim.taymans@gmail.com>",
15005                 "description": "Payload MPEG audio as RTP packets (RFC 2038)",
15006                 "hierarchy": [
15007                     "GstRtpMPAPay",
15008                     "GstRTPBasePayload",
15009                     "GstElement",
15010                     "GstObject",
15011                     "GInitiallyUnowned",
15012                     "GObject"
15013                 ],
15014                 "klass": "Codec/Payloader/Network/RTP",
15015                 "long-name": "RTP MPEG audio payloader",
15016                 "pad-templates": {
15017                     "sink": {
15018                         "caps": "audio/mpeg:\n    mpegversion: 1\n",
15019                         "direction": "sink",
15020                         "presence": "always"
15021                     },
15022                     "src": {
15023                         "caps": "application/x-rtp:\n          media: audio\n        payload: 14\n     clock-rate: 90000\napplication/x-rtp:\n          media: audio\n        payload: [ 96, 127 ]\n     clock-rate: 90000\n  encoding-name: MPA\n",
15024                         "direction": "src",
15025                         "presence": "always"
15026                     }
15027                 },
15028                 "properties": {},
15029                 "rank": "secondary"
15030             },
15031             "rtpmparobustdepay": {
15032                 "author": "Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>",
15033                 "description": "Extracts MPEG audio from RTP packets (RFC 5219)",
15034                 "hierarchy": [
15035                     "GstRtpMPARobustDepay",
15036                     "GstRTPBaseDepayload",
15037                     "GstElement",
15038                     "GstObject",
15039                     "GInitiallyUnowned",
15040                     "GObject"
15041                 ],
15042                 "klass": "Codec/Depayloader/Network/RTP",
15043                 "long-name": "RTP MPEG audio depayloader",
15044                 "pad-templates": {
15045                     "sink": {
15046                         "caps": "application/x-rtp:\n          media: audio\n     clock-rate: 90000\n  encoding-name: MPA-ROBUST\napplication/x-rtp:\n          media: audio\n     clock-rate: [ 1, 2147483647 ]\n  encoding-name: { (string)X-MP3-DRAFT-00, (string)X-MP3-DRAFT-01, (string)X-MP3-DRAFT-02, (string)X-MP3-DRAFT-03, (string)X-MP3-DRAFT-04, (string)X-MP3-DRAFT-05, (string)X-MP3-DRAFT-06 }\n",
15047                         "direction": "sink",
15048                         "presence": "always"
15049                     },
15050                     "src": {
15051                         "caps": "audio/mpeg:\n    mpegversion: 1\n",
15052                         "direction": "src",
15053                         "presence": "always"
15054                     }
15055                 },
15056                 "properties": {},
15057                 "rank": "secondary"
15058             },
15059             "rtpmpvdepay": {
15060                 "author": "Wim Taymans <wim.taymans@gmail.com>",
15061                 "description": "Extracts MPEG video from RTP packets (RFC 2250)",
15062                 "hierarchy": [
15063                     "GstRtpMPVDepay",
15064                     "GstRTPBaseDepayload",
15065                     "GstElement",
15066                     "GstObject",
15067                     "GInitiallyUnowned",
15068                     "GObject"
15069                 ],
15070                 "klass": "Codec/Depayloader/Network/RTP",
15071                 "long-name": "RTP MPEG video depayloader",
15072                 "pad-templates": {
15073                     "sink": {
15074                         "caps": "application/x-rtp:\n          media: video\n     clock-rate: 90000\n  encoding-name: MPV\napplication/x-rtp:\n          media: video\n        payload: 32\n     clock-rate: 90000\n",
15075                         "direction": "sink",
15076                         "presence": "always"
15077                     },
15078                     "src": {
15079                         "caps": "video/mpeg:\n    mpegversion: 2\n   systemstream: false\n",
15080                         "direction": "src",
15081                         "presence": "always"
15082                     }
15083                 },
15084                 "properties": {},
15085                 "rank": "secondary"
15086             },
15087             "rtpmpvpay": {
15088                 "author": "Thijs Vermeir <thijsvermeir@gmail.com>",
15089                 "description": "Payload-encodes MPEG2 ES into RTP packets (RFC 2250)",
15090                 "hierarchy": [
15091                     "GstRTPMPVPay",
15092                     "GstRTPBasePayload",
15093                     "GstElement",
15094                     "GstObject",
15095                     "GInitiallyUnowned",
15096                     "GObject"
15097                 ],
15098                 "klass": "Codec/Payloader/Network/RTP",
15099                 "long-name": "RTP MPEG2 ES video payloader",
15100                 "pad-templates": {
15101                     "sink": {
15102                         "caps": "video/mpeg:\n    mpegversion: 2\n   systemstream: false\n",
15103                         "direction": "sink",
15104                         "presence": "always"
15105                     },
15106                     "src": {
15107                         "caps": "application/x-rtp:\n          media: video\n        payload: 32\n     clock-rate: 90000\n  encoding-name: MPV\napplication/x-rtp:\n          media: video\n        payload: [ 96, 127 ]\n     clock-rate: 90000\n  encoding-name: MPV\n",
15108                         "direction": "src",
15109                         "presence": "always"
15110                     }
15111                 },
15112                 "properties": {},
15113                 "rank": "secondary"
15114             },
15115             "rtpopusdepay": {
15116                 "author": "Danilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk>",
15117                 "description": "Extracts Opus audio from RTP packets",
15118                 "hierarchy": [
15119                     "GstRTPOpusDepay",
15120                     "GstRTPBaseDepayload",
15121                     "GstElement",
15122                     "GstObject",
15123                     "GInitiallyUnowned",
15124                     "GObject"
15125                 ],
15126                 "klass": "Codec/Depayloader/Network/RTP",
15127                 "long-name": "RTP Opus packet depayloader",
15128                 "pad-templates": {
15129                     "sink": {
15130                         "caps": "application/x-rtp:\n          media: audio\n        payload: [ 96, 127 ]\n     clock-rate: 48000\n  encoding-name: { (string)OPUS, (string)X-GST-OPUS-DRAFT-SPITTKA-00, (string)multiopus }\n",
15131                         "direction": "sink",
15132                         "presence": "always"
15133                     },
15134                     "src": {
15135                         "caps": "audio/x-opus:\nchannel-mapping-family: [ 0, 1 ]\n",
15136                         "direction": "src",
15137                         "presence": "always"
15138                     }
15139                 },
15140                 "properties": {},
15141                 "rank": "primary"
15142             },
15143             "rtpopuspay": {
15144                 "author": "Danilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk>",
15145                 "description": "Puts Opus audio in RTP packets",
15146                 "hierarchy": [
15147                     "GstRtpOPUSPay",
15148                     "GstRTPBasePayload",
15149                     "GstElement",
15150                     "GstObject",
15151                     "GInitiallyUnowned",
15152                     "GObject"
15153                 ],
15154                 "klass": "Codec/Payloader/Network/RTP",
15155                 "long-name": "RTP Opus payloader",
15156                 "pad-templates": {
15157                     "sink": {
15158                         "caps": "audio/x-opus:\nchannel-mapping-family: 0\naudio/x-opus:\nchannel-mapping-family: 0\n       channels: [ 1, 2 ]\naudio/x-opus:\nchannel-mapping-family: 1\n       channels: [ 3, 255 ]\n",
15159                         "direction": "sink",
15160                         "presence": "always"
15161                     },
15162                     "src": {
15163                         "caps": "application/x-rtp:\n          media: audio\n        payload: [ 96, 127 ]\n     clock-rate: 48000\n  encoding-name: { (string)OPUS, (string)X-GST-OPUS-DRAFT-SPITTKA-00, (string)multiopus }\n",
15164                         "direction": "src",
15165                         "presence": "always"
15166                     }
15167                 },
15168                 "properties": {
15169                     "dtx": {
15170                         "blurb": "If enabled, the payloader will not transmit empty packets",
15171                         "conditionally-available": false,
15172                         "construct": false,
15173                         "construct-only": false,
15174                         "controllable": false,
15175                         "default": "false",
15176                         "mutable": "playing",
15177                         "readable": true,
15178                         "type": "gboolean",
15179                         "writable": true
15180                     }
15181                 },
15182                 "rank": "primary"
15183             },
15184             "rtppcmadepay": {
15185                 "author": "Edgard Lima <edgard.lima@gmail.com>, Zeeshan Ali <zeenix@gmail.com>",
15186                 "description": "Extracts PCMA audio from RTP packets",
15187                 "hierarchy": [
15188                     "GstRtpPcmaDepay",
15189                     "GstRTPBaseDepayload",
15190                     "GstElement",
15191                     "GstObject",
15192                     "GInitiallyUnowned",
15193                     "GObject"
15194                 ],
15195                 "klass": "Codec/Depayloader/Network/RTP",
15196                 "long-name": "RTP PCMA depayloader",
15197                 "pad-templates": {
15198                     "sink": {
15199                         "caps": "application/x-rtp:\n          media: audio\n        payload: 8\n     clock-rate: 8000\napplication/x-rtp:\n          media: audio\n     clock-rate: [ 1, 2147483647 ]\n  encoding-name: PCMA\n",
15200                         "direction": "sink",
15201                         "presence": "always"
15202                     },
15203                     "src": {
15204                         "caps": "audio/x-alaw:\n       channels: 1\n           rate: [ 1, 2147483647 ]\n",
15205                         "direction": "src",
15206                         "presence": "always"
15207                     }
15208                 },
15209                 "properties": {},
15210                 "rank": "secondary"
15211             },
15212             "rtppcmapay": {
15213                 "author": "Edgard Lima <edgard.lima@gmail.com>",
15214                 "description": "Payload-encodes PCMA audio into a RTP packet",
15215                 "hierarchy": [
15216                     "GstRtpPcmaPay",
15217                     "GstRTPBaseAudioPayload",
15218                     "GstRTPBasePayload",
15219                     "GstElement",
15220                     "GstObject",
15221                     "GInitiallyUnowned",
15222                     "GObject"
15223                 ],
15224                 "klass": "Codec/Payloader/Network/RTP",
15225                 "long-name": "RTP PCMA payloader",
15226                 "pad-templates": {
15227                     "sink": {
15228                         "caps": "audio/x-alaw:\n       channels: 1\n           rate: 8000\n",
15229                         "direction": "sink",
15230                         "presence": "always"
15231                     },
15232                     "src": {
15233                         "caps": "application/x-rtp:\n          media: audio\n        payload: 8\n     clock-rate: 8000\n  encoding-name: PCMA\napplication/x-rtp:\n          media: audio\n        payload: [ 96, 127 ]\n     clock-rate: [ 1, 2147483647 ]\n  encoding-name: PCMA\n",
15234                         "direction": "src",
15235                         "presence": "always"
15236                     }
15237                 },
15238                 "properties": {},
15239                 "rank": "secondary"
15240             },
15241             "rtppcmudepay": {
15242                 "author": "Edgard Lima <edgard.lima@gmail.com>, Zeeshan Ali <zeenix@gmail.com>",
15243                 "description": "Extracts PCMU audio from RTP packets",
15244                 "hierarchy": [
15245                     "GstRtpPcmuDepay",
15246                     "GstRTPBaseDepayload",
15247                     "GstElement",
15248                     "GstObject",
15249                     "GInitiallyUnowned",
15250                     "GObject"
15251                 ],
15252                 "klass": "Codec/Depayloader/Network/RTP",
15253                 "long-name": "RTP PCMU depayloader",
15254                 "pad-templates": {
15255                     "sink": {
15256                         "caps": "application/x-rtp:\n          media: audio\n        payload: 0\n     clock-rate: 8000\napplication/x-rtp:\n          media: audio\n  encoding-name: PCMU\n     clock-rate: [ 1, 2147483647 ]\n",
15257                         "direction": "sink",
15258                         "presence": "always"
15259                     },
15260                     "src": {
15261                         "caps": "audio/x-mulaw:\n       channels: 1\n           rate: [ 1, 2147483647 ]\n",
15262                         "direction": "src",
15263                         "presence": "always"
15264                     }
15265                 },
15266                 "properties": {},
15267                 "rank": "secondary"
15268             },
15269             "rtppcmupay": {
15270                 "author": "Edgard Lima <edgard.lima@gmail.com>",
15271                 "description": "Payload-encodes PCMU audio into a RTP packet",
15272                 "hierarchy": [
15273                     "GstRtpPcmuPay",
15274                     "GstRTPBaseAudioPayload",
15275                     "GstRTPBasePayload",
15276                     "GstElement",
15277                     "GstObject",
15278                     "GInitiallyUnowned",
15279                     "GObject"
15280                 ],
15281                 "klass": "Codec/Payloader/Network/RTP",
15282                 "long-name": "RTP PCMU payloader",
15283                 "pad-templates": {
15284                     "sink": {
15285                         "caps": "audio/x-mulaw:\n       channels: 1\n           rate: 8000\n",
15286                         "direction": "sink",
15287                         "presence": "always"
15288                     },
15289                     "src": {
15290                         "caps": "application/x-rtp:\n          media: audio\n        payload: 0\n     clock-rate: 8000\n  encoding-name: PCMU\napplication/x-rtp:\n          media: audio\n        payload: [ 96, 127 ]\n     clock-rate: [ 1, 2147483647 ]\n  encoding-name: PCMU\n",
15291                         "direction": "src",
15292                         "presence": "always"
15293                     }
15294                 },
15295                 "properties": {},
15296                 "rank": "secondary"
15297             },
15298             "rtpqcelpdepay": {
15299                 "author": "Wim Taymans <wim.taymans@gmail.com>",
15300                 "description": "Extracts QCELP (PureVoice) audio from RTP packets (RFC 2658)",
15301                 "hierarchy": [
15302                     "GstRtpQCELPDepay",
15303                     "GstRTPBaseDepayload",
15304                     "GstElement",
15305                     "GstObject",
15306                     "GInitiallyUnowned",
15307                     "GObject"
15308                 ],
15309                 "klass": "Codec/Depayloader/Network/RTP",
15310                 "long-name": "RTP QCELP depayloader",
15311                 "pad-templates": {
15312                     "sink": {
15313                         "caps": "application/x-rtp:\n          media: audio\n     clock-rate: 8000\n  encoding-name: QCELP\napplication/x-rtp:\n          media: audio\n        payload: 12\n     clock-rate: 8000\n",
15314                         "direction": "sink",
15315                         "presence": "always"
15316                     },
15317                     "src": {
15318                         "caps": "audio/qcelp:\n       channels: 1\n           rate: 8000\n",
15319                         "direction": "src",
15320                         "presence": "always"
15321                     }
15322                 },
15323                 "properties": {},
15324                 "rank": "secondary"
15325             },
15326             "rtpqdm2depay": {
15327                 "author": "Edward Hervey <bilboed@bilboed.com>",
15328                 "description": "Extracts QDM2 audio from RTP packets (no RFC)",
15329                 "hierarchy": [
15330                     "GstRtpQDM2Depay",
15331                     "GstRTPBaseDepayload",
15332                     "GstElement",
15333                     "GstObject",
15334                     "GInitiallyUnowned",
15335                     "GObject"
15336                 ],
15337                 "klass": "Codec/Depayloader/Network/RTP",
15338                 "long-name": "RTP QDM2 depayloader",
15339                 "pad-templates": {
15340                     "sink": {
15341                         "caps": "application/x-rtp:\n          media: audio\n  encoding-name: X-QDM\n",
15342                         "direction": "sink",
15343                         "presence": "always"
15344                     },
15345                     "src": {
15346                         "caps": "audio/x-qdm2:\n",
15347                         "direction": "src",
15348                         "presence": "always"
15349                     }
15350                 },
15351                 "properties": {},
15352                 "rank": "secondary"
15353             },
15354             "rtpreddec": {
15355                 "author": "Hani Mustafa <hani@pexip.com>, Mikhail Fludkov <misha@pexip.com>",
15356                 "description": "Decode Redundant Audio Data (RED)",
15357                 "hierarchy": [
15358                     "GstRtpRedDec",
15359                     "GstElement",
15360                     "GstObject",
15361                     "GInitiallyUnowned",
15362                     "GObject"
15363                 ],
15364                 "klass": "Codec/Depayloader/Network/RTP",
15365                 "long-name": "Redundant Audio Data (RED) Decoder",
15366                 "pad-templates": {
15367                     "sink": {
15368                         "caps": "application/x-rtp:\n",
15369                         "direction": "sink",
15370                         "presence": "always"
15371                     },
15372                     "src": {
15373                         "caps": "application/x-rtp:\n",
15374                         "direction": "src",
15375                         "presence": "always"
15376                     }
15377                 },
15378                 "properties": {
15379                     "payloads": {
15380                         "blurb": "All the RED payloads this decoder may encounter",
15381                         "conditionally-available": false,
15382                         "construct": false,
15383                         "construct-only": false,
15384                         "controllable": false,
15385                         "mutable": "null",
15386                         "readable": true,
15387                         "type": "GstValueArray",
15388                         "writable": true
15389                     },
15390                     "pt": {
15391                         "blurb": "Payload type FEC packets",
15392                         "conditionally-available": false,
15393                         "construct": false,
15394                         "construct-only": false,
15395                         "controllable": false,
15396                         "default": "-1",
15397                         "max": "127",
15398                         "min": "-1",
15399                         "mutable": "null",
15400                         "readable": true,
15401                         "type": "gint",
15402                         "writable": true
15403                     },
15404                     "received": {
15405                         "blurb": "Count of received packets",
15406                         "conditionally-available": false,
15407                         "construct": false,
15408                         "construct-only": false,
15409                         "controllable": false,
15410                         "default": "0",
15411                         "max": "-1",
15412                         "min": "0",
15413                         "mutable": "null",
15414                         "readable": true,
15415                         "type": "guint",
15416                         "writable": false
15417                     }
15418                 },
15419                 "rank": "none"
15420             },
15421             "rtpredenc": {
15422                 "author": "Hani Mustafa <hani@pexip.com>, Mikhail Fludkov <misha@pexip.com>",
15423                 "description": "Encode Redundant Audio Data (RED)",
15424                 "hierarchy": [
15425                     "GstRtpRedEnc",
15426                     "GstElement",
15427                     "GstObject",
15428                     "GInitiallyUnowned",
15429                     "GObject"
15430                 ],
15431                 "klass": "Codec/Payloader/Network/RTP",
15432                 "long-name": "Redundant Audio Data (RED) Encoder",
15433                 "pad-templates": {
15434                     "sink": {
15435                         "caps": "application/x-rtp:\n",
15436                         "direction": "sink",
15437                         "presence": "always"
15438                     },
15439                     "src": {
15440                         "caps": "application/x-rtp:\n",
15441                         "direction": "src",
15442                         "presence": "always"
15443                     }
15444                 },
15445                 "properties": {
15446                     "allow-no-red-blocks": {
15447                         "blurb": "true - can produce RED packets even without redundant blocks (distance==0) false - RED packets will be produced only if distance>0",
15448                         "conditionally-available": false,
15449                         "construct": false,
15450                         "construct-only": false,
15451                         "controllable": false,
15452                         "default": "true",
15453                         "mutable": "null",
15454                         "readable": true,
15455                         "type": "gboolean",
15456                         "writable": true
15457                     },
15458                     "distance": {
15459                         "blurb": "Tells which media packet to use as a redundant block (0 - no redundant blocks, 1 to use previous packet, 2 to use the packet before previous, etc.)",
15460                         "conditionally-available": false,
15461                         "construct": false,
15462                         "construct-only": false,
15463                         "controllable": false,
15464                         "default": "0",
15465                         "max": "-1",
15466                         "min": "0",
15467                         "mutable": "null",
15468                         "readable": true,
15469                         "type": "guint",
15470                         "writable": true
15471                     },
15472                     "pt": {
15473                         "blurb": "Payload type FEC packets (-1 disable)",
15474                         "conditionally-available": false,
15475                         "construct": false,
15476                         "construct-only": false,
15477                         "controllable": false,
15478                         "default": "0",
15479                         "max": "127",
15480                         "min": "0",
15481                         "mutable": "null",
15482                         "readable": true,
15483                         "type": "gint",
15484                         "writable": true
15485                     },
15486                     "sent": {
15487                         "blurb": "Count of sent packets",
15488                         "conditionally-available": false,
15489                         "construct": false,
15490                         "construct-only": false,
15491                         "controllable": false,
15492                         "default": "0",
15493                         "max": "-1",
15494                         "min": "0",
15495                         "mutable": "null",
15496                         "readable": true,
15497                         "type": "guint",
15498                         "writable": false
15499                     }
15500                 },
15501                 "rank": "none"
15502             },
15503             "rtpsbcdepay": {
15504                 "author": "Arun Raghavan <arun.raghavan@collabora.co.uk>",
15505                 "description": "Extracts SBC audio from RTP packets",
15506                 "hierarchy": [
15507                     "GstRtpSbcDepay",
15508                     "GstRTPBaseDepayload",
15509                     "GstElement",
15510                     "GstObject",
15511                     "GInitiallyUnowned",
15512                     "GObject"
15513                 ],
15514                 "klass": "Codec/Depayloader/Network/RTP",
15515                 "long-name": "RTP SBC audio depayloader",
15516                 "pad-templates": {
15517                     "sink": {
15518                         "caps": "application/x-rtp:\n          media: audio\n        payload: [ 96, 127 ]\n     clock-rate: { (int)16000, (int)32000, (int)44100, (int)48000 }\n  encoding-name: SBC\n",
15519                         "direction": "sink",
15520                         "presence": "always"
15521                     },
15522                     "src": {
15523                         "caps": "audio/x-sbc:\n           rate: { (int)16000, (int)32000, (int)44100, (int)48000 }\n       channels: [ 1, 2 ]\n           mode: { (string)mono, (string)dual, (string)stereo, (string)joint }\n         blocks: { (int)4, (int)8, (int)12, (int)16 }\n       subbands: { (int)4, (int)8 }\nallocation-method: { (string)snr, (string)loudness }\n        bitpool: [ 2, 64 ]\n",
15524                         "direction": "src",
15525                         "presence": "always"
15526                     }
15527                 },
15528                 "properties": {
15529                     "ignore-timestamps": {
15530                         "blurb": "Various statistics",
15531                         "conditionally-available": false,
15532                         "construct": false,
15533                         "construct-only": false,
15534                         "controllable": false,
15535                         "default": "false",
15536                         "mutable": "null",
15537                         "readable": true,
15538                         "type": "gboolean",
15539                         "writable": true
15540                     }
15541                 },
15542                 "rank": "secondary"
15543             },
15544             "rtpsbcpay": {
15545                 "author": "Thiago Sousa Santos <thiagoss@lcc.ufcg.edu.br>",
15546                 "description": "Payload SBC audio as RTP packets",
15547                 "hierarchy": [
15548                     "GstRtpSBCPay",
15549                     "GstRTPBasePayload",
15550                     "GstElement",
15551                     "GstObject",
15552                     "GInitiallyUnowned",
15553                     "GObject"
15554                 ],
15555                 "klass": "Codec/Payloader/Network",
15556                 "long-name": "RTP packet payloader",
15557                 "pad-templates": {
15558                     "sink": {
15559                         "caps": "audio/x-sbc:\n           rate: { (int)16000, (int)32000, (int)44100, (int)48000 }\n       channels: [ 1, 2 ]\n   channel-mode: { (string)mono, (string)dual, (string)stereo, (string)joint }\n         blocks: { (int)4, (int)8, (int)12, (int)16 }\n       subbands: { (int)4, (int)8 }\nallocation-method: { (string)snr, (string)loudness }\n        bitpool: [ 2, 64 ]\n",
15560                         "direction": "sink",
15561                         "presence": "always"
15562                     },
15563                     "src": {
15564                         "caps": "application/x-rtp:\n          media: audio\n        payload: [ 96, 127 ]\n     clock-rate: { (int)16000, (int)32000, (int)44100, (int)48000 }\n  encoding-name: SBC\n",
15565                         "direction": "src",
15566                         "presence": "always"
15567                     }
15568                 },
15569                 "properties": {
15570                     "min-frames": {
15571                         "blurb": "Minimum quantity of frames to send in one packet (-1 for maximum allowed by the mtu)",
15572                         "conditionally-available": false,
15573                         "construct": false,
15574                         "construct-only": false,
15575                         "controllable": false,
15576                         "default": "0",
15577                         "max": "2147483647",
15578                         "min": "-1",
15579                         "mutable": "null",
15580                         "readable": true,
15581                         "type": "gint",
15582                         "writable": true
15583                     }
15584                 },
15585                 "rank": "none"
15586             },
15587             "rtpsirendepay": {
15588                 "author": "Philippe Kalaf <philippe.kalaf@collabora.co.uk>",
15589                 "description": "Extracts Siren audio from RTP packets",
15590                 "hierarchy": [
15591                     "GstRTPSirenDepay",
15592                     "GstRTPBaseDepayload",
15593                     "GstElement",
15594                     "GstObject",
15595                     "GInitiallyUnowned",
15596                     "GObject"
15597                 ],
15598                 "klass": "Codec/Depayloader/Network/RTP",
15599                 "long-name": "RTP Siren packet depayloader",
15600                 "pad-templates": {
15601                     "sink": {
15602                         "caps": "application/x-rtp:\n          media: audio\n     clock-rate: 16000\n  encoding-name: SIREN\n",
15603                         "direction": "sink",
15604                         "presence": "always"
15605                     },
15606                     "src": {
15607                         "caps": "audio/x-siren:\n     dct-length: 320\n",
15608                         "direction": "src",
15609                         "presence": "always"
15610                     }
15611                 },
15612                 "properties": {},
15613                 "rank": "secondary"
15614             },
15615             "rtpsirenpay": {
15616                 "author": "Youness Alaoui <kakaroto@kakaroto.homelinux.net>",
15617                 "description": "Packetize Siren audio streams into RTP packets",
15618                 "hierarchy": [
15619                     "GstRTPSirenPay",
15620                     "GstRTPBaseAudioPayload",
15621                     "GstRTPBasePayload",
15622                     "GstElement",
15623                     "GstObject",
15624                     "GInitiallyUnowned",
15625                     "GObject"
15626                 ],
15627                 "klass": "Codec/Payloader/Network/RTP",
15628                 "long-name": "RTP Payloader for Siren Audio",
15629                 "pad-templates": {
15630                     "sink": {
15631                         "caps": "audio/x-siren:\n     dct-length: 320\n",
15632                         "direction": "sink",
15633                         "presence": "always"
15634                     },
15635                     "src": {
15636                         "caps": "application/x-rtp:\n          media: audio\n        payload: [ 96, 127 ]\n     clock-rate: 16000\n  encoding-name: SIREN\n        bitrate: 16000\n     dct-length: 320\n",
15637                         "direction": "src",
15638                         "presence": "always"
15639                     }
15640                 },
15641                 "properties": {},
15642                 "rank": "secondary"
15643             },
15644             "rtpspeexdepay": {
15645                 "author": "Edgard Lima <edgard.lima@gmail.com>",
15646                 "description": "Extracts Speex audio from RTP packets",
15647                 "hierarchy": [
15648                     "GstRtpSPEEXDepay",
15649                     "GstRTPBaseDepayload",
15650                     "GstElement",
15651                     "GstObject",
15652                     "GInitiallyUnowned",
15653                     "GObject"
15654                 ],
15655                 "klass": "Codec/Depayloader/Network/RTP",
15656                 "long-name": "RTP Speex depayloader",
15657                 "pad-templates": {
15658                     "sink": {
15659                         "caps": "application/x-rtp:\n          media: audio\n     clock-rate: [ 6000, 48000 ]\n  encoding-name: SPEEX\n",
15660                         "direction": "sink",
15661                         "presence": "always"
15662                     },
15663                     "src": {
15664                         "caps": "audio/x-speex:\n",
15665                         "direction": "src",
15666                         "presence": "always"
15667                     }
15668                 },
15669                 "properties": {},
15670                 "rank": "secondary"
15671             },
15672             "rtpspeexpay": {
15673                 "author": "Edgard Lima <edgard.lima@gmail.com>",
15674                 "description": "Payload-encodes Speex audio into a RTP packet",
15675                 "hierarchy": [
15676                     "GstRtpSPEEXPay",
15677                     "GstRTPBasePayload",
15678                     "GstElement",
15679                     "GstObject",
15680                     "GInitiallyUnowned",
15681                     "GObject"
15682                 ],
15683                 "klass": "Codec/Payloader/Network/RTP",
15684                 "long-name": "RTP Speex payloader",
15685                 "pad-templates": {
15686                     "sink": {
15687                         "caps": "audio/x-speex:\n           rate: [ 6000, 48000 ]\n       channels: 1\n",
15688                         "direction": "sink",
15689                         "presence": "always"
15690                     },
15691                     "src": {
15692                         "caps": "application/x-rtp:\n          media: audio\n        payload: [ 96, 127 ]\n     clock-rate: [ 6000, 48000 ]\n  encoding-name: SPEEX\nencoding-params: 1\n",
15693                         "direction": "src",
15694                         "presence": "always"
15695                     }
15696                 },
15697                 "properties": {},
15698                 "rank": "secondary"
15699             },
15700             "rtpstorage": {
15701                 "author": "Mikhail Fludkov <misha@pexip.com>",
15702                 "description": "Helper element for various purposes (ex. recovering from packet loss using RED/FEC). Saves given number of RTP packets. Should be instantiated before jitterbuffer",
15703                 "hierarchy": [
15704                     "GstRtpStorage",
15705                     "GstElement",
15706                     "GstObject",
15707                     "GInitiallyUnowned",
15708                     "GObject"
15709                 ],
15710                 "klass": "Analyzer/RTP",
15711                 "long-name": "RTP storage",
15712                 "pad-templates": {
15713                     "sink": {
15714                         "caps": "application/x-rtp:\n",
15715                         "direction": "sink",
15716                         "presence": "always"
15717                     },
15718                     "src": {
15719                         "caps": "application/x-rtp:\n",
15720                         "direction": "src",
15721                         "presence": "always"
15722                     }
15723                 },
15724                 "properties": {
15725                     "internal-storage": {
15726                         "blurb": "Internal RtpStorage object",
15727                         "conditionally-available": false,
15728                         "construct": false,
15729                         "construct-only": false,
15730                         "controllable": false,
15731                         "mutable": "null",
15732                         "readable": true,
15733                         "type": "GObject",
15734                         "writable": false
15735                     },
15736                     "size-time": {
15737                         "blurb": "The amount of data to keep in the storage (in ns, 0-disable)",
15738                         "conditionally-available": false,
15739                         "construct": true,
15740                         "construct-only": false,
15741                         "controllable": false,
15742                         "default": "0",
15743                         "max": "18446744073709551615",
15744                         "min": "0",
15745                         "mutable": "null",
15746                         "readable": true,
15747                         "type": "guint64",
15748                         "writable": true
15749                     }
15750                 },
15751                 "rank": "none"
15752             },
15753             "rtpstreamdepay": {
15754                 "author": "Sebastian Dröge <sebastian@centricular.com>",
15755                 "description": "Depayloads RTP/RTCP packets for streaming protocols according to RFC4571",
15756                 "hierarchy": [
15757                     "GstRtpStreamDepay",
15758                     "GstBaseParse",
15759                     "GstElement",
15760                     "GstObject",
15761                     "GInitiallyUnowned",
15762                     "GObject"
15763                 ],
15764                 "klass": "Codec/Depayloader/Network",
15765                 "long-name": "RTP Stream Depayloading",
15766                 "pad-templates": {
15767                     "sink": {
15768                         "caps": "application/x-rtp-stream:\napplication/x-rtcp-stream:\napplication/x-srtp-stream:\napplication/x-srtcp-stream:\n",
15769                         "direction": "sink",
15770                         "presence": "always"
15771                     },
15772                     "src": {
15773                         "caps": "application/x-rtp:\napplication/x-rtcp:\napplication/x-srtp:\napplication/x-srtcp:\n",
15774                         "direction": "src",
15775                         "presence": "always"
15776                     }
15777                 },
15778                 "properties": {},
15779                 "rank": "none"
15780             },
15781             "rtpstreampay": {
15782                 "author": "Sebastian Dröge <sebastian@centricular.com>",
15783                 "description": "Payloads RTP/RTCP packets for streaming protocols according to RFC4571",
15784                 "hierarchy": [
15785                     "GstRtpStreamPay",
15786                     "GstElement",
15787                     "GstObject",
15788                     "GInitiallyUnowned",
15789                     "GObject"
15790                 ],
15791                 "klass": "Codec/Payloader/Network",
15792                 "long-name": "RTP Stream Payloading",
15793                 "pad-templates": {
15794                     "sink": {
15795                         "caps": "application/x-rtp:\napplication/x-rtcp:\napplication/x-srtp:\napplication/x-srtcp:\n",
15796                         "direction": "sink",
15797                         "presence": "always"
15798                     },
15799                     "src": {
15800                         "caps": "application/x-rtp-stream:\napplication/x-rtcp-stream:\napplication/x-srtp-stream:\napplication/x-srtcp-stream:\n",
15801                         "direction": "src",
15802                         "presence": "always"
15803                     }
15804                 },
15805                 "rank": "none"
15806             },
15807             "rtpsv3vdepay": {
15808                 "author": "Wim Taymans <wim.taymans@gmail.com>",
15809                 "description": "Extracts SVQ3 video from RTP packets (no RFC)",
15810                 "hierarchy": [
15811                     "GstRtpSV3VDepay",
15812                     "GstRTPBaseDepayload",
15813                     "GstElement",
15814                     "GstObject",
15815                     "GInitiallyUnowned",
15816                     "GObject"
15817                 ],
15818                 "klass": "Codec/Depayloader/Network/RTP",
15819                 "long-name": "RTP SVQ3 depayloader",
15820                 "pad-templates": {
15821                     "sink": {
15822                         "caps": "application/x-rtp:\n          media: video\n     clock-rate: 90000\n  encoding-name: { (string)X-SV3V-ES, (string)X-SORENSON-VIDEO, (string)X-SORENSONVIDEO, (string)X-SorensonVideo }\n",
15823                         "direction": "sink",
15824                         "presence": "always"
15825                     },
15826                     "src": {
15827                         "caps": "video/x-svq:\n     svqversion: 3\n",
15828                         "direction": "src",
15829                         "presence": "always"
15830                     }
15831                 },
15832                 "properties": {},
15833                 "rank": "secondary"
15834             },
15835             "rtptheoradepay": {
15836                 "author": "Wim Taymans <wim.taymans@gmail.com>",
15837                 "description": "Extracts Theora video from RTP packets (draft-01 of RFC XXXX)",
15838                 "hierarchy": [
15839                     "GstRtpTheoraDepay",
15840                     "GstRTPBaseDepayload",
15841                     "GstElement",
15842                     "GstObject",
15843                     "GInitiallyUnowned",
15844                     "GObject"
15845                 ],
15846                 "klass": "Codec/Depayloader/Network/RTP",
15847                 "long-name": "RTP Theora depayloader",
15848                 "pad-templates": {
15849                     "sink": {
15850                         "caps": "application/x-rtp:\n          media: video\n     clock-rate: 90000\n  encoding-name: THEORA\n",
15851                         "direction": "sink",
15852                         "presence": "always"
15853                     },
15854                     "src": {
15855                         "caps": "video/x-theora:\n",
15856                         "direction": "src",
15857                         "presence": "always"
15858                     }
15859                 },
15860                 "properties": {},
15861                 "rank": "secondary"
15862             },
15863             "rtptheorapay": {
15864                 "author": "Wim Taymans <wim.taymans@gmail.com>",
15865                 "description": "Payload-encode Theora video into RTP packets (draft-01 RFC XXXX)",
15866                 "hierarchy": [
15867                     "GstRtpTheoraPay",
15868                     "GstRTPBasePayload",
15869                     "GstElement",
15870                     "GstObject",
15871                     "GInitiallyUnowned",
15872                     "GObject"
15873                 ],
15874                 "klass": "Codec/Payloader/Network/RTP",
15875                 "long-name": "RTP Theora payloader",
15876                 "pad-templates": {
15877                     "sink": {
15878                         "caps": "video/x-theora:\n",
15879                         "direction": "sink",
15880                         "presence": "always"
15881                     },
15882                     "src": {
15883                         "caps": "application/x-rtp:\n          media: video\n        payload: [ 96, 127 ]\n     clock-rate: 90000\n  encoding-name: THEORA\n",
15884                         "direction": "src",
15885                         "presence": "always"
15886                     }
15887                 },
15888                 "properties": {
15889                     "config-interval": {
15890                         "blurb": "Send Config Insertion Interval in seconds (configuration headers will be multiplexed in the data stream when detected.) (0 = disabled)",
15891                         "conditionally-available": false,
15892                         "construct": false,
15893                         "construct-only": false,
15894                         "controllable": false,
15895                         "default": "0",
15896                         "max": "3600",
15897                         "min": "0",
15898                         "mutable": "null",
15899                         "readable": true,
15900                         "type": "guint",
15901                         "writable": true
15902                     }
15903                 },
15904                 "rank": "secondary"
15905             },
15906             "rtpulpfecdec": {
15907                 "author": "Mikhail Fludkov <misha@pexip.com>",
15908                 "description": "Decodes RTP FEC (RFC5109)",
15909                 "hierarchy": [
15910                     "GstRtpUlpFecDec",
15911                     "GstElement",
15912                     "GstObject",
15913                     "GInitiallyUnowned",
15914                     "GObject"
15915                 ],
15916                 "klass": "Codec/Depayloader/Network/RTP",
15917                 "long-name": "RTP FEC Decoder",
15918                 "pad-templates": {
15919                     "sink": {
15920                         "caps": "application/x-rtp:\n",
15921                         "direction": "sink",
15922                         "presence": "always"
15923                     },
15924                     "src": {
15925                         "caps": "application/x-rtp:\n",
15926                         "direction": "src",
15927                         "presence": "always"
15928                     }
15929                 },
15930                 "properties": {
15931                     "pt": {
15932                         "blurb": "FEC packets payload type",
15933                         "conditionally-available": false,
15934                         "construct": false,
15935                         "construct-only": false,
15936                         "controllable": false,
15937                         "default": "0",
15938                         "max": "127",
15939                         "min": "0",
15940                         "mutable": "null",
15941                         "readable": true,
15942                         "type": "guint",
15943                         "writable": true
15944                     },
15945                     "recovered": {
15946                         "blurb": "The number of recovered packets",
15947                         "conditionally-available": false,
15948                         "construct": false,
15949                         "construct-only": false,
15950                         "controllable": false,
15951                         "default": "0",
15952                         "max": "-1",
15953                         "min": "0",
15954                         "mutable": "null",
15955                         "readable": true,
15956                         "type": "guint",
15957                         "writable": false
15958                     },
15959                     "storage": {
15960                         "blurb": "RTP storage",
15961                         "conditionally-available": false,
15962                         "construct": false,
15963                         "construct-only": false,
15964                         "controllable": false,
15965                         "mutable": "null",
15966                         "readable": true,
15967                         "type": "GObject",
15968                         "writable": true
15969                     },
15970                     "unrecovered": {
15971                         "blurb": "The number of unrecovered packets",
15972                         "conditionally-available": false,
15973                         "construct": false,
15974                         "construct-only": false,
15975                         "controllable": false,
15976                         "default": "0",
15977                         "max": "-1",
15978                         "min": "0",
15979                         "mutable": "null",
15980                         "readable": true,
15981                         "type": "guint",
15982                         "writable": false
15983                     }
15984                 },
15985                 "rank": "none"
15986             },
15987             "rtpulpfecenc": {
15988                 "author": "Mikhail Fludkov <misha@pexip.com>",
15989                 "description": "Encodes RTP FEC (RFC5109)",
15990                 "hierarchy": [
15991                     "GstRtpUlpFecEnc",
15992                     "GstElement",
15993                     "GstObject",
15994                     "GInitiallyUnowned",
15995                     "GObject"
15996                 ],
15997                 "klass": "Codec/Payloader/Network/RTP",
15998                 "long-name": "RTP FEC Encoder",
15999                 "pad-templates": {
16000                     "sink": {
16001                         "caps": "application/x-rtp:\n",
16002                         "direction": "sink",
16003                         "presence": "always"
16004                     },
16005                     "src": {
16006                         "caps": "application/x-rtp:\n",
16007                         "direction": "src",
16008                         "presence": "always"
16009                     }
16010                 },
16011                 "properties": {
16012                     "multipacket": {
16013                         "blurb": "Apply FEC on multiple packets",
16014                         "conditionally-available": false,
16015                         "construct": true,
16016                         "construct-only": false,
16017                         "controllable": false,
16018                         "default": "true",
16019                         "mutable": "null",
16020                         "readable": true,
16021                         "type": "gboolean",
16022                         "writable": true
16023                     },
16024                     "percentage": {
16025                         "blurb": "FEC overhead percentage for the whole stream",
16026                         "conditionally-available": false,
16027                         "construct": true,
16028                         "construct-only": false,
16029                         "controllable": false,
16030                         "default": "0",
16031                         "max": "100",
16032                         "min": "0",
16033                         "mutable": "null",
16034                         "readable": true,
16035                         "type": "guint",
16036                         "writable": true
16037                     },
16038                     "percentage-important": {
16039                         "blurb": "FEC overhead percentage for important packets",
16040                         "conditionally-available": false,
16041                         "construct": true,
16042                         "construct-only": false,
16043                         "controllable": false,
16044                         "default": "0",
16045                         "max": "100",
16046                         "min": "0",
16047                         "mutable": "null",
16048                         "readable": true,
16049                         "type": "guint",
16050                         "writable": true
16051                     },
16052                     "protected": {
16053                         "blurb": "Count of protected packets",
16054                         "conditionally-available": false,
16055                         "construct": false,
16056                         "construct-only": false,
16057                         "controllable": false,
16058                         "default": "0",
16059                         "max": "-1",
16060                         "min": "0",
16061                         "mutable": "null",
16062                         "readable": true,
16063                         "type": "guint",
16064                         "writable": false
16065                     },
16066                     "pt": {
16067                         "blurb": "The payload type of FEC packets",
16068                         "conditionally-available": false,
16069                         "construct": true,
16070                         "construct-only": false,
16071                         "controllable": false,
16072                         "default": "255",
16073                         "max": "255",
16074                         "min": "0",
16075                         "mutable": "null",
16076                         "readable": true,
16077                         "type": "guint",
16078                         "writable": true
16079                     }
16080                 },
16081                 "rank": "none"
16082             },
16083             "rtpvorbisdepay": {
16084                 "author": "Wim Taymans <wim.taymans@gmail.com>",
16085                 "description": "Extracts Vorbis Audio from RTP packets (RFC 5215)",
16086                 "hierarchy": [
16087                     "GstRtpVorbisDepay",
16088                     "GstRTPBaseDepayload",
16089                     "GstElement",
16090                     "GstObject",
16091                     "GInitiallyUnowned",
16092                     "GObject"
16093                 ],
16094                 "klass": "Codec/Depayloader/Network/RTP",
16095                 "long-name": "RTP Vorbis depayloader",
16096                 "pad-templates": {
16097                     "sink": {
16098                         "caps": "application/x-rtp:\n          media: audio\n     clock-rate: [ 1, 2147483647 ]\n  encoding-name: VORBIS\n",
16099                         "direction": "sink",
16100                         "presence": "always"
16101                     },
16102                     "src": {
16103                         "caps": "audio/x-vorbis:\n",
16104                         "direction": "src",
16105                         "presence": "always"
16106                     }
16107                 },
16108                 "properties": {},
16109                 "rank": "secondary"
16110             },
16111             "rtpvorbispay": {
16112                 "author": "Wim Taymans <wim.taymans@gmail.com>",
16113                 "description": "Payload-encode Vorbis audio into RTP packets (RFC 5215)",
16114                 "hierarchy": [
16115                     "GstRtpVorbisPay",
16116                     "GstRTPBasePayload",
16117                     "GstElement",
16118                     "GstObject",
16119                     "GInitiallyUnowned",
16120                     "GObject"
16121                 ],
16122                 "klass": "Codec/Payloader/Network/RTP",
16123                 "long-name": "RTP Vorbis payloader",
16124                 "pad-templates": {
16125                     "sink": {
16126                         "caps": "audio/x-vorbis:\n",
16127                         "direction": "sink",
16128                         "presence": "always"
16129                     },
16130                     "src": {
16131                         "caps": "application/x-rtp:\n          media: audio\n        payload: [ 96, 127 ]\n     clock-rate: [ 1, 2147483647 ]\n  encoding-name: VORBIS\n",
16132                         "direction": "src",
16133                         "presence": "always"
16134                     }
16135                 },
16136                 "properties": {
16137                     "config-interval": {
16138                         "blurb": "Send Config Insertion Interval in seconds (configuration headers will be multiplexed in the data stream when detected.) (0 = disabled)",
16139                         "conditionally-available": false,
16140                         "construct": false,
16141                         "construct-only": false,
16142                         "controllable": false,
16143                         "default": "0",
16144                         "max": "3600",
16145                         "min": "0",
16146                         "mutable": "null",
16147                         "readable": true,
16148                         "type": "guint",
16149                         "writable": true
16150                     }
16151                 },
16152                 "rank": "secondary"
16153             },
16154             "rtpvp8depay": {
16155                 "author": "Sjoerd Simons <sjoerd@luon.net>",
16156                 "description": "Extracts VP8 video from RTP packets)",
16157                 "hierarchy": [
16158                     "GstRtpVP8Depay",
16159                     "GstRTPBaseDepayload",
16160                     "GstElement",
16161                     "GstObject",
16162                     "GInitiallyUnowned",
16163                     "GObject"
16164                 ],
16165                 "klass": "Codec/Depayloader/Network/RTP",
16166                 "long-name": "RTP VP8 depayloader",
16167                 "pad-templates": {
16168                     "sink": {
16169                         "caps": "application/x-rtp:\n     clock-rate: 90000\n          media: video\n  encoding-name: { (string)VP8, (string)VP8-DRAFT-IETF-01 }\n",
16170                         "direction": "sink",
16171                         "presence": "always"
16172                     },
16173                     "src": {
16174                         "caps": "video/x-vp8:\n",
16175                         "direction": "src",
16176                         "presence": "always"
16177                     }
16178                 },
16179                 "properties": {
16180                     "request-keyframe": {
16181                         "blurb": "Request new keyframe when packet loss is detected",
16182                         "conditionally-available": false,
16183                         "construct": false,
16184                         "construct-only": false,
16185                         "controllable": false,
16186                         "default": "false",
16187                         "mutable": "null",
16188                         "readable": true,
16189                         "type": "gboolean",
16190                         "writable": true
16191                     },
16192                     "wait-for-keyframe": {
16193                         "blurb": "Wait for the next keyframe after packet loss",
16194                         "conditionally-available": false,
16195                         "construct": false,
16196                         "construct-only": false,
16197                         "controllable": false,
16198                         "default": "false",
16199                         "mutable": "null",
16200                         "readable": true,
16201                         "type": "gboolean",
16202                         "writable": true
16203                     }
16204                 },
16205                 "rank": "marginal"
16206             },
16207             "rtpvp8pay": {
16208                 "author": "Sjoerd Simons <sjoerd@luon.net>",
16209                 "description": "Puts VP8 video in RTP packets",
16210                 "hierarchy": [
16211                     "GstRtpVP8Pay",
16212                     "GstRTPBasePayload",
16213                     "GstElement",
16214                     "GstObject",
16215                     "GInitiallyUnowned",
16216                     "GObject"
16217                 ],
16218                 "klass": "Codec/Payloader/Network/RTP",
16219                 "long-name": "RTP VP8 payloader",
16220                 "pad-templates": {
16221                     "sink": {
16222                         "caps": "video/x-vp8:\n",
16223                         "direction": "sink",
16224                         "presence": "always"
16225                     },
16226                     "src": {
16227                         "caps": "application/x-rtp:\n        payload: [ 96, 127 ]\n     clock-rate: 90000\n  encoding-name: { (string)VP8, (string)VP8-DRAFT-IETF-01 }\n",
16228                         "direction": "src",
16229                         "presence": "always"
16230                     }
16231                 },
16232                 "properties": {
16233                     "picture-id-mode": {
16234                         "blurb": "The picture ID mode for payloading",
16235                         "conditionally-available": false,
16236                         "construct": false,
16237                         "construct-only": false,
16238                         "controllable": false,
16239                         "default": "none (0)",
16240                         "mutable": "null",
16241                         "readable": true,
16242                         "type": "GstVP8RTPPayMode",
16243                         "writable": true
16244                     },
16245                     "picture-id-offset": {
16246                         "blurb": "Offset to add to the initial picture-id (-1 = random)",
16247                         "conditionally-available": false,
16248                         "construct": false,
16249                         "construct-only": false,
16250                         "controllable": false,
16251                         "default": "-1",
16252                         "max": "32767",
16253                         "min": "-1",
16254                         "mutable": "null",
16255                         "readable": true,
16256                         "type": "gint",
16257                         "writable": true
16258                     }
16259                 },
16260                 "rank": "marginal"
16261             },
16262             "rtpvp9depay": {
16263                 "author": "Stian Selnes <stian@pexip.com>",
16264                 "description": "Extracts VP9 video from RTP packets)",
16265                 "hierarchy": [
16266                     "GstRtpVP9Depay",
16267                     "GstRTPBaseDepayload",
16268                     "GstElement",
16269                     "GstObject",
16270                     "GInitiallyUnowned",
16271                     "GObject"
16272                 ],
16273                 "klass": "Codec/Depayloader/Network/RTP",
16274                 "long-name": "RTP VP9 depayloader",
16275                 "pad-templates": {
16276                     "sink": {
16277                         "caps": "application/x-rtp:\n     clock-rate: 90000\n          media: video\n  encoding-name: { (string)VP9, (string)VP9-DRAFT-IETF-01 }\n",
16278                         "direction": "sink",
16279                         "presence": "always"
16280                     },
16281                     "src": {
16282                         "caps": "video/x-vp9:\n",
16283                         "direction": "src",
16284                         "presence": "always"
16285                     }
16286                 },
16287                 "properties": {},
16288                 "rank": "marginal"
16289             },
16290             "rtpvp9pay": {
16291                 "author": "Stian Selnes <stian@pexip.com>",
16292                 "description": "Puts VP9 video in RTP packets)",
16293                 "hierarchy": [
16294                     "GstRtpVP9Pay",
16295                     "GstRTPBasePayload",
16296                     "GstElement",
16297                     "GstObject",
16298                     "GInitiallyUnowned",
16299                     "GObject"
16300                 ],
16301                 "klass": "Codec/Payloader/Network/RTP",
16302                 "long-name": "RTP VP9 payloader",
16303                 "pad-templates": {
16304                     "sink": {
16305                         "caps": "video/x-vp9:\n",
16306                         "direction": "sink",
16307                         "presence": "always"
16308                     },
16309                     "src": {
16310                         "caps": "application/x-rtp:\n        payload: [ 96, 127 ]\n     clock-rate: 90000\n  encoding-name: { (string)VP9, (string)VP9-DRAFT-IETF-01 }\n",
16311                         "direction": "src",
16312                         "presence": "always"
16313                     }
16314                 },
16315                 "properties": {
16316                     "picture-id-mode": {
16317                         "blurb": "The picture ID mode for payloading",
16318                         "conditionally-available": false,
16319                         "construct": false,
16320                         "construct-only": false,
16321                         "controllable": false,
16322                         "default": "none (0)",
16323                         "mutable": "null",
16324                         "readable": true,
16325                         "type": "GstVP9RTPPayMode",
16326                         "writable": true
16327                     }
16328                 },
16329                 "rank": "marginal"
16330             },
16331             "rtpvrawdepay": {
16332                 "author": "Wim Taymans <wim.taymans@gmail.com>",
16333                 "description": "Extracts raw video from RTP packets (RFC 4175)",
16334                 "hierarchy": [
16335                     "GstRtpVRawDepay",
16336                     "GstRTPBaseDepayload",
16337                     "GstElement",
16338                     "GstObject",
16339                     "GInitiallyUnowned",
16340                     "GObject"
16341                 ],
16342                 "klass": "Codec/Depayloader/Network/RTP",
16343                 "long-name": "RTP Raw Video depayloader",
16344                 "pad-templates": {
16345                     "sink": {
16346                         "caps": "application/x-rtp:\n          media: video\n     clock-rate: 90000\n  encoding-name: RAW\n       sampling: { (string)RGB, (string)RGBA, (string)BGR, (string)BGRA, (string)YCbCr-4:4:4, (string)YCbCr-4:2:2, (string)YCbCr-4:2:0, (string)YCbCr-4:1:1 }\n          depth: { (string)8, (string)10, (string)12, (string)16 }\n",
16347                         "direction": "sink",
16348                         "presence": "always"
16349                     },
16350                     "src": {
16351                         "caps": "video/x-raw:\n",
16352                         "direction": "src",
16353                         "presence": "always"
16354                     }
16355                 },
16356                 "properties": {},
16357                 "rank": "secondary"
16358             },
16359             "rtpvrawpay": {
16360                 "author": "Wim Taymans <wim.taymans@gmail.com>",
16361                 "description": "Payload raw video as RTP packets (RFC 4175)",
16362                 "hierarchy": [
16363                     "GstRtpVRawPay",
16364                     "GstRTPBasePayload",
16365                     "GstElement",
16366                     "GstObject",
16367                     "GInitiallyUnowned",
16368                     "GObject"
16369                 ],
16370                 "klass": "Codec/Payloader/Network/RTP",
16371                 "long-name": "RTP Raw Video payloader",
16372                 "pad-templates": {
16373                     "sink": {
16374                         "caps": "video/x-raw:\n         format: { RGB, RGBA, BGR, BGRA, AYUV, UYVY, I420, Y41B, UYVP }\n          width: [ 1, 32767 ]\n         height: [ 1, 32767 ]\n",
16375                         "direction": "sink",
16376                         "presence": "always"
16377                     },
16378                     "src": {
16379                         "caps": "application/x-rtp:\n          media: video\n        payload: [ 96, 127 ]\n     clock-rate: 90000\n  encoding-name: RAW\n       sampling: { (string)RGB, (string)RGBA, (string)BGR, (string)BGRA, (string)YCbCr-4:4:4, (string)YCbCr-4:2:2, (string)YCbCr-4:2:0, (string)YCbCr-4:1:1 }\n          depth: { (string)8, (string)10, (string)12, (string)16 }\n    colorimetry: { (string)BT601-5, (string)BT709-2, (string)SMPTE240M }\n",
16380                         "direction": "src",
16381                         "presence": "always"
16382                     }
16383                 },
16384                 "properties": {
16385                     "chunks-per-frame": {
16386                         "blurb": "Split and send out each frame in multiple chunks to reduce overhead",
16387                         "conditionally-available": false,
16388                         "construct": false,
16389                         "construct-only": false,
16390                         "controllable": false,
16391                         "default": "10",
16392                         "max": "2147483647",
16393                         "min": "1",
16394                         "mutable": "null",
16395                         "readable": true,
16396                         "type": "gint",
16397                         "writable": true
16398                     }
16399                 },
16400                 "rank": "secondary"
16401             }
16402         },
16403         "filename": "gstrtp",
16404         "license": "LGPL",
16405         "other-types": {
16406             "GstDVPayMode": {
16407                 "kind": "enum",
16408                 "values": [
16409                     {
16410                         "desc": "Video only",
16411                         "name": "video",
16412                         "value": "0"
16413                     },
16414                     {
16415                         "desc": "Video and Audio bundled",
16416                         "name": "bundled",
16417                         "value": "1"
16418                     },
16419                     {
16420                         "desc": "Audio only",
16421                         "name": "audio",
16422                         "value": "2"
16423                     }
16424                 ]
16425             },
16426             "GstFragmentationMode": {
16427                 "kind": "enum",
16428                 "values": [
16429                     {
16430                         "desc": "Normal",
16431                         "name": "normal",
16432                         "value": "0"
16433                     },
16434                     {
16435                         "desc": "Fragment at sync points",
16436                         "name": "sync",
16437                         "value": "1"
16438                     }
16439                 ]
16440             },
16441             "GstRtpH264AggregateMode": {
16442                 "kind": "enum",
16443                 "values": [
16444                     {
16445                         "desc": "Do not aggregate NAL units",
16446                         "name": "none",
16447                         "value": "0"
16448                     },
16449                     {
16450                         "desc": "Aggregate NAL units until a VCL unit is included",
16451                         "name": "zero-latency",
16452                         "value": "1"
16453                     },
16454                     {
16455                         "desc": "Aggregate all NAL units with the same timestamp (adds one frame of latency)",
16456                         "name": "max-stap",
16457                         "value": "2"
16458                     }
16459                 ]
16460             },
16461             "GstRtpH265AggregateMode": {
16462                 "kind": "enum",
16463                 "values": [
16464                     {
16465                         "desc": "Do not aggregate NAL units",
16466                         "name": "none",
16467                         "value": "0"
16468                     },
16469                     {
16470                         "desc": "Aggregate NAL units until a VCL or suffix unit is included",
16471                         "name": "zero-latency",
16472                         "value": "1"
16473                     },
16474                     {
16475                         "desc": "Aggregate all NAL units with the same timestamp (adds one frame of latency)",
16476                         "name": "max",
16477                         "value": "2"
16478                     }
16479                 ]
16480             },
16481             "GstVP8RTPPayMode": {
16482                 "kind": "enum",
16483                 "values": [
16484                     {
16485                         "desc": "No Picture ID",
16486                         "name": "none",
16487                         "value": "0"
16488                     },
16489                     {
16490                         "desc": "7-bit Picture ID",
16491                         "name": "7-bit",
16492                         "value": "1"
16493                     },
16494                     {
16495                         "desc": "15-bit Picture ID",
16496                         "name": "15-bit",
16497                         "value": "2"
16498                     }
16499                 ]
16500             },
16501             "GstVP9RTPPayMode": {
16502                 "kind": "enum",
16503                 "values": [
16504                     {
16505                         "desc": "No Picture ID",
16506                         "name": "none",
16507                         "value": "0"
16508                     },
16509                     {
16510                         "desc": "7-bit Picture ID",
16511                         "name": "7-bit",
16512                         "value": "1"
16513                     },
16514                     {
16515                         "desc": "15-bit Picture ID",
16516                         "name": "15-bit",
16517                         "value": "2"
16518                     }
16519                 ]
16520             },
16521             "iLBCMode": {
16522                 "kind": "enum",
16523                 "values": [
16524                     {
16525                         "desc": "20ms frames",
16526                         "name": "20ms",
16527                         "value": "20"
16528                     },
16529                     {
16530                         "desc": "30ms frames",
16531                         "name": "30ms",
16532                         "value": "30"
16533                     }
16534                 ]
16535             }
16536         },
16537         "package": "GStreamer Good Plug-ins",
16538         "source": "gst-plugins-good",
16539         "tracers": {},
16540         "url": "Unknown package origin"
16541     },
16542     "rtpmanager": {
16543         "description": "RTP session management plugin library",
16544         "elements": {
16545             "rtpbin": {
16546                 "author": "Wim Taymans <wim.taymans@gmail.com>",
16547                 "description": "Real-Time Transport Protocol bin",
16548                 "hierarchy": [
16549                     "GstRtpBin",
16550                     "GstBin",
16551                     "GstElement",
16552                     "GstObject",
16553                     "GInitiallyUnowned",
16554                     "GObject"
16555                 ],
16556                 "interfaces": [
16557                     "GstChildProxy"
16558                 ],
16559                 "klass": "Filter/Network/RTP",
16560                 "long-name": "RTP Bin",
16561                 "pad-templates": {
16562                     "recv_fec_sink_%%u_%%u": {
16563                         "caps": "application/x-rtp:\n",
16564                         "direction": "sink",
16565                         "presence": "request"
16566                     },
16567                     "recv_rtcp_sink_%%u": {
16568                         "caps": "application/x-rtcp:\napplication/x-srtcp:\n",
16569                         "direction": "sink",
16570                         "presence": "request"
16571                     },
16572                     "recv_rtp_sink_%%u": {
16573                         "caps": "application/x-rtp:\napplication/x-srtp:\n",
16574                         "direction": "sink",
16575                         "presence": "request"
16576                     },
16577                     "recv_rtp_src_%%u_%%u_%%u": {
16578                         "caps": "application/x-rtp:\n",
16579                         "direction": "src",
16580                         "presence": "sometimes"
16581                     },
16582                     "send_fec_src_%%u_%%u": {
16583                         "caps": "application/x-rtp:\n",
16584                         "direction": "src",
16585                         "presence": "sometimes"
16586                     },
16587                     "send_rtcp_src_%%u": {
16588                         "caps": "application/x-rtcp:\napplication/x-srtcp:\n",
16589                         "direction": "src",
16590                         "presence": "request"
16591                     },
16592                     "send_rtp_sink_%%u": {
16593                         "caps": "application/x-rtp:\n",
16594                         "direction": "sink",
16595                         "presence": "request"
16596                     },
16597                     "send_rtp_src_%%u": {
16598                         "caps": "application/x-rtp:\napplication/x-srtp:\n",
16599                         "direction": "src",
16600                         "presence": "sometimes"
16601                     }
16602                 },
16603                 "properties": {
16604                     "autoremove": {
16605                         "blurb": "Automatically remove timed out sources",
16606                         "conditionally-available": false,
16607                         "construct": false,
16608                         "construct-only": false,
16609                         "controllable": false,
16610                         "default": "false",
16611                         "mutable": "null",
16612                         "readable": true,
16613                         "type": "gboolean",
16614                         "writable": true
16615                     },
16616                     "buffer-mode": {
16617                         "blurb": "Control the buffering algorithm in use",
16618                         "conditionally-available": false,
16619                         "construct": false,
16620                         "construct-only": false,
16621                         "controllable": false,
16622                         "default": "slave (1)",
16623                         "mutable": "null",
16624                         "readable": true,
16625                         "type": "RTPJitterBufferMode",
16626                         "writable": true
16627                     },
16628                     "do-lost": {
16629                         "blurb": "Send an event downstream when a packet is lost",
16630                         "conditionally-available": false,
16631                         "construct": false,
16632                         "construct-only": false,
16633                         "controllable": false,
16634                         "default": "false",
16635                         "mutable": "null",
16636                         "readable": true,
16637                         "type": "gboolean",
16638                         "writable": true
16639                     },
16640                     "do-retransmission": {
16641                         "blurb": "Enable retransmission on all streams",
16642                         "conditionally-available": false,
16643                         "construct": false,
16644                         "construct-only": false,
16645                         "controllable": false,
16646                         "default": "false",
16647                         "mutable": "null",
16648                         "readable": true,
16649                         "type": "gboolean",
16650                         "writable": true
16651                     },
16652                     "do-sync-event": {
16653                         "blurb": "Send event downstream when a stream is synchronized to the sender",
16654                         "conditionally-available": false,
16655                         "construct": false,
16656                         "construct-only": false,
16657                         "controllable": false,
16658                         "default": "false",
16659                         "mutable": "null",
16660                         "readable": true,
16661                         "type": "gboolean",
16662                         "writable": true
16663                     },
16664                     "drop-on-latency": {
16665                         "blurb": "Tells the jitterbuffer to never exceed the given latency in size",
16666                         "conditionally-available": false,
16667                         "construct": false,
16668                         "construct-only": false,
16669                         "controllable": false,
16670                         "default": "false",
16671                         "mutable": "null",
16672                         "readable": true,
16673                         "type": "gboolean",
16674                         "writable": true
16675                     },
16676                     "fec-decoders": {
16677                         "blurb": "GstStructure mapping from session index to FEC decoder factory, eg fec-decoders='fec,0=\"rtpst2022-1-fecdec\\ size-time\\=1000000000\";'",
16678                         "conditionally-available": false,
16679                         "construct": false,
16680                         "construct-only": false,
16681                         "controllable": false,
16682                         "default": "application/x-rtp-fec-decoders;",
16683                         "mutable": "null",
16684                         "readable": true,
16685                         "type": "GstStructure",
16686                         "writable": true
16687                     },
16688                     "fec-encoders": {
16689                         "blurb": "GstStructure mapping from session index to FEC encoder factory, eg fec-encoders='fec,0=\"rtpst2022-1-fecenc\\ rows\\=5\\ columns\\=5\";'",
16690                         "conditionally-available": false,
16691                         "construct": false,
16692                         "construct-only": false,
16693                         "controllable": false,
16694                         "default": "application/x-rtp-fec-encoders;",
16695                         "mutable": "null",
16696                         "readable": true,
16697                         "type": "GstStructure",
16698                         "writable": true
16699                     },
16700                     "ignore-pt": {
16701                         "blurb": "Do not demultiplex based on PT values",
16702                         "conditionally-available": false,
16703                         "construct": false,
16704                         "construct-only": false,
16705                         "controllable": false,
16706                         "default": "false",
16707                         "mutable": "null",
16708                         "readable": true,
16709                         "type": "gboolean",
16710                         "writable": true
16711                     },
16712                     "latency": {
16713                         "blurb": "Default amount of ms to buffer in the jitterbuffers",
16714                         "conditionally-available": false,
16715                         "construct": false,
16716                         "construct-only": false,
16717                         "controllable": false,
16718                         "default": "200",
16719                         "max": "-1",
16720                         "min": "0",
16721                         "mutable": "null",
16722                         "readable": true,
16723                         "type": "guint",
16724                         "writable": true
16725                     },
16726                     "max-dropout-time": {
16727                         "blurb": "The maximum time (milliseconds) of missing packets tolerated.",
16728                         "conditionally-available": false,
16729                         "construct": false,
16730                         "construct-only": false,
16731                         "controllable": false,
16732                         "default": "60000",
16733                         "max": "-1",
16734                         "min": "0",
16735                         "mutable": "null",
16736                         "readable": true,
16737                         "type": "guint",
16738                         "writable": true
16739                     },
16740                     "max-misorder-time": {
16741                         "blurb": "The maximum time (milliseconds) of misordered packets tolerated.",
16742                         "conditionally-available": false,
16743                         "construct": false,
16744                         "construct-only": false,
16745                         "controllable": false,
16746                         "default": "2000",
16747                         "max": "-1",
16748                         "min": "0",
16749                         "mutable": "null",
16750                         "readable": true,
16751                         "type": "guint",
16752                         "writable": true
16753                     },
16754                     "max-rtcp-rtp-time-diff": {
16755                         "blurb": "Maximum amount of time in ms that the RTP time in RTCP SRs is allowed to be ahead (-1 disabled)",
16756                         "conditionally-available": false,
16757                         "construct": false,
16758                         "construct-only": false,
16759                         "controllable": false,
16760                         "default": "1000",
16761                         "max": "2147483647",
16762                         "min": "-1",
16763                         "mutable": "null",
16764                         "readable": true,
16765                         "type": "gint",
16766                         "writable": true
16767                     },
16768                     "max-streams": {
16769                         "blurb": "The maximum number of streams to create for one session",
16770                         "conditionally-available": false,
16771                         "construct": false,
16772                         "construct-only": false,
16773                         "controllable": false,
16774                         "default": "-1",
16775                         "max": "-1",
16776                         "min": "0",
16777                         "mutable": "null",
16778                         "readable": true,
16779                         "type": "guint",
16780                         "writable": true
16781                     },
16782                     "max-ts-offset": {
16783                         "blurb": "The maximum absolute value of the time offset in (nanoseconds). Note, if the ntp-sync parameter is set the default value is changed to 0 (no limit)",
16784                         "conditionally-available": false,
16785                         "construct": false,
16786                         "construct-only": false,
16787                         "controllable": false,
16788                         "default": "3000000000",
16789                         "max": "9223372036854775807",
16790                         "min": "0",
16791                         "mutable": "null",
16792                         "readable": true,
16793                         "type": "gint64",
16794                         "writable": true
16795                     },
16796                     "max-ts-offset-adjustment": {
16797                         "blurb": "The maximum number of nanoseconds per frame that time stamp offsets may be adjusted (0 = no limit).",
16798                         "conditionally-available": false,
16799                         "construct": false,
16800                         "construct-only": false,
16801                         "controllable": false,
16802                         "default": "0",
16803                         "max": "18446744073709551615",
16804                         "min": "0",
16805                         "mutable": "null",
16806                         "readable": true,
16807                         "type": "guint64",
16808                         "writable": true
16809                     },
16810                     "min-ts-offset": {
16811                         "blurb": "The minimum absolute value of the time offset in (nanoseconds). Used to set an lower limit for when a time offset is deemed large enough to be useful for sync corrections.Note, if the ntp-sync parameter is set the default value is changed to 0 (no limit)",
16812                         "conditionally-available": false,
16813                         "construct": false,
16814                         "construct-only": false,
16815                         "controllable": false,
16816                         "default": "4000000",
16817                         "max": "18446744073709551615",
16818                         "min": "0",
16819                         "mutable": "null",
16820                         "readable": true,
16821                         "type": "guint64",
16822                         "writable": true
16823                     },
16824                     "ntp-sync": {
16825                         "blurb": "Synchronize received streams to the NTP clock",
16826                         "conditionally-available": false,
16827                         "construct": false,
16828                         "construct-only": false,
16829                         "controllable": false,
16830                         "default": "false",
16831                         "mutable": "null",
16832                         "readable": true,
16833                         "type": "gboolean",
16834                         "writable": true
16835                     },
16836                     "ntp-time-source": {
16837                         "blurb": "NTP time source for RTCP packets",
16838                         "conditionally-available": false,
16839                         "construct": false,
16840                         "construct-only": false,
16841                         "controllable": false,
16842                         "default": "ntp (0)",
16843                         "mutable": "null",
16844                         "readable": true,
16845                         "type": "GstRtpNtpTimeSource",
16846                         "writable": true
16847                     },
16848                     "rfc7273-sync": {
16849                         "blurb": "Synchronize received streams to the RFC7273 clock (requires clock and offset to be provided)",
16850                         "conditionally-available": false,
16851                         "construct": false,
16852                         "construct-only": false,
16853                         "controllable": false,
16854                         "default": "false",
16855                         "mutable": "null",
16856                         "readable": true,
16857                         "type": "gboolean",
16858                         "writable": true
16859                     },
16860                     "rtcp-sync": {
16861                         "blurb": "Use of RTCP SR in synchronization",
16862                         "conditionally-available": false,
16863                         "construct": false,
16864                         "construct-only": false,
16865                         "controllable": false,
16866                         "default": "always (0)",
16867                         "mutable": "null",
16868                         "readable": true,
16869                         "type": "GstRTCPSync",
16870                         "writable": true
16871                     },
16872                     "rtcp-sync-interval": {
16873                         "blurb": "RTCP SR interval synchronization (ms) (0 = always)",
16874                         "conditionally-available": false,
16875                         "construct": false,
16876                         "construct-only": false,
16877                         "controllable": false,
16878                         "default": "0",
16879                         "max": "-1",
16880                         "min": "0",
16881                         "mutable": "null",
16882                         "readable": true,
16883                         "type": "guint",
16884                         "writable": true
16885                     },
16886                     "rtcp-sync-send-time": {
16887                         "blurb": "Use send time or capture time for RTCP sync (TRUE = send time, FALSE = capture time)",
16888                         "conditionally-available": false,
16889                         "construct": false,
16890                         "construct-only": false,
16891                         "controllable": false,
16892                         "default": "true",
16893                         "mutable": "null",
16894                         "readable": true,
16895                         "type": "gboolean",
16896                         "writable": true
16897                     },
16898                     "rtp-profile": {
16899                         "blurb": "Default RTP profile of newly created sessions",
16900                         "conditionally-available": false,
16901                         "construct": false,
16902                         "construct-only": false,
16903                         "controllable": false,
16904                         "default": "avp (1)",
16905                         "mutable": "null",
16906                         "readable": true,
16907                         "type": "GstRTPProfile",
16908                         "writable": true
16909                     },
16910                     "sdes": {
16911                         "blurb": "The SDES items of this session",
16912                         "conditionally-available": false,
16913                         "construct": false,
16914                         "construct-only": false,
16915                         "controllable": false,
16916                         "mutable": "null",
16917                         "readable": true,
16918                         "type": "GstStructure",
16919                         "writable": true
16920                     },
16921                     "use-pipeline-clock": {
16922                         "blurb": "Use the pipeline running-time to set the NTP time in the RTCP SR messages (DEPRECATED: Use ntp-time-source property)",
16923                         "conditionally-available": false,
16924                         "construct": false,
16925                         "construct-only": false,
16926                         "controllable": false,
16927                         "default": "false",
16928                         "mutable": "null",
16929                         "readable": true,
16930                         "type": "gboolean",
16931                         "writable": true
16932                     }
16933                 },
16934                 "rank": "none",
16935                 "signals": {
16936                     "clear-pt-map": {
16937                         "action": true,
16938                         "args": [],
16939                         "return-type": "void",
16940                         "when": "last"
16941                     },
16942                     "clear-ssrc": {
16943                         "action": true,
16944                         "args": [
16945                             {
16946                                 "name": "arg0",
16947                                 "type": "guint"
16948                             },
16949                             {
16950                                 "name": "arg1",
16951                                 "type": "guint"
16952                             }
16953                         ],
16954                         "return-type": "void",
16955                         "when": "last"
16956                     },
16957                     "get-internal-session": {
16958                         "action": true,
16959                         "args": [
16960                             {
16961                                 "name": "arg0",
16962                                 "type": "guint"
16963                             }
16964                         ],
16965                         "return-type": "RTPSession",
16966                         "when": "last"
16967                     },
16968                     "get-internal-storage": {
16969                         "action": true,
16970                         "args": [
16971                             {
16972                                 "name": "arg0",
16973                                 "type": "guint"
16974                             }
16975                         ],
16976                         "return-type": "GObject",
16977                         "when": "last"
16978                     },
16979                     "get-session": {
16980                         "action": true,
16981                         "args": [
16982                             {
16983                                 "name": "arg0",
16984                                 "type": "guint"
16985                             }
16986                         ],
16987                         "return-type": "GstElement",
16988                         "when": "last"
16989                     },
16990                     "get-storage": {
16991                         "action": true,
16992                         "args": [
16993                             {
16994                                 "name": "arg0",
16995                                 "type": "guint"
16996                             }
16997                         ],
16998                         "return-type": "GstElement",
16999                         "when": "last"
17000                     },
17001                     "new-jitterbuffer": {
17002                         "args": [
17003                             {
17004                                 "name": "arg0",
17005                                 "type": "GstElement"
17006                             },
17007                             {
17008                                 "name": "arg1",
17009                                 "type": "guint"
17010                             },
17011                             {
17012                                 "name": "arg2",
17013                                 "type": "guint"
17014                             }
17015                         ],
17016                         "return-type": "void",
17017                         "when": "last"
17018                     },
17019                     "new-storage": {
17020                         "args": [
17021                             {
17022                                 "name": "arg0",
17023                                 "type": "GstElement"
17024                             },
17025                             {
17026                                 "name": "arg1",
17027                                 "type": "guint"
17028                             }
17029                         ],
17030                         "return-type": "void",
17031                         "when": "last"
17032                     },
17033                     "on-bye-ssrc": {
17034                         "args": [
17035                             {
17036                                 "name": "arg0",
17037                                 "type": "guint"
17038                             },
17039                             {
17040                                 "name": "arg1",
17041                                 "type": "guint"
17042                             }
17043                         ],
17044                         "return-type": "void",
17045                         "when": "last"
17046                     },
17047                     "on-bye-timeout": {
17048                         "args": [
17049                             {
17050                                 "name": "arg0",
17051                                 "type": "guint"
17052                             },
17053                             {
17054                                 "name": "arg1",
17055                                 "type": "guint"
17056                             }
17057                         ],
17058                         "return-type": "void",
17059                         "when": "last"
17060                     },
17061                     "on-new-sender-ssrc": {
17062                         "args": [
17063                             {
17064                                 "name": "arg0",
17065                                 "type": "guint"
17066                             },
17067                             {
17068                                 "name": "arg1",
17069                                 "type": "guint"
17070                             }
17071                         ],
17072                         "return-type": "void",
17073                         "when": "last"
17074                     },
17075                     "on-new-ssrc": {
17076                         "args": [
17077                             {
17078                                 "name": "arg0",
17079                                 "type": "guint"
17080                             },
17081                             {
17082                                 "name": "arg1",
17083                                 "type": "guint"
17084                             }
17085                         ],
17086                         "return-type": "void",
17087                         "when": "last"
17088                     },
17089                     "on-npt-stop": {
17090                         "args": [
17091                             {
17092                                 "name": "arg0",
17093                                 "type": "guint"
17094                             },
17095                             {
17096                                 "name": "arg1",
17097                                 "type": "guint"
17098                             }
17099                         ],
17100                         "return-type": "void",
17101                         "when": "last"
17102                     },
17103                     "on-sender-ssrc-active": {
17104                         "args": [
17105                             {
17106                                 "name": "arg0",
17107                                 "type": "guint"
17108                             },
17109                             {
17110                                 "name": "arg1",
17111                                 "type": "guint"
17112                             }
17113                         ],
17114                         "return-type": "void",
17115                         "when": "last"
17116                     },
17117                     "on-sender-timeout": {
17118                         "args": [
17119                             {
17120                                 "name": "arg0",
17121                                 "type": "guint"
17122                             },
17123                             {
17124                                 "name": "arg1",
17125                                 "type": "guint"
17126                             }
17127                         ],
17128                         "return-type": "void",
17129                         "when": "last"
17130                     },
17131                     "on-ssrc-active": {
17132                         "args": [
17133                             {
17134                                 "name": "arg0",
17135                                 "type": "guint"
17136                             },
17137                             {
17138                                 "name": "arg1",
17139                                 "type": "guint"
17140                             }
17141                         ],
17142                         "return-type": "void",
17143                         "when": "last"
17144                     },
17145                     "on-ssrc-collision": {
17146                         "args": [
17147                             {
17148                                 "name": "arg0",
17149                                 "type": "guint"
17150                             },
17151                             {
17152                                 "name": "arg1",
17153                                 "type": "guint"
17154                             }
17155                         ],
17156                         "return-type": "void",
17157                         "when": "last"
17158                     },
17159                     "on-ssrc-sdes": {
17160                         "args": [
17161                             {
17162                                 "name": "arg0",
17163                                 "type": "guint"
17164                             },
17165                             {
17166                                 "name": "arg1",
17167                                 "type": "guint"
17168                             }
17169                         ],
17170                         "return-type": "void",
17171                         "when": "last"
17172                     },
17173                     "on-ssrc-validated": {
17174                         "args": [
17175                             {
17176                                 "name": "arg0",
17177                                 "type": "guint"
17178                             },
17179                             {
17180                                 "name": "arg1",
17181                                 "type": "guint"
17182                             }
17183                         ],
17184                         "return-type": "void",
17185                         "when": "last"
17186                     },
17187                     "on-timeout": {
17188                         "args": [
17189                             {
17190                                 "name": "arg0",
17191                                 "type": "guint"
17192                             },
17193                             {
17194                                 "name": "arg1",
17195                                 "type": "guint"
17196                             }
17197                         ],
17198                         "return-type": "void",
17199                         "when": "last"
17200                     },
17201                     "payload-type-change": {
17202                         "args": [
17203                             {
17204                                 "name": "arg0",
17205                                 "type": "guint"
17206                             },
17207                             {
17208                                 "name": "arg1",
17209                                 "type": "guint"
17210                             }
17211                         ],
17212                         "return-type": "void",
17213                         "when": "last"
17214                     },
17215                     "request-aux-receiver": {
17216                         "args": [
17217                             {
17218                                 "name": "arg0",
17219                                 "type": "guint"
17220                             }
17221                         ],
17222                         "return-type": "GstElement",
17223                         "when": "last"
17224                     },
17225                     "request-aux-sender": {
17226                         "args": [
17227                             {
17228                                 "name": "arg0",
17229                                 "type": "guint"
17230                             }
17231                         ],
17232                         "return-type": "GstElement",
17233                         "when": "last"
17234                     },
17235                     "request-fec-decoder": {
17236                         "args": [
17237                             {
17238                                 "name": "arg0",
17239                                 "type": "guint"
17240                             }
17241                         ],
17242                         "return-type": "GstElement",
17243                         "when": "last"
17244                     },
17245                     "request-fec-decoder-full": {
17246                         "args": [
17247                             {
17248                                 "name": "arg0",
17249                                 "type": "guint"
17250                             },
17251                             {
17252                                 "name": "arg1",
17253                                 "type": "guint"
17254                             },
17255                             {
17256                                 "name": "arg2",
17257                                 "type": "guint"
17258                             }
17259                         ],
17260                         "return-type": "GstElement",
17261                         "when": "last"
17262                     },
17263                     "request-fec-encoder": {
17264                         "args": [
17265                             {
17266                                 "name": "arg0",
17267                                 "type": "guint"
17268                             }
17269                         ],
17270                         "return-type": "GstElement",
17271                         "when": "last"
17272                     },
17273                     "request-jitterbuffer": {
17274                         "args": [
17275                             {
17276                                 "name": "arg0",
17277                                 "type": "guint"
17278                             }
17279                         ],
17280                         "return-type": "GstElement",
17281                         "when": "last"
17282                     },
17283                     "request-pt-map": {
17284                         "args": [
17285                             {
17286                                 "name": "arg0",
17287                                 "type": "guint"
17288                             },
17289                             {
17290                                 "name": "arg1",
17291                                 "type": "guint"
17292                             }
17293                         ],
17294                         "return-type": "GstCaps",
17295                         "when": "last"
17296                     },
17297                     "request-rtcp-decoder": {
17298                         "args": [
17299                             {
17300                                 "name": "arg0",
17301                                 "type": "guint"
17302                             }
17303                         ],
17304                         "return-type": "GstElement",
17305                         "when": "last"
17306                     },
17307                     "request-rtcp-encoder": {
17308                         "args": [
17309                             {
17310                                 "name": "arg0",
17311                                 "type": "guint"
17312                             }
17313                         ],
17314                         "return-type": "GstElement",
17315                         "when": "last"
17316                     },
17317                     "request-rtp-decoder": {
17318                         "args": [
17319                             {
17320                                 "name": "arg0",
17321                                 "type": "guint"
17322                             }
17323                         ],
17324                         "return-type": "GstElement",
17325                         "when": "last"
17326                     },
17327                     "request-rtp-encoder": {
17328                         "args": [
17329                             {
17330                                 "name": "arg0",
17331                                 "type": "guint"
17332                             }
17333                         ],
17334                         "return-type": "GstElement",
17335                         "when": "last"
17336                     },
17337                     "reset-sync": {
17338                         "action": true,
17339                         "args": [],
17340                         "return-type": "void",
17341                         "when": "last"
17342                     }
17343                 }
17344             },
17345             "rtpdtmfmux": {
17346                 "author": "Zeeshan Ali <first.last@nokia.com>",
17347                 "description": "mixes RTP DTMF streams into other RTP streams",
17348                 "hierarchy": [
17349                     "GstRTPDTMFMux",
17350                     "GstRTPMux",
17351                     "GstElement",
17352                     "GstObject",
17353                     "GInitiallyUnowned",
17354                     "GObject"
17355                 ],
17356                 "klass": "Codec/Muxer",
17357                 "long-name": "RTP muxer",
17358                 "pad-templates": {
17359                     "priority_sink_%%u": {
17360                         "caps": "application/x-rtp:\n",
17361                         "direction": "sink",
17362                         "presence": "request"
17363                     },
17364                     "sink_%%u": {
17365                         "caps": "application/x-rtp:\n",
17366                         "direction": "sink",
17367                         "presence": "request"
17368                     },
17369                     "src": {
17370                         "caps": "application/x-rtp:\n",
17371                         "direction": "src",
17372                         "presence": "always"
17373                     }
17374                 },
17375                 "properties": {},
17376                 "rank": "none"
17377             },
17378             "rtpfunnel": {
17379                 "author": "Havard Graff <havard@gstip.com>",
17380                 "description": "Funnel RTP buffers together for multiplexing",
17381                 "hierarchy": [
17382                     "GstRtpFunnel",
17383                     "GstElement",
17384                     "GstObject",
17385                     "GInitiallyUnowned",
17386                     "GObject"
17387                 ],
17388                 "klass": "RTP Funneling",
17389                 "long-name": "RTP funnel",
17390                 "pad-templates": {
17391                     "sink_%%u": {
17392                         "caps": "application/x-rtp:\n",
17393                         "direction": "sink",
17394                         "presence": "request"
17395                     },
17396                     "src": {
17397                         "caps": "application/x-rtp:\n",
17398                         "direction": "src",
17399                         "presence": "always"
17400                     }
17401                 },
17402                 "properties": {
17403                     "common-ts-offset": {
17404                         "blurb": "Use the same RTP timestamp offset for all sinkpads (-1 = disable)",
17405                         "conditionally-available": false,
17406                         "construct": true,
17407                         "construct-only": false,
17408                         "controllable": false,
17409                         "default": "-1",
17410                         "max": "2147483647",
17411                         "min": "-1",
17412                         "mutable": "null",
17413                         "readable": true,
17414                         "type": "gint",
17415                         "writable": true
17416                     }
17417                 },
17418                 "rank": "none"
17419             },
17420             "rtphdrextclientaudiolevel": {
17421                 "RTP-Header-Extension-URI": "urn:ietf:params:rtp-hdrext:ssrc-audio-level",
17422                 "author": "Guillaume Desmottes <guillaume.desmottes@collabora.com>",
17423                 "description": "Client-to-Mixer Audio Level Indication (RFC6464) RTP Header Extension",
17424                 "hierarchy": [
17425                     "GstRTPHeaderExtensionClientAudioLevel",
17426                     "GstRTPHeaderExtension",
17427                     "GstElement",
17428                     "GstObject",
17429                     "GInitiallyUnowned",
17430                     "GObject"
17431                 ],
17432                 "klass": "Network/Extension/RTPHeader",
17433                 "long-name": "Client-to-Mixer Audio Level Indication (RFC6464) RTP Header Extension",
17434                 "properties": {
17435                     "vad": {
17436                         "blurb": "If the vad extension attribute is enabled or not",
17437                         "conditionally-available": false,
17438                         "construct": false,
17439                         "construct-only": false,
17440                         "controllable": false,
17441                         "default": "true",
17442                         "mutable": "null",
17443                         "readable": true,
17444                         "type": "gboolean",
17445                         "writable": false
17446                     }
17447                 },
17448                 "rank": "marginal"
17449             },
17450             "rtphdrexttwcc": {
17451                 "RTP-Header-Extension-URI": "http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01",
17452                 "author": "Matthew Waters <matthew@centricular.com>",
17453                 "description": "Extends RTP packets to add sequence number transport wide.",
17454                 "hierarchy": [
17455                     "GstRTPHeaderExtensionTWCC",
17456                     "GstRTPHeaderExtension",
17457                     "GstElement",
17458                     "GstObject",
17459                     "GInitiallyUnowned",
17460                     "GObject"
17461                 ],
17462                 "klass": "Network/Extension/RTPHeader",
17463                 "long-name": "Transport Wide Congestion Control",
17464                 "properties": {
17465                     "n-streams": {
17466                         "blurb": "The number of separate RTP streams this header applies to",
17467                         "conditionally-available": false,
17468                         "construct": false,
17469                         "construct-only": false,
17470                         "controllable": false,
17471                         "default": "1",
17472                         "max": "-1",
17473                         "min": "1",
17474                         "mutable": "null",
17475                         "readable": true,
17476                         "type": "guint",
17477                         "writable": true
17478                     }
17479                 },
17480                 "rank": "marginal"
17481             },
17482             "rtpjitterbuffer": {
17483                 "author": "Philippe Kalaf <philippe.kalaf@collabora.co.uk>, Wim Taymans <wim.taymans@gmail.com>",
17484                 "description": "A buffer that deals with network jitter and other transmission faults",
17485                 "hierarchy": [
17486                     "GstRtpJitterBuffer",
17487                     "GstElement",
17488                     "GstObject",
17489                     "GInitiallyUnowned",
17490                     "GObject"
17491                 ],
17492                 "klass": "Filter/Network/RTP",
17493                 "long-name": "RTP packet jitter-buffer",
17494                 "pad-templates": {
17495                     "sink": {
17496                         "caps": "application/x-rtp:\n",
17497                         "direction": "sink",
17498                         "presence": "always"
17499                     },
17500                     "sink_rtcp": {
17501                         "caps": "application/x-rtcp:\n",
17502                         "direction": "sink",
17503                         "presence": "request"
17504                     },
17505                     "src": {
17506                         "caps": "application/x-rtp:\n",
17507                         "direction": "src",
17508                         "presence": "always"
17509                     }
17510                 },
17511                 "properties": {
17512                     "do-lost": {
17513                         "blurb": "Send an event downstream when a packet is lost",
17514                         "conditionally-available": false,
17515                         "construct": false,
17516                         "construct-only": false,
17517                         "controllable": false,
17518                         "default": "false",
17519                         "mutable": "null",
17520                         "readable": true,
17521                         "type": "gboolean",
17522                         "writable": true
17523                     },
17524                     "do-retransmission": {
17525                         "blurb": "Send retransmission events upstream when a packet is late",
17526                         "conditionally-available": false,
17527                         "construct": false,
17528                         "construct-only": false,
17529                         "controllable": false,
17530                         "default": "false",
17531                         "mutable": "null",
17532                         "readable": true,
17533                         "type": "gboolean",
17534                         "writable": true
17535                     },
17536                     "drop-messages-interval": {
17537                         "blurb": "Minimal time between posting dropped packet messages",
17538                         "conditionally-available": false,
17539                         "construct": false,
17540                         "construct-only": false,
17541                         "controllable": false,
17542                         "default": "200",
17543                         "max": "-1",
17544                         "min": "0",
17545                         "mutable": "null",
17546                         "readable": true,
17547                         "type": "guint",
17548                         "writable": true
17549                     },
17550                     "drop-on-latency": {
17551                         "blurb": "Tells the jitterbuffer to never exceed the given latency in size",
17552                         "conditionally-available": false,
17553                         "construct": false,
17554                         "construct-only": false,
17555                         "controllable": false,
17556                         "default": "false",
17557                         "mutable": "null",
17558                         "readable": true,
17559                         "type": "gboolean",
17560                         "writable": true
17561                     },
17562                     "faststart-min-packets": {
17563                         "blurb": "The number of consecutive packets needed to start (set to 0 to disable faststart. The jitterbuffer will by default start after the latency has elapsed)",
17564                         "conditionally-available": false,
17565                         "construct": false,
17566                         "construct-only": false,
17567                         "controllable": false,
17568                         "default": "0",
17569                         "max": "-1",
17570                         "min": "0",
17571                         "mutable": "null",
17572                         "readable": true,
17573                         "type": "guint",
17574                         "writable": true
17575                     },
17576                     "latency": {
17577                         "blurb": "Amount of ms to buffer",
17578                         "conditionally-available": false,
17579                         "construct": false,
17580                         "construct-only": false,
17581                         "controllable": false,
17582                         "default": "200",
17583                         "max": "-1",
17584                         "min": "0",
17585                         "mutable": "null",
17586                         "readable": true,
17587                         "type": "guint",
17588                         "writable": true
17589                     },
17590                     "max-dropout-time": {
17591                         "blurb": "The maximum time (milliseconds) of missing packets tolerated.",
17592                         "conditionally-available": false,
17593                         "construct": false,
17594                         "construct-only": false,
17595                         "controllable": false,
17596                         "default": "60000",
17597                         "max": "2147483647",
17598                         "min": "0",
17599                         "mutable": "null",
17600                         "readable": true,
17601                         "type": "guint",
17602                         "writable": true
17603                     },
17604                     "max-misorder-time": {
17605                         "blurb": "The maximum time (milliseconds) of misordered packets tolerated.",
17606                         "conditionally-available": false,
17607                         "construct": false,
17608                         "construct-only": false,
17609                         "controllable": false,
17610                         "default": "2000",
17611                         "max": "-1",
17612                         "min": "0",
17613                         "mutable": "null",
17614                         "readable": true,
17615                         "type": "guint",
17616                         "writable": true
17617                     },
17618                     "max-rtcp-rtp-time-diff": {
17619                         "blurb": "Maximum amount of time in ms that the RTP time in RTCP SRs is allowed to be ahead (-1 disabled)",
17620                         "conditionally-available": false,
17621                         "construct": false,
17622                         "construct-only": false,
17623                         "controllable": false,
17624                         "default": "1000",
17625                         "max": "2147483647",
17626                         "min": "-1",
17627                         "mutable": "null",
17628                         "readable": true,
17629                         "type": "gint",
17630                         "writable": true
17631                     },
17632                     "max-ts-offset-adjustment": {
17633                         "blurb": "The maximum number of nanoseconds per frame that time stamp offsets may be adjusted (0 = no limit).",
17634                         "conditionally-available": false,
17635                         "construct": false,
17636                         "construct-only": false,
17637                         "controllable": false,
17638                         "default": "0",
17639                         "max": "18446744073709551615",
17640                         "min": "0",
17641                         "mutable": "null",
17642                         "readable": true,
17643                         "type": "guint64",
17644                         "writable": true
17645                     },
17646                     "mode": {
17647                         "blurb": "Control the buffering algorithm in use",
17648                         "conditionally-available": false,
17649                         "construct": false,
17650                         "construct-only": false,
17651                         "controllable": false,
17652                         "default": "slave (1)",
17653                         "mutable": "null",
17654                         "readable": true,
17655                         "type": "RTPJitterBufferMode",
17656                         "writable": true
17657                     },
17658                     "percent": {
17659                         "blurb": "The buffer filled percent",
17660                         "conditionally-available": false,
17661                         "construct": false,
17662                         "construct-only": false,
17663                         "controllable": false,
17664                         "default": "0",
17665                         "max": "100",
17666                         "min": "0",
17667                         "mutable": "null",
17668                         "readable": true,
17669                         "type": "gint",
17670                         "writable": false
17671                     },
17672                     "post-drop-messages": {
17673                         "blurb": "Post a custom message to the bus when a packet is dropped by the jitterbuffer",
17674                         "conditionally-available": false,
17675                         "construct": false,
17676                         "construct-only": false,
17677                         "controllable": false,
17678                         "default": "false",
17679                         "mutable": "null",
17680                         "readable": true,
17681                         "type": "gboolean",
17682                         "writable": true
17683                     },
17684                     "rfc7273-sync": {
17685                         "blurb": "Synchronize received streams to the RFC7273 clock (requires clock and offset to be provided)",
17686                         "conditionally-available": false,
17687                         "construct": false,
17688                         "construct-only": false,
17689                         "controllable": false,
17690                         "default": "false",
17691                         "mutable": "null",
17692                         "readable": true,
17693                         "type": "gboolean",
17694                         "writable": true
17695                     },
17696                     "rtx-deadline": {
17697                         "blurb": "The deadline for a valid RTX request in milliseconds. (-1 automatic)",
17698                         "conditionally-available": false,
17699                         "construct": false,
17700                         "construct-only": false,
17701                         "controllable": false,
17702                         "default": "-1",
17703                         "max": "2147483647",
17704                         "min": "-1",
17705                         "mutable": "null",
17706                         "readable": true,
17707                         "type": "gint",
17708                         "writable": true
17709                     },
17710                     "rtx-delay": {
17711                         "blurb": "Extra time in ms to wait before sending retransmission event (-1 automatic)",
17712                         "conditionally-available": false,
17713                         "construct": false,
17714                         "construct-only": false,
17715                         "controllable": false,
17716                         "default": "-1",
17717                         "max": "2147483647",
17718                         "min": "-1",
17719                         "mutable": "null",
17720                         "readable": true,
17721                         "type": "gint",
17722                         "writable": true
17723                     },
17724                     "rtx-delay-reorder": {
17725                         "blurb": "Sending retransmission event when this much reordering (0 disable)",
17726                         "conditionally-available": false,
17727                         "construct": false,
17728                         "construct-only": false,
17729                         "controllable": false,
17730                         "default": "3",
17731                         "max": "2147483647",
17732                         "min": "-1",
17733                         "mutable": "null",
17734                         "readable": true,
17735                         "type": "gint",
17736                         "writable": true
17737                     },
17738                     "rtx-max-retries": {
17739                         "blurb": "The maximum number of retries to request a retransmission. (-1 not limited)",
17740                         "conditionally-available": false,
17741                         "construct": false,
17742                         "construct-only": false,
17743                         "controllable": false,
17744                         "default": "-1",
17745                         "max": "2147483647",
17746                         "min": "-1",
17747                         "mutable": "null",
17748                         "readable": true,
17749                         "type": "gint",
17750                         "writable": true
17751                     },
17752                     "rtx-min-delay": {
17753                         "blurb": "Minimum time in ms to wait before sending retransmission event",
17754                         "conditionally-available": false,
17755                         "construct": false,
17756                         "construct-only": false,
17757                         "controllable": false,
17758                         "default": "0",
17759                         "max": "-1",
17760                         "min": "0",
17761                         "mutable": "null",
17762                         "readable": true,
17763                         "type": "guint",
17764                         "writable": true
17765                     },
17766                     "rtx-min-retry-timeout": {
17767                         "blurb": "Minimum timeout between sending a transmission event in ms (-1 automatic)",
17768                         "conditionally-available": false,
17769                         "construct": false,
17770                         "construct-only": false,
17771                         "controllable": false,
17772                         "default": "-1",
17773                         "max": "2147483647",
17774                         "min": "-1",
17775                         "mutable": "null",
17776                         "readable": true,
17777                         "type": "gint",
17778                         "writable": true
17779                     },
17780                     "rtx-next-seqnum": {
17781                         "blurb": "Estimate when the next packet should arrive and schedule a retransmission request for it.",
17782                         "conditionally-available": false,
17783                         "construct": false,
17784                         "construct-only": false,
17785                         "controllable": false,
17786                         "default": "true",
17787                         "mutable": "null",
17788                         "readable": true,
17789                         "type": "gboolean",
17790                         "writable": true
17791                     },
17792                     "rtx-retry-period": {
17793                         "blurb": "Try to get a retransmission for this many ms (-1 automatic)",
17794                         "conditionally-available": false,
17795                         "construct": false,
17796                         "construct-only": false,
17797                         "controllable": false,
17798                         "default": "-1",
17799                         "max": "2147483647",
17800                         "min": "-1",
17801                         "mutable": "null",
17802                         "readable": true,
17803                         "type": "gint",
17804                         "writable": true
17805                     },
17806                     "rtx-retry-timeout": {
17807                         "blurb": "Retry sending a transmission event after this timeout in ms (-1 automatic)",
17808                         "conditionally-available": false,
17809                         "construct": false,
17810                         "construct-only": false,
17811                         "controllable": false,
17812                         "default": "-1",
17813                         "max": "2147483647",
17814                         "min": "-1",
17815                         "mutable": "null",
17816                         "readable": true,
17817                         "type": "gint",
17818                         "writable": true
17819                     },
17820                     "rtx-stats-timeout": {
17821                         "blurb": "The time to wait for a retransmitted packet after it has been considered lost in order to collect statistics (ms)",
17822                         "conditionally-available": false,
17823                         "construct": false,
17824                         "construct-only": false,
17825                         "controllable": false,
17826                         "default": "1000",
17827                         "max": "-1",
17828                         "min": "0",
17829                         "mutable": "null",
17830                         "readable": true,
17831                         "type": "guint",
17832                         "writable": true
17833                     },
17834                     "stats": {
17835                         "blurb": "Various statistics",
17836                         "conditionally-available": false,
17837                         "construct": false,
17838                         "construct-only": false,
17839                         "controllable": false,
17840                         "default": "application/x-rtp-jitterbuffer-stats, num-pushed=(guint64)0, num-lost=(guint64)0, num-late=(guint64)0, num-duplicates=(guint64)0, avg-jitter=(guint64)0, rtx-count=(guint64)0, rtx-success-count=(guint64)0, rtx-per-packet=(double)0, rtx-rtt=(guint64)0;",
17841                         "mutable": "null",
17842                         "readable": true,
17843                         "type": "GstStructure",
17844                         "writable": false
17845                     },
17846                     "ts-offset": {
17847                         "blurb": "Adjust buffer timestamps with offset in nanoseconds",
17848                         "conditionally-available": false,
17849                         "construct": false,
17850                         "construct-only": false,
17851                         "controllable": false,
17852                         "default": "0",
17853                         "max": "9223372036854775807",
17854                         "min": "-9223372036854775808",
17855                         "mutable": "null",
17856                         "readable": true,
17857                         "type": "gint64",
17858                         "writable": true
17859                     }
17860                 },
17861                 "rank": "none",
17862                 "signals": {
17863                     "clear-pt-map": {
17864                         "action": true,
17865                         "args": [],
17866                         "return-type": "void",
17867                         "when": "last"
17868                     },
17869                     "handle-sync": {
17870                         "args": [
17871                             {
17872                                 "name": "arg0",
17873                                 "type": "GstStructure"
17874                             }
17875                         ],
17876                         "return-type": "void",
17877                         "when": "last"
17878                     },
17879                     "on-npt-stop": {
17880                         "args": [],
17881                         "return-type": "void",
17882                         "when": "last"
17883                     },
17884                     "request-pt-map": {
17885                         "args": [
17886                             {
17887                                 "name": "arg0",
17888                                 "type": "guint"
17889                             }
17890                         ],
17891                         "return-type": "GstCaps",
17892                         "when": "last"
17893                     },
17894                     "set-active": {
17895                         "action": true,
17896                         "args": [
17897                             {
17898                                 "name": "arg0",
17899                                 "type": "gboolean"
17900                             },
17901                             {
17902                                 "name": "arg1",
17903                                 "type": "guint64"
17904                             }
17905                         ],
17906                         "return-type": "guint64",
17907                         "when": "last"
17908                     }
17909                 }
17910             },
17911             "rtpmux": {
17912                 "author": "Zeeshan Ali <first.last@nokia.com>",
17913                 "description": "multiplex N rtp streams into one",
17914                 "hierarchy": [
17915                     "GstRTPMux",
17916                     "GstElement",
17917                     "GstObject",
17918                     "GInitiallyUnowned",
17919                     "GObject"
17920                 ],
17921                 "klass": "Codec/Muxer",
17922                 "long-name": "RTP muxer",
17923                 "pad-templates": {
17924                     "sink_%%u": {
17925                         "caps": "application/x-rtp:\n",
17926                         "direction": "sink",
17927                         "presence": "request"
17928                     },
17929                     "src": {
17930                         "caps": "application/x-rtp:\n",
17931                         "direction": "src",
17932                         "presence": "always"
17933                     }
17934                 },
17935                 "properties": {
17936                     "seqnum": {
17937                         "blurb": "The RTP sequence number of the last processed packet",
17938                         "conditionally-available": false,
17939                         "construct": false,
17940                         "construct-only": false,
17941                         "controllable": false,
17942                         "default": "0",
17943                         "max": "-1",
17944                         "min": "0",
17945                         "mutable": "null",
17946                         "readable": true,
17947                         "type": "guint",
17948                         "writable": false
17949                     },
17950                     "seqnum-offset": {
17951                         "blurb": "Offset to add to all outgoing seqnum (-1 = random)",
17952                         "conditionally-available": false,
17953                         "construct": false,
17954                         "construct-only": false,
17955                         "controllable": false,
17956                         "default": "-1",
17957                         "max": "2147483647",
17958                         "min": "-1",
17959                         "mutable": "null",
17960                         "readable": true,
17961                         "type": "gint",
17962                         "writable": true
17963                     },
17964                     "ssrc": {
17965                         "blurb": "The SSRC of the packets (default == random)",
17966                         "conditionally-available": false,
17967                         "construct": false,
17968                         "construct-only": false,
17969                         "controllable": false,
17970                         "default": "-1",
17971                         "max": "-1",
17972                         "min": "0",
17973                         "mutable": "playing",
17974                         "readable": true,
17975                         "type": "guint",
17976                         "writable": true
17977                     },
17978                     "timestamp-offset": {
17979                         "blurb": "Offset to add to all outgoing timestamps (-1 = random)",
17980                         "conditionally-available": false,
17981                         "construct": false,
17982                         "construct-only": false,
17983                         "controllable": false,
17984                         "default": "-1",
17985                         "max": "2147483647",
17986                         "min": "-1",
17987                         "mutable": "null",
17988                         "readable": true,
17989                         "type": "gint",
17990                         "writable": true
17991                     }
17992                 },
17993                 "rank": "none"
17994             },
17995             "rtpptdemux": {
17996                 "author": "Kai Vehmanen <kai.vehmanen@nokia.com>",
17997                 "description": "Parses codec streams transmitted in the same RTP session",
17998                 "hierarchy": [
17999                     "GstRtpPtDemux",
18000                     "GstElement",
18001                     "GstObject",
18002                     "GInitiallyUnowned",
18003                     "GObject"
18004                 ],
18005                 "klass": "Demux/Network/RTP",
18006                 "long-name": "RTP Demux",
18007                 "pad-templates": {
18008                     "sink": {
18009                         "caps": "application/x-rtp:\n",
18010                         "direction": "sink",
18011                         "presence": "always"
18012                     },
18013                     "src_%%u": {
18014                         "caps": "application/x-rtp:\n        payload: [ 0, 255 ]\n",
18015                         "direction": "src",
18016                         "presence": "sometimes"
18017                     }
18018                 },
18019                 "properties": {
18020                     "ignored-payload-types": {
18021                         "blurb": "Packets with these payload types will be dropped",
18022                         "conditionally-available": false,
18023                         "construct": false,
18024                         "construct-only": false,
18025                         "controllable": false,
18026                         "mutable": "null",
18027                         "readable": true,
18028                         "type": "GstValueArray",
18029                         "writable": true
18030                     }
18031                 },
18032                 "rank": "none",
18033                 "signals": {
18034                     "clear-pt-map": {
18035                         "action": true,
18036                         "args": [],
18037                         "return-type": "void",
18038                         "when": "last"
18039                     },
18040                     "new-payload-type": {
18041                         "args": [
18042                             {
18043                                 "name": "arg0",
18044                                 "type": "guint"
18045                             },
18046                             {
18047                                 "name": "arg1",
18048                                 "type": "GstPad"
18049                             }
18050                         ],
18051                         "return-type": "void",
18052                         "when": "last"
18053                     },
18054                     "payload-type-change": {
18055                         "args": [
18056                             {
18057                                 "name": "arg0",
18058                                 "type": "guint"
18059                             }
18060                         ],
18061                         "return-type": "void",
18062                         "when": "last"
18063                     },
18064                     "request-pt-map": {
18065                         "args": [
18066                             {
18067                                 "name": "arg0",
18068                                 "type": "guint"
18069                             }
18070                         ],
18071                         "return-type": "GstCaps",
18072                         "when": "last"
18073                     }
18074                 }
18075             },
18076             "rtprtxqueue": {
18077                 "author": "Wim Taymans <wim.taymans@gmail.com>",
18078                 "description": "Keep RTP packets in a queue for retransmission",
18079                 "hierarchy": [
18080                     "GstRTPRtxQueue",
18081                     "GstElement",
18082                     "GstObject",
18083                     "GInitiallyUnowned",
18084                     "GObject"
18085                 ],
18086                 "klass": "Codec",
18087                 "long-name": "RTP Retransmission Queue",
18088                 "pad-templates": {
18089                     "sink": {
18090                         "caps": "application/x-rtp:\n",
18091                         "direction": "sink",
18092                         "presence": "always"
18093                     },
18094                     "src": {
18095                         "caps": "application/x-rtp:\n",
18096                         "direction": "src",
18097                         "presence": "always"
18098                     }
18099                 },
18100                 "properties": {
18101                     "fulfilled-requests": {
18102                         "blurb": "Number of fulfilled retransmission requests",
18103                         "conditionally-available": false,
18104                         "construct": false,
18105                         "construct-only": false,
18106                         "controllable": false,
18107                         "default": "0",
18108                         "max": "-1",
18109                         "min": "0",
18110                         "mutable": "null",
18111                         "readable": true,
18112                         "type": "guint",
18113                         "writable": false
18114                     },
18115                     "max-size-packets": {
18116                         "blurb": "Amount of packets to queue (0 = unlimited)",
18117                         "conditionally-available": false,
18118                         "construct": false,
18119                         "construct-only": false,
18120                         "controllable": false,
18121                         "default": "100",
18122                         "max": "-1",
18123                         "min": "0",
18124                         "mutable": "null",
18125                         "readable": true,
18126                         "type": "guint",
18127                         "writable": true
18128                     },
18129                     "max-size-time": {
18130                         "blurb": "Amount of ms to queue (0 = unlimited)",
18131                         "conditionally-available": false,
18132                         "construct": false,
18133                         "construct-only": false,
18134                         "controllable": false,
18135                         "default": "0",
18136                         "max": "-1",
18137                         "min": "0",
18138                         "mutable": "null",
18139                         "readable": true,
18140                         "type": "guint",
18141                         "writable": true
18142                     },
18143                     "requests": {
18144                         "blurb": "Total number of retransmission requests",
18145                         "conditionally-available": false,
18146                         "construct": false,
18147                         "construct-only": false,
18148                         "controllable": false,
18149                         "default": "0",
18150                         "max": "-1",
18151                         "min": "0",
18152                         "mutable": "null",
18153                         "readable": true,
18154                         "type": "guint",
18155                         "writable": false
18156                     }
18157                 },
18158                 "rank": "none"
18159             },
18160             "rtprtxreceive": {
18161                 "author": "Julien Isorce <julien.isorce@collabora.co.uk>",
18162                 "description": "Receive retransmitted RTP packets according to RFC4588",
18163                 "hierarchy": [
18164                     "GstRtpRtxReceive",
18165                     "GstElement",
18166                     "GstObject",
18167                     "GInitiallyUnowned",
18168                     "GObject"
18169                 ],
18170                 "klass": "Codec",
18171                 "long-name": "RTP Retransmission receiver",
18172                 "pad-templates": {
18173                     "sink": {
18174                         "caps": "application/x-rtp:\n",
18175                         "direction": "sink",
18176                         "presence": "always"
18177                     },
18178                     "src": {
18179                         "caps": "application/x-rtp:\n",
18180                         "direction": "src",
18181                         "presence": "always"
18182                     }
18183                 },
18184                 "properties": {
18185                     "num-rtx-assoc-packets": {
18186                         "blurb": "Number of retransmission packets correctly associated with retransmission requests",
18187                         "conditionally-available": false,
18188                         "construct": false,
18189                         "construct-only": false,
18190                         "controllable": false,
18191                         "default": "0",
18192                         "max": "-1",
18193                         "min": "0",
18194                         "mutable": "null",
18195                         "readable": true,
18196                         "type": "guint",
18197                         "writable": false
18198                     },
18199                     "num-rtx-packets": {
18200                         "blurb": " Number of retransmission packets received",
18201                         "conditionally-available": false,
18202                         "construct": false,
18203                         "construct-only": false,
18204                         "controllable": false,
18205                         "default": "0",
18206                         "max": "-1",
18207                         "min": "0",
18208                         "mutable": "null",
18209                         "readable": true,
18210                         "type": "guint",
18211                         "writable": false
18212                     },
18213                     "num-rtx-requests": {
18214                         "blurb": "Number of retransmission events received",
18215                         "conditionally-available": false,
18216                         "construct": false,
18217                         "construct-only": false,
18218                         "controllable": false,
18219                         "default": "0",
18220                         "max": "-1",
18221                         "min": "0",
18222                         "mutable": "null",
18223                         "readable": true,
18224                         "type": "guint",
18225                         "writable": false
18226                     },
18227                     "payload-type-map": {
18228                         "blurb": "Map of original payload types to their retransmission payload types",
18229                         "conditionally-available": false,
18230                         "construct": false,
18231                         "construct-only": false,
18232                         "controllable": false,
18233                         "mutable": "null",
18234                         "readable": true,
18235                         "type": "GstStructure",
18236                         "writable": true
18237                     }
18238                 },
18239                 "rank": "none"
18240             },
18241             "rtprtxsend": {
18242                 "author": "Julien Isorce <julien.isorce@collabora.co.uk>",
18243                 "description": "Retransmit RTP packets when needed, according to RFC4588",
18244                 "hierarchy": [
18245                     "GstRtpRtxSend",
18246                     "GstElement",
18247                     "GstObject",
18248                     "GInitiallyUnowned",
18249                     "GObject"
18250                 ],
18251                 "klass": "Codec",
18252                 "long-name": "RTP Retransmission Sender",
18253                 "pad-templates": {
18254                     "sink": {
18255                         "caps": "application/x-rtp:\n",
18256                         "direction": "sink",
18257                         "presence": "always"
18258                     },
18259                     "src": {
18260                         "caps": "application/x-rtp:\n",
18261                         "direction": "src",
18262                         "presence": "always"
18263                     }
18264                 },
18265                 "properties": {
18266                     "clock-rate-map": {
18267                         "blurb": "Map of payload types to their clock rates",
18268                         "conditionally-available": false,
18269                         "construct": false,
18270                         "construct-only": false,
18271                         "controllable": false,
18272                         "mutable": "null",
18273                         "readable": true,
18274                         "type": "GstStructure",
18275                         "writable": true
18276                     },
18277                     "max-size-packets": {
18278                         "blurb": "Amount of packets to queue (0 = unlimited)",
18279                         "conditionally-available": false,
18280                         "construct": false,
18281                         "construct-only": false,
18282                         "controllable": false,
18283                         "default": "100",
18284                         "max": "32767",
18285                         "min": "0",
18286                         "mutable": "null",
18287                         "readable": true,
18288                         "type": "guint",
18289                         "writable": true
18290                     },
18291                     "max-size-time": {
18292                         "blurb": "Amount of ms to queue (0 = unlimited)",
18293                         "conditionally-available": false,
18294                         "construct": false,
18295                         "construct-only": false,
18296                         "controllable": false,
18297                         "default": "0",
18298                         "max": "-1",
18299                         "min": "0",
18300                         "mutable": "null",
18301                         "readable": true,
18302                         "type": "guint",
18303                         "writable": true
18304                     },
18305                     "num-rtx-packets": {
18306                         "blurb": " Number of retransmission packets sent",
18307                         "conditionally-available": false,
18308                         "construct": false,
18309                         "construct-only": false,
18310                         "controllable": false,
18311                         "default": "0",
18312                         "max": "-1",
18313                         "min": "0",
18314                         "mutable": "null",
18315                         "readable": true,
18316                         "type": "guint",
18317                         "writable": false
18318                     },
18319                     "num-rtx-requests": {
18320                         "blurb": "Number of retransmission events received",
18321                         "conditionally-available": false,
18322                         "construct": false,
18323                         "construct-only": false,
18324                         "controllable": false,
18325                         "default": "0",
18326                         "max": "-1",
18327                         "min": "0",
18328                         "mutable": "null",
18329                         "readable": true,
18330                         "type": "guint",
18331                         "writable": false
18332                     },
18333                     "payload-type-map": {
18334                         "blurb": "Map of original payload types to their retransmission payload types",
18335                         "conditionally-available": false,
18336                         "construct": false,
18337                         "construct-only": false,
18338                         "controllable": false,
18339                         "mutable": "null",
18340                         "readable": true,
18341                         "type": "GstStructure",
18342                         "writable": true
18343                     },
18344                     "ssrc-map": {
18345                         "blurb": "Map of SSRCs to their retransmission SSRCs for SSRC-multiplexed mode (default = random)",
18346                         "conditionally-available": false,
18347                         "construct": false,
18348                         "construct-only": false,
18349                         "controllable": false,
18350                         "mutable": "null",
18351                         "readable": false,
18352                         "type": "GstStructure",
18353                         "writable": true
18354                     }
18355                 },
18356                 "rank": "none"
18357             },
18358             "rtpsession": {
18359                 "author": "Wim Taymans <wim.taymans@gmail.com>",
18360                 "description": "Implement an RTP session",
18361                 "hierarchy": [
18362                     "GstRtpSession",
18363                     "GstElement",
18364                     "GstObject",
18365                     "GInitiallyUnowned",
18366                     "GObject"
18367                 ],
18368                 "klass": "Filter/Network/RTP",
18369                 "long-name": "RTP Session",
18370                 "pad-templates": {
18371                     "recv_rtcp_sink": {
18372                         "caps": "application/x-rtcp:\n",
18373                         "direction": "sink",
18374                         "presence": "request"
18375                     },
18376                     "recv_rtp_sink": {
18377                         "caps": "application/x-rtp:\n",
18378                         "direction": "sink",
18379                         "presence": "request"
18380                     },
18381                     "recv_rtp_src": {
18382                         "caps": "application/x-rtp:\n",
18383                         "direction": "src",
18384                         "presence": "sometimes"
18385                     },
18386                     "send_rtcp_src": {
18387                         "caps": "application/x-rtcp:\n",
18388                         "direction": "src",
18389                         "presence": "request"
18390                     },
18391                     "send_rtp_sink": {
18392                         "caps": "application/x-rtp:\n",
18393                         "direction": "sink",
18394                         "presence": "request"
18395                     },
18396                     "send_rtp_src": {
18397                         "caps": "application/x-rtp:\n",
18398                         "direction": "src",
18399                         "presence": "sometimes"
18400                     },
18401                     "sync_src": {
18402                         "caps": "application/x-rtcp:\n",
18403                         "direction": "src",
18404                         "presence": "sometimes"
18405                     }
18406                 },
18407                 "properties": {
18408                     "bandwidth": {
18409                         "blurb": "The bandwidth of the session in bytes per second (0 for auto-discover)",
18410                         "conditionally-available": false,
18411                         "construct": false,
18412                         "construct-only": false,
18413                         "controllable": false,
18414                         "default": "0",
18415                         "max": "1.79769e+308",
18416                         "min": "0",
18417                         "mutable": "null",
18418                         "readable": true,
18419                         "type": "gdouble",
18420                         "writable": true
18421                     },
18422                     "internal-session": {
18423                         "blurb": "The internal RTPSession object",
18424                         "conditionally-available": false,
18425                         "construct": false,
18426                         "construct-only": false,
18427                         "controllable": false,
18428                         "mutable": "null",
18429                         "readable": true,
18430                         "type": "RTPSession",
18431                         "writable": false
18432                     },
18433                     "max-dropout-time": {
18434                         "blurb": "The maximum time (milliseconds) of missing packets tolerated.",
18435                         "conditionally-available": false,
18436                         "construct": false,
18437                         "construct-only": false,
18438                         "controllable": false,
18439                         "default": "60000",
18440                         "max": "-1",
18441                         "min": "0",
18442                         "mutable": "null",
18443                         "readable": true,
18444                         "type": "guint",
18445                         "writable": true
18446                     },
18447                     "max-misorder-time": {
18448                         "blurb": "The maximum time (milliseconds) of misordered packets tolerated.",
18449                         "conditionally-available": false,
18450                         "construct": false,
18451                         "construct-only": false,
18452                         "controllable": false,
18453                         "default": "2000",
18454                         "max": "-1",
18455                         "min": "0",
18456                         "mutable": "null",
18457                         "readable": true,
18458                         "type": "guint",
18459                         "writable": true
18460                     },
18461                     "ntp-time-source": {
18462                         "blurb": "NTP time source for RTCP packets",
18463                         "conditionally-available": false,
18464                         "construct": false,
18465                         "construct-only": false,
18466                         "controllable": false,
18467                         "default": "ntp (0)",
18468                         "mutable": "null",
18469                         "readable": true,
18470                         "type": "GstRtpNtpTimeSource",
18471                         "writable": true
18472                     },
18473                     "num-active-sources": {
18474                         "blurb": "The number of active sources in the session",
18475                         "conditionally-available": false,
18476                         "construct": false,
18477                         "construct-only": false,
18478                         "controllable": false,
18479                         "default": "0",
18480                         "max": "-1",
18481                         "min": "0",
18482                         "mutable": "null",
18483                         "readable": true,
18484                         "type": "guint",
18485                         "writable": false
18486                     },
18487                     "num-sources": {
18488                         "blurb": "The number of sources in the session",
18489                         "conditionally-available": false,
18490                         "construct": false,
18491                         "construct-only": false,
18492                         "controllable": false,
18493                         "default": "0",
18494                         "max": "-1",
18495                         "min": "0",
18496                         "mutable": "null",
18497                         "readable": true,
18498                         "type": "guint",
18499                         "writable": false
18500                     },
18501                     "probation": {
18502                         "blurb": "Consecutive packet sequence numbers to accept the source",
18503                         "conditionally-available": false,
18504                         "construct": false,
18505                         "construct-only": false,
18506                         "controllable": false,
18507                         "default": "2",
18508                         "max": "-1",
18509                         "min": "0",
18510                         "mutable": "null",
18511                         "readable": true,
18512                         "type": "guint",
18513                         "writable": true
18514                     },
18515                     "rtcp-fraction": {
18516                         "blurb": "The RTCP bandwidth of the session in bytes per second (or as a real fraction of the RTP bandwidth if < 1.0)",
18517                         "conditionally-available": false,
18518                         "construct": false,
18519                         "construct-only": false,
18520                         "controllable": false,
18521                         "default": "0.05",
18522                         "max": "1.79769e+308",
18523                         "min": "0",
18524                         "mutable": "null",
18525                         "readable": true,
18526                         "type": "gdouble",
18527                         "writable": true
18528                     },
18529                     "rtcp-min-interval": {
18530                         "blurb": "Minimum interval between Regular RTCP packet (in ns)",
18531                         "conditionally-available": false,
18532                         "construct": false,
18533                         "construct-only": false,
18534                         "controllable": false,
18535                         "default": "5000000000",
18536                         "max": "18446744073709551615",
18537                         "min": "0",
18538                         "mutable": "null",
18539                         "readable": true,
18540                         "type": "guint64",
18541                         "writable": true
18542                     },
18543                     "rtcp-rr-bandwidth": {
18544                         "blurb": "The RTCP bandwidth used for receivers in bytes per second (-1 = default)",
18545                         "conditionally-available": false,
18546                         "construct": false,
18547                         "construct-only": false,
18548                         "controllable": false,
18549                         "default": "-1",
18550                         "max": "2147483647",
18551                         "min": "-1",
18552                         "mutable": "null",
18553                         "readable": true,
18554                         "type": "gint",
18555                         "writable": true
18556                     },
18557                     "rtcp-rs-bandwidth": {
18558                         "blurb": "The RTCP bandwidth used for senders in bytes per second (-1 = default)",
18559                         "conditionally-available": false,
18560                         "construct": false,
18561                         "construct-only": false,
18562                         "controllable": false,
18563                         "default": "-1",
18564                         "max": "2147483647",
18565                         "min": "-1",
18566                         "mutable": "null",
18567                         "readable": true,
18568                         "type": "gint",
18569                         "writable": true
18570                     },
18571                     "rtcp-sync-send-time": {
18572                         "blurb": "Use send time or capture time for RTCP sync (TRUE = send time, FALSE = capture time)",
18573                         "conditionally-available": false,
18574                         "construct": false,
18575                         "construct-only": false,
18576                         "controllable": false,
18577                         "default": "true",
18578                         "mutable": "null",
18579                         "readable": true,
18580                         "type": "gboolean",
18581                         "writable": true
18582                     },
18583                     "rtp-profile": {
18584                         "blurb": "RTP profile to use",
18585                         "conditionally-available": false,
18586                         "construct": false,
18587                         "construct-only": false,
18588                         "controllable": false,
18589                         "default": "avp (1)",
18590                         "mutable": "null",
18591                         "readable": true,
18592                         "type": "GstRTPProfile",
18593                         "writable": true
18594                     },
18595                     "sdes": {
18596                         "blurb": "The SDES items of this session",
18597                         "conditionally-available": false,
18598                         "construct": false,
18599                         "construct-only": false,
18600                         "controllable": false,
18601                         "mutable": "null",
18602                         "readable": true,
18603                         "type": "GstStructure",
18604                         "writable": true
18605                     },
18606                     "stats": {
18607                         "blurb": "Various statistics",
18608                         "conditionally-available": false,
18609                         "construct": false,
18610                         "construct-only": false,
18611                         "controllable": false,
18612                         "default": "application/x-rtp-session-stats, rtx-drop-count=(uint)0, sent-nack-count=(uint)0, recv-nack-count=(uint)0, source-stats=(GValueArray)<  >, rtx-count=(uint)0, recv-rtx-req-count=(uint)0, sent-rtx-req-count=(uint)0;",
18613                         "mutable": "null",
18614                         "readable": true,
18615                         "type": "GstStructure",
18616                         "writable": false
18617                     },
18618                     "twcc-stats": {
18619                         "blurb": "Various statistics from TWCC",
18620                         "conditionally-available": false,
18621                         "construct": false,
18622                         "construct-only": false,
18623                         "controllable": false,
18624                         "mutable": "null",
18625                         "readable": true,
18626                         "type": "GstStructure",
18627                         "writable": false
18628                     },
18629                     "use-pipeline-clock": {
18630                         "blurb": "Use the pipeline running-time to set the NTP time in the RTCP SR messages (DEPRECATED: Use ntp-time-source property)",
18631                         "conditionally-available": false,
18632                         "construct": false,
18633                         "construct-only": false,
18634                         "controllable": false,
18635                         "default": "false",
18636                         "mutable": "null",
18637                         "readable": true,
18638                         "type": "gboolean",
18639                         "writable": true
18640                     }
18641                 },
18642                 "rank": "none",
18643                 "signals": {
18644                     "clear-pt-map": {
18645                         "action": true,
18646                         "args": [],
18647                         "return-type": "void",
18648                         "when": "last"
18649                     },
18650                     "on-bye-ssrc": {
18651                         "args": [
18652                             {
18653                                 "name": "arg0",
18654                                 "type": "guint"
18655                             }
18656                         ],
18657                         "return-type": "void",
18658                         "when": "last"
18659                     },
18660                     "on-bye-timeout": {
18661                         "args": [
18662                             {
18663                                 "name": "arg0",
18664                                 "type": "guint"
18665                             }
18666                         ],
18667                         "return-type": "void",
18668                         "when": "last"
18669                     },
18670                     "on-new-sender-ssrc": {
18671                         "args": [
18672                             {
18673                                 "name": "arg0",
18674                                 "type": "guint"
18675                             }
18676                         ],
18677                         "return-type": "void",
18678                         "when": "last"
18679                     },
18680                     "on-new-ssrc": {
18681                         "args": [
18682                             {
18683                                 "name": "arg0",
18684                                 "type": "guint"
18685                             }
18686                         ],
18687                         "return-type": "void",
18688                         "when": "last"
18689                     },
18690                     "on-sender-ssrc-active": {
18691                         "args": [
18692                             {
18693                                 "name": "arg0",
18694                                 "type": "guint"
18695                             }
18696                         ],
18697                         "return-type": "void",
18698                         "when": "last"
18699                     },
18700                     "on-sender-timeout": {
18701                         "args": [
18702                             {
18703                                 "name": "arg0",
18704                                 "type": "guint"
18705                             }
18706                         ],
18707                         "return-type": "void",
18708                         "when": "last"
18709                     },
18710                     "on-ssrc-active": {
18711                         "args": [
18712                             {
18713                                 "name": "arg0",
18714                                 "type": "guint"
18715                             }
18716                         ],
18717                         "return-type": "void",
18718                         "when": "last"
18719                     },
18720                     "on-ssrc-collision": {
18721                         "args": [
18722                             {
18723                                 "name": "arg0",
18724                                 "type": "guint"
18725                             }
18726                         ],
18727                         "return-type": "void",
18728                         "when": "last"
18729                     },
18730                     "on-ssrc-sdes": {
18731                         "args": [
18732                             {
18733                                 "name": "arg0",
18734                                 "type": "guint"
18735                             }
18736                         ],
18737                         "return-type": "void",
18738                         "when": "last"
18739                     },
18740                     "on-ssrc-validated": {
18741                         "args": [
18742                             {
18743                                 "name": "arg0",
18744                                 "type": "guint"
18745                             }
18746                         ],
18747                         "return-type": "void",
18748                         "when": "last"
18749                     },
18750                     "on-timeout": {
18751                         "args": [
18752                             {
18753                                 "name": "arg0",
18754                                 "type": "guint"
18755                             }
18756                         ],
18757                         "return-type": "void",
18758                         "when": "last"
18759                     },
18760                     "request-pt-map": {
18761                         "args": [
18762                             {
18763                                 "name": "arg0",
18764                                 "type": "guint"
18765                             }
18766                         ],
18767                         "return-type": "GstCaps",
18768                         "when": "last"
18769                     }
18770                 }
18771             },
18772             "rtpssrcdemux": {
18773                 "author": "Wim Taymans <wim.taymans@gmail.com>",
18774                 "description": "Splits RTP streams based on the SSRC",
18775                 "hierarchy": [
18776                     "GstRtpSsrcDemux",
18777                     "GstElement",
18778                     "GstObject",
18779                     "GInitiallyUnowned",
18780                     "GObject"
18781                 ],
18782                 "klass": "Demux/Network/RTP",
18783                 "long-name": "RTP SSRC Demux",
18784                 "pad-templates": {
18785                     "rtcp_sink": {
18786                         "caps": "application/x-rtcp:\n",
18787                         "direction": "sink",
18788                         "presence": "always"
18789                     },
18790                     "rtcp_src_%%u": {
18791                         "caps": "application/x-rtcp:\n",
18792                         "direction": "src",
18793                         "presence": "sometimes"
18794                     },
18795                     "sink": {
18796                         "caps": "application/x-rtp:\n",
18797                         "direction": "sink",
18798                         "presence": "always"
18799                     },
18800                     "src_%%u": {
18801                         "caps": "application/x-rtp:\n",
18802                         "direction": "src",
18803                         "presence": "sometimes"
18804                     }
18805                 },
18806                 "properties": {
18807                     "max-streams": {
18808                         "blurb": "The maximum number of streams allowed",
18809                         "conditionally-available": false,
18810                         "construct": false,
18811                         "construct-only": false,
18812                         "controllable": false,
18813                         "default": "-1",
18814                         "max": "-1",
18815                         "min": "0",
18816                         "mutable": "null",
18817                         "readable": true,
18818                         "type": "guint",
18819                         "writable": true
18820                     }
18821                 },
18822                 "rank": "none",
18823                 "signals": {
18824                     "clear-ssrc": {
18825                         "action": true,
18826                         "args": [
18827                             {
18828                                 "name": "arg0",
18829                                 "type": "guint"
18830                             }
18831                         ],
18832                         "return-type": "void",
18833                         "when": "last"
18834                     },
18835                     "new-ssrc-pad": {
18836                         "args": [
18837                             {
18838                                 "name": "arg0",
18839                                 "type": "guint"
18840                             },
18841                             {
18842                                 "name": "arg1",
18843                                 "type": "GstPad"
18844                             }
18845                         ],
18846                         "return-type": "void",
18847                         "when": "last"
18848                     },
18849                     "removed-ssrc-pad": {
18850                         "args": [
18851                             {
18852                                 "name": "arg0",
18853                                 "type": "guint"
18854                             },
18855                             {
18856                                 "name": "arg1",
18857                                 "type": "GstPad"
18858                             }
18859                         ],
18860                         "return-type": "void",
18861                         "when": "last"
18862                     }
18863                 }
18864             },
18865             "rtpst2022-1-fecdec": {
18866                 "author": "Mathieu Duponchelle <mathieu@centricular.com>",
18867                 "description": "performs FEC as described by SMPTE 2022-1",
18868                 "hierarchy": [
18869                     "GstRTPST_2022_1_FecDec",
18870                     "GstElement",
18871                     "GstObject",
18872                     "GInitiallyUnowned",
18873                     "GObject"
18874                 ],
18875                 "klass": "SMPTE 2022-1 FEC decoding",
18876                 "long-name": "SMPTE 2022-1 FEC decoder",
18877                 "pad-templates": {
18878                     "fec_%%u": {
18879                         "caps": "application/x-rtp:\n",
18880                         "direction": "sink",
18881                         "presence": "request"
18882                     },
18883                     "sink": {
18884                         "caps": "application/x-rtp:\n",
18885                         "direction": "sink",
18886                         "presence": "always"
18887                     },
18888                     "src": {
18889                         "caps": "application/x-rtp:\n",
18890                         "direction": "src",
18891                         "presence": "always"
18892                     }
18893                 },
18894                 "properties": {
18895                     "size-time": {
18896                         "blurb": "The amount of data to store (in ns, 0-disable)",
18897                         "conditionally-available": false,
18898                         "construct": true,
18899                         "construct-only": false,
18900                         "controllable": false,
18901                         "default": "1000000000",
18902                         "max": "18446744073709551615",
18903                         "min": "0",
18904                         "mutable": "null",
18905                         "readable": true,
18906                         "type": "guint64",
18907                         "writable": true
18908                     }
18909                 },
18910                 "rank": "none"
18911             },
18912             "rtpst2022-1-fecenc": {
18913                 "author": "Mathieu Duponchelle <mathieu@centricular.com>",
18914                 "description": "performs FEC as described by SMPTE 2022-1",
18915                 "hierarchy": [
18916                     "GstRTPST_2022_1_FecEnc",
18917                     "GstElement",
18918                     "GstObject",
18919                     "GInitiallyUnowned",
18920                     "GObject"
18921                 ],
18922                 "klass": "SMPTE 2022-1 FEC encoding",
18923                 "long-name": "SMPTE 2022-1 FEC encoder",
18924                 "pad-templates": {
18925                     "fec_%%u": {
18926                         "caps": "application/x-rtp:\n",
18927                         "direction": "src",
18928                         "presence": "sometimes"
18929                     },
18930                     "sink": {
18931                         "caps": "application/x-rtp:\n",
18932                         "direction": "sink",
18933                         "presence": "always"
18934                     },
18935                     "src": {
18936                         "caps": "application/x-rtp:\n",
18937                         "direction": "src",
18938                         "presence": "always"
18939                     }
18940                 },
18941                 "properties": {
18942                     "columns": {
18943                         "blurb": "Number of columns to apply row FEC on, 0=disabled",
18944                         "conditionally-available": false,
18945                         "construct": true,
18946                         "construct-only": false,
18947                         "controllable": false,
18948                         "default": "0",
18949                         "max": "255",
18950                         "min": "0",
18951                         "mutable": "ready",
18952                         "readable": true,
18953                         "type": "guint",
18954                         "writable": true
18955                     },
18956                     "enable-column-fec": {
18957                         "blurb": "Whether the encoder should compute and send column FEC",
18958                         "conditionally-available": false,
18959                         "construct": true,
18960                         "construct-only": false,
18961                         "controllable": false,
18962                         "default": "true",
18963                         "mutable": "playing",
18964                         "readable": true,
18965                         "type": "gboolean",
18966                         "writable": true
18967                     },
18968                     "enable-row-fec": {
18969                         "blurb": "Whether the encoder should compute and send row FEC",
18970                         "conditionally-available": false,
18971                         "construct": true,
18972                         "construct-only": false,
18973                         "controllable": false,
18974                         "default": "true",
18975                         "mutable": "playing",
18976                         "readable": true,
18977                         "type": "gboolean",
18978                         "writable": true
18979                     },
18980                     "pt": {
18981                         "blurb": "The payload type of FEC packets",
18982                         "conditionally-available": false,
18983                         "construct": true,
18984                         "construct-only": false,
18985                         "controllable": false,
18986                         "default": "96",
18987                         "max": "255",
18988                         "min": "96",
18989                         "mutable": "ready",
18990                         "readable": true,
18991                         "type": "gint",
18992                         "writable": true
18993                     },
18994                     "rows": {
18995                         "blurb": "Number of rows to apply column FEC on, 0=disabled",
18996                         "conditionally-available": false,
18997                         "construct": true,
18998                         "construct-only": false,
18999                         "controllable": false,
19000                         "default": "0",
19001                         "max": "255",
19002                         "min": "0",
19003                         "mutable": "ready",
19004                         "readable": true,
19005                         "type": "guint",
19006                         "writable": true
19007                     }
19008                 },
19009                 "rank": "none"
19010             }
19011         },
19012         "filename": "gstrtpmanager",
19013         "license": "LGPL",
19014         "other-types": {
19015             "GstRTCPSync": {
19016                 "kind": "enum",
19017                 "values": [
19018                     {
19019                         "desc": "always",
19020                         "name": "always",
19021                         "value": "0"
19022                     },
19023                     {
19024                         "desc": "initial",
19025                         "name": "initial",
19026                         "value": "1"
19027                     },
19028                     {
19029                         "desc": "rtp-info",
19030                         "name": "rtp-info",
19031                         "value": "2"
19032                     }
19033                 ]
19034             },
19035             "GstRtpNtpTimeSource": {
19036                 "kind": "enum",
19037                 "values": [
19038                     {
19039                         "desc": "NTP time based on realtime clock",
19040                         "name": "ntp",
19041                         "value": "0"
19042                     },
19043                     {
19044                         "desc": "UNIX time based on realtime clock",
19045                         "name": "unix",
19046                         "value": "1"
19047                     },
19048                     {
19049                         "desc": "Running time based on pipeline clock",
19050                         "name": "running-time",
19051                         "value": "2"
19052                     },
19053                     {
19054                         "desc": "Pipeline clock time",
19055                         "name": "clock-time",
19056                         "value": "3"
19057                     }
19058                 ]
19059             },
19060             "RTPJitterBufferMode": {
19061                 "kind": "enum",
19062                 "values": [
19063                     {
19064                         "desc": "Only use RTP timestamps",
19065                         "name": "none",
19066                         "value": "0"
19067                     },
19068                     {
19069                         "desc": "Slave receiver to sender clock",
19070                         "name": "slave",
19071                         "value": "1"
19072                     },
19073                     {
19074                         "desc": "Do low/high watermark buffering",
19075                         "name": "buffer",
19076                         "value": "2"
19077                     },
19078                     {
19079                         "desc": "Synchronized sender and receiver clocks",
19080                         "name": "synced",
19081                         "value": "4"
19082                     }
19083                 ]
19084             },
19085             "RTPSession": {
19086                 "hierarchy": [
19087                     "RTPSession",
19088                     "GObject"
19089                 ],
19090                 "kind": "object",
19091                 "properties": {
19092                     "bandwidth": {
19093                         "blurb": "The bandwidth of the session in bits per second (0 for auto-discover)",
19094                         "conditionally-available": false,
19095                         "construct": false,
19096                         "construct-only": false,
19097                         "controllable": false,
19098                         "default": "0",
19099                         "max": "1.79769e+308",
19100                         "min": "0",
19101                         "mutable": "null",
19102                         "readable": true,
19103                         "type": "gdouble",
19104                         "writable": true
19105                     },
19106                     "disable-sr-timestamp": {
19107                         "blurb": "Whether sender reports should be timestamped",
19108                         "conditionally-available": false,
19109                         "construct": false,
19110                         "construct-only": false,
19111                         "controllable": false,
19112                         "default": "false",
19113                         "mutable": "null",
19114                         "readable": true,
19115                         "type": "gboolean",
19116                         "writable": true
19117                     },
19118                     "favor-new": {
19119                         "blurb": "Resolve SSRC conflict in favor of new sources",
19120                         "conditionally-available": false,
19121                         "construct": false,
19122                         "construct-only": false,
19123                         "controllable": false,
19124                         "default": "false",
19125                         "mutable": "null",
19126                         "readable": true,
19127                         "type": "gboolean",
19128                         "writable": true
19129                     },
19130                     "internal-source": {
19131                         "blurb": "The internal source element of the session (deprecated)",
19132                         "conditionally-available": false,
19133                         "construct": false,
19134                         "construct-only": false,
19135                         "controllable": false,
19136                         "mutable": "null",
19137                         "readable": true,
19138                         "type": "RTPSource",
19139                         "writable": false
19140                     },
19141                     "internal-ssrc": {
19142                         "blurb": "The internal SSRC used for the session (deprecated)",
19143                         "conditionally-available": false,
19144                         "construct": false,
19145                         "construct-only": false,
19146                         "controllable": false,
19147                         "default": "0",
19148                         "max": "-1",
19149                         "min": "0",
19150                         "mutable": "null",
19151                         "readable": true,
19152                         "type": "guint",
19153                         "writable": true
19154                     },
19155                     "max-dropout-time": {
19156                         "blurb": "The maximum time (milliseconds) of missing packets tolerated.",
19157                         "conditionally-available": false,
19158                         "construct": false,
19159                         "construct-only": false,
19160                         "controllable": false,
19161                         "default": "60000",
19162                         "max": "-1",
19163                         "min": "0",
19164                         "mutable": "null",
19165                         "readable": true,
19166                         "type": "guint",
19167                         "writable": true
19168                     },
19169                     "max-misorder-time": {
19170                         "blurb": "The maximum time (milliseconds) of misordered packets tolerated.",
19171                         "conditionally-available": false,
19172                         "construct": false,
19173                         "construct-only": false,
19174                         "controllable": false,
19175                         "default": "2000",
19176                         "max": "-1",
19177                         "min": "0",
19178                         "mutable": "null",
19179                         "readable": true,
19180                         "type": "guint",
19181                         "writable": true
19182                     },
19183                     "num-active-sources": {
19184                         "blurb": "The number of active sources in the session",
19185                         "conditionally-available": false,
19186                         "construct": false,
19187                         "construct-only": false,
19188                         "controllable": false,
19189                         "default": "0",
19190                         "max": "-1",
19191                         "min": "0",
19192                         "mutable": "null",
19193                         "readable": true,
19194                         "type": "guint",
19195                         "writable": false
19196                     },
19197                     "num-sources": {
19198                         "blurb": "The number of sources in the session",
19199                         "conditionally-available": false,
19200                         "construct": false,
19201                         "construct-only": false,
19202                         "controllable": false,
19203                         "default": "0",
19204                         "max": "-1",
19205                         "min": "0",
19206                         "mutable": "null",
19207                         "readable": true,
19208                         "type": "guint",
19209                         "writable": false
19210                     },
19211                     "probation": {
19212                         "blurb": "Consecutive packet sequence numbers to accept the source",
19213                         "conditionally-available": false,
19214                         "construct": false,
19215                         "construct-only": false,
19216                         "controllable": false,
19217                         "default": "2",
19218                         "max": "-1",
19219                         "min": "0",
19220                         "mutable": "null",
19221                         "readable": true,
19222                         "type": "guint",
19223                         "writable": true
19224                     },
19225                     "rtcp-feedback-retention-window": {
19226                         "blurb": "Duration during which RTCP Feedback packets are retained (in ns)",
19227                         "conditionally-available": false,
19228                         "construct": false,
19229                         "construct-only": false,
19230                         "controllable": false,
19231                         "default": "2000000000",
19232                         "max": "18446744073709551615",
19233                         "min": "0",
19234                         "mutable": "null",
19235                         "readable": true,
19236                         "type": "guint64",
19237                         "writable": true
19238                     },
19239                     "rtcp-fraction": {
19240                         "blurb": "The fraction of the bandwidth used for RTCP in bits per second (or as a real fraction of the RTP bandwidth if < 1)",
19241                         "conditionally-available": false,
19242                         "construct": false,
19243                         "construct-only": false,
19244                         "controllable": false,
19245                         "default": "0.05",
19246                         "max": "1.79769e+308",
19247                         "min": "0",
19248                         "mutable": "null",
19249                         "readable": true,
19250                         "type": "gdouble",
19251                         "writable": true
19252                     },
19253                     "rtcp-immediate-feedback-threshold": {
19254                         "blurb": "The maximum number of members of a RTP session for which immediate feedback is used (DEPRECATED: has no effect and is not needed)",
19255                         "conditionally-available": false,
19256                         "construct": false,
19257                         "construct-only": false,
19258                         "controllable": false,
19259                         "default": "3",
19260                         "max": "-1",
19261                         "min": "0",
19262                         "mutable": "null",
19263                         "readable": true,
19264                         "type": "guint",
19265                         "writable": true
19266                     },
19267                     "rtcp-min-interval": {
19268                         "blurb": "Minimum interval between Regular RTCP packet (in ns)",
19269                         "conditionally-available": false,
19270                         "construct": false,
19271                         "construct-only": false,
19272                         "controllable": false,
19273                         "default": "5000000000",
19274                         "max": "18446744073709551615",
19275                         "min": "0",
19276                         "mutable": "null",
19277                         "readable": true,
19278                         "type": "guint64",
19279                         "writable": true
19280                     },
19281                     "rtcp-mtu": {
19282                         "blurb": "The maximum size of the RTCP packets",
19283                         "conditionally-available": false,
19284                         "construct": false,
19285                         "construct-only": false,
19286                         "controllable": false,
19287                         "default": "1400",
19288                         "max": "32767",
19289                         "min": "16",
19290                         "mutable": "null",
19291                         "readable": true,
19292                         "type": "guint",
19293                         "writable": true
19294                     },
19295                     "rtcp-reduced-size": {
19296                         "blurb": "Use Reduced Size RTCP for feedback packets",
19297                         "conditionally-available": false,
19298                         "construct": false,
19299                         "construct-only": false,
19300                         "controllable": false,
19301                         "default": "false",
19302                         "mutable": "null",
19303                         "readable": true,
19304                         "type": "gboolean",
19305                         "writable": true
19306                     },
19307                     "rtcp-rr-bandwidth": {
19308                         "blurb": "The RTCP bandwidth used for receivers in bits per second (-1 = default)",
19309                         "conditionally-available": false,
19310                         "construct": false,
19311                         "construct-only": false,
19312                         "controllable": false,
19313                         "default": "-1",
19314                         "max": "2147483647",
19315                         "min": "-1",
19316                         "mutable": "null",
19317                         "readable": true,
19318                         "type": "gint",
19319                         "writable": true
19320                     },
19321                     "rtcp-rs-bandwidth": {
19322                         "blurb": "The RTCP bandwidth used for senders in bits per second (-1 = default)",
19323                         "conditionally-available": false,
19324                         "construct": false,
19325                         "construct-only": false,
19326                         "controllable": false,
19327                         "default": "-1",
19328                         "max": "2147483647",
19329                         "min": "-1",
19330                         "mutable": "null",
19331                         "readable": true,
19332                         "type": "gint",
19333                         "writable": true
19334                     },
19335                     "rtp-profile": {
19336                         "blurb": "RTP profile to use for this session",
19337                         "conditionally-available": false,
19338                         "construct": false,
19339                         "construct-only": false,
19340                         "controllable": false,
19341                         "default": "avp (1)",
19342                         "mutable": "null",
19343                         "readable": true,
19344                         "type": "GstRTPProfile",
19345                         "writable": true
19346                     },
19347                     "sdes": {
19348                         "blurb": "The SDES items of this session",
19349                         "conditionally-available": false,
19350                         "construct": false,
19351                         "construct-only": false,
19352                         "controllable": false,
19353                         "mutable": "null",
19354                         "readable": true,
19355                         "type": "GstStructure",
19356                         "writable": true
19357                     },
19358                     "sources": {
19359                         "blurb": "An array of all known sources in the session",
19360                         "conditionally-available": false,
19361                         "construct": false,
19362                         "construct-only": false,
19363                         "controllable": false,
19364                         "mutable": "null",
19365                         "readable": true,
19366                         "type": "GValueArray",
19367                         "writable": false
19368                     },
19369                     "stats": {
19370                         "blurb": "Various statistics",
19371                         "conditionally-available": false,
19372                         "construct": false,
19373                         "construct-only": false,
19374                         "controllable": false,
19375                         "default": "application/x-rtp-session-stats, rtx-drop-count=(uint)0, sent-nack-count=(uint)0, recv-nack-count=(uint)0, source-stats=(GValueArray)<  >;",
19376                         "mutable": "null",
19377                         "readable": true,
19378                         "type": "GstStructure",
19379                         "writable": false
19380                     },
19381                     "twcc-feedback-interval": {
19382                         "blurb": "The interval to send TWCC reports on",
19383                         "conditionally-available": false,
19384                         "construct": false,
19385                         "construct-only": false,
19386                         "controllable": false,
19387                         "default": "18446744073709551615",
19388                         "max": "18446744073709551615",
19389                         "min": "0",
19390                         "mutable": "null",
19391                         "readable": true,
19392                         "type": "guint64",
19393                         "writable": true
19394                     }
19395                 },
19396                 "signals": {
19397                     "get-source-by-ssrc": {
19398                         "action": true,
19399                         "args": [
19400                             {
19401                                 "name": "arg0",
19402                                 "type": "guint"
19403                             }
19404                         ],
19405                         "return-type": "RTPSource",
19406                         "when": "last"
19407                     },
19408                     "on-app-rtcp": {
19409                         "args": [
19410                             {
19411                                 "name": "arg0",
19412                                 "type": "guint"
19413                             },
19414                             {
19415                                 "name": "arg1",
19416                                 "type": "guint"
19417                             },
19418                             {
19419                                 "name": "arg2",
19420                                 "type": "gchararray"
19421                             },
19422                             {
19423                                 "name": "arg3",
19424                                 "type": "GstBuffer"
19425                             }
19426                         ],
19427                         "return-type": "void",
19428                         "when": "last"
19429                     },
19430                     "on-bye-ssrc": {
19431                         "args": [
19432                             {
19433                                 "name": "arg0",
19434                                 "type": "RTPSource"
19435                             }
19436                         ],
19437                         "return-type": "void",
19438                         "when": "last"
19439                     },
19440                     "on-bye-timeout": {
19441                         "args": [
19442                             {
19443                                 "name": "arg0",
19444                                 "type": "RTPSource"
19445                             }
19446                         ],
19447                         "return-type": "void",
19448                         "when": "last"
19449                     },
19450                     "on-feedback-rtcp": {
19451                         "args": [
19452                             {
19453                                 "name": "arg0",
19454                                 "type": "guint"
19455                             },
19456                             {
19457                                 "name": "arg1",
19458                                 "type": "guint"
19459                             },
19460                             {
19461                                 "name": "arg2",
19462                                 "type": "guint"
19463                             },
19464                             {
19465                                 "name": "arg3",
19466                                 "type": "guint"
19467                             },
19468                             {
19469                                 "name": "arg4",
19470                                 "type": "GstBuffer"
19471                             }
19472                         ],
19473                         "return-type": "void",
19474                         "when": "last"
19475                     },
19476                     "on-new-sender-ssrc": {
19477                         "args": [
19478                             {
19479                                 "name": "arg0",
19480                                 "type": "RTPSource"
19481                             }
19482                         ],
19483                         "return-type": "void",
19484                         "when": "last"
19485                     },
19486                     "on-new-ssrc": {
19487                         "args": [
19488                             {
19489                                 "name": "arg0",
19490                                 "type": "RTPSource"
19491                             }
19492                         ],
19493                         "return-type": "void",
19494                         "when": "last"
19495                     },
19496                     "on-receiving-rtcp": {
19497                         "args": [
19498                             {
19499                                 "name": "arg0",
19500                                 "type": "GstBuffer"
19501                             }
19502                         ],
19503                         "return-type": "void",
19504                         "when": "last"
19505                     },
19506                     "on-sender-ssrc-active": {
19507                         "args": [
19508                             {
19509                                 "name": "arg0",
19510                                 "type": "RTPSource"
19511                             }
19512                         ],
19513                         "return-type": "void",
19514                         "when": "last"
19515                     },
19516                     "on-sender-timeout": {
19517                         "args": [
19518                             {
19519                                 "name": "arg0",
19520                                 "type": "RTPSource"
19521                             }
19522                         ],
19523                         "return-type": "void",
19524                         "when": "last"
19525                     },
19526                     "on-sending-nacks": {
19527                         "args": [
19528                             {
19529                                 "name": "arg0",
19530                                 "type": "guint"
19531                             },
19532                             {
19533                                 "name": "arg1",
19534                                 "type": "guint"
19535                             },
19536                             {
19537                                 "name": "arg2",
19538                                 "type": "GArray"
19539                             },
19540                             {
19541                                 "name": "arg3",
19542                                 "type": "GstBuffer"
19543                             }
19544                         ],
19545                         "return-type": "guint",
19546                         "when": "last"
19547                     },
19548                     "on-sending-rtcp": {
19549                         "args": [
19550                             {
19551                                 "name": "arg0",
19552                                 "type": "GstBuffer"
19553                             },
19554                             {
19555                                 "name": "arg1",
19556                                 "type": "gboolean"
19557                             }
19558                         ],
19559                         "return-type": "gboolean",
19560                         "when": "last"
19561                     },
19562                     "on-ssrc-active": {
19563                         "args": [
19564                             {
19565                                 "name": "arg0",
19566                                 "type": "RTPSource"
19567                             }
19568                         ],
19569                         "return-type": "void",
19570                         "when": "last"
19571                     },
19572                     "on-ssrc-collision": {
19573                         "args": [
19574                             {
19575                                 "name": "arg0",
19576                                 "type": "RTPSource"
19577                             }
19578                         ],
19579                         "return-type": "void",
19580                         "when": "last"
19581                     },
19582                     "on-ssrc-sdes": {
19583                         "args": [
19584                             {
19585                                 "name": "arg0",
19586                                 "type": "RTPSource"
19587                             }
19588                         ],
19589                         "return-type": "void",
19590                         "when": "last"
19591                     },
19592                     "on-ssrc-validated": {
19593                         "args": [
19594                             {
19595                                 "name": "arg0",
19596                                 "type": "RTPSource"
19597                             }
19598                         ],
19599                         "return-type": "void",
19600                         "when": "last"
19601                     },
19602                     "on-timeout": {
19603                         "args": [
19604                             {
19605                                 "name": "arg0",
19606                                 "type": "RTPSource"
19607                             }
19608                         ],
19609                         "return-type": "void",
19610                         "when": "last"
19611                     },
19612                     "send-rtcp": {
19613                         "action": true,
19614                         "args": [
19615                             {
19616                                 "name": "arg0",
19617                                 "type": "guint64"
19618                             }
19619                         ],
19620                         "return-type": "void",
19621                         "when": "last"
19622                     },
19623                     "send-rtcp-full": {
19624                         "action": true,
19625                         "args": [
19626                             {
19627                                 "name": "arg0",
19628                                 "type": "guint64"
19629                             }
19630                         ],
19631                         "return-type": "gboolean",
19632                         "when": "last"
19633                     }
19634                 }
19635             },
19636             "RTPSource": {
19637                 "hierarchy": [
19638                     "RTPSource",
19639                     "GObject"
19640                 ],
19641                 "kind": "object",
19642                 "properties": {
19643                     "disable-rtcp": {
19644                         "blurb": "Disable sending RTCP packets for this source",
19645                         "conditionally-available": false,
19646                         "construct": false,
19647                         "construct-only": false,
19648                         "controllable": false,
19649                         "default": "false",
19650                         "mutable": "null",
19651                         "readable": true,
19652                         "type": "gboolean",
19653                         "writable": true
19654                     },
19655                     "is-csrc": {
19656                         "blurb": "If this SSRC is acting as a contributing source",
19657                         "conditionally-available": false,
19658                         "construct": false,
19659                         "construct-only": false,
19660                         "controllable": false,
19661                         "default": "false",
19662                         "mutable": "null",
19663                         "readable": true,
19664                         "type": "gboolean",
19665                         "writable": false
19666                     },
19667                     "is-sender": {
19668                         "blurb": "If this SSRC is a sender",
19669                         "conditionally-available": false,
19670                         "construct": false,
19671                         "construct-only": false,
19672                         "controllable": false,
19673                         "default": "false",
19674                         "mutable": "null",
19675                         "readable": true,
19676                         "type": "gboolean",
19677                         "writable": false
19678                     },
19679                     "is-validated": {
19680                         "blurb": "If this SSRC is validated",
19681                         "conditionally-available": false,
19682                         "construct": false,
19683                         "construct-only": false,
19684                         "controllable": false,
19685                         "default": "false",
19686                         "mutable": "null",
19687                         "readable": true,
19688                         "type": "gboolean",
19689                         "writable": false
19690                     },
19691                     "max-dropout-time": {
19692                         "blurb": "The maximum time (milliseconds) of missing packets tolerated.",
19693                         "conditionally-available": false,
19694                         "construct": false,
19695                         "construct-only": false,
19696                         "controllable": false,
19697                         "default": "60000",
19698                         "max": "-1",
19699                         "min": "0",
19700                         "mutable": "null",
19701                         "readable": true,
19702                         "type": "guint",
19703                         "writable": true
19704                     },
19705                     "max-misorder-time": {
19706                         "blurb": "The maximum time (milliseconds) of misordered packets tolerated.",
19707                         "conditionally-available": false,
19708                         "construct": false,
19709                         "construct-only": false,
19710                         "controllable": false,
19711                         "default": "2000",
19712                         "max": "-1",
19713                         "min": "0",
19714                         "mutable": "null",
19715                         "readable": true,
19716                         "type": "guint",
19717                         "writable": true
19718                     },
19719                     "probation": {
19720                         "blurb": "Consecutive packet sequence numbers to accept the source",
19721                         "conditionally-available": false,
19722                         "construct": false,
19723                         "construct-only": false,
19724                         "controllable": false,
19725                         "default": "2",
19726                         "max": "-1",
19727                         "min": "0",
19728                         "mutable": "null",
19729                         "readable": true,
19730                         "type": "guint",
19731                         "writable": true
19732                     },
19733                     "sdes": {
19734                         "blurb": "The SDES information for this source",
19735                         "conditionally-available": false,
19736                         "construct": false,
19737                         "construct-only": false,
19738                         "controllable": false,
19739                         "default": "application/x-rtp-source-sdes;",
19740                         "mutable": "null",
19741                         "readable": true,
19742                         "type": "GstStructure",
19743                         "writable": false
19744                     },
19745                     "ssrc": {
19746                         "blurb": "The SSRC of this source",
19747                         "conditionally-available": false,
19748                         "construct": false,
19749                         "construct-only": true,
19750                         "controllable": false,
19751                         "default": "0",
19752                         "max": "-1",
19753                         "min": "0",
19754                         "mutable": "null",
19755                         "readable": true,
19756                         "type": "guint",
19757                         "writable": true
19758                     },
19759                     "stats": {
19760                         "blurb": "The stats of this source",
19761                         "conditionally-available": false,
19762                         "construct": false,
19763                         "construct-only": false,
19764                         "controllable": false,
19765                         "default": "application/x-rtp-source-stats, ssrc=(uint)0, internal=(boolean)false, validated=(boolean)false, received-bye=(boolean)false, is-csrc=(boolean)false, is-sender=(boolean)false, seqnum-base=(int)-1, clock-rate=(int)-1, octets-sent=(guint64)0, packets-sent=(guint64)0, octets-received=(guint64)0, packets-received=(guint64)0, bytes-received=(guint64)0, bitrate=(guint64)0, packets-lost=(int)0, jitter=(uint)0, sent-pli-count=(uint)0, recv-pli-count=(uint)0, sent-fir-count=(uint)0, recv-fir-count=(uint)0, sent-nack-count=(uint)0, recv-nack-count=(uint)0, recv-packet-rate=(uint)0, have-sr=(boolean)false, sr-ntptime=(guint64)0, sr-rtptime=(uint)0, sr-octet-count=(uint)0, sr-packet-count=(uint)0, sent-rb=(boolean)false, sent-rb-fractionlost=(uint)0, sent-rb-packetslost=(int)0, sent-rb-exthighestseq=(uint)0, sent-rb-jitter=(uint)0, sent-rb-lsr=(uint)0, sent-rb-dlsr=(uint)0, have-rb=(boolean)false, rb-ssrc=(uint)0, rb-fractionlost=(uint)0, rb-packetslost=(int)0, rb-exthighestseq=(uint)0, rb-jitter=(uint)0, rb-lsr=(uint)0, rb-dlsr=(uint)0, rb-round-trip=(uint)0;",
19766                         "mutable": "null",
19767                         "readable": true,
19768                         "type": "GstStructure",
19769                         "writable": false
19770                     }
19771                 }
19772             }
19773         },
19774         "package": "GStreamer Good Plug-ins",
19775         "source": "gst-plugins-good",
19776         "tracers": {},
19777         "url": "Unknown package origin"
19778     },
19779     "rtsp": {
19780         "description": "transfer data via RTSP",
19781         "elements": {
19782             "rtpdec": {
19783                 "author": "Wim Taymans <wim.taymans@gmail.com>",
19784                 "description": "Accepts raw RTP and RTCP packets and sends them forward",
19785                 "hierarchy": [
19786                     "GstRTPDec",
19787                     "GstElement",
19788                     "GstObject",
19789                     "GInitiallyUnowned",
19790                     "GObject"
19791                 ],
19792                 "klass": "Codec/Parser/Network",
19793                 "long-name": "RTP Decoder",
19794                 "pad-templates": {
19795                     "recv_rtcp_sink_%%u": {
19796                         "caps": "application/x-rtcp:\n",
19797                         "direction": "sink",
19798                         "presence": "request"
19799                     },
19800                     "recv_rtp_sink_%%u": {
19801                         "caps": "application/x-rtp:\n",
19802                         "direction": "sink",
19803                         "presence": "request"
19804                     },
19805                     "recv_rtp_src_%%u_%%u_%%u": {
19806                         "caps": "application/x-rtp:\n",
19807                         "direction": "src",
19808                         "presence": "sometimes"
19809                     },
19810                     "rtcp_src_%%u": {
19811                         "caps": "application/x-rtcp:\n",
19812                         "direction": "src",
19813                         "presence": "request"
19814                     }
19815                 },
19816                 "properties": {
19817                     "latency": {
19818                         "blurb": "Amount of ms to buffer",
19819                         "conditionally-available": false,
19820                         "construct": false,
19821                         "construct-only": false,
19822                         "controllable": false,
19823                         "default": "200",
19824                         "max": "-1",
19825                         "min": "0",
19826                         "mutable": "null",
19827                         "readable": true,
19828                         "type": "guint",
19829                         "writable": true
19830                     }
19831                 },
19832                 "rank": "none",
19833                 "signals": {
19834                     "clear-pt-map": {
19835                         "args": [],
19836                         "return-type": "void",
19837                         "when": "last"
19838                     },
19839                     "on-bye-ssrc": {
19840                         "args": [
19841                             {
19842                                 "name": "arg0",
19843                                 "type": "guint"
19844                             },
19845                             {
19846                                 "name": "arg1",
19847                                 "type": "guint"
19848                             }
19849                         ],
19850                         "return-type": "void",
19851                         "when": "last"
19852                     },
19853                     "on-bye-timeout": {
19854                         "args": [
19855                             {
19856                                 "name": "arg0",
19857                                 "type": "guint"
19858                             },
19859                             {
19860                                 "name": "arg1",
19861                                 "type": "guint"
19862                             }
19863                         ],
19864                         "return-type": "void",
19865                         "when": "last"
19866                     },
19867                     "on-new-ssrc": {
19868                         "args": [
19869                             {
19870                                 "name": "arg0",
19871                                 "type": "guint"
19872                             },
19873                             {
19874                                 "name": "arg1",
19875                                 "type": "guint"
19876                             }
19877                         ],
19878                         "return-type": "void",
19879                         "when": "last"
19880                     },
19881                     "on-ssrc-collision": {
19882                         "args": [
19883                             {
19884                                 "name": "arg0",
19885                                 "type": "guint"
19886                             },
19887                             {
19888                                 "name": "arg1",
19889                                 "type": "guint"
19890                             }
19891                         ],
19892                         "return-type": "void",
19893                         "when": "last"
19894                     },
19895                     "on-ssrc-validated": {
19896                         "args": [
19897                             {
19898                                 "name": "arg0",
19899                                 "type": "guint"
19900                             },
19901                             {
19902                                 "name": "arg1",
19903                                 "type": "guint"
19904                             }
19905                         ],
19906                         "return-type": "void",
19907                         "when": "last"
19908                     },
19909                     "on-timeout": {
19910                         "args": [
19911                             {
19912                                 "name": "arg0",
19913                                 "type": "guint"
19914                             },
19915                             {
19916                                 "name": "arg1",
19917                                 "type": "guint"
19918                             }
19919                         ],
19920                         "return-type": "void",
19921                         "when": "last"
19922                     },
19923                     "request-pt-map": {
19924                         "args": [
19925                             {
19926                                 "name": "arg0",
19927                                 "type": "guint"
19928                             },
19929                             {
19930                                 "name": "arg1",
19931                                 "type": "guint"
19932                             }
19933                         ],
19934                         "return-type": "GstCaps",
19935                         "when": "last"
19936                     }
19937                 }
19938             },
19939             "rtspsrc": {
19940                 "author": "Wim Taymans <wim@fluendo.com>, Thijs Vermeir <thijs.vermeir@barco.com>, Lutz Mueller <lutz@topfrose.de>",
19941                 "description": "Receive data over the network via RTSP (RFC 2326)",
19942                 "hierarchy": [
19943                     "GstRTSPSrc",
19944                     "GstBin",
19945                     "GstElement",
19946                     "GstObject",
19947                     "GInitiallyUnowned",
19948                     "GObject"
19949                 ],
19950                 "interfaces": [
19951                     "GstChildProxy",
19952                     "GstURIHandler"
19953                 ],
19954                 "klass": "Source/Network",
19955                 "long-name": "RTSP packet receiver",
19956                 "pad-templates": {
19957                     "stream_%%u": {
19958                         "caps": "application/x-rtp:\napplication/x-rdt:\n",
19959                         "direction": "src",
19960                         "presence": "sometimes"
19961                     }
19962                 },
19963                 "properties": {
19964                     "backchannel": {
19965                         "blurb": "The type of backchannel to setup. Default is 'none'.",
19966                         "conditionally-available": false,
19967                         "construct": false,
19968                         "construct-only": false,
19969                         "controllable": false,
19970                         "default": "none (0)",
19971                         "mutable": "null",
19972                         "readable": true,
19973                         "type": "GstRTSPBackchannel",
19974                         "writable": true
19975                     },
19976                     "buffer-mode": {
19977                         "blurb": "Control the buffering algorithm in use",
19978                         "conditionally-available": false,
19979                         "construct": false,
19980                         "construct-only": false,
19981                         "controllable": false,
19982                         "default": "auto (3)",
19983                         "mutable": "null",
19984                         "readable": true,
19985                         "type": "GstRTSPSrcBufferMode",
19986                         "writable": true
19987                     },
19988                     "connection-speed": {
19989                         "blurb": "Network connection speed in kbps (0 = unknown)",
19990                         "conditionally-available": false,
19991                         "construct": false,
19992                         "construct-only": false,
19993                         "controllable": false,
19994                         "default": "0",
19995                         "max": "18446744073709551",
19996                         "min": "0",
19997                         "mutable": "null",
19998                         "readable": true,
19999                         "type": "guint64",
20000                         "writable": true
20001                     },
20002                     "debug": {
20003                         "blurb": "Dump request and response messages to stdout(DEPRECATED: Printed all RTSP message to gstreamer log as 'log' level)",
20004                         "conditionally-available": false,
20005                         "construct": false,
20006                         "construct-only": false,
20007                         "controllable": false,
20008                         "default": "false",
20009                         "mutable": "null",
20010                         "readable": true,
20011                         "type": "gboolean",
20012                         "writable": true
20013                     },
20014                     "default-rtsp-version": {
20015                         "blurb": "The RTSP version that should be tried first when negotiating version.",
20016                         "conditionally-available": false,
20017                         "construct": false,
20018                         "construct-only": false,
20019                         "controllable": false,
20020                         "default": "1-0 (16)",
20021                         "mutable": "null",
20022                         "readable": true,
20023                         "type": "GstRTSPVersion",
20024                         "writable": true
20025                     },
20026                     "do-retransmission": {
20027                         "blurb": "Ask the server to retransmit lost packets",
20028                         "conditionally-available": false,
20029                         "construct": false,
20030                         "construct-only": false,
20031                         "controllable": false,
20032                         "default": "true",
20033                         "mutable": "null",
20034                         "readable": true,
20035                         "type": "gboolean",
20036                         "writable": true
20037                     },
20038                     "do-rtcp": {
20039                         "blurb": "Send RTCP packets, disable for old incompatible server.",
20040                         "conditionally-available": false,
20041                         "construct": false,
20042                         "construct-only": false,
20043                         "controllable": false,
20044                         "default": "true",
20045                         "mutable": "null",
20046                         "readable": true,
20047                         "type": "gboolean",
20048                         "writable": true
20049                     },
20050                     "do-rtsp-keep-alive": {
20051                         "blurb": "Send RTSP keep alive packets, disable for old incompatible server.",
20052                         "conditionally-available": false,
20053                         "construct": false,
20054                         "construct-only": false,
20055                         "controllable": false,
20056                         "default": "true",
20057                         "mutable": "null",
20058                         "readable": true,
20059                         "type": "gboolean",
20060                         "writable": true
20061                     },
20062                     "drop-on-latency": {
20063                         "blurb": "Tells the jitterbuffer to never exceed the given latency in size",
20064                         "conditionally-available": false,
20065                         "construct": false,
20066                         "construct-only": false,
20067                         "controllable": false,
20068                         "default": "false",
20069                         "mutable": "null",
20070                         "readable": true,
20071                         "type": "gboolean",
20072                         "writable": true
20073                     },
20074                     "ignore-x-server-reply": {
20075                         "blurb": "Whether to ignore the x-server-ip-address server header reply",
20076                         "conditionally-available": false,
20077                         "construct": false,
20078                         "construct-only": false,
20079                         "controllable": false,
20080                         "default": "false",
20081                         "mutable": "null",
20082                         "readable": true,
20083                         "type": "gboolean",
20084                         "writable": true
20085                     },
20086                     "is-live": {
20087                         "blurb": "Whether to act as a live source",
20088                         "conditionally-available": false,
20089                         "construct": false,
20090                         "construct-only": false,
20091                         "controllable": false,
20092                         "default": "true",
20093                         "mutable": "null",
20094                         "readable": true,
20095                         "type": "gboolean",
20096                         "writable": true
20097                     },
20098                     "latency": {
20099                         "blurb": "Amount of ms to buffer",
20100                         "conditionally-available": false,
20101                         "construct": false,
20102                         "construct-only": false,
20103                         "controllable": false,
20104                         "default": "2000",
20105                         "max": "-1",
20106                         "min": "0",
20107                         "mutable": "null",
20108                         "readable": true,
20109                         "type": "guint",
20110                         "writable": true
20111                     },
20112                     "location": {
20113                         "blurb": "Location of the RTSP url to read",
20114                         "conditionally-available": false,
20115                         "construct": false,
20116                         "construct-only": false,
20117                         "controllable": false,
20118                         "default": "NULL",
20119                         "mutable": "null",
20120                         "readable": true,
20121                         "type": "gchararray",
20122                         "writable": true
20123                     },
20124                     "max-rtcp-rtp-time-diff": {
20125                         "blurb": "Maximum amount of time in ms that the RTP time in RTCP SRs is allowed to be ahead (-1 disabled)",
20126                         "conditionally-available": false,
20127                         "construct": false,
20128                         "construct-only": false,
20129                         "controllable": false,
20130                         "default": "1000",
20131                         "max": "2147483647",
20132                         "min": "-1",
20133                         "mutable": "null",
20134                         "readable": true,
20135                         "type": "gint",
20136                         "writable": true
20137                     },
20138                     "max-ts-offset": {
20139                         "blurb": "The maximum absolute value of the time offset in (nanoseconds). Note, if the ntp-sync parameter is set the default value is changed to 0 (no limit)",
20140                         "conditionally-available": false,
20141                         "construct": false,
20142                         "construct-only": false,
20143                         "controllable": false,
20144                         "default": "3000000000",
20145                         "max": "9223372036854775807",
20146                         "min": "0",
20147                         "mutable": "null",
20148                         "readable": true,
20149                         "type": "gint64",
20150                         "writable": true
20151                     },
20152                     "max-ts-offset-adjustment": {
20153                         "blurb": "The maximum number of nanoseconds per frame that time stamp offsets may be adjusted (0 = no limit).",
20154                         "conditionally-available": false,
20155                         "construct": false,
20156                         "construct-only": false,
20157                         "controllable": false,
20158                         "default": "0",
20159                         "max": "18446744073709551615",
20160                         "min": "0",
20161                         "mutable": "null",
20162                         "readable": true,
20163                         "type": "guint64",
20164                         "writable": true
20165                     },
20166                     "multicast-iface": {
20167                         "blurb": "The network interface on which to join the multicast group",
20168                         "conditionally-available": false,
20169                         "construct": false,
20170                         "construct-only": false,
20171                         "controllable": false,
20172                         "default": "NULL",
20173                         "mutable": "null",
20174                         "readable": true,
20175                         "type": "gchararray",
20176                         "writable": true
20177                     },
20178                     "nat-method": {
20179                         "blurb": "Method to use for traversing firewalls and NAT",
20180                         "conditionally-available": false,
20181                         "construct": false,
20182                         "construct-only": false,
20183                         "controllable": false,
20184                         "default": "dummy (1)",
20185                         "mutable": "null",
20186                         "readable": true,
20187                         "type": "GstRTSPNatMethod",
20188                         "writable": true
20189                     },
20190                     "ntp-sync": {
20191                         "blurb": "Synchronize received streams to the NTP clock",
20192                         "conditionally-available": false,
20193                         "construct": false,
20194                         "construct-only": false,
20195                         "controllable": false,
20196                         "default": "false",
20197                         "mutable": "null",
20198                         "readable": true,
20199                         "type": "gboolean",
20200                         "writable": true
20201                     },
20202                     "ntp-time-source": {
20203                         "blurb": "NTP time source for RTCP packets",
20204                         "conditionally-available": false,
20205                         "construct": false,
20206                         "construct-only": false,
20207                         "controllable": false,
20208                         "default": "ntp (0)",
20209                         "mutable": "null",
20210                         "readable": true,
20211                         "type": "GstRTSPSrcNtpTimeSource",
20212                         "writable": true
20213                     },
20214                     "onvif-mode": {
20215                         "blurb": "Act as an ONVIF client",
20216                         "conditionally-available": false,
20217                         "construct": false,
20218                         "construct-only": false,
20219                         "controllable": false,
20220                         "default": "false",
20221                         "mutable": "null",
20222                         "readable": true,
20223                         "type": "gboolean",
20224                         "writable": true
20225                     },
20226                     "onvif-rate-control": {
20227                         "blurb": "When in onvif-mode, whether to set Rate-Control to yes or no",
20228                         "conditionally-available": false,
20229                         "construct": false,
20230                         "construct-only": false,
20231                         "controllable": false,
20232                         "default": "true",
20233                         "mutable": "null",
20234                         "readable": true,
20235                         "type": "gboolean",
20236                         "writable": true
20237                     },
20238                     "port-range": {
20239                         "blurb": "Client port range that can be used to receive RTP and RTCP data, eg. 3000-3005 (NULL = no restrictions)",
20240                         "conditionally-available": false,
20241                         "construct": false,
20242                         "construct-only": false,
20243                         "controllable": false,
20244                         "default": "NULL",
20245                         "mutable": "null",
20246                         "readable": true,
20247                         "type": "gchararray",
20248                         "writable": true
20249                     },
20250                     "probation": {
20251                         "blurb": "Consecutive packet sequence numbers to accept the source",
20252                         "conditionally-available": false,
20253                         "construct": false,
20254                         "construct-only": false,
20255                         "controllable": false,
20256                         "default": "2",
20257                         "max": "-1",
20258                         "min": "0",
20259                         "mutable": "null",
20260                         "readable": true,
20261                         "type": "guint",
20262                         "writable": true
20263                     },
20264                     "protocols": {
20265                         "blurb": "Allowed lower transport protocols",
20266                         "conditionally-available": false,
20267                         "construct": false,
20268                         "construct-only": false,
20269                         "controllable": false,
20270                         "default": "tcp+udp-mcast+udp",
20271                         "mutable": "null",
20272                         "readable": true,
20273                         "type": "GstRTSPLowerTrans",
20274                         "writable": true
20275                     },
20276                     "proxy": {
20277                         "blurb": "Proxy settings for HTTP tunneling. Format: [http://][user:passwd@]host[:port]",
20278                         "conditionally-available": false,
20279                         "construct": false,
20280                         "construct-only": false,
20281                         "controllable": false,
20282                         "default": "NULL",
20283                         "mutable": "null",
20284                         "readable": true,
20285                         "type": "gchararray",
20286                         "writable": true
20287                     },
20288                     "proxy-id": {
20289                         "blurb": "HTTP proxy URI user id for authentication",
20290                         "conditionally-available": false,
20291                         "construct": false,
20292                         "construct-only": false,
20293                         "controllable": false,
20294                         "default": "NULL",
20295                         "mutable": "null",
20296                         "readable": true,
20297                         "type": "gchararray",
20298                         "writable": true
20299                     },
20300                     "proxy-pw": {
20301                         "blurb": "HTTP proxy URI user password for authentication",
20302                         "conditionally-available": false,
20303                         "construct": false,
20304                         "construct-only": false,
20305                         "controllable": false,
20306                         "default": "NULL",
20307                         "mutable": "null",
20308                         "readable": true,
20309                         "type": "gchararray",
20310                         "writable": true
20311                     },
20312                     "retry": {
20313                         "blurb": "Max number of retries when allocating RTP ports.",
20314                         "conditionally-available": false,
20315                         "construct": false,
20316                         "construct-only": false,
20317                         "controllable": false,
20318                         "default": "20",
20319                         "max": "65535",
20320                         "min": "0",
20321                         "mutable": "null",
20322                         "readable": true,
20323                         "type": "guint",
20324                         "writable": true
20325                     },
20326                     "rfc7273-sync": {
20327                         "blurb": "Synchronize received streams to the RFC7273 clock (requires clock and offset to be provided)",
20328                         "conditionally-available": false,
20329                         "construct": false,
20330                         "construct-only": false,
20331                         "controllable": false,
20332                         "default": "false",
20333                         "mutable": "null",
20334                         "readable": true,
20335                         "type": "gboolean",
20336                         "writable": true
20337                     },
20338                     "rtp-blocksize": {
20339                         "blurb": "RTP package size to suggest to server (0 = disabled)",
20340                         "conditionally-available": false,
20341                         "construct": false,
20342                         "construct-only": false,
20343                         "controllable": false,
20344                         "default": "0",
20345                         "max": "65536",
20346                         "min": "0",
20347                         "mutable": "null",
20348                         "readable": true,
20349                         "type": "guint",
20350                         "writable": true
20351                     },
20352                     "sdes": {
20353                         "blurb": "The SDES items of this session",
20354                         "conditionally-available": false,
20355                         "construct": false,
20356                         "construct-only": false,
20357                         "controllable": false,
20358                         "mutable": "null",
20359                         "readable": true,
20360                         "type": "GstStructure",
20361                         "writable": true
20362                     },
20363                     "short-header": {
20364                         "blurb": "Only send the basic RTSP headers for broken encoders",
20365                         "conditionally-available": false,
20366                         "construct": false,
20367                         "construct-only": false,
20368                         "controllable": false,
20369                         "default": "false",
20370                         "mutable": "null",
20371                         "readable": true,
20372                         "type": "gboolean",
20373                         "writable": true
20374                     },
20375                     "tcp-timeout": {
20376                         "blurb": "Fail after timeout microseconds on TCP connections (0 = disabled)",
20377                         "conditionally-available": false,
20378                         "construct": false,
20379                         "construct-only": false,
20380                         "controllable": false,
20381                         "default": "20000000",
20382                         "max": "18446744073709551615",
20383                         "min": "0",
20384                         "mutable": "null",
20385                         "readable": true,
20386                         "type": "guint64",
20387                         "writable": true
20388                     },
20389                     "teardown-timeout": {
20390                         "blurb": "When transitioning PAUSED-READY, allow up to timeout (in nanoseconds) delay in order to send teardown (0 = disabled)",
20391                         "conditionally-available": false,
20392                         "construct": false,
20393                         "construct-only": false,
20394                         "controllable": false,
20395                         "default": "100000000",
20396                         "max": "18446744073709551615",
20397                         "min": "0",
20398                         "mutable": "null",
20399                         "readable": true,
20400                         "type": "guint64",
20401                         "writable": true
20402                     },
20403                     "timeout": {
20404                         "blurb": "Retry TCP transport after UDP timeout microseconds (0 = disabled)",
20405                         "conditionally-available": false,
20406                         "construct": false,
20407                         "construct-only": false,
20408                         "controllable": false,
20409                         "default": "5000000",
20410                         "max": "18446744073709551615",
20411                         "min": "0",
20412                         "mutable": "null",
20413                         "readable": true,
20414                         "type": "guint64",
20415                         "writable": true
20416                     },
20417                     "tls-database": {
20418                         "blurb": "TLS database with anchor certificate authorities used to validate the server certificate",
20419                         "conditionally-available": false,
20420                         "construct": false,
20421                         "construct-only": false,
20422                         "controllable": false,
20423                         "mutable": "null",
20424                         "readable": true,
20425                         "type": "GTlsDatabase",
20426                         "writable": true
20427                     },
20428                     "tls-interaction": {
20429                         "blurb": "A GTlsInteraction object to prompt the user for password or certificate",
20430                         "conditionally-available": false,
20431                         "construct": false,
20432                         "construct-only": false,
20433                         "controllable": false,
20434                         "mutable": "null",
20435                         "readable": true,
20436                         "type": "GTlsInteraction",
20437                         "writable": true
20438                     },
20439                     "tls-validation-flags": {
20440                         "blurb": "TLS certificate validation flags used to validate the server certificate",
20441                         "conditionally-available": false,
20442                         "construct": false,
20443                         "construct-only": false,
20444                         "controllable": false,
20445                         "default": "validate-all",
20446                         "mutable": "null",
20447                         "readable": true,
20448                         "type": "GTlsCertificateFlags",
20449                         "writable": true
20450                     },
20451                     "udp-buffer-size": {
20452                         "blurb": "Size of the kernel UDP receive buffer in bytes, 0=default",
20453                         "conditionally-available": false,
20454                         "construct": false,
20455                         "construct-only": false,
20456                         "controllable": false,
20457                         "default": "524288",
20458                         "max": "2147483647",
20459                         "min": "0",
20460                         "mutable": "null",
20461                         "readable": true,
20462                         "type": "gint",
20463                         "writable": true
20464                     },
20465                     "udp-reconnect": {
20466                         "blurb": "Reconnect to the server if RTSP connection is closed when doing UDP",
20467                         "conditionally-available": false,
20468                         "construct": false,
20469                         "construct-only": false,
20470                         "controllable": false,
20471                         "default": "true",
20472                         "mutable": "null",
20473                         "readable": true,
20474                         "type": "gboolean",
20475                         "writable": true
20476                     },
20477                     "use-pipeline-clock": {
20478                         "blurb": "Use the pipeline running-time to set the NTP time in the RTCP SR messages(DEPRECATED: Use ntp-time-source property)",
20479                         "conditionally-available": false,
20480                         "construct": false,
20481                         "construct-only": false,
20482                         "controllable": false,
20483                         "default": "false",
20484                         "mutable": "null",
20485                         "readable": true,
20486                         "type": "gboolean",
20487                         "writable": true
20488                     },
20489                     "user-agent": {
20490                         "blurb": "The User-Agent string to send to the server",
20491                         "conditionally-available": false,
20492                         "construct": false,
20493                         "construct-only": false,
20494                         "controllable": false,
20495                         "default": "GStreamer/1.21.0.1",
20496                         "mutable": "null",
20497                         "readable": true,
20498                         "type": "gchararray",
20499                         "writable": true
20500                     },
20501                     "user-id": {
20502                         "blurb": "RTSP location URI user id for authentication",
20503                         "conditionally-available": false,
20504                         "construct": false,
20505                         "construct-only": false,
20506                         "controllable": false,
20507                         "default": "NULL",
20508                         "mutable": "null",
20509                         "readable": true,
20510                         "type": "gchararray",
20511                         "writable": true
20512                     },
20513                     "user-pw": {
20514                         "blurb": "RTSP location URI user password for authentication",
20515                         "conditionally-available": false,
20516                         "construct": false,
20517                         "construct-only": false,
20518                         "controllable": false,
20519                         "default": "NULL",
20520                         "mutable": "null",
20521                         "readable": true,
20522                         "type": "gchararray",
20523                         "writable": true
20524                     }
20525                 },
20526                 "rank": "none",
20527                 "signals": {
20528                     "accept-certificate": {
20529                         "args": [
20530                             {
20531                                 "name": "arg0",
20532                                 "type": "GTlsConnection"
20533                             },
20534                             {
20535                                 "name": "arg1",
20536                                 "type": "GTlsCertificate"
20537                             },
20538                             {
20539                                 "name": "arg2",
20540                                 "type": "GTlsCertificateFlags"
20541                             }
20542                         ],
20543                         "return-type": "gboolean",
20544                         "when": "last"
20545                     },
20546                     "before-send": {
20547                         "args": [
20548                             {
20549                                 "name": "arg0",
20550                                 "type": "GstRTSPMessage"
20551                             }
20552                         ],
20553                         "return-type": "gboolean",
20554                         "when": "last"
20555                     },
20556                     "get-parameter": {
20557                         "action": true,
20558                         "args": [
20559                             {
20560                                 "name": "arg0",
20561                                 "type": "gchararray"
20562                             },
20563                             {
20564                                 "name": "arg1",
20565                                 "type": "gchararray"
20566                             },
20567                             {
20568                                 "name": "arg2",
20569                                 "type": "GstPromise"
20570                             }
20571                         ],
20572                         "return-type": "gboolean",
20573                         "when": "last"
20574                     },
20575                     "get-parameters": {
20576                         "action": true,
20577                         "args": [
20578                             {
20579                                 "name": "arg0",
20580                                 "type": "GStrv"
20581                             },
20582                             {
20583                                 "name": "arg1",
20584                                 "type": "gchararray"
20585                             },
20586                             {
20587                                 "name": "arg2",
20588                                 "type": "GstPromise"
20589                             }
20590                         ],
20591                         "return-type": "gboolean",
20592                         "when": "last"
20593                     },
20594                     "handle-request": {
20595                         "args": [
20596                             {
20597                                 "name": "arg0",
20598                                 "type": "GstRTSPMessage"
20599                             },
20600                             {
20601                                 "name": "arg1",
20602                                 "type": "GstRTSPMessage"
20603                             }
20604                         ],
20605                         "return-type": "void"
20606                     },
20607                     "new-manager": {
20608                         "args": [
20609                             {
20610                                 "name": "arg0",
20611                                 "type": "GstElement"
20612                             }
20613                         ],
20614                         "return-type": "void",
20615                         "when": "first"
20616                     },
20617                     "on-sdp": {
20618                         "args": [
20619                             {
20620                                 "name": "arg0",
20621                                 "type": "GstSDPMessage"
20622                             }
20623                         ],
20624                         "return-type": "void"
20625                     },
20626                     "push-backchannel-buffer": {
20627                         "action": true,
20628                         "args": [
20629                             {
20630                                 "name": "arg0",
20631                                 "type": "guint"
20632                             },
20633                             {
20634                                 "name": "arg1",
20635                                 "type": "GstSample"
20636                             }
20637                         ],
20638                         "return-type": "GstFlowReturn",
20639                         "when": "last"
20640                     },
20641                     "request-rtcp-key": {
20642                         "args": [
20643                             {
20644                                 "name": "arg0",
20645                                 "type": "guint"
20646                             }
20647                         ],
20648                         "return-type": "GstCaps",
20649                         "when": "last"
20650                     },
20651                     "select-stream": {
20652                         "args": [
20653                             {
20654                                 "name": "arg0",
20655                                 "type": "guint"
20656                             },
20657                             {
20658                                 "name": "arg1",
20659                                 "type": "GstCaps"
20660                             }
20661                         ],
20662                         "return-type": "gboolean",
20663                         "when": "last"
20664                     },
20665                     "set-parameter": {
20666                         "action": true,
20667                         "args": [
20668                             {
20669                                 "name": "arg0",
20670                                 "type": "gchararray"
20671                             },
20672                             {
20673                                 "name": "arg1",
20674                                 "type": "gchararray"
20675                             },
20676                             {
20677                                 "name": "arg2",
20678                                 "type": "gchararray"
20679                             },
20680                             {
20681                                 "name": "arg3",
20682                                 "type": "GstPromise"
20683                             }
20684                         ],
20685                         "return-type": "gboolean",
20686                         "when": "last"
20687                     }
20688                 }
20689             }
20690         },
20691         "filename": "gstrtsp",
20692         "license": "LGPL",
20693         "other-types": {
20694             "GstRTSPBackchannel": {
20695                 "kind": "enum",
20696                 "values": [
20697                     {
20698                         "desc": "No backchannel",
20699                         "name": "none",
20700                         "value": "0"
20701                     },
20702                     {
20703                         "desc": "ONVIF audio backchannel",
20704                         "name": "onvif",
20705                         "value": "1"
20706                     }
20707                 ]
20708             },
20709             "GstRTSPNatMethod": {
20710                 "kind": "enum",
20711                 "values": [
20712                     {
20713                         "desc": "None",
20714                         "name": "none",
20715                         "value": "0"
20716                     },
20717                     {
20718                         "desc": "Send Dummy packets",
20719                         "name": "dummy",
20720                         "value": "1"
20721                     }
20722                 ]
20723             },
20724             "GstRTSPSrcBufferMode": {
20725                 "kind": "enum",
20726                 "values": [
20727                     {
20728                         "desc": "Only use RTP timestamps",
20729                         "name": "none",
20730                         "value": "0"
20731                     },
20732                     {
20733                         "desc": "Slave receiver to sender clock",
20734                         "name": "slave",
20735                         "value": "1"
20736                     },
20737                     {
20738                         "desc": "Do low/high watermark buffering",
20739                         "name": "buffer",
20740                         "value": "2"
20741                     },
20742                     {
20743                         "desc": "Choose mode depending on stream live",
20744                         "name": "auto",
20745                         "value": "3"
20746                     },
20747                     {
20748                         "desc": "Synchronized sender and receiver clocks",
20749                         "name": "synced",
20750                         "value": "4"
20751                     }
20752                 ]
20753             },
20754             "GstRTSPSrcNtpTimeSource": {
20755                 "kind": "enum",
20756                 "values": [
20757                     {
20758                         "desc": "NTP time based on realtime clock",
20759                         "name": "ntp",
20760                         "value": "0"
20761                     },
20762                     {
20763                         "desc": "UNIX time based on realtime clock",
20764                         "name": "unix",
20765                         "value": "1"
20766                     },
20767                     {
20768                         "desc": "Running time based on pipeline clock",
20769                         "name": "running-time",
20770                         "value": "2"
20771                     },
20772                     {
20773                         "desc": "Pipeline clock time",
20774                         "name": "clock-time",
20775                         "value": "3"
20776                     }
20777                 ]
20778             }
20779         },
20780         "package": "GStreamer Good Plug-ins",
20781         "source": "gst-plugins-good",
20782         "tracers": {},
20783         "url": "Unknown package origin"
20784     },
20785     "shapewipe": {
20786         "description": "Shape Wipe transition filter",
20787         "elements": {
20788             "shapewipe": {
20789                 "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>",
20790                 "description": "Adds a shape wipe transition to a video stream",
20791                 "hierarchy": [
20792                     "GstShapeWipe",
20793                     "GstElement",
20794                     "GstObject",
20795                     "GInitiallyUnowned",
20796                     "GObject"
20797                 ],
20798                 "klass": "Filter/Editor/Video",
20799                 "long-name": "Shape Wipe transition filter",
20800                 "pad-templates": {
20801                     "mask_sink": {
20802                         "caps": "video/x-raw:\n         format: GRAY8\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: 0/1\nvideo/x-raw:\n         format: GRAY16_LE\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: 0/1\n",
20803                         "direction": "sink",
20804                         "presence": "always"
20805                     },
20806                     "src": {
20807                         "caps": "video/x-raw:\n         format: { AYUV, ARGB, BGRA, ABGR, RGBA }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
20808                         "direction": "src",
20809                         "presence": "always"
20810                     },
20811                     "video_sink": {
20812                         "caps": "video/x-raw:\n         format: { AYUV, ARGB, BGRA, ABGR, RGBA }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
20813                         "direction": "sink",
20814                         "presence": "always"
20815                     }
20816                 },
20817                 "properties": {
20818                     "border": {
20819                         "blurb": "Border of the mask",
20820                         "conditionally-available": false,
20821                         "construct": false,
20822                         "construct-only": false,
20823                         "controllable": true,
20824                         "default": "0",
20825                         "max": "1",
20826                         "min": "0",
20827                         "mutable": "null",
20828                         "readable": true,
20829                         "type": "gfloat",
20830                         "writable": true
20831                     },
20832                     "position": {
20833                         "blurb": "Position of the mask",
20834                         "conditionally-available": false,
20835                         "construct": false,
20836                         "construct-only": false,
20837                         "controllable": true,
20838                         "default": "0",
20839                         "max": "1",
20840                         "min": "0",
20841                         "mutable": "null",
20842                         "readable": true,
20843                         "type": "gfloat",
20844                         "writable": true
20845                     }
20846                 },
20847                 "rank": "none"
20848             }
20849         },
20850         "filename": "gstshapewipe",
20851         "license": "LGPL",
20852         "other-types": {},
20853         "package": "GStreamer Good Plug-ins",
20854         "source": "gst-plugins-good",
20855         "tracers": {},
20856         "url": "Unknown package origin"
20857     },
20858     "shout2": {
20859         "description": "Sends data to an icecast server using libshout2",
20860         "elements": {
20861             "shout2send": {
20862                 "author": "Wim Taymans <wim.taymans@chello.be>, Pedro Corte-Real <typo@netcabo.pt>, Zaheer Abbas Merali <zaheerabbas at merali dot org>",
20863                 "description": "Sends data to an icecast server",
20864                 "hierarchy": [
20865                     "GstShout2send",
20866                     "GstBaseSink",
20867                     "GstElement",
20868                     "GstObject",
20869                     "GInitiallyUnowned",
20870                     "GObject"
20871                 ],
20872                 "interfaces": [
20873                     "GstTagSetter"
20874                 ],
20875                 "klass": "Sink/Network",
20876                 "long-name": "Icecast network sink",
20877                 "pad-templates": {
20878                     "sink": {
20879                         "caps": "application/ogg:\naudio/ogg:\nvideo/ogg:\naudio/mpeg:\n    mpegversion: 1\n          layer: [ 1, 3 ]\nvideo/webm:\naudio/webm:\n",
20880                         "direction": "sink",
20881                         "presence": "always"
20882                     }
20883                 },
20884                 "properties": {
20885                     "description": {
20886                         "blurb": "description",
20887                         "conditionally-available": false,
20888                         "construct": false,
20889                         "construct-only": false,
20890                         "controllable": false,
20891                         "default": "",
20892                         "mutable": "null",
20893                         "readable": true,
20894                         "type": "gchararray",
20895                         "writable": true
20896                     },
20897                     "genre": {
20898                         "blurb": "genre",
20899                         "conditionally-available": false,
20900                         "construct": false,
20901                         "construct-only": false,
20902                         "controllable": false,
20903                         "default": "",
20904                         "mutable": "null",
20905                         "readable": true,
20906                         "type": "gchararray",
20907                         "writable": true
20908                     },
20909                     "ip": {
20910                         "blurb": "IP address or hostname",
20911                         "conditionally-available": false,
20912                         "construct": false,
20913                         "construct-only": false,
20914                         "controllable": false,
20915                         "default": "127.0.0.1",
20916                         "mutable": "null",
20917                         "readable": true,
20918                         "type": "gchararray",
20919                         "writable": true
20920                     },
20921                     "mount": {
20922                         "blurb": "mount",
20923                         "conditionally-available": false,
20924                         "construct": false,
20925                         "construct-only": false,
20926                         "controllable": false,
20927                         "default": "",
20928                         "mutable": "null",
20929                         "readable": true,
20930                         "type": "gchararray",
20931                         "writable": true
20932                     },
20933                     "password": {
20934                         "blurb": "password",
20935                         "conditionally-available": false,
20936                         "construct": false,
20937                         "construct-only": false,
20938                         "controllable": false,
20939                         "default": "hackme",
20940                         "mutable": "null",
20941                         "readable": true,
20942                         "type": "gchararray",
20943                         "writable": true
20944                     },
20945                     "port": {
20946                         "blurb": "port",
20947                         "conditionally-available": false,
20948                         "construct": false,
20949                         "construct-only": false,
20950                         "controllable": false,
20951                         "default": "8000",
20952                         "max": "65535",
20953                         "min": "1",
20954                         "mutable": "null",
20955                         "readable": true,
20956                         "type": "gint",
20957                         "writable": true
20958                     },
20959                     "protocol": {
20960                         "blurb": "Connection Protocol to use",
20961                         "conditionally-available": false,
20962                         "construct": false,
20963                         "construct-only": false,
20964                         "controllable": false,
20965                         "default": "http (3)",
20966                         "mutable": "null",
20967                         "readable": true,
20968                         "type": "GstShout2SendProtocol",
20969                         "writable": true
20970                     },
20971                     "public": {
20972                         "blurb": "If the stream should be listed on the server's stream directory",
20973                         "conditionally-available": false,
20974                         "construct": false,
20975                         "construct-only": false,
20976                         "controllable": false,
20977                         "default": "false",
20978                         "mutable": "null",
20979                         "readable": true,
20980                         "type": "gboolean",
20981                         "writable": true
20982                     },
20983                     "streamname": {
20984                         "blurb": "name of the stream",
20985                         "conditionally-available": false,
20986                         "construct": false,
20987                         "construct-only": false,
20988                         "controllable": false,
20989                         "default": "",
20990                         "mutable": "null",
20991                         "readable": true,
20992                         "type": "gchararray",
20993                         "writable": true
20994                     },
20995                     "timeout": {
20996                         "blurb": "Max amount of time to wait for network activity, in milliseconds",
20997                         "conditionally-available": false,
20998                         "construct": false,
20999                         "construct-only": false,
21000                         "controllable": false,
21001                         "default": "10000",
21002                         "max": "-1",
21003                         "min": "1",
21004                         "mutable": "null",
21005                         "readable": true,
21006                         "type": "guint",
21007                         "writable": true
21008                     },
21009                     "url": {
21010                         "blurb": "the stream's homepage URL",
21011                         "conditionally-available": false,
21012                         "construct": false,
21013                         "construct-only": false,
21014                         "controllable": false,
21015                         "default": "",
21016                         "mutable": "null",
21017                         "readable": true,
21018                         "type": "gchararray",
21019                         "writable": true
21020                     },
21021                     "username": {
21022                         "blurb": "username",
21023                         "conditionally-available": false,
21024                         "construct": false,
21025                         "construct-only": false,
21026                         "controllable": false,
21027                         "default": "source",
21028                         "mutable": "null",
21029                         "readable": true,
21030                         "type": "gchararray",
21031                         "writable": true
21032                     }
21033                 },
21034                 "rank": "none",
21035                 "signals": {
21036                     "connection-problem": {
21037                         "args": [
21038                             {
21039                                 "name": "arg0",
21040                                 "type": "gint"
21041                             }
21042                         ],
21043                         "return-type": "void",
21044                         "when": "cleanup"
21045                     }
21046                 }
21047             }
21048         },
21049         "filename": "gstshout2",
21050         "license": "LGPL",
21051         "other-types": {
21052             "GstShout2SendProtocol": {
21053                 "kind": "enum",
21054                 "values": [
21055                     {
21056                         "desc": "Xaudiocast Protocol (icecast 1.3.x)",
21057                         "name": "xaudiocast",
21058                         "value": "1"
21059                     },
21060                     {
21061                         "desc": "Icy Protocol (ShoutCast)",
21062                         "name": "icy",
21063                         "value": "2"
21064                     },
21065                     {
21066                         "desc": "Http Protocol (icecast 2.x)",
21067                         "name": "http",
21068                         "value": "3"
21069                     }
21070                 ]
21071             }
21072         },
21073         "package": "GStreamer Good Plug-ins",
21074         "source": "gst-plugins-good",
21075         "tracers": {},
21076         "url": "Unknown package origin"
21077     },
21078     "smpte": {
21079         "description": "Apply the standard SMPTE transitions on video images",
21080         "elements": {
21081             "smpte": {
21082                 "author": "Wim Taymans <wim.taymans@chello.be>",
21083                 "description": "Apply the standard SMPTE transitions on video images",
21084                 "hierarchy": [
21085                     "GstSMPTE",
21086                     "GstElement",
21087                     "GstObject",
21088                     "GInitiallyUnowned",
21089                     "GObject"
21090                 ],
21091                 "klass": "Filter/Editor/Video",
21092                 "long-name": "SMPTE transitions",
21093                 "pad-templates": {
21094                     "sink1": {
21095                         "caps": "video/x-raw:\n         format: I420\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
21096                         "direction": "sink",
21097                         "presence": "always"
21098                     },
21099                     "sink2": {
21100                         "caps": "video/x-raw:\n         format: I420\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
21101                         "direction": "sink",
21102                         "presence": "always"
21103                     },
21104                     "src": {
21105                         "caps": "video/x-raw:\n         format: I420\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
21106                         "direction": "src",
21107                         "presence": "always"
21108                     }
21109                 },
21110                 "properties": {
21111                     "border": {
21112                         "blurb": "The border width of the transition",
21113                         "conditionally-available": false,
21114                         "construct": false,
21115                         "construct-only": false,
21116                         "controllable": false,
21117                         "default": "0",
21118                         "max": "2147483647",
21119                         "min": "0",
21120                         "mutable": "null",
21121                         "readable": true,
21122                         "type": "gint",
21123                         "writable": true
21124                     },
21125                     "depth": {
21126                         "blurb": "Depth of the mask in bits",
21127                         "conditionally-available": false,
21128                         "construct": false,
21129                         "construct-only": false,
21130                         "controllable": false,
21131                         "default": "16",
21132                         "max": "24",
21133                         "min": "1",
21134                         "mutable": "null",
21135                         "readable": true,
21136                         "type": "gint",
21137                         "writable": true
21138                     },
21139                     "duration": {
21140                         "blurb": "Duration of the transition effect in nanoseconds",
21141                         "conditionally-available": false,
21142                         "construct": false,
21143                         "construct-only": false,
21144                         "controllable": false,
21145                         "default": "1000000000",
21146                         "max": "18446744073709551615",
21147                         "min": "0",
21148                         "mutable": "null",
21149                         "readable": true,
21150                         "type": "guint64",
21151                         "writable": true
21152                     },
21153                     "invert": {
21154                         "blurb": "Invert transition mask",
21155                         "conditionally-available": false,
21156                         "construct": false,
21157                         "construct-only": false,
21158                         "controllable": false,
21159                         "default": "false",
21160                         "mutable": "null",
21161                         "readable": true,
21162                         "type": "gboolean",
21163                         "writable": true
21164                     },
21165                     "type": {
21166                         "blurb": "The type of transition to use",
21167                         "conditionally-available": false,
21168                         "construct": false,
21169                         "construct-only": false,
21170                         "controllable": false,
21171                         "default": "bar-wipe-lr (1)",
21172                         "mutable": "null",
21173                         "readable": true,
21174                         "type": "GstSMPTETransitionType",
21175                         "writable": true
21176                     }
21177                 },
21178                 "rank": "none"
21179             },
21180             "smptealpha": {
21181                 "author": "Wim Taymans <wim.taymans@gmail.com>",
21182                 "description": "Apply the standard SMPTE transitions as alpha on video images",
21183                 "hierarchy": [
21184                     "GstSMPTEAlpha",
21185                     "GstVideoFilter",
21186                     "GstBaseTransform",
21187                     "GstElement",
21188                     "GstObject",
21189                     "GInitiallyUnowned",
21190                     "GObject"
21191                 ],
21192                 "klass": "Filter/Editor/Video",
21193                 "long-name": "SMPTE transitions",
21194                 "pad-templates": {
21195                     "sink": {
21196                         "caps": "video/x-raw:\n         format: I420\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: YV12\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: AYUV\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: ARGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: ARGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
21197                         "direction": "sink",
21198                         "presence": "always"
21199                     },
21200                     "src": {
21201                         "caps": "video/x-raw:\n         format: AYUV\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: ARGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: BGRA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: RGBA\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: ARGB\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
21202                         "direction": "src",
21203                         "presence": "always"
21204                     }
21205                 },
21206                 "properties": {
21207                     "border": {
21208                         "blurb": "The border width of the transition",
21209                         "conditionally-available": false,
21210                         "construct": false,
21211                         "construct-only": false,
21212                         "controllable": true,
21213                         "default": "0",
21214                         "max": "2147483647",
21215                         "min": "0",
21216                         "mutable": "null",
21217                         "readable": true,
21218                         "type": "gint",
21219                         "writable": true
21220                     },
21221                     "depth": {
21222                         "blurb": "Depth of the mask in bits",
21223                         "conditionally-available": false,
21224                         "construct": false,
21225                         "construct-only": false,
21226                         "controllable": false,
21227                         "default": "16",
21228                         "max": "24",
21229                         "min": "1",
21230                         "mutable": "null",
21231                         "readable": true,
21232                         "type": "gint",
21233                         "writable": true
21234                     },
21235                     "invert": {
21236                         "blurb": "Invert transition mask",
21237                         "conditionally-available": false,
21238                         "construct": false,
21239                         "construct-only": false,
21240                         "controllable": true,
21241                         "default": "false",
21242                         "mutable": "null",
21243                         "readable": true,
21244                         "type": "gboolean",
21245                         "writable": true
21246                     },
21247                     "position": {
21248                         "blurb": "Position of the transition effect",
21249                         "conditionally-available": false,
21250                         "construct": false,
21251                         "construct-only": false,
21252                         "controllable": true,
21253                         "default": "0",
21254                         "max": "1",
21255                         "min": "0",
21256                         "mutable": "null",
21257                         "readable": true,
21258                         "type": "gdouble",
21259                         "writable": true
21260                     },
21261                     "type": {
21262                         "blurb": "The type of transition to use",
21263                         "conditionally-available": false,
21264                         "construct": false,
21265                         "construct-only": false,
21266                         "controllable": false,
21267                         "default": "bar-wipe-lr (1)",
21268                         "mutable": "null",
21269                         "readable": true,
21270                         "type": "GstSMPTEAlphaTransitionType",
21271                         "writable": true
21272                     }
21273                 },
21274                 "rank": "none"
21275             }
21276         },
21277         "filename": "gstsmpte",
21278         "license": "LGPL",
21279         "other-types": {
21280             "GstSMPTEAlphaTransitionType": {
21281                 "kind": "enum",
21282                 "values": [
21283                     {
21284                         "desc": "A bar moves from left to right",
21285                         "name": "bar-wipe-lr",
21286                         "value": "1"
21287                     },
21288                     {
21289                         "desc": "A bar moves from top to bottom",
21290                         "name": "bar-wipe-tb",
21291                         "value": "2"
21292                     },
21293                     {
21294                         "desc": "A box expands from the upper-left corner to the lower-right corner",
21295                         "name": "box-wipe-tl",
21296                         "value": "3"
21297                     },
21298                     {
21299                         "desc": "A box expands from the upper-right corner to the lower-left corner",
21300                         "name": "box-wipe-tr",
21301                         "value": "4"
21302                     },
21303                     {
21304                         "desc": "A box expands from the lower-right corner to the upper-left corner",
21305                         "name": "box-wipe-br",
21306                         "value": "5"
21307                     },
21308                     {
21309                         "desc": "A box expands from the lower-left corner to the upper-right corner",
21310                         "name": "box-wipe-bl",
21311                         "value": "6"
21312                     },
21313                     {
21314                         "desc": "A box shape expands from each of the four corners toward the center",
21315                         "name": "four-box-wipe-ci",
21316                         "value": "7"
21317                     },
21318                     {
21319                         "desc": "A box shape expands from the center of each quadrant toward the corners of each quadrant",
21320                         "name": "four-box-wipe-co",
21321                         "value": "8"
21322                     },
21323                     {
21324                         "desc": "A central, vertical line splits and expands toward the left and right edges",
21325                         "name": "barndoor-v",
21326                         "value": "21"
21327                     },
21328                     {
21329                         "desc": "A central, horizontal line splits and expands toward the top and bottom edges",
21330                         "name": "barndoor-h",
21331                         "value": "22"
21332                     },
21333                     {
21334                         "desc": "A box expands from the top edge's midpoint to the bottom corners",
21335                         "name": "box-wipe-tc",
21336                         "value": "23"
21337                     },
21338                     {
21339                         "desc": "A box expands from the right edge's midpoint to the left corners",
21340                         "name": "box-wipe-rc",
21341                         "value": "24"
21342                     },
21343                     {
21344                         "desc": "A box expands from the bottom edge's midpoint to the top corners",
21345                         "name": "box-wipe-bc",
21346                         "value": "25"
21347                     },
21348                     {
21349                         "desc": "A box expands from the left edge's midpoint to the right corners",
21350                         "name": "box-wipe-lc",
21351                         "value": "26"
21352                     },
21353                     {
21354                         "desc": "A diagonal line moves from the upper-left corner to the lower-right corner",
21355                         "name": "diagonal-tl",
21356                         "value": "41"
21357                     },
21358                     {
21359                         "desc": "A diagonal line moves from the upper right corner to the lower-left corner",
21360                         "name": "diagonal-tr",
21361                         "value": "42"
21362                     },
21363                     {
21364                         "desc": "Two wedge shapes slide in from the top and bottom edges toward the center",
21365                         "name": "bowtie-v",
21366                         "value": "43"
21367                     },
21368                     {
21369                         "desc": "Two wedge shapes slide in from the left and right edges toward the center",
21370                         "name": "bowtie-h",
21371                         "value": "44"
21372                     },
21373                     {
21374                         "desc": "A diagonal line from the lower-left to upper-right corners splits and expands toward the opposite corners",
21375                         "name": "barndoor-dbl",
21376                         "value": "45"
21377                     },
21378                     {
21379                         "desc": "A diagonal line from upper-left to lower-right corners splits and expands toward the opposite corners",
21380                         "name": "barndoor-dtl",
21381                         "value": "46"
21382                     },
21383                     {
21384                         "desc": "Four wedge shapes split from the center and retract toward the four edges",
21385                         "name": "misc-diagonal-dbd",
21386                         "value": "47"
21387                     },
21388                     {
21389                         "desc": "A diamond connecting the four edge midpoints simultaneously contracts toward the center and expands toward the edges",
21390                         "name": "misc-diagonal-dd",
21391                         "value": "48"
21392                     },
21393                     {
21394                         "desc": "A wedge shape moves from top to bottom",
21395                         "name": "vee-d",
21396                         "value": "61"
21397                     },
21398                     {
21399                         "desc": "A wedge shape moves from right to left",
21400                         "name": "vee-l",
21401                         "value": "62"
21402                     },
21403                     {
21404                         "desc": "A wedge shape moves from bottom to top",
21405                         "name": "vee-u",
21406                         "value": "63"
21407                     },
21408                     {
21409                         "desc": "A wedge shape moves from left to right",
21410                         "name": "vee-r",
21411                         "value": "64"
21412                     },
21413                     {
21414                         "desc": "A 'V' shape extending from the bottom edge's midpoint to the opposite corners contracts toward the center and expands toward the edges",
21415                         "name": "barnvee-d",
21416                         "value": "65"
21417                     },
21418                     {
21419                         "desc": "A 'V' shape extending from the left edge's midpoint to the opposite corners contracts toward the center and expands toward the edges",
21420                         "name": "barnvee-l",
21421                         "value": "66"
21422                     },
21423                     {
21424                         "desc": "A 'V' shape extending from the top edge's midpoint to the opposite corners contracts toward the center and expands toward the edges",
21425                         "name": "barnvee-u",
21426                         "value": "67"
21427                     },
21428                     {
21429                         "desc": "A 'V' shape extending from the right edge's midpoint to the opposite corners contracts toward the center and expands toward the edges",
21430                         "name": "barnvee-r",
21431                         "value": "68"
21432                     },
21433                     {
21434                         "desc": "A rectangle expands from the center.",
21435                         "name": "iris-rect",
21436                         "value": "101"
21437                     },
21438                     {
21439                         "desc": "A radial hand sweeps clockwise from the twelve o'clock position",
21440                         "name": "clock-cw12",
21441                         "value": "201"
21442                     },
21443                     {
21444                         "desc": "A radial hand sweeps clockwise from the three o'clock position",
21445                         "name": "clock-cw3",
21446                         "value": "202"
21447                     },
21448                     {
21449                         "desc": "A radial hand sweeps clockwise from the six o'clock position",
21450                         "name": "clock-cw6",
21451                         "value": "203"
21452                     },
21453                     {
21454                         "desc": "A radial hand sweeps clockwise from the nine o'clock position",
21455                         "name": "clock-cw9",
21456                         "value": "204"
21457                     },
21458                     {
21459                         "desc": "Two radial hands sweep clockwise from the twelve and six o'clock positions",
21460                         "name": "pinwheel-tbv",
21461                         "value": "205"
21462                     },
21463                     {
21464                         "desc": "Two radial hands sweep clockwise from the nine and three o'clock positions",
21465                         "name": "pinwheel-tbh",
21466                         "value": "206"
21467                     },
21468                     {
21469                         "desc": "Four radial hands sweep clockwise",
21470                         "name": "pinwheel-fb",
21471                         "value": "207"
21472                     },
21473                     {
21474                         "desc": "A fan unfolds from the top edge, the fan axis at the center",
21475                         "name": "fan-ct",
21476                         "value": "211"
21477                     },
21478                     {
21479                         "desc": "A fan unfolds from the right edge, the fan axis at the center",
21480                         "name": "fan-cr",
21481                         "value": "212"
21482                     },
21483                     {
21484                         "desc": "Two fans, their axes at the center, unfold from the top and bottom",
21485                         "name": "doublefan-fov",
21486                         "value": "213"
21487                     },
21488                     {
21489                         "desc": "Two fans, their axes at the center, unfold from the left and right",
21490                         "name": "doublefan-foh",
21491                         "value": "214"
21492                     },
21493                     {
21494                         "desc": "A radial hand sweeps clockwise from the top edge's midpoint",
21495                         "name": "singlesweep-cwt",
21496                         "value": "221"
21497                     },
21498                     {
21499                         "desc": "A radial hand sweeps clockwise from the right edge's midpoint",
21500                         "name": "singlesweep-cwr",
21501                         "value": "222"
21502                     },
21503                     {
21504                         "desc": "A radial hand sweeps clockwise from the bottom edge's midpoint",
21505                         "name": "singlesweep-cwb",
21506                         "value": "223"
21507                     },
21508                     {
21509                         "desc": "A radial hand sweeps clockwise from the left edge's midpoint",
21510                         "name": "singlesweep-cwl",
21511                         "value": "224"
21512                     },
21513                     {
21514                         "desc": "Two radial hands sweep clockwise and counter-clockwise from the top and bottom edges' midpoints",
21515                         "name": "doublesweep-pv",
21516                         "value": "225"
21517                     },
21518                     {
21519                         "desc": "Two radial hands sweep clockwise and counter-clockwise from the left and right edges' midpoints",
21520                         "name": "doublesweep-pd",
21521                         "value": "226"
21522                     },
21523                     {
21524                         "desc": "Two radial hands attached at the top and bottom edges' midpoints sweep from right to left",
21525                         "name": "doublesweep-ov",
21526                         "value": "227"
21527                     },
21528                     {
21529                         "desc": "Two radial hands attached at the left and right edges' midpoints sweep from top to bottom",
21530                         "name": "doublesweep-oh",
21531                         "value": "228"
21532                     },
21533                     {
21534                         "desc": "A fan unfolds from the bottom, the fan axis at the top edge's midpoint",
21535                         "name": "fan-t",
21536                         "value": "231"
21537                     },
21538                     {
21539                         "desc": "A fan unfolds from the left, the fan axis at the right edge's midpoint",
21540                         "name": "fan-r",
21541                         "value": "232"
21542                     },
21543                     {
21544                         "desc": "A fan unfolds from the top, the fan axis at the bottom edge's midpoint",
21545                         "name": "fan-b",
21546                         "value": "233"
21547                     },
21548                     {
21549                         "desc": "A fan unfolds from the right, the fan axis at the left edge's midpoint",
21550                         "name": "fan-l",
21551                         "value": "234"
21552                     },
21553                     {
21554                         "desc": "Two fans, their axes at the top and bottom, unfold from the center",
21555                         "name": "doublefan-fiv",
21556                         "value": "235"
21557                     },
21558                     {
21559                         "desc": "Two fans, their axes at the left and right, unfold from the center",
21560                         "name": "doublefan-fih",
21561                         "value": "236"
21562                     },
21563                     {
21564                         "desc": "A radial hand sweeps clockwise from the upper-left corner",
21565                         "name": "singlesweep-cwtl",
21566                         "value": "241"
21567                     },
21568                     {
21569                         "desc": "A radial hand sweeps counter-clockwise from the lower-left corner.",
21570                         "name": "singlesweep-cwbl",
21571                         "value": "242"
21572                     },
21573                     {
21574                         "desc": "A radial hand sweeps clockwise from the lower-right corner",
21575                         "name": "singlesweep-cwbr",
21576                         "value": "243"
21577                     },
21578                     {
21579                         "desc": "A radial hand sweeps counter-clockwise from the upper-right corner",
21580                         "name": "singlesweep-cwtr",
21581                         "value": "244"
21582                     },
21583                     {
21584                         "desc": "Two radial hands attached at the upper-left and lower-right corners sweep down and up",
21585                         "name": "doublesweep-pdtl",
21586                         "value": "245"
21587                     },
21588                     {
21589                         "desc": "Two radial hands attached at the lower-left and upper-right corners sweep down and up",
21590                         "name": "doublesweep-pdbl",
21591                         "value": "246"
21592                     },
21593                     {
21594                         "desc": "Two radial hands attached at the upper-left and upper-right corners sweep down",
21595                         "name": "saloondoor-t",
21596                         "value": "251"
21597                     },
21598                     {
21599                         "desc": "Two radial hands attached at the upper-left and lower-left corners sweep to the right",
21600                         "name": "saloondoor-l",
21601                         "value": "252"
21602                     },
21603                     {
21604                         "desc": "Two radial hands attached at the lower-left and lower-right corners sweep up",
21605                         "name": "saloondoor-b",
21606                         "value": "253"
21607                     },
21608                     {
21609                         "desc": "Two radial hands attached at the upper-right and lower-right corners sweep to the left",
21610                         "name": "saloondoor-r",
21611                         "value": "254"
21612                     },
21613                     {
21614                         "desc": "Two radial hands attached at the midpoints of the top and bottom halves sweep from right to left",
21615                         "name": "windshield-r",
21616                         "value": "261"
21617                     },
21618                     {
21619                         "desc": "Two radial hands attached at the midpoints of the left and right halves sweep from top to bottom",
21620                         "name": "windshield-u",
21621                         "value": "262"
21622                     },
21623                     {
21624                         "desc": "Two sets of radial hands attached at the midpoints of the top and bottom halves sweep from top to bottom and bottom to top",
21625                         "name": "windshield-v",
21626                         "value": "263"
21627                     },
21628                     {
21629                         "desc": "Two sets of radial hands attached at the midpoints of the left and right halves sweep from left to right and right to left",
21630                         "name": "windshield-h",
21631                         "value": "264"
21632                     }
21633                 ]
21634             },
21635             "GstSMPTETransitionType": {
21636                 "kind": "enum",
21637                 "values": [
21638                     {
21639                         "desc": "A bar moves from left to right",
21640                         "name": "bar-wipe-lr",
21641                         "value": "1"
21642                     },
21643                     {
21644                         "desc": "A bar moves from top to bottom",
21645                         "name": "bar-wipe-tb",
21646                         "value": "2"
21647                     },
21648                     {
21649                         "desc": "A box expands from the upper-left corner to the lower-right corner",
21650                         "name": "box-wipe-tl",
21651                         "value": "3"
21652                     },
21653                     {
21654                         "desc": "A box expands from the upper-right corner to the lower-left corner",
21655                         "name": "box-wipe-tr",
21656                         "value": "4"
21657                     },
21658                     {
21659                         "desc": "A box expands from the lower-right corner to the upper-left corner",
21660                         "name": "box-wipe-br",
21661                         "value": "5"
21662                     },
21663                     {
21664                         "desc": "A box expands from the lower-left corner to the upper-right corner",
21665                         "name": "box-wipe-bl",
21666                         "value": "6"
21667                     },
21668                     {
21669                         "desc": "A box shape expands from each of the four corners toward the center",
21670                         "name": "four-box-wipe-ci",
21671                         "value": "7"
21672                     },
21673                     {
21674                         "desc": "A box shape expands from the center of each quadrant toward the corners of each quadrant",
21675                         "name": "four-box-wipe-co",
21676                         "value": "8"
21677                     },
21678                     {
21679                         "desc": "A central, vertical line splits and expands toward the left and right edges",
21680                         "name": "barndoor-v",
21681                         "value": "21"
21682                     },
21683                     {
21684                         "desc": "A central, horizontal line splits and expands toward the top and bottom edges",
21685                         "name": "barndoor-h",
21686                         "value": "22"
21687                     },
21688                     {
21689                         "desc": "A box expands from the top edge's midpoint to the bottom corners",
21690                         "name": "box-wipe-tc",
21691                         "value": "23"
21692                     },
21693                     {
21694                         "desc": "A box expands from the right edge's midpoint to the left corners",
21695                         "name": "box-wipe-rc",
21696                         "value": "24"
21697                     },
21698                     {
21699                         "desc": "A box expands from the bottom edge's midpoint to the top corners",
21700                         "name": "box-wipe-bc",
21701                         "value": "25"
21702                     },
21703                     {
21704                         "desc": "A box expands from the left edge's midpoint to the right corners",
21705                         "name": "box-wipe-lc",
21706                         "value": "26"
21707                     },
21708                     {
21709                         "desc": "A diagonal line moves from the upper-left corner to the lower-right corner",
21710                         "name": "diagonal-tl",
21711                         "value": "41"
21712                     },
21713                     {
21714                         "desc": "A diagonal line moves from the upper right corner to the lower-left corner",
21715                         "name": "diagonal-tr",
21716                         "value": "42"
21717                     },
21718                     {
21719                         "desc": "Two wedge shapes slide in from the top and bottom edges toward the center",
21720                         "name": "bowtie-v",
21721                         "value": "43"
21722                     },
21723                     {
21724                         "desc": "Two wedge shapes slide in from the left and right edges toward the center",
21725                         "name": "bowtie-h",
21726                         "value": "44"
21727                     },
21728                     {
21729                         "desc": "A diagonal line from the lower-left to upper-right corners splits and expands toward the opposite corners",
21730                         "name": "barndoor-dbl",
21731                         "value": "45"
21732                     },
21733                     {
21734                         "desc": "A diagonal line from upper-left to lower-right corners splits and expands toward the opposite corners",
21735                         "name": "barndoor-dtl",
21736                         "value": "46"
21737                     },
21738                     {
21739                         "desc": "Four wedge shapes split from the center and retract toward the four edges",
21740                         "name": "misc-diagonal-dbd",
21741                         "value": "47"
21742                     },
21743                     {
21744                         "desc": "A diamond connecting the four edge midpoints simultaneously contracts toward the center and expands toward the edges",
21745                         "name": "misc-diagonal-dd",
21746                         "value": "48"
21747                     },
21748                     {
21749                         "desc": "A wedge shape moves from top to bottom",
21750                         "name": "vee-d",
21751                         "value": "61"
21752                     },
21753                     {
21754                         "desc": "A wedge shape moves from right to left",
21755                         "name": "vee-l",
21756                         "value": "62"
21757                     },
21758                     {
21759                         "desc": "A wedge shape moves from bottom to top",
21760                         "name": "vee-u",
21761                         "value": "63"
21762                     },
21763                     {
21764                         "desc": "A wedge shape moves from left to right",
21765                         "name": "vee-r",
21766                         "value": "64"
21767                     },
21768                     {
21769                         "desc": "A 'V' shape extending from the bottom edge's midpoint to the opposite corners contracts toward the center and expands toward the edges",
21770                         "name": "barnvee-d",
21771                         "value": "65"
21772                     },
21773                     {
21774                         "desc": "A 'V' shape extending from the left edge's midpoint to the opposite corners contracts toward the center and expands toward the edges",
21775                         "name": "barnvee-l",
21776                         "value": "66"
21777                     },
21778                     {
21779                         "desc": "A 'V' shape extending from the top edge's midpoint to the opposite corners contracts toward the center and expands toward the edges",
21780                         "name": "barnvee-u",
21781                         "value": "67"
21782                     },
21783                     {
21784                         "desc": "A 'V' shape extending from the right edge's midpoint to the opposite corners contracts toward the center and expands toward the edges",
21785                         "name": "barnvee-r",
21786                         "value": "68"
21787                     },
21788                     {
21789                         "desc": "A rectangle expands from the center.",
21790                         "name": "iris-rect",
21791                         "value": "101"
21792                     },
21793                     {
21794                         "desc": "A radial hand sweeps clockwise from the twelve o'clock position",
21795                         "name": "clock-cw12",
21796                         "value": "201"
21797                     },
21798                     {
21799                         "desc": "A radial hand sweeps clockwise from the three o'clock position",
21800                         "name": "clock-cw3",
21801                         "value": "202"
21802                     },
21803                     {
21804                         "desc": "A radial hand sweeps clockwise from the six o'clock position",
21805                         "name": "clock-cw6",
21806                         "value": "203"
21807                     },
21808                     {
21809                         "desc": "A radial hand sweeps clockwise from the nine o'clock position",
21810                         "name": "clock-cw9",
21811                         "value": "204"
21812                     },
21813                     {
21814                         "desc": "Two radial hands sweep clockwise from the twelve and six o'clock positions",
21815                         "name": "pinwheel-tbv",
21816                         "value": "205"
21817                     },
21818                     {
21819                         "desc": "Two radial hands sweep clockwise from the nine and three o'clock positions",
21820                         "name": "pinwheel-tbh",
21821                         "value": "206"
21822                     },
21823                     {
21824                         "desc": "Four radial hands sweep clockwise",
21825                         "name": "pinwheel-fb",
21826                         "value": "207"
21827                     },
21828                     {
21829                         "desc": "A fan unfolds from the top edge, the fan axis at the center",
21830                         "name": "fan-ct",
21831                         "value": "211"
21832                     },
21833                     {
21834                         "desc": "A fan unfolds from the right edge, the fan axis at the center",
21835                         "name": "fan-cr",
21836                         "value": "212"
21837                     },
21838                     {
21839                         "desc": "Two fans, their axes at the center, unfold from the top and bottom",
21840                         "name": "doublefan-fov",
21841                         "value": "213"
21842                     },
21843                     {
21844                         "desc": "Two fans, their axes at the center, unfold from the left and right",
21845                         "name": "doublefan-foh",
21846                         "value": "214"
21847                     },
21848                     {
21849                         "desc": "A radial hand sweeps clockwise from the top edge's midpoint",
21850                         "name": "singlesweep-cwt",
21851                         "value": "221"
21852                     },
21853                     {
21854                         "desc": "A radial hand sweeps clockwise from the right edge's midpoint",
21855                         "name": "singlesweep-cwr",
21856                         "value": "222"
21857                     },
21858                     {
21859                         "desc": "A radial hand sweeps clockwise from the bottom edge's midpoint",
21860                         "name": "singlesweep-cwb",
21861                         "value": "223"
21862                     },
21863                     {
21864                         "desc": "A radial hand sweeps clockwise from the left edge's midpoint",
21865                         "name": "singlesweep-cwl",
21866                         "value": "224"
21867                     },
21868                     {
21869                         "desc": "Two radial hands sweep clockwise and counter-clockwise from the top and bottom edges' midpoints",
21870                         "name": "doublesweep-pv",
21871                         "value": "225"
21872                     },
21873                     {
21874                         "desc": "Two radial hands sweep clockwise and counter-clockwise from the left and right edges' midpoints",
21875                         "name": "doublesweep-pd",
21876                         "value": "226"
21877                     },
21878                     {
21879                         "desc": "Two radial hands attached at the top and bottom edges' midpoints sweep from right to left",
21880                         "name": "doublesweep-ov",
21881                         "value": "227"
21882                     },
21883                     {
21884                         "desc": "Two radial hands attached at the left and right edges' midpoints sweep from top to bottom",
21885                         "name": "doublesweep-oh",
21886                         "value": "228"
21887                     },
21888                     {
21889                         "desc": "A fan unfolds from the bottom, the fan axis at the top edge's midpoint",
21890                         "name": "fan-t",
21891                         "value": "231"
21892                     },
21893                     {
21894                         "desc": "A fan unfolds from the left, the fan axis at the right edge's midpoint",
21895                         "name": "fan-r",
21896                         "value": "232"
21897                     },
21898                     {
21899                         "desc": "A fan unfolds from the top, the fan axis at the bottom edge's midpoint",
21900                         "name": "fan-b",
21901                         "value": "233"
21902                     },
21903                     {
21904                         "desc": "A fan unfolds from the right, the fan axis at the left edge's midpoint",
21905                         "name": "fan-l",
21906                         "value": "234"
21907                     },
21908                     {
21909                         "desc": "Two fans, their axes at the top and bottom, unfold from the center",
21910                         "name": "doublefan-fiv",
21911                         "value": "235"
21912                     },
21913                     {
21914                         "desc": "Two fans, their axes at the left and right, unfold from the center",
21915                         "name": "doublefan-fih",
21916                         "value": "236"
21917                     },
21918                     {
21919                         "desc": "A radial hand sweeps clockwise from the upper-left corner",
21920                         "name": "singlesweep-cwtl",
21921                         "value": "241"
21922                     },
21923                     {
21924                         "desc": "A radial hand sweeps counter-clockwise from the lower-left corner.",
21925                         "name": "singlesweep-cwbl",
21926                         "value": "242"
21927                     },
21928                     {
21929                         "desc": "A radial hand sweeps clockwise from the lower-right corner",
21930                         "name": "singlesweep-cwbr",
21931                         "value": "243"
21932                     },
21933                     {
21934                         "desc": "A radial hand sweeps counter-clockwise from the upper-right corner",
21935                         "name": "singlesweep-cwtr",
21936                         "value": "244"
21937                     },
21938                     {
21939                         "desc": "Two radial hands attached at the upper-left and lower-right corners sweep down and up",
21940                         "name": "doublesweep-pdtl",
21941                         "value": "245"
21942                     },
21943                     {
21944                         "desc": "Two radial hands attached at the lower-left and upper-right corners sweep down and up",
21945                         "name": "doublesweep-pdbl",
21946                         "value": "246"
21947                     },
21948                     {
21949                         "desc": "Two radial hands attached at the upper-left and upper-right corners sweep down",
21950                         "name": "saloondoor-t",
21951                         "value": "251"
21952                     },
21953                     {
21954                         "desc": "Two radial hands attached at the upper-left and lower-left corners sweep to the right",
21955                         "name": "saloondoor-l",
21956                         "value": "252"
21957                     },
21958                     {
21959                         "desc": "Two radial hands attached at the lower-left and lower-right corners sweep up",
21960                         "name": "saloondoor-b",
21961                         "value": "253"
21962                     },
21963                     {
21964                         "desc": "Two radial hands attached at the upper-right and lower-right corners sweep to the left",
21965                         "name": "saloondoor-r",
21966                         "value": "254"
21967                     },
21968                     {
21969                         "desc": "Two radial hands attached at the midpoints of the top and bottom halves sweep from right to left",
21970                         "name": "windshield-r",
21971                         "value": "261"
21972                     },
21973                     {
21974                         "desc": "Two radial hands attached at the midpoints of the left and right halves sweep from top to bottom",
21975                         "name": "windshield-u",
21976                         "value": "262"
21977                     },
21978                     {
21979                         "desc": "Two sets of radial hands attached at the midpoints of the top and bottom halves sweep from top to bottom and bottom to top",
21980                         "name": "windshield-v",
21981                         "value": "263"
21982                     },
21983                     {
21984                         "desc": "Two sets of radial hands attached at the midpoints of the left and right halves sweep from left to right and right to left",
21985                         "name": "windshield-h",
21986                         "value": "264"
21987                     }
21988                 ]
21989             }
21990         },
21991         "package": "GStreamer Good Plug-ins",
21992         "source": "gst-plugins-good",
21993         "tracers": {},
21994         "url": "Unknown package origin"
21995     },
21996     "soup": {
21997         "description": "libsoup HTTP client src/sink",
21998         "elements": {
21999             "souphttpclientsink": {
22000                 "author": "David Schleef <ds@entropywave.com>",
22001                 "description": "Sends streams to HTTP server via PUT",
22002                 "hierarchy": [
22003                     "GstSoupHttpClientSink",
22004                     "GstBaseSink",
22005                     "GstElement",
22006                     "GstObject",
22007                     "GInitiallyUnowned",
22008                     "GObject"
22009                 ],
22010                 "klass": "Generic",
22011                 "long-name": "HTTP client sink",
22012                 "pad-templates": {
22013                     "sink": {
22014                         "caps": "ANY",
22015                         "direction": "sink",
22016                         "presence": "always"
22017                     }
22018                 },
22019                 "properties": {
22020                     "automatic-redirect": {
22021                         "blurb": "Automatically follow HTTP redirects (HTTP Status Code 3xx)",
22022                         "conditionally-available": false,
22023                         "construct": false,
22024                         "construct-only": false,
22025                         "controllable": false,
22026                         "default": "true",
22027                         "mutable": "null",
22028                         "readable": true,
22029                         "type": "gboolean",
22030                         "writable": true
22031                     },
22032                     "cookies": {
22033                         "blurb": "HTTP request cookies",
22034                         "conditionally-available": false,
22035                         "construct": false,
22036                         "construct-only": false,
22037                         "controllable": false,
22038                         "mutable": "null",
22039                         "readable": true,
22040                         "type": "GStrv",
22041                         "writable": true
22042                     },
22043                     "http-log-level": {
22044                         "blurb": "Set log level for soup's HTTP session log",
22045                         "conditionally-available": false,
22046                         "construct": false,
22047                         "construct-only": false,
22048                         "controllable": false,
22049                         "default": "none (0)",
22050                         "mutable": "null",
22051                         "readable": true,
22052                         "type": "SoupLoggerLogLevel",
22053                         "writable": true
22054                     },
22055                     "location": {
22056                         "blurb": "URI to send to",
22057                         "conditionally-available": false,
22058                         "construct": false,
22059                         "construct-only": false,
22060                         "controllable": false,
22061                         "default": "NULL",
22062                         "mutable": "null",
22063                         "readable": true,
22064                         "type": "gchararray",
22065                         "writable": true
22066                     },
22067                     "proxy": {
22068                         "blurb": "HTTP proxy server URI",
22069                         "conditionally-available": false,
22070                         "construct": false,
22071                         "construct-only": false,
22072                         "controllable": false,
22073                         "default": "",
22074                         "mutable": "null",
22075                         "readable": true,
22076                         "type": "gchararray",
22077                         "writable": true
22078                     },
22079                     "proxy-id": {
22080                         "blurb": "user id for proxy authentication",
22081                         "conditionally-available": false,
22082                         "construct": false,
22083                         "construct-only": false,
22084                         "controllable": false,
22085                         "default": "NULL",
22086                         "mutable": "null",
22087                         "readable": true,
22088                         "type": "gchararray",
22089                         "writable": true
22090                     },
22091                     "proxy-pw": {
22092                         "blurb": "user password for proxy authentication",
22093                         "conditionally-available": false,
22094                         "construct": false,
22095                         "construct-only": false,
22096                         "controllable": false,
22097                         "default": "NULL",
22098                         "mutable": "null",
22099                         "readable": true,
22100                         "type": "gchararray",
22101                         "writable": true
22102                     },
22103                     "retries": {
22104                         "blurb": "Maximum number of retries, zero to disable, -1 to retry forever",
22105                         "conditionally-available": false,
22106                         "construct": false,
22107                         "construct-only": false,
22108                         "controllable": false,
22109                         "default": "0",
22110                         "max": "2147483647",
22111                         "min": "-1",
22112                         "mutable": "null",
22113                         "readable": true,
22114                         "type": "gint",
22115                         "writable": true
22116                     },
22117                     "retry-delay": {
22118                         "blurb": "Delay in seconds between retries after a failure",
22119                         "conditionally-available": false,
22120                         "construct": false,
22121                         "construct-only": false,
22122                         "controllable": false,
22123                         "default": "5",
22124                         "max": "2147483647",
22125                         "min": "1",
22126                         "mutable": "null",
22127                         "readable": true,
22128                         "type": "gint",
22129                         "writable": true
22130                     },
22131                     "session": {
22132                         "blurb": "SoupSession object to use for communication",
22133                         "conditionally-available": false,
22134                         "construct": false,
22135                         "construct-only": false,
22136                         "controllable": false,
22137                         "mutable": "null",
22138                         "readable": true,
22139                         "type": "SoupSession",
22140                         "writable": true
22141                     },
22142                     "user-agent": {
22143                         "blurb": "Value of the User-Agent HTTP request header field",
22144                         "conditionally-available": false,
22145                         "construct": false,
22146                         "construct-only": false,
22147                         "controllable": false,
22148                         "default": "GStreamer souphttpclientsink ",
22149                         "mutable": "null",
22150                         "readable": true,
22151                         "type": "gchararray",
22152                         "writable": true
22153                     },
22154                     "user-id": {
22155                         "blurb": "user id for authentication",
22156                         "conditionally-available": false,
22157                         "construct": false,
22158                         "construct-only": false,
22159                         "controllable": false,
22160                         "default": "NULL",
22161                         "mutable": "null",
22162                         "readable": true,
22163                         "type": "gchararray",
22164                         "writable": true
22165                     },
22166                     "user-pw": {
22167                         "blurb": "user password for authentication",
22168                         "conditionally-available": false,
22169                         "construct": false,
22170                         "construct-only": false,
22171                         "controllable": false,
22172                         "default": "NULL",
22173                         "mutable": "null",
22174                         "readable": true,
22175                         "type": "gchararray",
22176                         "writable": true
22177                     }
22178                 },
22179                 "rank": "none"
22180             },
22181             "souphttpsrc": {
22182                 "author": "Wouter Cloetens <wouter@mind.be>",
22183                 "description": "Receive data as a client over the network via HTTP using SOUP",
22184                 "hierarchy": [
22185                     "GstSoupHTTPSrc",
22186                     "GstPushSrc",
22187                     "GstBaseSrc",
22188                     "GstElement",
22189                     "GstObject",
22190                     "GInitiallyUnowned",
22191                     "GObject"
22192                 ],
22193                 "interfaces": [
22194                     "GstURIHandler"
22195                 ],
22196                 "klass": "Source/Network",
22197                 "long-name": "HTTP client source",
22198                 "pad-templates": {
22199                     "src": {
22200                         "caps": "ANY",
22201                         "direction": "src",
22202                         "presence": "always"
22203                     }
22204                 },
22205                 "properties": {
22206                     "automatic-redirect": {
22207                         "blurb": "Automatically follow HTTP redirects (HTTP Status Code 3xx)",
22208                         "conditionally-available": false,
22209                         "construct": false,
22210                         "construct-only": false,
22211                         "controllable": false,
22212                         "default": "true",
22213                         "mutable": "null",
22214                         "readable": true,
22215                         "type": "gboolean",
22216                         "writable": true
22217                     },
22218                     "compress": {
22219                         "blurb": "Allow compressed content encodings",
22220                         "conditionally-available": false,
22221                         "construct": false,
22222                         "construct-only": false,
22223                         "controllable": false,
22224                         "default": "false",
22225                         "mutable": "null",
22226                         "readable": true,
22227                         "type": "gboolean",
22228                         "writable": true
22229                     },
22230                     "cookies": {
22231                         "blurb": "HTTP request cookies",
22232                         "conditionally-available": false,
22233                         "construct": false,
22234                         "construct-only": false,
22235                         "controllable": false,
22236                         "mutable": "null",
22237                         "readable": true,
22238                         "type": "GStrv",
22239                         "writable": true
22240                     },
22241                     "extra-headers": {
22242                         "blurb": "Extra headers to append to the HTTP request",
22243                         "conditionally-available": false,
22244                         "construct": false,
22245                         "construct-only": false,
22246                         "controllable": false,
22247                         "mutable": "null",
22248                         "readable": true,
22249                         "type": "GstStructure",
22250                         "writable": true
22251                     },
22252                     "http-log-level": {
22253                         "blurb": "Set log level for soup's HTTP session log",
22254                         "conditionally-available": false,
22255                         "construct": false,
22256                         "construct-only": false,
22257                         "controllable": false,
22258                         "default": "headers (2)",
22259                         "mutable": "null",
22260                         "readable": true,
22261                         "type": "SoupLoggerLogLevel",
22262                         "writable": true
22263                     },
22264                     "iradio-mode": {
22265                         "blurb": "Enable internet radio mode (ask server to send shoutcast/icecast metadata interleaved with the actual stream data)",
22266                         "conditionally-available": false,
22267                         "construct": false,
22268                         "construct-only": false,
22269                         "controllable": false,
22270                         "default": "true",
22271                         "mutable": "null",
22272                         "readable": true,
22273                         "type": "gboolean",
22274                         "writable": true
22275                     },
22276                     "is-live": {
22277                         "blurb": "Act like a live source",
22278                         "conditionally-available": false,
22279                         "construct": false,
22280                         "construct-only": false,
22281                         "controllable": false,
22282                         "default": "false",
22283                         "mutable": "null",
22284                         "readable": true,
22285                         "type": "gboolean",
22286                         "writable": true
22287                     },
22288                     "keep-alive": {
22289                         "blurb": "Use HTTP persistent connections",
22290                         "conditionally-available": false,
22291                         "construct": false,
22292                         "construct-only": false,
22293                         "controllable": false,
22294                         "default": "true",
22295                         "mutable": "null",
22296                         "readable": true,
22297                         "type": "gboolean",
22298                         "writable": true
22299                     },
22300                     "location": {
22301                         "blurb": "Location to read from",
22302                         "conditionally-available": false,
22303                         "construct": false,
22304                         "construct-only": false,
22305                         "controllable": false,
22306                         "default": "NULL",
22307                         "mutable": "null",
22308                         "readable": true,
22309                         "type": "gchararray",
22310                         "writable": true
22311                     },
22312                     "method": {
22313                         "blurb": "The HTTP method to use (GET, HEAD, OPTIONS, etc)",
22314                         "conditionally-available": false,
22315                         "construct": false,
22316                         "construct-only": false,
22317                         "controllable": false,
22318                         "default": "NULL",
22319                         "mutable": "null",
22320                         "readable": true,
22321                         "type": "gchararray",
22322                         "writable": true
22323                     },
22324                     "proxy": {
22325                         "blurb": "HTTP proxy server URI",
22326                         "conditionally-available": false,
22327                         "construct": false,
22328                         "construct-only": false,
22329                         "controllable": false,
22330                         "default": "",
22331                         "mutable": "null",
22332                         "readable": true,
22333                         "type": "gchararray",
22334                         "writable": true
22335                     },
22336                     "proxy-id": {
22337                         "blurb": "HTTP proxy URI user id for authentication",
22338                         "conditionally-available": false,
22339                         "construct": false,
22340                         "construct-only": false,
22341                         "controllable": false,
22342                         "default": "NULL",
22343                         "mutable": "null",
22344                         "readable": true,
22345                         "type": "gchararray",
22346                         "writable": true
22347                     },
22348                     "proxy-pw": {
22349                         "blurb": "HTTP proxy URI user password for authentication",
22350                         "conditionally-available": false,
22351                         "construct": false,
22352                         "construct-only": false,
22353                         "controllable": false,
22354                         "default": "NULL",
22355                         "mutable": "null",
22356                         "readable": true,
22357                         "type": "gchararray",
22358                         "writable": true
22359                     },
22360                     "retries": {
22361                         "blurb": "Maximum number of retries until giving up (-1=infinite)",
22362                         "conditionally-available": false,
22363                         "construct": false,
22364                         "construct-only": false,
22365                         "controllable": false,
22366                         "default": "3",
22367                         "max": "2147483647",
22368                         "min": "-1",
22369                         "mutable": "null",
22370                         "readable": true,
22371                         "type": "gint",
22372                         "writable": true
22373                     },
22374                     "ssl-ca-file": {
22375                         "blurb": "Location of a SSL anchor CA file to use",
22376                         "conditionally-available": false,
22377                         "construct": false,
22378                         "construct-only": false,
22379                         "controllable": false,
22380                         "default": "NULL",
22381                         "mutable": "null",
22382                         "readable": true,
22383                         "type": "gchararray",
22384                         "writable": true
22385                     },
22386                     "ssl-strict": {
22387                         "blurb": "Strict SSL certificate checking",
22388                         "conditionally-available": false,
22389                         "construct": false,
22390                         "construct-only": false,
22391                         "controllable": false,
22392                         "default": "true",
22393                         "mutable": "null",
22394                         "readable": true,
22395                         "type": "gboolean",
22396                         "writable": true
22397                     },
22398                     "ssl-use-system-ca-file": {
22399                         "blurb": "Use system CA file",
22400                         "conditionally-available": false,
22401                         "construct": false,
22402                         "construct-only": false,
22403                         "controllable": false,
22404                         "default": "true",
22405                         "mutable": "null",
22406                         "readable": true,
22407                         "type": "gboolean",
22408                         "writable": true
22409                     },
22410                     "timeout": {
22411                         "blurb": "Value in seconds to timeout a blocking I/O (0 = No timeout).",
22412                         "conditionally-available": false,
22413                         "construct": false,
22414                         "construct-only": false,
22415                         "controllable": false,
22416                         "default": "15",
22417                         "max": "3600",
22418                         "min": "0",
22419                         "mutable": "null",
22420                         "readable": true,
22421                         "type": "guint",
22422                         "writable": true
22423                     },
22424                     "tls-database": {
22425                         "blurb": "TLS database with anchor certificate authorities used to validate the server certificate",
22426                         "conditionally-available": false,
22427                         "construct": false,
22428                         "construct-only": false,
22429                         "controllable": false,
22430                         "mutable": "null",
22431                         "readable": true,
22432                         "type": "GTlsDatabase",
22433                         "writable": true
22434                     },
22435                     "tls-interaction": {
22436                         "blurb": "A GTlsInteraction object to be used when the connection or certificate database need to interact with the user.",
22437                         "conditionally-available": false,
22438                         "construct": false,
22439                         "construct-only": false,
22440                         "controllable": false,
22441                         "mutable": "null",
22442                         "readable": true,
22443                         "type": "GTlsInteraction",
22444                         "writable": true
22445                     },
22446                     "user-agent": {
22447                         "blurb": "Value of the User-Agent HTTP request header field",
22448                         "conditionally-available": false,
22449                         "construct": false,
22450                         "construct-only": false,
22451                         "controllable": false,
22452                         "default": "GStreamer souphttpsrc 1.21.0.1 ",
22453                         "mutable": "null",
22454                         "readable": true,
22455                         "type": "gchararray",
22456                         "writable": true
22457                     },
22458                     "user-id": {
22459                         "blurb": "HTTP location URI user id for authentication",
22460                         "conditionally-available": false,
22461                         "construct": false,
22462                         "construct-only": false,
22463                         "controllable": false,
22464                         "default": "NULL",
22465                         "mutable": "null",
22466                         "readable": true,
22467                         "type": "gchararray",
22468                         "writable": true
22469                     },
22470                     "user-pw": {
22471                         "blurb": "HTTP location URI user password for authentication",
22472                         "conditionally-available": false,
22473                         "construct": false,
22474                         "construct-only": false,
22475                         "controllable": false,
22476                         "default": "NULL",
22477                         "mutable": "null",
22478                         "readable": true,
22479                         "type": "gchararray",
22480                         "writable": true
22481                     }
22482                 },
22483                 "rank": "primary"
22484             }
22485         },
22486         "filename": "gstsoup",
22487         "license": "LGPL",
22488         "other-types": {},
22489         "package": "GStreamer Good Plug-ins",
22490         "source": "gst-plugins-good",
22491         "tracers": {},
22492         "url": "Unknown package origin"
22493     },
22494     "spectrum": {
22495         "description": "Run an FFT on the audio signal, output spectrum data",
22496         "elements": {
22497             "spectrum": {
22498                 "author": "Erik Walthinsen <omega@cse.ogi.edu>, Stefan Kost <ensonic@users.sf.net>, Sebastian Dröge <sebastian.droege@collabora.co.uk>",
22499                 "description": "Run an FFT on the audio signal, output spectrum data",
22500                 "hierarchy": [
22501                     "GstSpectrum",
22502                     "GstAudioFilter",
22503                     "GstBaseTransform",
22504                     "GstElement",
22505                     "GstObject",
22506                     "GInitiallyUnowned",
22507                     "GObject"
22508                 ],
22509                 "klass": "Filter/Analyzer/Audio",
22510                 "long-name": "Spectrum analyzer",
22511                 "pad-templates": {
22512                     "sink": {
22513                         "caps": "audio/x-raw:\n         format: { S16LE, S24LE, S32LE, F32LE, F64LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
22514                         "direction": "sink",
22515                         "presence": "always"
22516                     },
22517                     "src": {
22518                         "caps": "audio/x-raw:\n         format: { S16LE, S24LE, S32LE, F32LE, F64LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
22519                         "direction": "src",
22520                         "presence": "always"
22521                     }
22522                 },
22523                 "properties": {
22524                     "bands": {
22525                         "blurb": "Number of frequency bands",
22526                         "conditionally-available": false,
22527                         "construct": false,
22528                         "construct-only": false,
22529                         "controllable": false,
22530                         "default": "128",
22531                         "max": "1073741824",
22532                         "min": "2",
22533                         "mutable": "null",
22534                         "readable": true,
22535                         "type": "guint",
22536                         "writable": true
22537                     },
22538                     "interval": {
22539                         "blurb": "Interval of time between message posts (in nanoseconds)",
22540                         "conditionally-available": false,
22541                         "construct": false,
22542                         "construct-only": false,
22543                         "controllable": false,
22544                         "default": "100000000",
22545                         "max": "18446744073709551615",
22546                         "min": "1",
22547                         "mutable": "null",
22548                         "readable": true,
22549                         "type": "guint64",
22550                         "writable": true
22551                     },
22552                     "message-magnitude": {
22553                         "blurb": "Whether to add a 'magnitude' field to the structure of any 'spectrum' element messages posted on the bus",
22554                         "conditionally-available": false,
22555                         "construct": false,
22556                         "construct-only": false,
22557                         "controllable": false,
22558                         "default": "true",
22559                         "mutable": "null",
22560                         "readable": true,
22561                         "type": "gboolean",
22562                         "writable": true
22563                     },
22564                     "message-phase": {
22565                         "blurb": "Whether to add a 'phase' field to the structure of any 'spectrum' element messages posted on the bus",
22566                         "conditionally-available": false,
22567                         "construct": false,
22568                         "construct-only": false,
22569                         "controllable": false,
22570                         "default": "false",
22571                         "mutable": "null",
22572                         "readable": true,
22573                         "type": "gboolean",
22574                         "writable": true
22575                     },
22576                     "multi-channel": {
22577                         "blurb": "Send separate results for each channel",
22578                         "conditionally-available": false,
22579                         "construct": false,
22580                         "construct-only": false,
22581                         "controllable": false,
22582                         "default": "false",
22583                         "mutable": "null",
22584                         "readable": true,
22585                         "type": "gboolean",
22586                         "writable": true
22587                     },
22588                     "post-messages": {
22589                         "blurb": "Whether to post a 'spectrum' element message on the bus for each passed interval",
22590                         "conditionally-available": false,
22591                         "construct": false,
22592                         "construct-only": false,
22593                         "controllable": false,
22594                         "default": "true",
22595                         "mutable": "null",
22596                         "readable": true,
22597                         "type": "gboolean",
22598                         "writable": true
22599                     },
22600                     "threshold": {
22601                         "blurb": "dB threshold for result. All lower values will be set to this",
22602                         "conditionally-available": false,
22603                         "construct": false,
22604                         "construct-only": false,
22605                         "controllable": false,
22606                         "default": "-60",
22607                         "max": "0",
22608                         "min": "-2147483648",
22609                         "mutable": "null",
22610                         "readable": true,
22611                         "type": "gint",
22612                         "writable": true
22613                     }
22614                 },
22615                 "rank": "none"
22616             }
22617         },
22618         "filename": "gstspectrum",
22619         "license": "LGPL",
22620         "other-types": {},
22621         "package": "GStreamer Good Plug-ins",
22622         "source": "gst-plugins-good",
22623         "tracers": {},
22624         "url": "Unknown package origin"
22625     },
22626     "speex": {
22627         "description": "Speex plugin library",
22628         "elements": {
22629             "speexdec": {
22630                 "author": "Wim Taymans <wim@fluendo.com>",
22631                 "description": "decode speex streams to audio",
22632                 "hierarchy": [
22633                     "GstSpeexDec",
22634                     "GstAudioDecoder",
22635                     "GstElement",
22636                     "GstObject",
22637                     "GInitiallyUnowned",
22638                     "GObject"
22639                 ],
22640                 "klass": "Codec/Decoder/Audio",
22641                 "long-name": "Speex audio decoder",
22642                 "pad-templates": {
22643                     "sink": {
22644                         "caps": "audio/x-speex:\n",
22645                         "direction": "sink",
22646                         "presence": "always"
22647                     },
22648                     "src": {
22649                         "caps": "audio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: [ 6000, 48000 ]\n       channels: [ 1, 2 ]\n",
22650                         "direction": "src",
22651                         "presence": "always"
22652                     }
22653                 },
22654                 "properties": {
22655                     "enh": {
22656                         "blurb": "Enable perceptual enhancement",
22657                         "conditionally-available": false,
22658                         "construct": false,
22659                         "construct-only": false,
22660                         "controllable": false,
22661                         "default": "true",
22662                         "mutable": "null",
22663                         "readable": true,
22664                         "type": "gboolean",
22665                         "writable": true
22666                     }
22667                 },
22668                 "rank": "primary"
22669             },
22670             "speexenc": {
22671                 "author": "Wim Taymans <wim@fluendo.com>",
22672                 "description": "Encodes audio in Speex format",
22673                 "hierarchy": [
22674                     "GstSpeexEnc",
22675                     "GstAudioEncoder",
22676                     "GstElement",
22677                     "GstObject",
22678                     "GInitiallyUnowned",
22679                     "GObject"
22680                 ],
22681                 "interfaces": [
22682                     "GstPreset",
22683                     "GstTagSetter"
22684                 ],
22685                 "klass": "Codec/Encoder/Audio",
22686                 "long-name": "Speex audio encoder",
22687                 "pad-templates": {
22688                     "sink": {
22689                         "caps": "audio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: [ 6000, 48000 ]\n       channels: 1\naudio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: [ 6000, 48000 ]\n       channels: 2\n   channel-mask: 0x0000000000000003\n",
22690                         "direction": "sink",
22691                         "presence": "always"
22692                     },
22693                     "src": {
22694                         "caps": "audio/x-speex:\n           rate: [ 6000, 48000 ]\n       channels: [ 1, 2 ]\n",
22695                         "direction": "src",
22696                         "presence": "always"
22697                     }
22698                 },
22699                 "properties": {
22700                     "abr": {
22701                         "blurb": "Enable average bit-rate (0 = disabled)",
22702                         "conditionally-available": false,
22703                         "construct": true,
22704                         "construct-only": false,
22705                         "controllable": false,
22706                         "default": "0",
22707                         "max": "2147483647",
22708                         "min": "0",
22709                         "mutable": "null",
22710                         "readable": true,
22711                         "type": "gint",
22712                         "writable": true
22713                     },
22714                     "bitrate": {
22715                         "blurb": "Specify an encoding bit-rate (in bps). (0 = automatic)",
22716                         "conditionally-available": false,
22717                         "construct": true,
22718                         "construct-only": false,
22719                         "controllable": false,
22720                         "default": "0",
22721                         "max": "2147483647",
22722                         "min": "0",
22723                         "mutable": "null",
22724                         "readable": true,
22725                         "type": "gint",
22726                         "writable": true
22727                     },
22728                     "complexity": {
22729                         "blurb": "Set encoding complexity",
22730                         "conditionally-available": false,
22731                         "construct": true,
22732                         "construct-only": false,
22733                         "controllable": false,
22734                         "default": "3",
22735                         "max": "2147483647",
22736                         "min": "0",
22737                         "mutable": "null",
22738                         "readable": true,
22739                         "type": "gint",
22740                         "writable": true
22741                     },
22742                     "dtx": {
22743                         "blurb": "Enable discontinuous transmission",
22744                         "conditionally-available": false,
22745                         "construct": true,
22746                         "construct-only": false,
22747                         "controllable": false,
22748                         "default": "false",
22749                         "mutable": "null",
22750                         "readable": true,
22751                         "type": "gboolean",
22752                         "writable": true
22753                     },
22754                     "last-message": {
22755                         "blurb": "The last status message",
22756                         "conditionally-available": false,
22757                         "construct": false,
22758                         "construct-only": false,
22759                         "controllable": false,
22760                         "default": "NULL",
22761                         "mutable": "null",
22762                         "readable": true,
22763                         "type": "gchararray",
22764                         "writable": false
22765                     },
22766                     "mode": {
22767                         "blurb": "The encoding mode",
22768                         "conditionally-available": false,
22769                         "construct": true,
22770                         "construct-only": false,
22771                         "controllable": false,
22772                         "default": "auto (0)",
22773                         "mutable": "null",
22774                         "readable": true,
22775                         "type": "GstSpeexEncMode",
22776                         "writable": true
22777                     },
22778                     "nframes": {
22779                         "blurb": "Number of frames per buffer",
22780                         "conditionally-available": false,
22781                         "construct": true,
22782                         "construct-only": false,
22783                         "controllable": false,
22784                         "default": "1",
22785                         "max": "2147483647",
22786                         "min": "0",
22787                         "mutable": "null",
22788                         "readable": true,
22789                         "type": "gint",
22790                         "writable": true
22791                     },
22792                     "quality": {
22793                         "blurb": "Encoding quality",
22794                         "conditionally-available": false,
22795                         "construct": true,
22796                         "construct-only": false,
22797                         "controllable": false,
22798                         "default": "8",
22799                         "max": "10",
22800                         "min": "0",
22801                         "mutable": "null",
22802                         "readable": true,
22803                         "type": "gfloat",
22804                         "writable": true
22805                     },
22806                     "vad": {
22807                         "blurb": "Enable voice activity detection",
22808                         "conditionally-available": false,
22809                         "construct": true,
22810                         "construct-only": false,
22811                         "controllable": false,
22812                         "default": "false",
22813                         "mutable": "null",
22814                         "readable": true,
22815                         "type": "gboolean",
22816                         "writable": true
22817                     },
22818                     "vbr": {
22819                         "blurb": "Enable variable bit-rate",
22820                         "conditionally-available": false,
22821                         "construct": true,
22822                         "construct-only": false,
22823                         "controllable": false,
22824                         "default": "false",
22825                         "mutable": "null",
22826                         "readable": true,
22827                         "type": "gboolean",
22828                         "writable": true
22829                     }
22830                 },
22831                 "rank": "primary"
22832             }
22833         },
22834         "filename": "gstspeex",
22835         "license": "LGPL",
22836         "other-types": {
22837             "GstSpeexEncMode": {
22838                 "kind": "enum",
22839                 "values": [
22840                     {
22841                         "desc": "Auto",
22842                         "name": "auto",
22843                         "value": "0"
22844                     },
22845                     {
22846                         "desc": "Ultra Wide Band",
22847                         "name": "uwb",
22848                         "value": "1"
22849                     },
22850                     {
22851                         "desc": "Wide Band",
22852                         "name": "wb",
22853                         "value": "2"
22854                     },
22855                     {
22856                         "desc": "Narrow Band",
22857                         "name": "nb",
22858                         "value": "3"
22859                     }
22860                 ]
22861             }
22862         },
22863         "package": "GStreamer Good Plug-ins",
22864         "source": "gst-plugins-good",
22865         "tracers": {},
22866         "url": "Unknown package origin"
22867     },
22868     "taglib": {
22869         "description": "Tag writing plug-in based on taglib",
22870         "elements": {
22871             "apev2mux": {
22872                 "author": "Sebastian Dröge <slomo@circular-chaos.org>",
22873                 "description": "Adds an APEv2 header to the beginning of files using taglib",
22874                 "hierarchy": [
22875                     "GstApev2Mux",
22876                     "GstTagMux",
22877                     "GstElement",
22878                     "GstObject",
22879                     "GInitiallyUnowned",
22880                     "GObject"
22881                 ],
22882                 "interfaces": [
22883                     "GstTagSetter"
22884                 ],
22885                 "klass": "Formatter/Metadata",
22886                 "long-name": "TagLib-based APEv2 Muxer",
22887                 "pad-templates": {
22888                     "sink": {
22889                         "caps": "ANY",
22890                         "direction": "sink",
22891                         "presence": "always"
22892                     },
22893                     "src": {
22894                         "caps": "application/x-apetag:\n",
22895                         "direction": "src",
22896                         "presence": "always"
22897                     }
22898                 },
22899                 "rank": "none"
22900             },
22901             "id3v2mux": {
22902                 "author": "Christophe Fergeau <teuf@gnome.org>",
22903                 "description": "Adds an ID3v2 header to the beginning of MP3 files using taglib",
22904                 "hierarchy": [
22905                     "GstId3v2Mux",
22906                     "GstTagMux",
22907                     "GstElement",
22908                     "GstObject",
22909                     "GInitiallyUnowned",
22910                     "GObject"
22911                 ],
22912                 "interfaces": [
22913                     "GstTagSetter"
22914                 ],
22915                 "klass": "Formatter/Metadata",
22916                 "long-name": "TagLib-based ID3v2 Muxer",
22917                 "pad-templates": {
22918                     "sink": {
22919                         "caps": "ANY",
22920                         "direction": "sink",
22921                         "presence": "always"
22922                     },
22923                     "src": {
22924                         "caps": "application/x-id3:\n",
22925                         "direction": "src",
22926                         "presence": "always"
22927                     }
22928                 },
22929                 "rank": "none"
22930             }
22931         },
22932         "filename": "gsttaglib",
22933         "license": "LGPL",
22934         "other-types": {},
22935         "package": "GStreamer Good Plug-ins",
22936         "source": "gst-plugins-good",
22937         "tracers": {},
22938         "url": "Unknown package origin"
22939     },
22940     "twolame": {
22941         "description": "Encode MP2s with TwoLAME",
22942         "elements": {
22943             "twolamemp2enc": {
22944                 "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>",
22945                 "description": "High-quality free MP2 encoder",
22946                 "hierarchy": [
22947                     "GstTwoLame",
22948                     "GstAudioEncoder",
22949                     "GstElement",
22950                     "GstObject",
22951                     "GInitiallyUnowned",
22952                     "GObject"
22953                 ],
22954                 "interfaces": [
22955                     "GstPreset"
22956                 ],
22957                 "klass": "Codec/Encoder/Audio",
22958                 "long-name": "TwoLAME mp2 encoder",
22959                 "pad-templates": {
22960                     "sink": {
22961                         "caps": "audio/x-raw:\n         format: { F32LE, S16LE }\n         layout: interleaved\n           rate: { (int)16000, (int)22050, (int)24000, (int)32000, (int)44100, (int)48000 }\n       channels: 1\naudio/x-raw:\n         format: { F32LE, S16LE }\n         layout: interleaved\n           rate: { (int)16000, (int)22050, (int)24000, (int)32000, (int)44100, (int)48000 }\n       channels: 2\n   channel-mask: 0x0000000000000003\n",
22962                         "direction": "sink",
22963                         "presence": "always"
22964                     },
22965                     "src": {
22966                         "caps": "audio/mpeg:\n    mpegversion: 1\n          layer: 2\n           rate: { (int)16000, (int)22050, (int)24000, (int)32000, (int)44100, (int)48000 }\n       channels: [ 1, 2 ]\n",
22967                         "direction": "src",
22968                         "presence": "always"
22969                     }
22970                 },
22971                 "properties": {
22972                     "ath-level": {
22973                         "blurb": "ATH Level in dB",
22974                         "conditionally-available": false,
22975                         "construct": false,
22976                         "construct-only": false,
22977                         "controllable": false,
22978                         "default": "0",
22979                         "max": "3.40282e+38",
22980                         "min": "-3.40282e+38",
22981                         "mutable": "null",
22982                         "readable": true,
22983                         "type": "gfloat",
22984                         "writable": true
22985                     },
22986                     "bitrate": {
22987                         "blurb": "Bitrate in kbit/sec (8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 144, 160, 192, 224, 256, 320, 384)",
22988                         "conditionally-available": false,
22989                         "construct": false,
22990                         "construct-only": false,
22991                         "controllable": false,
22992                         "default": "192",
22993                         "max": "384",
22994                         "min": "8",
22995                         "mutable": "null",
22996                         "readable": true,
22997                         "type": "gint",
22998                         "writable": true
22999                     },
23000                     "copyright": {
23001                         "blurb": "Mark as copyright",
23002                         "conditionally-available": false,
23003                         "construct": false,
23004                         "construct-only": false,
23005                         "controllable": false,
23006                         "default": "false",
23007                         "mutable": "null",
23008                         "readable": true,
23009                         "type": "gboolean",
23010                         "writable": true
23011                     },
23012                     "emphasis": {
23013                         "blurb": "Pre-emphasis to apply to the decoded audio",
23014                         "conditionally-available": false,
23015                         "construct": false,
23016                         "construct-only": false,
23017                         "controllable": false,
23018                         "default": "none (0)",
23019                         "mutable": "null",
23020                         "readable": true,
23021                         "type": "GstTwoLameEmphasis",
23022                         "writable": true
23023                     },
23024                     "energy-level-extension": {
23025                         "blurb": "Write peak PCM level to each frame",
23026                         "conditionally-available": false,
23027                         "construct": false,
23028                         "construct-only": false,
23029                         "controllable": false,
23030                         "default": "false",
23031                         "mutable": "null",
23032                         "readable": true,
23033                         "type": "gboolean",
23034                         "writable": true
23035                     },
23036                     "error-protection": {
23037                         "blurb": "Adds checksum to every frame",
23038                         "conditionally-available": false,
23039                         "construct": false,
23040                         "construct-only": false,
23041                         "controllable": false,
23042                         "default": "false",
23043                         "mutable": "null",
23044                         "readable": true,
23045                         "type": "gboolean",
23046                         "writable": true
23047                     },
23048                     "mode": {
23049                         "blurb": "Encoding mode",
23050                         "conditionally-available": false,
23051                         "construct": false,
23052                         "construct-only": false,
23053                         "controllable": false,
23054                         "default": "joint (1)",
23055                         "mutable": "null",
23056                         "readable": true,
23057                         "type": "GstTwoLameMode",
23058                         "writable": true
23059                     },
23060                     "original": {
23061                         "blurb": "Mark as original",
23062                         "conditionally-available": false,
23063                         "construct": false,
23064                         "construct-only": false,
23065                         "controllable": false,
23066                         "default": "true",
23067                         "mutable": "null",
23068                         "readable": true,
23069                         "type": "gboolean",
23070                         "writable": true
23071                     },
23072                     "padding": {
23073                         "blurb": "Padding type",
23074                         "conditionally-available": false,
23075                         "construct": false,
23076                         "construct-only": false,
23077                         "controllable": false,
23078                         "default": "never (0)",
23079                         "mutable": "null",
23080                         "readable": true,
23081                         "type": "GstTwoLamePadding",
23082                         "writable": true
23083                     },
23084                     "psymodel": {
23085                         "blurb": "Psychoacoustic model used to encode the audio",
23086                         "conditionally-available": false,
23087                         "construct": false,
23088                         "construct-only": false,
23089                         "controllable": false,
23090                         "default": "3",
23091                         "max": "4",
23092                         "min": "-1",
23093                         "mutable": "null",
23094                         "readable": true,
23095                         "type": "gint",
23096                         "writable": true
23097                     },
23098                     "quick-mode": {
23099                         "blurb": "Calculate Psymodel every frames",
23100                         "conditionally-available": false,
23101                         "construct": false,
23102                         "construct-only": false,
23103                         "controllable": false,
23104                         "default": "false",
23105                         "mutable": "null",
23106                         "readable": true,
23107                         "type": "gboolean",
23108                         "writable": true
23109                     },
23110                     "quick-mode-count": {
23111                         "blurb": "Calculate Psymodel every n frames",
23112                         "conditionally-available": false,
23113                         "construct": false,
23114                         "construct-only": false,
23115                         "controllable": false,
23116                         "default": "10",
23117                         "max": "2147483647",
23118                         "min": "0",
23119                         "mutable": "null",
23120                         "readable": true,
23121                         "type": "gint",
23122                         "writable": true
23123                     },
23124                     "vbr": {
23125                         "blurb": "Enable variable bitrate mode",
23126                         "conditionally-available": false,
23127                         "construct": false,
23128                         "construct-only": false,
23129                         "controllable": false,
23130                         "default": "false",
23131                         "mutable": "null",
23132                         "readable": true,
23133                         "type": "gboolean",
23134                         "writable": true
23135                     },
23136                     "vbr-level": {
23137                         "blurb": "VBR Level",
23138                         "conditionally-available": false,
23139                         "construct": false,
23140                         "construct-only": false,
23141                         "controllable": false,
23142                         "default": "5",
23143                         "max": "10",
23144                         "min": "-10",
23145                         "mutable": "null",
23146                         "readable": true,
23147                         "type": "gfloat",
23148                         "writable": true
23149                     },
23150                     "vbr-max-bitrate": {
23151                         "blurb": "Specify maximum VBR bitrate (0=off, 8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 144, 160, 192, 224, 256, 320, 384)",
23152                         "conditionally-available": false,
23153                         "construct": false,
23154                         "construct-only": false,
23155                         "controllable": false,
23156                         "default": "0",
23157                         "max": "384",
23158                         "min": "0",
23159                         "mutable": "null",
23160                         "readable": true,
23161                         "type": "gint",
23162                         "writable": true
23163                     }
23164                 },
23165                 "rank": "primary"
23166             }
23167         },
23168         "filename": "gsttwolame",
23169         "license": "LGPL",
23170         "other-types": {
23171             "GstTwoLameEmphasis": {
23172                 "kind": "enum",
23173                 "values": [
23174                     {
23175                         "desc": "No emphasis",
23176                         "name": "none",
23177                         "value": "0"
23178                     },
23179                     {
23180                         "desc": "50/15 ms",
23181                         "name": "5",
23182                         "value": "1"
23183                     },
23184                     {
23185                         "desc": "CCIT J.17",
23186                         "name": "ccit",
23187                         "value": "3"
23188                     }
23189                 ]
23190             },
23191             "GstTwoLameMode": {
23192                 "kind": "enum",
23193                 "values": [
23194                     {
23195                         "desc": "Auto",
23196                         "name": "auto",
23197                         "value": "-1"
23198                     },
23199                     {
23200                         "desc": "Stereo",
23201                         "name": "stereo",
23202                         "value": "0"
23203                     },
23204                     {
23205                         "desc": "Joint Stereo",
23206                         "name": "joint",
23207                         "value": "1"
23208                     },
23209                     {
23210                         "desc": "Dual Channel",
23211                         "name": "dual",
23212                         "value": "2"
23213                     },
23214                     {
23215                         "desc": "Mono",
23216                         "name": "mono",
23217                         "value": "3"
23218                     }
23219                 ]
23220             },
23221             "GstTwoLamePadding": {
23222                 "kind": "enum",
23223                 "values": [
23224                     {
23225                         "desc": "No Padding",
23226                         "name": "never",
23227                         "value": "0"
23228                     },
23229                     {
23230                         "desc": "Always Pad",
23231                         "name": "always",
23232                         "value": "1"
23233                     }
23234                 ]
23235             }
23236         },
23237         "package": "GStreamer Good Plug-ins",
23238         "source": "gst-plugins-good",
23239         "tracers": {},
23240         "url": "Unknown package origin"
23241     },
23242     "udp": {
23243         "description": "transfer data via UDP",
23244         "elements": {
23245             "dynudpsink": {
23246                 "author": "Philippe Khalaf <burger@speedy.org>",
23247                 "description": "Send data over the network via UDP with packet destinations picked up dynamically from meta on the buffers passed",
23248                 "hierarchy": [
23249                     "GstDynUDPSink",
23250                     "GstBaseSink",
23251                     "GstElement",
23252                     "GstObject",
23253                     "GInitiallyUnowned",
23254                     "GObject"
23255                 ],
23256                 "klass": "Sink/Network",
23257                 "long-name": "UDP packet sender",
23258                 "pad-templates": {
23259                     "sink": {
23260                         "caps": "ANY",
23261                         "direction": "sink",
23262                         "presence": "always"
23263                     }
23264                 },
23265                 "properties": {
23266                     "bind-address": {
23267                         "blurb": "Address to bind the socket to",
23268                         "conditionally-available": false,
23269                         "construct": false,
23270                         "construct-only": false,
23271                         "controllable": false,
23272                         "default": "NULL",
23273                         "mutable": "null",
23274                         "readable": true,
23275                         "type": "gchararray",
23276                         "writable": true
23277                     },
23278                     "bind-port": {
23279                         "blurb": "Port to bind the socket to",
23280                         "conditionally-available": false,
23281                         "construct": false,
23282                         "construct-only": false,
23283                         "controllable": false,
23284                         "default": "0",
23285                         "max": "65535",
23286                         "min": "0",
23287                         "mutable": "null",
23288                         "readable": true,
23289                         "type": "gint",
23290                         "writable": true
23291                     },
23292                     "close-socket": {
23293                         "blurb": "Close socket if passed as property on state change",
23294                         "conditionally-available": false,
23295                         "construct": false,
23296                         "construct-only": false,
23297                         "controllable": false,
23298                         "default": "true",
23299                         "mutable": "null",
23300                         "readable": true,
23301                         "type": "gboolean",
23302                         "writable": true
23303                     },
23304                     "socket": {
23305                         "blurb": "Socket to use for UDP sending. (NULL == allocate)",
23306                         "conditionally-available": false,
23307                         "construct": false,
23308                         "construct-only": false,
23309                         "controllable": false,
23310                         "mutable": "null",
23311                         "readable": true,
23312                         "type": "GSocket",
23313                         "writable": true
23314                     },
23315                     "socket-v6": {
23316                         "blurb": "Socket to use for UDPv6 sending. (NULL == allocate)",
23317                         "conditionally-available": false,
23318                         "construct": false,
23319                         "construct-only": false,
23320                         "controllable": false,
23321                         "mutable": "null",
23322                         "readable": true,
23323                         "type": "GSocket",
23324                         "writable": true
23325                     }
23326                 },
23327                 "rank": "none",
23328                 "signals": {
23329                     "get-stats": {
23330                         "action": true,
23331                         "args": [
23332                             {
23333                                 "name": "arg0",
23334                                 "type": "gchararray"
23335                             },
23336                             {
23337                                 "name": "arg1",
23338                                 "type": "gint"
23339                             }
23340                         ],
23341                         "return-type": "GstStructure",
23342                         "when": "last"
23343                     }
23344                 }
23345             },
23346             "multiudpsink": {
23347                 "author": "Wim Taymans <wim.taymans@gmail.com>",
23348                 "description": "Send data over the network via UDP to one or multiple recipients which can be added or removed at runtime using action signals",
23349                 "hierarchy": [
23350                     "GstMultiUDPSink",
23351                     "GstBaseSink",
23352                     "GstElement",
23353                     "GstObject",
23354                     "GInitiallyUnowned",
23355                     "GObject"
23356                 ],
23357                 "klass": "Sink/Network",
23358                 "long-name": "UDP packet sender",
23359                 "pad-templates": {
23360                     "sink": {
23361                         "caps": "ANY",
23362                         "direction": "sink",
23363                         "presence": "always"
23364                     }
23365                 },
23366                 "properties": {
23367                     "auto-multicast": {
23368                         "blurb": "Automatically join/leave the multicast groups, FALSE means user has to do it himself",
23369                         "conditionally-available": false,
23370                         "construct": false,
23371                         "construct-only": false,
23372                         "controllable": false,
23373                         "default": "true",
23374                         "mutable": "null",
23375                         "readable": true,
23376                         "type": "gboolean",
23377                         "writable": true
23378                     },
23379                     "bind-address": {
23380                         "blurb": "Address to bind the socket to",
23381                         "conditionally-available": false,
23382                         "construct": false,
23383                         "construct-only": false,
23384                         "controllable": false,
23385                         "default": "NULL",
23386                         "mutable": "null",
23387                         "readable": true,
23388                         "type": "gchararray",
23389                         "writable": true
23390                     },
23391                     "bind-port": {
23392                         "blurb": "Port to bind the socket to",
23393                         "conditionally-available": false,
23394                         "construct": false,
23395                         "construct-only": false,
23396                         "controllable": false,
23397                         "default": "0",
23398                         "max": "65535",
23399                         "min": "0",
23400                         "mutable": "null",
23401                         "readable": true,
23402                         "type": "gint",
23403                         "writable": true
23404                     },
23405                     "buffer-size": {
23406                         "blurb": "Size of the kernel send buffer in bytes, 0=default",
23407                         "conditionally-available": false,
23408                         "construct": false,
23409                         "construct-only": false,
23410                         "controllable": false,
23411                         "default": "0",
23412                         "max": "2147483647",
23413                         "min": "0",
23414                         "mutable": "null",
23415                         "readable": true,
23416                         "type": "gint",
23417                         "writable": true
23418                     },
23419                     "bytes-served": {
23420                         "blurb": "Total number of bytes sent to all clients",
23421                         "conditionally-available": false,
23422                         "construct": false,
23423                         "construct-only": false,
23424                         "controllable": false,
23425                         "default": "0",
23426                         "max": "18446744073709551615",
23427                         "min": "0",
23428                         "mutable": "null",
23429                         "readable": true,
23430                         "type": "guint64",
23431                         "writable": false
23432                     },
23433                     "bytes-to-serve": {
23434                         "blurb": "Number of bytes received to serve to clients",
23435                         "conditionally-available": false,
23436                         "construct": false,
23437                         "construct-only": false,
23438                         "controllable": false,
23439                         "default": "0",
23440                         "max": "18446744073709551615",
23441                         "min": "0",
23442                         "mutable": "null",
23443                         "readable": true,
23444                         "type": "guint64",
23445                         "writable": false
23446                     },
23447                     "clients": {
23448                         "blurb": "A comma separated list of host:port pairs with destinations",
23449                         "conditionally-available": false,
23450                         "construct": false,
23451                         "construct-only": false,
23452                         "controllable": false,
23453                         "default": "",
23454                         "mutable": "null",
23455                         "readable": true,
23456                         "type": "gchararray",
23457                         "writable": true
23458                     },
23459                     "close-socket": {
23460                         "blurb": "Close socket if passed as property on state change",
23461                         "conditionally-available": false,
23462                         "construct": false,
23463                         "construct-only": false,
23464                         "controllable": false,
23465                         "default": "true",
23466                         "mutable": "null",
23467                         "readable": true,
23468                         "type": "gboolean",
23469                         "writable": true
23470                     },
23471                     "force-ipv4": {
23472                         "blurb": "Forcing the use of an IPv4 socket (DEPRECATED, has no effect anymore)",
23473                         "conditionally-available": false,
23474                         "construct": false,
23475                         "construct-only": false,
23476                         "controllable": false,
23477                         "default": "false",
23478                         "mutable": "null",
23479                         "readable": true,
23480                         "type": "gboolean",
23481                         "writable": true
23482                     },
23483                     "loop": {
23484                         "blurb": "Used for setting the multicast loop parameter. TRUE = enable, FALSE = disable",
23485                         "conditionally-available": false,
23486                         "construct": false,
23487                         "construct-only": false,
23488                         "controllable": false,
23489                         "default": "true",
23490                         "mutable": "null",
23491                         "readable": true,
23492                         "type": "gboolean",
23493                         "writable": true
23494                     },
23495                     "multicast-iface": {
23496                         "blurb": "The network interface on which to join the multicast group",
23497                         "conditionally-available": false,
23498                         "construct": false,
23499                         "construct-only": false,
23500                         "controllable": false,
23501                         "default": "NULL",
23502                         "mutable": "null",
23503                         "readable": true,
23504                         "type": "gchararray",
23505                         "writable": true
23506                     },
23507                     "qos-dscp": {
23508                         "blurb": "Quality of Service, differentiated services code point (-1 default)",
23509                         "conditionally-available": false,
23510                         "construct": false,
23511                         "construct-only": false,
23512                         "controllable": false,
23513                         "default": "-1",
23514                         "max": "63",
23515                         "min": "-1",
23516                         "mutable": "null",
23517                         "readable": true,
23518                         "type": "gint",
23519                         "writable": true
23520                     },
23521                     "send-duplicates": {
23522                         "blurb": "When a distination/port pair is added multiple times, send packets multiple times as well",
23523                         "conditionally-available": false,
23524                         "construct": false,
23525                         "construct-only": false,
23526                         "controllable": false,
23527                         "default": "true",
23528                         "mutable": "null",
23529                         "readable": true,
23530                         "type": "gboolean",
23531                         "writable": true
23532                     },
23533                     "socket": {
23534                         "blurb": "Socket to use for UDP sending. (NULL == allocate)",
23535                         "conditionally-available": false,
23536                         "construct": false,
23537                         "construct-only": false,
23538                         "controllable": false,
23539                         "mutable": "null",
23540                         "readable": true,
23541                         "type": "GSocket",
23542                         "writable": true
23543                     },
23544                     "socket-v6": {
23545                         "blurb": "Socket to use for UDPv6 sending. (NULL == allocate)",
23546                         "conditionally-available": false,
23547                         "construct": false,
23548                         "construct-only": false,
23549                         "controllable": false,
23550                         "mutable": "null",
23551                         "readable": true,
23552                         "type": "GSocket",
23553                         "writable": true
23554                     },
23555                     "ttl": {
23556                         "blurb": "Used for setting the unicast TTL parameter",
23557                         "conditionally-available": false,
23558                         "construct": false,
23559                         "construct-only": false,
23560                         "controllable": false,
23561                         "default": "64",
23562                         "max": "255",
23563                         "min": "0",
23564                         "mutable": "null",
23565                         "readable": true,
23566                         "type": "gint",
23567                         "writable": true
23568                     },
23569                     "ttl-mc": {
23570                         "blurb": "Used for setting the multicast TTL parameter",
23571                         "conditionally-available": false,
23572                         "construct": false,
23573                         "construct-only": false,
23574                         "controllable": false,
23575                         "default": "1",
23576                         "max": "255",
23577                         "min": "0",
23578                         "mutable": "null",
23579                         "readable": true,
23580                         "type": "gint",
23581                         "writable": true
23582                     },
23583                     "used-socket": {
23584                         "blurb": "Socket currently in use for UDP sending. (NULL == no socket)",
23585                         "conditionally-available": false,
23586                         "construct": false,
23587                         "construct-only": false,
23588                         "controllable": false,
23589                         "mutable": "null",
23590                         "readable": true,
23591                         "type": "GSocket",
23592                         "writable": false
23593                     },
23594                     "used-socket-v6": {
23595                         "blurb": "Socket currently in use for UDPv6 sending. (NULL == no socket)",
23596                         "conditionally-available": false,
23597                         "construct": false,
23598                         "construct-only": false,
23599                         "controllable": false,
23600                         "mutable": "null",
23601                         "readable": true,
23602                         "type": "GSocket",
23603                         "writable": false
23604                     }
23605                 },
23606                 "rank": "none",
23607                 "signals": {
23608                     "add": {
23609                         "action": true,
23610                         "args": [
23611                             {
23612                                 "name": "arg0",
23613                                 "type": "gchararray"
23614                             },
23615                             {
23616                                 "name": "arg1",
23617                                 "type": "gint"
23618                             }
23619                         ],
23620                         "return-type": "void",
23621                         "when": "last"
23622                     },
23623                     "clear": {
23624                         "action": true,
23625                         "args": [],
23626                         "return-type": "void",
23627                         "when": "last"
23628                     },
23629                     "client-added": {
23630                         "args": [
23631                             {
23632                                 "name": "arg0",
23633                                 "type": "gchararray"
23634                             },
23635                             {
23636                                 "name": "arg1",
23637                                 "type": "gint"
23638                             }
23639                         ],
23640                         "return-type": "void",
23641                         "when": "last"
23642                     },
23643                     "client-removed": {
23644                         "args": [
23645                             {
23646                                 "name": "arg0",
23647                                 "type": "gchararray"
23648                             },
23649                             {
23650                                 "name": "arg1",
23651                                 "type": "gint"
23652                             }
23653                         ],
23654                         "return-type": "void",
23655                         "when": "last"
23656                     },
23657                     "get-stats": {
23658                         "action": true,
23659                         "args": [
23660                             {
23661                                 "name": "arg0",
23662                                 "type": "gchararray"
23663                             },
23664                             {
23665                                 "name": "arg1",
23666                                 "type": "gint"
23667                             }
23668                         ],
23669                         "return-type": "GstStructure",
23670                         "when": "last"
23671                     },
23672                     "remove": {
23673                         "action": true,
23674                         "args": [
23675                             {
23676                                 "name": "arg0",
23677                                 "type": "gchararray"
23678                             },
23679                             {
23680                                 "name": "arg1",
23681                                 "type": "gint"
23682                             }
23683                         ],
23684                         "return-type": "void",
23685                         "when": "last"
23686                     }
23687                 }
23688             },
23689             "udpsink": {
23690                 "author": "Wim Taymans <wim@fluendo.com>",
23691                 "description": "Send data over the network via UDP",
23692                 "hierarchy": [
23693                     "GstUDPSink",
23694                     "GstMultiUDPSink",
23695                     "GstBaseSink",
23696                     "GstElement",
23697                     "GstObject",
23698                     "GInitiallyUnowned",
23699                     "GObject"
23700                 ],
23701                 "interfaces": [
23702                     "GstURIHandler"
23703                 ],
23704                 "klass": "Sink/Network",
23705                 "long-name": "UDP packet sender",
23706                 "pad-templates": {
23707                     "sink": {
23708                         "caps": "ANY",
23709                         "direction": "sink",
23710                         "presence": "always"
23711                     }
23712                 },
23713                 "properties": {
23714                     "host": {
23715                         "blurb": "The host/IP/Multicast group to send the packets to",
23716                         "conditionally-available": false,
23717                         "construct": false,
23718                         "construct-only": false,
23719                         "controllable": false,
23720                         "default": "localhost",
23721                         "mutable": "null",
23722                         "readable": true,
23723                         "type": "gchararray",
23724                         "writable": true
23725                     },
23726                     "port": {
23727                         "blurb": "The port to send the packets to",
23728                         "conditionally-available": false,
23729                         "construct": false,
23730                         "construct-only": false,
23731                         "controllable": false,
23732                         "default": "5004",
23733                         "max": "65535",
23734                         "min": "0",
23735                         "mutable": "null",
23736                         "readable": true,
23737                         "type": "gint",
23738                         "writable": true
23739                     }
23740                 },
23741                 "rank": "none",
23742                 "signals": {}
23743             },
23744             "udpsrc": {
23745                 "author": "Wim Taymans <wim@fluendo.com>, Thijs Vermeir <thijs.vermeir@barco.com>",
23746                 "description": "Receive data over the network via UDP",
23747                 "hierarchy": [
23748                     "GstUDPSrc",
23749                     "GstPushSrc",
23750                     "GstBaseSrc",
23751                     "GstElement",
23752                     "GstObject",
23753                     "GInitiallyUnowned",
23754                     "GObject"
23755                 ],
23756                 "interfaces": [
23757                     "GstURIHandler"
23758                 ],
23759                 "klass": "Source/Network",
23760                 "long-name": "UDP packet receiver",
23761                 "pad-templates": {
23762                     "src": {
23763                         "caps": "ANY",
23764                         "direction": "src",
23765                         "presence": "always"
23766                     }
23767                 },
23768                 "properties": {
23769                     "address": {
23770                         "blurb": "Address to receive packets for. This is equivalent to the multicast-group property for now",
23771                         "conditionally-available": false,
23772                         "construct": false,
23773                         "construct-only": false,
23774                         "controllable": false,
23775                         "default": "0.0.0.0",
23776                         "mutable": "null",
23777                         "readable": true,
23778                         "type": "gchararray",
23779                         "writable": true
23780                     },
23781                     "auto-multicast": {
23782                         "blurb": "Automatically join/leave multicast groups",
23783                         "conditionally-available": false,
23784                         "construct": false,
23785                         "construct-only": false,
23786                         "controllable": false,
23787                         "default": "true",
23788                         "mutable": "null",
23789                         "readable": true,
23790                         "type": "gboolean",
23791                         "writable": true
23792                     },
23793                     "buffer-size": {
23794                         "blurb": "Size of the kernel receive buffer in bytes, 0=default",
23795                         "conditionally-available": false,
23796                         "construct": false,
23797                         "construct-only": false,
23798                         "controllable": false,
23799                         "default": "0",
23800                         "max": "2147483647",
23801                         "min": "0",
23802                         "mutable": "null",
23803                         "readable": true,
23804                         "type": "gint",
23805                         "writable": true
23806                     },
23807                     "caps": {
23808                         "blurb": "The caps of the source pad",
23809                         "conditionally-available": false,
23810                         "construct": false,
23811                         "construct-only": false,
23812                         "controllable": false,
23813                         "mutable": "null",
23814                         "readable": true,
23815                         "type": "GstCaps",
23816                         "writable": true
23817                     },
23818                     "close-socket": {
23819                         "blurb": "Close socket if passed as property on state change",
23820                         "conditionally-available": false,
23821                         "construct": false,
23822                         "construct-only": false,
23823                         "controllable": false,
23824                         "default": "true",
23825                         "mutable": "null",
23826                         "readable": true,
23827                         "type": "gboolean",
23828                         "writable": true
23829                     },
23830                     "loop": {
23831                         "blurb": "Used for setting the multicast loop parameter. TRUE = enable, FALSE = disable",
23832                         "conditionally-available": false,
23833                         "construct": false,
23834                         "construct-only": false,
23835                         "controllable": false,
23836                         "default": "true",
23837                         "mutable": "null",
23838                         "readable": true,
23839                         "type": "gboolean",
23840                         "writable": true
23841                     },
23842                     "mtu": {
23843                         "blurb": "Maximum expected packet size. This directly defines the allocationsize of the receive buffer pool.",
23844                         "conditionally-available": false,
23845                         "construct": false,
23846                         "construct-only": false,
23847                         "controllable": false,
23848                         "default": "1492",
23849                         "max": "2147483647",
23850                         "min": "0",
23851                         "mutable": "null",
23852                         "readable": true,
23853                         "type": "guint",
23854                         "writable": true
23855                     },
23856                     "multicast-group": {
23857                         "blurb": "The Address of multicast group to join. (DEPRECATED: Use address property instead)",
23858                         "conditionally-available": false,
23859                         "construct": false,
23860                         "construct-only": false,
23861                         "controllable": false,
23862                         "default": "0.0.0.0",
23863                         "mutable": "null",
23864                         "readable": true,
23865                         "type": "gchararray",
23866                         "writable": true
23867                     },
23868                     "multicast-iface": {
23869                         "blurb": "The network interface on which to join the multicast group.This allows multiple interfaces separated by comma. (\"eth0,eth1\")",
23870                         "conditionally-available": false,
23871                         "construct": false,
23872                         "construct-only": false,
23873                         "controllable": false,
23874                         "default": "NULL",
23875                         "mutable": "null",
23876                         "readable": true,
23877                         "type": "gchararray",
23878                         "writable": true
23879                     },
23880                     "port": {
23881                         "blurb": "The port to receive the packets from, 0=allocate",
23882                         "conditionally-available": false,
23883                         "construct": false,
23884                         "construct-only": false,
23885                         "controllable": false,
23886                         "default": "5004",
23887                         "max": "65535",
23888                         "min": "0",
23889                         "mutable": "null",
23890                         "readable": true,
23891                         "type": "gint",
23892                         "writable": true
23893                     },
23894                     "retrieve-sender-address": {
23895                         "blurb": "Whether to retrieve the sender address and add it to buffers as meta. Disabling this might result in minor performance improvements in certain scenarios",
23896                         "conditionally-available": false,
23897                         "construct": false,
23898                         "construct-only": false,
23899                         "controllable": false,
23900                         "default": "true",
23901                         "mutable": "null",
23902                         "readable": true,
23903                         "type": "gboolean",
23904                         "writable": true
23905                     },
23906                     "reuse": {
23907                         "blurb": "Enable reuse of the port",
23908                         "conditionally-available": false,
23909                         "construct": false,
23910                         "construct-only": false,
23911                         "controllable": false,
23912                         "default": "true",
23913                         "mutable": "null",
23914                         "readable": true,
23915                         "type": "gboolean",
23916                         "writable": true
23917                     },
23918                     "skip-first-bytes": {
23919                         "blurb": "number of bytes to skip for each udp packet",
23920                         "conditionally-available": false,
23921                         "construct": false,
23922                         "construct-only": false,
23923                         "controllable": false,
23924                         "default": "0",
23925                         "max": "2147483647",
23926                         "min": "0",
23927                         "mutable": "null",
23928                         "readable": true,
23929                         "type": "gint",
23930                         "writable": true
23931                     },
23932                     "socket": {
23933                         "blurb": "Socket to use for UDP reception. (NULL == allocate)",
23934                         "conditionally-available": false,
23935                         "construct": false,
23936                         "construct-only": false,
23937                         "controllable": false,
23938                         "mutable": "null",
23939                         "readable": true,
23940                         "type": "GSocket",
23941                         "writable": true
23942                     },
23943                     "socket-timestamp": {
23944                         "blurb": "Used for adding alternative timestamp using SO_TIMESTAMP.",
23945                         "conditionally-available": false,
23946                         "construct": false,
23947                         "construct-only": false,
23948                         "controllable": false,
23949                         "default": "disabled (0)",
23950                         "mutable": "null",
23951                         "readable": true,
23952                         "type": "GstSocketTimestampMode",
23953                         "writable": true
23954                     },
23955                     "timeout": {
23956                         "blurb": "Post a message after timeout nanoseconds (0 = disabled)",
23957                         "conditionally-available": false,
23958                         "construct": false,
23959                         "construct-only": false,
23960                         "controllable": false,
23961                         "default": "0",
23962                         "max": "18446744073709551615",
23963                         "min": "0",
23964                         "mutable": "null",
23965                         "readable": true,
23966                         "type": "guint64",
23967                         "writable": true
23968                     },
23969                     "uri": {
23970                         "blurb": "URI in the form of udp://multicast_group:port",
23971                         "conditionally-available": false,
23972                         "construct": false,
23973                         "construct-only": false,
23974                         "controllable": false,
23975                         "default": "udp://0.0.0.0:5004",
23976                         "mutable": "null",
23977                         "readable": true,
23978                         "type": "gchararray",
23979                         "writable": true
23980                     },
23981                     "used-socket": {
23982                         "blurb": "Socket currently in use for UDP reception. (NULL = no socket)",
23983                         "conditionally-available": false,
23984                         "construct": false,
23985                         "construct-only": false,
23986                         "controllable": false,
23987                         "mutable": "null",
23988                         "readable": true,
23989                         "type": "GSocket",
23990                         "writable": false
23991                     }
23992                 },
23993                 "rank": "none"
23994             }
23995         },
23996         "filename": "gstudp",
23997         "license": "LGPL",
23998         "other-types": {
23999             "GstSocketTimestampMode": {
24000                 "kind": "enum",
24001                 "values": [
24002                     {
24003                         "desc": "Disable additional timestamps",
24004                         "name": "disabled",
24005                         "value": "0"
24006                     },
24007                     {
24008                         "desc": "Timestamp with realtime clock (nsec resolution, may not be monotonic)",
24009                         "name": "realtime",
24010                         "value": "1"
24011                     }
24012                 ]
24013             }
24014         },
24015         "package": "GStreamer Good Plug-ins",
24016         "source": "gst-plugins-good",
24017         "tracers": {},
24018         "url": "Unknown package origin"
24019     },
24020     "video4linux2": {
24021         "description": "elements for Video 4 Linux",
24022         "elements": {
24023             "v4l2radio": {
24024                 "author": "Alexey Chernov <4ernov@gmail.com>",
24025                 "description": "Controls a Video4Linux2 radio device",
24026                 "hierarchy": [
24027                     "GstV4l2Radio",
24028                     "GstElement",
24029                     "GstObject",
24030                     "GInitiallyUnowned",
24031                     "GObject"
24032                 ],
24033                 "interfaces": [
24034                     "GstURIHandler",
24035                     "GstTuner"
24036                 ],
24037                 "klass": "Tuner",
24038                 "long-name": "Radio (video4linux2) Tuner",
24039                 "properties": {
24040                     "device": {
24041                         "blurb": "Video4Linux2 radio device location",
24042                         "conditionally-available": false,
24043                         "construct": false,
24044                         "construct-only": false,
24045                         "controllable": false,
24046                         "default": "/dev/radio0",
24047                         "mutable": "null",
24048                         "readable": true,
24049                         "type": "gchararray",
24050                         "writable": true
24051                     },
24052                     "frequency": {
24053                         "blurb": "Station frequency in Hz",
24054                         "conditionally-available": false,
24055                         "construct": false,
24056                         "construct-only": false,
24057                         "controllable": false,
24058                         "default": "0",
24059                         "max": "108000000",
24060                         "min": "87500000",
24061                         "mutable": "null",
24062                         "readable": true,
24063                         "type": "gint",
24064                         "writable": true
24065                     }
24066                 },
24067                 "rank": "none"
24068             },
24069             "v4l2sink": {
24070                 "author": "Rob Clark <rob@ti.com>,",
24071                 "description": "Displays frames on a video4linux2 device",
24072                 "hierarchy": [
24073                     "GstV4l2Sink",
24074                     "GstVideoSink",
24075                     "GstBaseSink",
24076                     "GstElement",
24077                     "GstObject",
24078                     "GInitiallyUnowned",
24079                     "GObject"
24080                 ],
24081                 "interfaces": [
24082                     "GstTuner",
24083                     "GstColorBalance",
24084                     "GstVideoOrientation"
24085                 ],
24086                 "klass": "Sink/Video",
24087                 "long-name": "Video (video4linux2) Sink",
24088                 "pad-templates": {
24089                     "sink": {
24090                         "caps": "image/jpeg:\nvideo/mpeg:\n    mpegversion: 4\n   systemstream: false\nvideo/mpeg:\n    mpegversion: { (int)1, (int)2 }\nvideo/mpegts:\n   systemstream: true\nvideo/x-bayer:\n         format: { bggr, gbrg, grbg, rggb }\n          width: [ 1, 32768 ]\n         height: [ 1, 32768 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-dv:\n   systemstream: true\nvideo/x-fwht:\nvideo/x-h263:\n        variant: itu\nvideo/x-h264:\n  stream-format: { (string)byte-stream, (string)avc }\n      alignment: au\nvideo/x-h265:\n  stream-format: byte-stream\n      alignment: au\nvideo/x-pwc1:\n          width: [ 1, 32768 ]\n         height: [ 1, 32768 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-pwc2:\n          width: [ 1, 32768 ]\n         height: [ 1, 32768 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: { RGB16, BGR, RGB, ABGR, xBGR, RGBA, RGBx, GRAY8, GRAY16_LE, GRAY16_BE, YVU9, YV12, YUY2, YVYU, UYVY, Y42B, Y41B, YUV9, NV12_64Z32, NV24, NV61, NV16, NV21, NV12, I420, ARGB, xRGB, BGRA, BGRx, BGR15, RGB15 }\n          width: [ 1, 32768 ]\n         height: [ 1, 32768 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-sonix:\n          width: [ 1, 32768 ]\n         height: [ 1, 32768 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-vp8:\nvideo/x-vp9:\nvideo/x-wmv:\n     wmvversion: 3\n         format: WVC1\n\nvideo/x-raw(format:Interlaced):\n         format: { RGB16, BGR, RGB, ABGR, xBGR, RGBA, RGBx, GRAY8, GRAY16_LE, GRAY16_BE, YVU9, YV12, YUY2, YVYU, UYVY, Y42B, Y41B, YUV9, NV12_64Z32, NV24, NV61, NV16, NV21, NV12, I420, ARGB, xRGB, BGRA, BGRx, BGR15, RGB15 }\n          width: [ 1, 32768 ]\n         height: [ 1, 32768 ]\n      framerate: [ 0/1, 2147483647/1 ]\n interlace-mode: alternate\n",
24091                         "direction": "sink",
24092                         "presence": "always"
24093                     }
24094                 },
24095                 "properties": {
24096                     "brightness": {
24097                         "blurb": "Picture brightness, or more precisely, the black level",
24098                         "conditionally-available": false,
24099                         "construct": false,
24100                         "construct-only": false,
24101                         "controllable": true,
24102                         "default": "0",
24103                         "max": "2147483647",
24104                         "min": "-2147483648",
24105                         "mutable": "null",
24106                         "readable": true,
24107                         "type": "gint",
24108                         "writable": true
24109                     },
24110                     "contrast": {
24111                         "blurb": "Picture contrast or luma gain",
24112                         "conditionally-available": false,
24113                         "construct": false,
24114                         "construct-only": false,
24115                         "controllable": true,
24116                         "default": "0",
24117                         "max": "2147483647",
24118                         "min": "-2147483648",
24119                         "mutable": "null",
24120                         "readable": true,
24121                         "type": "gint",
24122                         "writable": true
24123                     },
24124                     "crop-height": {
24125                         "blurb": "The height of the video crop; default is equal to negotiated image height",
24126                         "conditionally-available": false,
24127                         "construct": false,
24128                         "construct-only": false,
24129                         "controllable": false,
24130                         "default": "0",
24131                         "max": "-1",
24132                         "min": "0",
24133                         "mutable": "null",
24134                         "readable": true,
24135                         "type": "guint",
24136                         "writable": true
24137                     },
24138                     "crop-left": {
24139                         "blurb": "The leftmost (x) coordinate of the video crop; top left corner of image is 0,0",
24140                         "conditionally-available": false,
24141                         "construct": false,
24142                         "construct-only": false,
24143                         "controllable": false,
24144                         "default": "0",
24145                         "max": "2147483647",
24146                         "min": "-2147483648",
24147                         "mutable": "null",
24148                         "readable": true,
24149                         "type": "gint",
24150                         "writable": true
24151                     },
24152                     "crop-top": {
24153                         "blurb": "The topmost (y) coordinate of the video crop; top left corner of image is 0,0",
24154                         "conditionally-available": false,
24155                         "construct": false,
24156                         "construct-only": false,
24157                         "controllable": false,
24158                         "default": "0",
24159                         "max": "2147483647",
24160                         "min": "-2147483648",
24161                         "mutable": "null",
24162                         "readable": true,
24163                         "type": "gint",
24164                         "writable": true
24165                     },
24166                     "crop-width": {
24167                         "blurb": "The width of the video crop; default is equal to negotiated image width",
24168                         "conditionally-available": false,
24169                         "construct": false,
24170                         "construct-only": false,
24171                         "controllable": false,
24172                         "default": "0",
24173                         "max": "-1",
24174                         "min": "0",
24175                         "mutable": "null",
24176                         "readable": true,
24177                         "type": "guint",
24178                         "writable": true
24179                     },
24180                     "device": {
24181                         "blurb": "Device location",
24182                         "conditionally-available": false,
24183                         "construct": false,
24184                         "construct-only": false,
24185                         "controllable": false,
24186                         "default": "/dev/video1",
24187                         "mutable": "null",
24188                         "readable": true,
24189                         "type": "gchararray",
24190                         "writable": true
24191                     },
24192                     "device-fd": {
24193                         "blurb": "File descriptor of the device",
24194                         "conditionally-available": false,
24195                         "construct": false,
24196                         "construct-only": false,
24197                         "controllable": false,
24198                         "default": "-1",
24199                         "max": "2147483647",
24200                         "min": "-1",
24201                         "mutable": "null",
24202                         "readable": true,
24203                         "type": "gint",
24204                         "writable": false
24205                     },
24206                     "device-name": {
24207                         "blurb": "Name of the device",
24208                         "conditionally-available": false,
24209                         "construct": false,
24210                         "construct-only": false,
24211                         "controllable": false,
24212                         "default": "NULL",
24213                         "mutable": "null",
24214                         "readable": true,
24215                         "type": "gchararray",
24216                         "writable": false
24217                     },
24218                     "extra-controls": {
24219                         "blurb": "Extra v4l2 controls (CIDs) for the device",
24220                         "conditionally-available": false,
24221                         "construct": false,
24222                         "construct-only": false,
24223                         "controllable": false,
24224                         "mutable": "null",
24225                         "readable": true,
24226                         "type": "GstStructure",
24227                         "writable": true
24228                     },
24229                     "flags": {
24230                         "blurb": "Device type flags",
24231                         "conditionally-available": false,
24232                         "construct": false,
24233                         "construct-only": false,
24234                         "controllable": false,
24235                         "default": "(none)",
24236                         "mutable": "null",
24237                         "readable": true,
24238                         "type": "GstV4l2DeviceTypeFlags",
24239                         "writable": false
24240                     },
24241                     "force-aspect-ratio": {
24242                         "blurb": "When enabled, the pixel aspect ratio will be enforced",
24243                         "conditionally-available": false,
24244                         "construct": false,
24245                         "construct-only": false,
24246                         "controllable": false,
24247                         "default": "true",
24248                         "mutable": "null",
24249                         "readable": true,
24250                         "type": "gboolean",
24251                         "writable": true
24252                     },
24253                     "hue": {
24254                         "blurb": "Hue or color balance",
24255                         "conditionally-available": false,
24256                         "construct": false,
24257                         "construct-only": false,
24258                         "controllable": true,
24259                         "default": "0",
24260                         "max": "2147483647",
24261                         "min": "-2147483648",
24262                         "mutable": "null",
24263                         "readable": true,
24264                         "type": "gint",
24265                         "writable": true
24266                     },
24267                     "io-mode": {
24268                         "blurb": "I/O mode",
24269                         "conditionally-available": false,
24270                         "construct": false,
24271                         "construct-only": false,
24272                         "controllable": false,
24273                         "default": "auto (0)",
24274                         "mutable": "null",
24275                         "readable": true,
24276                         "type": "GstV4l2IOMode",
24277                         "writable": true
24278                     },
24279                     "norm": {
24280                         "blurb": "video standard",
24281                         "conditionally-available": false,
24282                         "construct": false,
24283                         "construct-only": false,
24284                         "controllable": false,
24285                         "default": "none (0)",
24286                         "mutable": "null",
24287                         "readable": true,
24288                         "type": "V4L2_TV_norms",
24289                         "writable": true
24290                     },
24291                     "overlay-height": {
24292                         "blurb": "The height of the video overlay; default is equal to negotiated image height",
24293                         "conditionally-available": false,
24294                         "construct": false,
24295                         "construct-only": false,
24296                         "controllable": false,
24297                         "default": "0",
24298                         "max": "-1",
24299                         "min": "0",
24300                         "mutable": "null",
24301                         "readable": true,
24302                         "type": "guint",
24303                         "writable": true
24304                     },
24305                     "overlay-left": {
24306                         "blurb": "The leftmost (x) coordinate of the video overlay; top left corner of screen is 0,0",
24307                         "conditionally-available": false,
24308                         "construct": false,
24309                         "construct-only": false,
24310                         "controllable": false,
24311                         "default": "0",
24312                         "max": "2147483647",
24313                         "min": "-2147483648",
24314                         "mutable": "null",
24315                         "readable": true,
24316                         "type": "gint",
24317                         "writable": true
24318                     },
24319                     "overlay-top": {
24320                         "blurb": "The topmost (y) coordinate of the video overlay; top left corner of screen is 0,0",
24321                         "conditionally-available": false,
24322                         "construct": false,
24323                         "construct-only": false,
24324                         "controllable": false,
24325                         "default": "0",
24326                         "max": "2147483647",
24327                         "min": "-2147483648",
24328                         "mutable": "null",
24329                         "readable": true,
24330                         "type": "gint",
24331                         "writable": true
24332                     },
24333                     "overlay-width": {
24334                         "blurb": "The width of the video overlay; default is equal to negotiated image width",
24335                         "conditionally-available": false,
24336                         "construct": false,
24337                         "construct-only": false,
24338                         "controllable": false,
24339                         "default": "0",
24340                         "max": "-1",
24341                         "min": "0",
24342                         "mutable": "null",
24343                         "readable": true,
24344                         "type": "guint",
24345                         "writable": true
24346                     },
24347                     "pixel-aspect-ratio": {
24348                         "blurb": "Overwrite the pixel aspect ratio of the device",
24349                         "conditionally-available": false,
24350                         "construct": false,
24351                         "construct-only": false,
24352                         "controllable": false,
24353                         "default": "NULL",
24354                         "mutable": "null",
24355                         "readable": true,
24356                         "type": "gchararray",
24357                         "writable": true
24358                     },
24359                     "saturation": {
24360                         "blurb": "Picture color saturation or chroma gain",
24361                         "conditionally-available": false,
24362                         "construct": false,
24363                         "construct-only": false,
24364                         "controllable": true,
24365                         "default": "0",
24366                         "max": "2147483647",
24367                         "min": "-2147483648",
24368                         "mutable": "null",
24369                         "readable": true,
24370                         "type": "gint",
24371                         "writable": true
24372                     }
24373                 },
24374                 "rank": "none"
24375             },
24376             "v4l2src": {
24377                 "author": "Edgard Lima <edgard.lima@gmail.com>, Stefan Kost <ensonic@users.sf.net>",
24378                 "description": "Reads frames from a Video4Linux2 device",
24379                 "hierarchy": [
24380                     "GstV4l2Src",
24381                     "GstPushSrc",
24382                     "GstBaseSrc",
24383                     "GstElement",
24384                     "GstObject",
24385                     "GInitiallyUnowned",
24386                     "GObject"
24387                 ],
24388                 "interfaces": [
24389                     "GstURIHandler",
24390                     "GstTuner",
24391                     "GstColorBalance",
24392                     "GstVideoOrientation"
24393                 ],
24394                 "klass": "Source/Video",
24395                 "long-name": "Video (video4linux2) Source",
24396                 "pad-templates": {
24397                     "src": {
24398                         "caps": "image/jpeg:\nvideo/mpeg:\n    mpegversion: 4\n   systemstream: false\nvideo/mpeg:\n    mpegversion: { (int)1, (int)2 }\nvideo/mpegts:\n   systemstream: true\nvideo/x-bayer:\n         format: { bggr, gbrg, grbg, rggb }\n          width: [ 1, 32768 ]\n         height: [ 1, 32768 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-dv:\n   systemstream: true\nvideo/x-fwht:\nvideo/x-h263:\n        variant: itu\nvideo/x-h264:\n  stream-format: { (string)byte-stream, (string)avc }\n      alignment: au\nvideo/x-h265:\n  stream-format: byte-stream\n      alignment: au\nvideo/x-pwc1:\n          width: [ 1, 32768 ]\n         height: [ 1, 32768 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-pwc2:\n          width: [ 1, 32768 ]\n         height: [ 1, 32768 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-raw:\n         format: { RGB16, BGR, RGB, ABGR, xBGR, RGBA, RGBx, GRAY8, GRAY16_LE, GRAY16_BE, YVU9, YV12, YUY2, YVYU, UYVY, Y42B, Y41B, YUV9, NV12_64Z32, NV24, NV61, NV16, NV21, NV12, I420, ARGB, xRGB, BGRA, BGRx, BGR15, RGB15 }\n          width: [ 1, 32768 ]\n         height: [ 1, 32768 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-sonix:\n          width: [ 1, 32768 ]\n         height: [ 1, 32768 ]\n      framerate: [ 0/1, 2147483647/1 ]\nvideo/x-vp8:\nvideo/x-vp9:\nvideo/x-wmv:\n     wmvversion: 3\n         format: WVC1\n\nvideo/x-raw(format:Interlaced):\n         format: { RGB16, BGR, RGB, ABGR, xBGR, RGBA, RGBx, GRAY8, GRAY16_LE, GRAY16_BE, YVU9, YV12, YUY2, YVYU, UYVY, Y42B, Y41B, YUV9, NV12_64Z32, NV24, NV61, NV16, NV21, NV12, I420, ARGB, xRGB, BGRA, BGRx, BGR15, RGB15 }\n          width: [ 1, 32768 ]\n         height: [ 1, 32768 ]\n      framerate: [ 0/1, 2147483647/1 ]\n interlace-mode: alternate\n",
24399                         "direction": "src",
24400                         "presence": "always"
24401                     }
24402                 },
24403                 "properties": {
24404                     "brightness": {
24405                         "blurb": "Picture brightness, or more precisely, the black level",
24406                         "conditionally-available": false,
24407                         "construct": false,
24408                         "construct-only": false,
24409                         "controllable": true,
24410                         "default": "0",
24411                         "max": "2147483647",
24412                         "min": "-2147483648",
24413                         "mutable": "null",
24414                         "readable": true,
24415                         "type": "gint",
24416                         "writable": true
24417                     },
24418                     "contrast": {
24419                         "blurb": "Picture contrast or luma gain",
24420                         "conditionally-available": false,
24421                         "construct": false,
24422                         "construct-only": false,
24423                         "controllable": true,
24424                         "default": "0",
24425                         "max": "2147483647",
24426                         "min": "-2147483648",
24427                         "mutable": "null",
24428                         "readable": true,
24429                         "type": "gint",
24430                         "writable": true
24431                     },
24432                     "device": {
24433                         "blurb": "Device location",
24434                         "conditionally-available": false,
24435                         "construct": false,
24436                         "construct-only": false,
24437                         "controllable": false,
24438                         "default": "/dev/video0",
24439                         "mutable": "null",
24440                         "readable": true,
24441                         "type": "gchararray",
24442                         "writable": true
24443                     },
24444                     "device-fd": {
24445                         "blurb": "File descriptor of the device",
24446                         "conditionally-available": false,
24447                         "construct": false,
24448                         "construct-only": false,
24449                         "controllable": false,
24450                         "default": "-1",
24451                         "max": "2147483647",
24452                         "min": "-1",
24453                         "mutable": "null",
24454                         "readable": true,
24455                         "type": "gint",
24456                         "writable": false
24457                     },
24458                     "device-name": {
24459                         "blurb": "Name of the device",
24460                         "conditionally-available": false,
24461                         "construct": false,
24462                         "construct-only": false,
24463                         "controllable": false,
24464                         "default": "NULL",
24465                         "mutable": "null",
24466                         "readable": true,
24467                         "type": "gchararray",
24468                         "writable": false
24469                     },
24470                     "extra-controls": {
24471                         "blurb": "Extra v4l2 controls (CIDs) for the device",
24472                         "conditionally-available": false,
24473                         "construct": false,
24474                         "construct-only": false,
24475                         "controllable": false,
24476                         "mutable": "null",
24477                         "readable": true,
24478                         "type": "GstStructure",
24479                         "writable": true
24480                     },
24481                     "flags": {
24482                         "blurb": "Device type flags",
24483                         "conditionally-available": false,
24484                         "construct": false,
24485                         "construct-only": false,
24486                         "controllable": false,
24487                         "default": "(none)",
24488                         "mutable": "null",
24489                         "readable": true,
24490                         "type": "GstV4l2DeviceTypeFlags",
24491                         "writable": false
24492                     },
24493                     "force-aspect-ratio": {
24494                         "blurb": "When enabled, the pixel aspect ratio will be enforced",
24495                         "conditionally-available": false,
24496                         "construct": false,
24497                         "construct-only": false,
24498                         "controllable": false,
24499                         "default": "true",
24500                         "mutable": "null",
24501                         "readable": true,
24502                         "type": "gboolean",
24503                         "writable": true
24504                     },
24505                     "hue": {
24506                         "blurb": "Hue or color balance",
24507                         "conditionally-available": false,
24508                         "construct": false,
24509                         "construct-only": false,
24510                         "controllable": true,
24511                         "default": "0",
24512                         "max": "2147483647",
24513                         "min": "-2147483648",
24514                         "mutable": "null",
24515                         "readable": true,
24516                         "type": "gint",
24517                         "writable": true
24518                     },
24519                     "io-mode": {
24520                         "blurb": "I/O mode",
24521                         "conditionally-available": false,
24522                         "construct": false,
24523                         "construct-only": false,
24524                         "controllable": false,
24525                         "default": "auto (0)",
24526                         "mutable": "null",
24527                         "readable": true,
24528                         "type": "GstV4l2IOMode",
24529                         "writable": true
24530                     },
24531                     "norm": {
24532                         "blurb": "video standard",
24533                         "conditionally-available": false,
24534                         "construct": false,
24535                         "construct-only": false,
24536                         "controllable": false,
24537                         "default": "none (0)",
24538                         "mutable": "null",
24539                         "readable": true,
24540                         "type": "V4L2_TV_norms",
24541                         "writable": true
24542                     },
24543                     "pixel-aspect-ratio": {
24544                         "blurb": "Overwrite the pixel aspect ratio of the device",
24545                         "conditionally-available": false,
24546                         "construct": false,
24547                         "construct-only": false,
24548                         "controllable": false,
24549                         "default": "NULL",
24550                         "mutable": "null",
24551                         "readable": true,
24552                         "type": "gchararray",
24553                         "writable": true
24554                     },
24555                     "saturation": {
24556                         "blurb": "Picture color saturation or chroma gain",
24557                         "conditionally-available": false,
24558                         "construct": false,
24559                         "construct-only": false,
24560                         "controllable": true,
24561                         "default": "0",
24562                         "max": "2147483647",
24563                         "min": "-2147483648",
24564                         "mutable": "null",
24565                         "readable": true,
24566                         "type": "gint",
24567                         "writable": true
24568                     }
24569                 },
24570                 "rank": "primary",
24571                 "signals": {
24572                     "prepare-format": {
24573                         "args": [
24574                             {
24575                                 "name": "arg0",
24576                                 "type": "gint"
24577                             },
24578                             {
24579                                 "name": "arg1",
24580                                 "type": "GstCaps"
24581                             }
24582                         ],
24583                         "return-type": "void",
24584                         "when": "last"
24585                     }
24586                 }
24587             }
24588         },
24589         "filename": "gstvideo4linux2",
24590         "license": "LGPL",
24591         "other-types": {
24592             "GstTuner": {
24593                 "hierarchy": [
24594                     "GstTuner",
24595                     "GInterface"
24596                 ],
24597                 "kind": "interface",
24598                 "signals": {
24599                     "channel-changed": {
24600                         "args": [
24601                             {
24602                                 "name": "arg0",
24603                                 "type": "GstTunerChannel"
24604                             }
24605                         ],
24606                         "return-type": "void",
24607                         "when": "last"
24608                     },
24609                     "frequency-changed": {
24610                         "args": [
24611                             {
24612                                 "name": "arg0",
24613                                 "type": "GstTunerChannel"
24614                             },
24615                             {
24616                                 "name": "arg1",
24617                                 "type": "gulong"
24618                             }
24619                         ],
24620                         "return-type": "void",
24621                         "when": "last"
24622                     },
24623                     "norm-changed": {
24624                         "args": [
24625                             {
24626                                 "name": "arg0",
24627                                 "type": "GstTunerNorm"
24628                             }
24629                         ],
24630                         "return-type": "void",
24631                         "when": "last"
24632                     },
24633                     "signal-changed": {
24634                         "args": [
24635                             {
24636                                 "name": "arg0",
24637                                 "type": "GstTunerChannel"
24638                             },
24639                             {
24640                                 "name": "arg1",
24641                                 "type": "gint"
24642                             }
24643                         ],
24644                         "return-type": "void",
24645                         "when": "last"
24646                     }
24647                 }
24648             },
24649             "GstTunerChannel": {
24650                 "hierarchy": [
24651                     "GstTunerChannel",
24652                     "GObject"
24653                 ],
24654                 "kind": "object",
24655                 "signals": {
24656                     "frequency-changed": {
24657                         "args": [
24658                             {
24659                                 "name": "arg0",
24660                                 "type": "gulong"
24661                             }
24662                         ],
24663                         "return-type": "void",
24664                         "when": "last"
24665                     },
24666                     "signal-changed": {
24667                         "args": [
24668                             {
24669                                 "name": "arg0",
24670                                 "type": "gint"
24671                             }
24672                         ],
24673                         "return-type": "void",
24674                         "when": "last"
24675                     }
24676                 }
24677             },
24678             "GstTunerNorm": {
24679                 "hierarchy": [
24680                     "GstTunerNorm",
24681                     "GObject"
24682                 ],
24683                 "kind": "object"
24684             },
24685             "GstV4l2DeviceTypeFlags": {
24686                 "kind": "flags",
24687                 "values": [
24688                     {
24689                         "desc": "Device supports video capture",
24690                         "name": "capture",
24691                         "value": "0x00000001"
24692                     },
24693                     {
24694                         "desc": "Device supports video playback",
24695                         "name": "output",
24696                         "value": "0x00000002"
24697                     },
24698                     {
24699                         "desc": "Device supports video overlay",
24700                         "name": "overlay",
24701                         "value": "0x00000004"
24702                     },
24703                     {
24704                         "desc": "Device supports the VBI capture",
24705                         "name": "vbi-capture",
24706                         "value": "0x00000010"
24707                     },
24708                     {
24709                         "desc": "Device supports the VBI output",
24710                         "name": "vbi-output",
24711                         "value": "0x00000020"
24712                     },
24713                     {
24714                         "desc": "Device has a tuner or modulator",
24715                         "name": "tuner",
24716                         "value": "0x00010000"
24717                     },
24718                     {
24719                         "desc": "Device has audio inputs or outputs",
24720                         "name": "audio",
24721                         "value": "0x00020000"
24722                     }
24723                 ]
24724             },
24725             "GstV4l2IOMode": {
24726                 "kind": "enum",
24727                 "values": [
24728                     {
24729                         "desc": "GST_V4L2_IO_AUTO",
24730                         "name": "auto",
24731                         "value": "0"
24732                     },
24733                     {
24734                         "desc": "GST_V4L2_IO_RW",
24735                         "name": "rw",
24736                         "value": "1"
24737                     },
24738                     {
24739                         "desc": "GST_V4L2_IO_MMAP",
24740                         "name": "mmap",
24741                         "value": "2"
24742                     },
24743                     {
24744                         "desc": "GST_V4L2_IO_USERPTR",
24745                         "name": "userptr",
24746                         "value": "3"
24747                     },
24748                     {
24749                         "desc": "GST_V4L2_IO_DMABUF",
24750                         "name": "dmabuf",
24751                         "value": "4"
24752                     },
24753                     {
24754                         "desc": "GST_V4L2_IO_DMABUF_IMPORT",
24755                         "name": "dmabuf-import",
24756                         "value": "5"
24757                     }
24758                 ]
24759             },
24760             "V4L2_TV_norms": {
24761                 "kind": "enum",
24762                 "values": [
24763                     {
24764                         "desc": "none",
24765                         "name": "none",
24766                         "value": "0"
24767                     },
24768                     {
24769                         "desc": "NTSC",
24770                         "name": "NTSC",
24771                         "value": "45056"
24772                     },
24773                     {
24774                         "desc": "NTSC-M",
24775                         "name": "NTSC-M",
24776                         "value": "4096"
24777                     },
24778                     {
24779                         "desc": "NTSC-M-JP",
24780                         "name": "NTSC-M-JP",
24781                         "value": "8192"
24782                     },
24783                     {
24784                         "desc": "NTSC-M-KR",
24785                         "name": "NTSC-M-KR",
24786                         "value": "32768"
24787                     },
24788                     {
24789                         "desc": "NTSC-443",
24790                         "name": "NTSC-443",
24791                         "value": "16384"
24792                     },
24793                     {
24794                         "desc": "PAL",
24795                         "name": "PAL",
24796                         "value": "255"
24797                     },
24798                     {
24799                         "desc": "PAL-BG",
24800                         "name": "PAL-BG",
24801                         "value": "7"
24802                     },
24803                     {
24804                         "desc": "PAL-B",
24805                         "name": "PAL-B",
24806                         "value": "1"
24807                     },
24808                     {
24809                         "desc": "PAL-B1",
24810                         "name": "PAL-B1",
24811                         "value": "2"
24812                     },
24813                     {
24814                         "desc": "PAL-G",
24815                         "name": "PAL-G",
24816                         "value": "4"
24817                     },
24818                     {
24819                         "desc": "PAL-H",
24820                         "name": "PAL-H",
24821                         "value": "8"
24822                     },
24823                     {
24824                         "desc": "PAL-I",
24825                         "name": "PAL-I",
24826                         "value": "16"
24827                     },
24828                     {
24829                         "desc": "PAL-DK",
24830                         "name": "PAL-DK",
24831                         "value": "224"
24832                     },
24833                     {
24834                         "desc": "PAL-D",
24835                         "name": "PAL-D",
24836                         "value": "32"
24837                     },
24838                     {
24839                         "desc": "PAL-D1",
24840                         "name": "PAL-D1",
24841                         "value": "64"
24842                     },
24843                     {
24844                         "desc": "PAL-K",
24845                         "name": "PAL-K",
24846                         "value": "128"
24847                     },
24848                     {
24849                         "desc": "PAL-M",
24850                         "name": "PAL-M",
24851                         "value": "256"
24852                     },
24853                     {
24854                         "desc": "PAL-N",
24855                         "name": "PAL-N",
24856                         "value": "512"
24857                     },
24858                     {
24859                         "desc": "PAL-Nc",
24860                         "name": "PAL-Nc",
24861                         "value": "1024"
24862                     },
24863                     {
24864                         "desc": "PAL-60",
24865                         "name": "PAL-60",
24866                         "value": "2048"
24867                     },
24868                     {
24869                         "desc": "SECAM",
24870                         "name": "SECAM",
24871                         "value": "16711680"
24872                     },
24873                     {
24874                         "desc": "SECAM-B",
24875                         "name": "SECAM-B",
24876                         "value": "65536"
24877                     },
24878                     {
24879                         "desc": "SECAM-G",
24880                         "name": "SECAM-G",
24881                         "value": "262144"
24882                     },
24883                     {
24884                         "desc": "SECAM-H",
24885                         "name": "SECAM-H",
24886                         "value": "524288"
24887                     },
24888                     {
24889                         "desc": "SECAM-DK",
24890                         "name": "SECAM-DK",
24891                         "value": "3276800"
24892                     },
24893                     {
24894                         "desc": "SECAM-D",
24895                         "name": "SECAM-D",
24896                         "value": "131072"
24897                     },
24898                     {
24899                         "desc": "SECAM-K",
24900                         "name": "SECAM-K",
24901                         "value": "1048576"
24902                     },
24903                     {
24904                         "desc": "SECAM-K1",
24905                         "name": "SECAM-K1",
24906                         "value": "2097152"
24907                     },
24908                     {
24909                         "desc": "SECAM-L",
24910                         "name": "SECAM-L",
24911                         "value": "4194304"
24912                     },
24913                     {
24914                         "desc": "SECAM-Lc",
24915                         "name": "SECAM-Lc",
24916                         "value": "8388608"
24917                     }
24918                 ]
24919             }
24920         },
24921         "package": "GStreamer Good Plug-ins",
24922         "source": "gst-plugins-good",
24923         "tracers": {},
24924         "url": "Unknown package origin"
24925     },
24926     "videobox": {
24927         "description": "resizes a video by adding borders or cropping",
24928         "elements": {
24929             "videobox": {
24930                 "author": "Wim Taymans <wim@fluendo.com>",
24931                 "description": "Resizes a video by adding borders or cropping",
24932                 "hierarchy": [
24933                     "GstVideoBox",
24934                     "GstVideoFilter",
24935                     "GstBaseTransform",
24936                     "GstElement",
24937                     "GstObject",
24938                     "GInitiallyUnowned",
24939                     "GObject"
24940                 ],
24941                 "klass": "Filter/Effect/Video",
24942                 "long-name": "Video box filter",
24943                 "pad-templates": {
24944                     "sink": {
24945                         "caps": "video/x-raw:\n         format: { AYUV, ARGB, BGRA, ABGR, RGBA, xRGB, BGRx, xBGR, RGBx, RGB, BGR, Y444, Y42B, YUY2, YVYU, UYVY, I420, YV12, Y41B, GRAY8, GRAY16_BE, GRAY16_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24946                         "direction": "sink",
24947                         "presence": "always"
24948                     },
24949                     "src": {
24950                         "caps": "video/x-raw:\n         format: { AYUV, ARGB, BGRA, ABGR, RGBA, xRGB, BGRx, xBGR, RGBx, RGB, BGR, Y444, Y42B, YUY2, YVYU, UYVY, I420, YV12, Y41B, GRAY8, GRAY16_BE, GRAY16_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
24951                         "direction": "src",
24952                         "presence": "always"
24953                     }
24954                 },
24955                 "properties": {
24956                     "alpha": {
24957                         "blurb": "Alpha value picture",
24958                         "conditionally-available": false,
24959                         "construct": false,
24960                         "construct-only": false,
24961                         "controllable": true,
24962                         "default": "1",
24963                         "max": "1",
24964                         "min": "0",
24965                         "mutable": "null",
24966                         "readable": true,
24967                         "type": "gdouble",
24968                         "writable": true
24969                     },
24970                     "autocrop": {
24971                         "blurb": "Auto crop",
24972                         "conditionally-available": false,
24973                         "construct": false,
24974                         "construct-only": false,
24975                         "controllable": false,
24976                         "default": "false",
24977                         "mutable": "null",
24978                         "readable": true,
24979                         "type": "gboolean",
24980                         "writable": true
24981                     },
24982                     "border-alpha": {
24983                         "blurb": "Alpha value of the border",
24984                         "conditionally-available": false,
24985                         "construct": false,
24986                         "construct-only": false,
24987                         "controllable": true,
24988                         "default": "1",
24989                         "max": "1",
24990                         "min": "0",
24991                         "mutable": "null",
24992                         "readable": true,
24993                         "type": "gdouble",
24994                         "writable": true
24995                     },
24996                     "bottom": {
24997                         "blurb": "Pixels to box at bottom (<0 = add a border)",
24998                         "conditionally-available": false,
24999                         "construct": false,
25000                         "construct-only": false,
25001                         "controllable": true,
25002                         "default": "0",
25003                         "max": "2147483647",
25004                         "min": "-2147483648",
25005                         "mutable": "null",
25006                         "readable": true,
25007                         "type": "gint",
25008                         "writable": true
25009                     },
25010                     "fill": {
25011                         "blurb": "How to fill the borders",
25012                         "conditionally-available": false,
25013                         "construct": false,
25014                         "construct-only": false,
25015                         "controllable": true,
25016                         "default": "black (0)",
25017                         "mutable": "null",
25018                         "readable": true,
25019                         "type": "GstVideoBoxFill",
25020                         "writable": true
25021                     },
25022                     "left": {
25023                         "blurb": "Pixels to box at left (<0  = add a border)",
25024                         "conditionally-available": false,
25025                         "construct": false,
25026                         "construct-only": false,
25027                         "controllable": true,
25028                         "default": "0",
25029                         "max": "2147483647",
25030                         "min": "-2147483648",
25031                         "mutable": "null",
25032                         "readable": true,
25033                         "type": "gint",
25034                         "writable": true
25035                     },
25036                     "right": {
25037                         "blurb": "Pixels to box at right (<0 = add a border)",
25038                         "conditionally-available": false,
25039                         "construct": false,
25040                         "construct-only": false,
25041                         "controllable": true,
25042                         "default": "0",
25043                         "max": "2147483647",
25044                         "min": "-2147483648",
25045                         "mutable": "null",
25046                         "readable": true,
25047                         "type": "gint",
25048                         "writable": true
25049                     },
25050                     "top": {
25051                         "blurb": "Pixels to box at top (<0 = add a border)",
25052                         "conditionally-available": false,
25053                         "construct": false,
25054                         "construct-only": false,
25055                         "controllable": true,
25056                         "default": "0",
25057                         "max": "2147483647",
25058                         "min": "-2147483648",
25059                         "mutable": "null",
25060                         "readable": true,
25061                         "type": "gint",
25062                         "writable": true
25063                     }
25064                 },
25065                 "rank": "none"
25066             }
25067         },
25068         "filename": "gstvideobox",
25069         "license": "LGPL",
25070         "other-types": {
25071             "GstVideoBoxFill": {
25072                 "kind": "enum",
25073                 "values": [
25074                     {
25075                         "desc": "Black",
25076                         "name": "black",
25077                         "value": "0"
25078                     },
25079                     {
25080                         "desc": "Green",
25081                         "name": "green",
25082                         "value": "1"
25083                     },
25084                     {
25085                         "desc": "Blue",
25086                         "name": "blue",
25087                         "value": "2"
25088                     },
25089                     {
25090                         "desc": "Red",
25091                         "name": "red",
25092                         "value": "3"
25093                     },
25094                     {
25095                         "desc": "Yellow",
25096                         "name": "yellow",
25097                         "value": "4"
25098                     },
25099                     {
25100                         "desc": "White",
25101                         "name": "white",
25102                         "value": "5"
25103                     }
25104                 ]
25105             }
25106         },
25107         "package": "GStreamer Good Plug-ins",
25108         "source": "gst-plugins-good",
25109         "tracers": {},
25110         "url": "Unknown package origin"
25111     },
25112     "videocrop": {
25113         "description": "Crops video into a user-defined region",
25114         "elements": {
25115             "aspectratiocrop": {
25116                 "author": "Thijs Vermeir <thijsvermeir@gmail.com>",
25117                 "description": "Crops video into a user-defined aspect-ratio",
25118                 "hierarchy": [
25119                     "GstAspectRatioCrop",
25120                     "GstBin",
25121                     "GstElement",
25122                     "GstObject",
25123                     "GInitiallyUnowned",
25124                     "GObject"
25125                 ],
25126                 "interfaces": [
25127                     "GstChildProxy"
25128                 ],
25129                 "klass": "Filter/Effect/Video",
25130                 "long-name": "aspectratiocrop",
25131                 "pad-templates": {
25132                     "sink": {
25133                         "caps": "video/x-raw:\n         format: { RGB, BGR, RGB16, RGB15, RGBx, xRGB, BGRx, xBGR, RGBA, ARGB, BGRA, ABGR, GRAY8, GRAY16_LE, GRAY16_BE, AYUV, YVYU, YUY2, UYVY, I420, A420, YV12, Y444, Y42B, Y41B, I420_10BE, A420_10BE, Y444_10BE, A444_10BE, I422_10BE, A422_10BE, I420_10LE, A420_10LE, Y444_10LE, A444_10LE, I422_10LE, A422_10LE, I420_12BE, Y444_12BE, I422_12BE, I420_12LE, Y444_12LE, I422_12LE, GBR, GBR_10BE, GBR_10LE, GBR_12BE, GBR_12LE, GBRA, GBRA_10BE, GBRA_10LE, GBRA_12BE, GBRA_12LE, NV12, NV21 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(ANY):\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
25134                         "direction": "sink",
25135                         "presence": "always"
25136                     },
25137                     "src": {
25138                         "caps": "video/x-raw:\n         format: { RGB, BGR, RGB16, RGB15, RGBx, xRGB, BGRx, xBGR, RGBA, ARGB, BGRA, ABGR, GRAY8, GRAY16_LE, GRAY16_BE, AYUV, YVYU, YUY2, UYVY, I420, A420, YV12, Y444, Y42B, Y41B, I420_10BE, A420_10BE, Y444_10BE, A444_10BE, I422_10BE, A422_10BE, I420_10LE, A420_10LE, Y444_10LE, A444_10LE, I422_10LE, A422_10LE, I420_12BE, Y444_12BE, I422_12BE, I420_12LE, Y444_12LE, I422_12LE, GBR, GBR_10BE, GBR_10LE, GBR_12BE, GBR_12LE, GBRA, GBRA_10BE, GBRA_10LE, GBRA_12BE, GBRA_12LE, NV12, NV21 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(ANY):\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
25139                         "direction": "src",
25140                         "presence": "always"
25141                     }
25142                 },
25143                 "properties": {
25144                     "aspect-ratio": {
25145                         "blurb": "Target aspect-ratio of video",
25146                         "conditionally-available": false,
25147                         "construct": false,
25148                         "construct-only": false,
25149                         "controllable": false,
25150                         "default": "0/1",
25151                         "max": "2147483647/1",
25152                         "min": "0/1",
25153                         "mutable": "null",
25154                         "readable": true,
25155                         "type": "GstFraction",
25156                         "writable": true
25157                     }
25158                 },
25159                 "rank": "none"
25160             },
25161             "videocrop": {
25162                 "author": "Tim-Philipp Müller <tim centricular net>",
25163                 "description": "Crops video into a user-defined region",
25164                 "hierarchy": [
25165                     "GstVideoCrop",
25166                     "GstVideoFilter",
25167                     "GstBaseTransform",
25168                     "GstElement",
25169                     "GstObject",
25170                     "GInitiallyUnowned",
25171                     "GObject"
25172                 ],
25173                 "klass": "Filter/Effect/Video",
25174                 "long-name": "Crop",
25175                 "pad-templates": {
25176                     "sink": {
25177                         "caps": "video/x-raw:\n         format: { RGB, BGR, RGB16, RGB15, RGBx, xRGB, BGRx, xBGR, RGBA, ARGB, BGRA, ABGR, GRAY8, GRAY16_LE, GRAY16_BE, AYUV, YVYU, YUY2, UYVY, I420, A420, YV12, Y444, Y42B, Y41B, I420_10BE, A420_10BE, Y444_10BE, A444_10BE, I422_10BE, A422_10BE, I420_10LE, A420_10LE, Y444_10LE, A444_10LE, I422_10LE, A422_10LE, I420_12BE, Y444_12BE, I422_12BE, I420_12LE, Y444_12LE, I422_12LE, GBR, GBR_10BE, GBR_10LE, GBR_12BE, GBR_12LE, GBRA, GBRA_10BE, GBRA_10LE, GBRA_12BE, GBRA_12LE, NV12, NV21 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(ANY):\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
25178                         "direction": "sink",
25179                         "presence": "always"
25180                     },
25181                     "src": {
25182                         "caps": "video/x-raw:\n         format: { RGB, BGR, RGB16, RGB15, RGBx, xRGB, BGRx, xBGR, RGBA, ARGB, BGRA, ABGR, GRAY8, GRAY16_LE, GRAY16_BE, AYUV, YVYU, YUY2, UYVY, I420, A420, YV12, Y444, Y42B, Y41B, I420_10BE, A420_10BE, Y444_10BE, A444_10BE, I422_10BE, A422_10BE, I420_10LE, A420_10LE, Y444_10LE, A444_10LE, I422_10LE, A422_10LE, I420_12BE, Y444_12BE, I422_12BE, I420_12LE, Y444_12LE, I422_12LE, GBR, GBR_10BE, GBR_10LE, GBR_12BE, GBR_12LE, GBRA, GBRA_10BE, GBRA_10LE, GBRA_12BE, GBRA_12LE, NV12, NV21 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(ANY):\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
25183                         "direction": "src",
25184                         "presence": "always"
25185                     }
25186                 },
25187                 "properties": {
25188                     "bottom": {
25189                         "blurb": "Pixels to crop at bottom (-1 to auto-crop)",
25190                         "conditionally-available": false,
25191                         "construct": false,
25192                         "construct-only": false,
25193                         "controllable": true,
25194                         "default": "0",
25195                         "max": "2147483647",
25196                         "min": "-1",
25197                         "mutable": "playing",
25198                         "readable": true,
25199                         "type": "gint",
25200                         "writable": true
25201                     },
25202                     "left": {
25203                         "blurb": "Pixels to crop at left (-1 to auto-crop)",
25204                         "conditionally-available": false,
25205                         "construct": false,
25206                         "construct-only": false,
25207                         "controllable": true,
25208                         "default": "0",
25209                         "max": "2147483647",
25210                         "min": "-1",
25211                         "mutable": "playing",
25212                         "readable": true,
25213                         "type": "gint",
25214                         "writable": true
25215                     },
25216                     "right": {
25217                         "blurb": "Pixels to crop at right (-1 to auto-crop)",
25218                         "conditionally-available": false,
25219                         "construct": false,
25220                         "construct-only": false,
25221                         "controllable": true,
25222                         "default": "0",
25223                         "max": "2147483647",
25224                         "min": "-1",
25225                         "mutable": "playing",
25226                         "readable": true,
25227                         "type": "gint",
25228                         "writable": true
25229                     },
25230                     "top": {
25231                         "blurb": "Pixels to crop at top (-1 to auto-crop)",
25232                         "conditionally-available": false,
25233                         "construct": false,
25234                         "construct-only": false,
25235                         "controllable": true,
25236                         "default": "0",
25237                         "max": "2147483647",
25238                         "min": "-1",
25239                         "mutable": "playing",
25240                         "readable": true,
25241                         "type": "gint",
25242                         "writable": true
25243                     }
25244                 },
25245                 "rank": "none"
25246             }
25247         },
25248         "filename": "gstvideocrop",
25249         "license": "LGPL",
25250         "other-types": {},
25251         "package": "GStreamer Good Plug-ins",
25252         "source": "gst-plugins-good",
25253         "tracers": {},
25254         "url": "Unknown package origin"
25255     },
25256     "videofilter": {
25257         "description": "Video filters plugin",
25258         "elements": {
25259             "gamma": {
25260                 "author": "Arwed v. Merkatz <v.merkatz@gmx.net",
25261                 "description": "Adjusts gamma on a video stream",
25262                 "hierarchy": [
25263                     "GstGamma",
25264                     "GstVideoFilter",
25265                     "GstBaseTransform",
25266                     "GstElement",
25267                     "GstObject",
25268                     "GInitiallyUnowned",
25269                     "GObject"
25270                 ],
25271                 "klass": "Filter/Effect/Video",
25272                 "long-name": "Video gamma correction",
25273                 "pad-templates": {
25274                     "sink": {
25275                         "caps": "video/x-raw:\n         format: { AYUV, ARGB, BGRA, ABGR, RGBA, Y444, xRGB, RGBx, xBGR, BGRx, RGB, BGR, Y42B, NV12, NV21, YUY2, UYVY, YVYU, I420, YV12, IYUV, Y41B }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
25276                         "direction": "sink",
25277                         "presence": "always"
25278                     },
25279                     "src": {
25280                         "caps": "video/x-raw:\n         format: { AYUV, ARGB, BGRA, ABGR, RGBA, Y444, xRGB, RGBx, xBGR, BGRx, RGB, BGR, Y42B, NV12, NV21, YUY2, UYVY, YVYU, I420, YV12, IYUV, Y41B }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
25281                         "direction": "src",
25282                         "presence": "always"
25283                     }
25284                 },
25285                 "properties": {
25286                     "gamma": {
25287                         "blurb": "gamma",
25288                         "conditionally-available": false,
25289                         "construct": false,
25290                         "construct-only": false,
25291                         "controllable": true,
25292                         "default": "1",
25293                         "max": "10",
25294                         "min": "0.01",
25295                         "mutable": "null",
25296                         "readable": true,
25297                         "type": "gdouble",
25298                         "writable": true
25299                     }
25300                 },
25301                 "rank": "none"
25302             },
25303             "videobalance": {
25304                 "author": "David Schleef <ds@schleef.org>",
25305                 "description": "Adjusts brightness, contrast, hue, saturation on a video stream",
25306                 "hierarchy": [
25307                     "GstVideoBalance",
25308                     "GstVideoFilter",
25309                     "GstBaseTransform",
25310                     "GstElement",
25311                     "GstObject",
25312                     "GInitiallyUnowned",
25313                     "GObject"
25314                 ],
25315                 "interfaces": [
25316                     "GstColorBalance"
25317                 ],
25318                 "klass": "Filter/Effect/Video",
25319                 "long-name": "Video balance",
25320                 "pad-templates": {
25321                     "sink": {
25322                         "caps": "video/x-raw:\n         format: { AYUV, ARGB, BGRA, ABGR, RGBA, Y444, xRGB, RGBx, xBGR, BGRx, RGB, BGR, Y42B, YUY2, UYVY, YVYU, I420, YV12, IYUV, Y41B, NV12, NV21 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(ANY):\n",
25323                         "direction": "sink",
25324                         "presence": "always"
25325                     },
25326                     "src": {
25327                         "caps": "video/x-raw:\n         format: { AYUV, ARGB, BGRA, ABGR, RGBA, Y444, xRGB, RGBx, xBGR, BGRx, RGB, BGR, Y42B, YUY2, UYVY, YVYU, I420, YV12, IYUV, Y41B, NV12, NV21 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n\nvideo/x-raw(ANY):\n",
25328                         "direction": "src",
25329                         "presence": "always"
25330                     }
25331                 },
25332                 "properties": {
25333                     "brightness": {
25334                         "blurb": "brightness",
25335                         "conditionally-available": false,
25336                         "construct": false,
25337                         "construct-only": false,
25338                         "controllable": true,
25339                         "default": "0",
25340                         "max": "1",
25341                         "min": "-1",
25342                         "mutable": "null",
25343                         "readable": true,
25344                         "type": "gdouble",
25345                         "writable": true
25346                     },
25347                     "contrast": {
25348                         "blurb": "contrast",
25349                         "conditionally-available": false,
25350                         "construct": false,
25351                         "construct-only": false,
25352                         "controllable": true,
25353                         "default": "1",
25354                         "max": "2",
25355                         "min": "0",
25356                         "mutable": "null",
25357                         "readable": true,
25358                         "type": "gdouble",
25359                         "writable": true
25360                     },
25361                     "hue": {
25362                         "blurb": "hue",
25363                         "conditionally-available": false,
25364                         "construct": false,
25365                         "construct-only": false,
25366                         "controllable": true,
25367                         "default": "0",
25368                         "max": "1",
25369                         "min": "-1",
25370                         "mutable": "null",
25371                         "readable": true,
25372                         "type": "gdouble",
25373                         "writable": true
25374                     },
25375                     "saturation": {
25376                         "blurb": "saturation",
25377                         "conditionally-available": false,
25378                         "construct": false,
25379                         "construct-only": false,
25380                         "controllable": true,
25381                         "default": "1",
25382                         "max": "2",
25383                         "min": "0",
25384                         "mutable": "null",
25385                         "readable": true,
25386                         "type": "gdouble",
25387                         "writable": true
25388                     }
25389                 },
25390                 "rank": "none"
25391             },
25392             "videoflip": {
25393                 "author": "David Schleef <ds@schleef.org>",
25394                 "description": "Flips and rotates video",
25395                 "hierarchy": [
25396                     "GstVideoFlip",
25397                     "GstVideoFilter",
25398                     "GstBaseTransform",
25399                     "GstElement",
25400                     "GstObject",
25401                     "GInitiallyUnowned",
25402                     "GObject"
25403                 ],
25404                 "interfaces": [
25405                     "GstVideoDirection"
25406                 ],
25407                 "klass": "Filter/Effect/Video",
25408                 "long-name": "Video flipper",
25409                 "pad-templates": {
25410                     "sink": {
25411                         "caps": "video/x-raw:\n         format: { AYUV, ARGB, BGRA, ABGR, RGBA, Y444, xRGB, RGBx, xBGR, BGRx, RGB, BGR, I420, YV12, IYUV, YUY2, UYVY, YVYU, NV12, NV21, GRAY8, GRAY16_BE, GRAY16_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
25412                         "direction": "sink",
25413                         "presence": "always"
25414                     },
25415                     "src": {
25416                         "caps": "video/x-raw:\n         format: { AYUV, ARGB, BGRA, ABGR, RGBA, Y444, xRGB, RGBx, xBGR, BGRx, RGB, BGR, I420, YV12, IYUV, YUY2, UYVY, YVYU, NV12, NV21, GRAY8, GRAY16_BE, GRAY16_LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
25417                         "direction": "src",
25418                         "presence": "always"
25419                     }
25420                 },
25421                 "properties": {
25422                     "method": {
25423                         "blurb": "method (deprecated, use video-direction instead)",
25424                         "conditionally-available": false,
25425                         "construct": true,
25426                         "construct-only": false,
25427                         "controllable": true,
25428                         "default": "none (0)",
25429                         "mutable": "playing",
25430                         "readable": true,
25431                         "type": "GstVideoFlipMethod",
25432                         "writable": true
25433                     }
25434                 },
25435                 "rank": "none"
25436             },
25437             "videomedian": {
25438                 "author": "Wim Taymans <wim.taymans@gmail.com>",
25439                 "description": "Apply a median filter to an image",
25440                 "hierarchy": [
25441                     "GstVideoMedian",
25442                     "GstVideoFilter",
25443                     "GstBaseTransform",
25444                     "GstElement",
25445                     "GstObject",
25446                     "GInitiallyUnowned",
25447                     "GObject"
25448                 ],
25449                 "klass": "Filter/Effect/Video",
25450                 "long-name": "Median effect",
25451                 "pad-templates": {
25452                     "sink": {
25453                         "caps": "video/x-raw:\n         format: { I420, YV12 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
25454                         "direction": "sink",
25455                         "presence": "always"
25456                     },
25457                     "src": {
25458                         "caps": "video/x-raw:\n         format: { I420, YV12 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
25459                         "direction": "src",
25460                         "presence": "always"
25461                     }
25462                 },
25463                 "properties": {
25464                     "filtersize": {
25465                         "blurb": "The size of the filter",
25466                         "conditionally-available": false,
25467                         "construct": false,
25468                         "construct-only": false,
25469                         "controllable": false,
25470                         "default": "5 (5)",
25471                         "mutable": "null",
25472                         "readable": true,
25473                         "type": "GstVideoMedianSize",
25474                         "writable": true
25475                     },
25476                     "lum-only": {
25477                         "blurb": "Only apply filter on luminance",
25478                         "conditionally-available": false,
25479                         "construct": false,
25480                         "construct-only": false,
25481                         "controllable": false,
25482                         "default": "true",
25483                         "mutable": "null",
25484                         "readable": true,
25485                         "type": "gboolean",
25486                         "writable": true
25487                     }
25488                 },
25489                 "rank": "none"
25490             }
25491         },
25492         "filename": "gstvideofilter",
25493         "license": "LGPL",
25494         "other-types": {
25495             "GstVideoFlipMethod": {
25496                 "kind": "enum",
25497                 "values": [
25498                     {
25499                         "desc": "Identity (no rotation)",
25500                         "name": "none",
25501                         "value": "0"
25502                     },
25503                     {
25504                         "desc": "Rotate clockwise 90 degrees",
25505                         "name": "clockwise",
25506                         "value": "1"
25507                     },
25508                     {
25509                         "desc": "Rotate 180 degrees",
25510                         "name": "rotate-180",
25511                         "value": "2"
25512                     },
25513                     {
25514                         "desc": "Rotate counter-clockwise 90 degrees",
25515                         "name": "counterclockwise",
25516                         "value": "3"
25517                     },
25518                     {
25519                         "desc": "Flip horizontally",
25520                         "name": "horizontal-flip",
25521                         "value": "4"
25522                     },
25523                     {
25524                         "desc": "Flip vertically",
25525                         "name": "vertical-flip",
25526                         "value": "5"
25527                     },
25528                     {
25529                         "desc": "Flip across upper left/lower right diagonal",
25530                         "name": "upper-left-diagonal",
25531                         "value": "6"
25532                     },
25533                     {
25534                         "desc": "Flip across upper right/lower left diagonal",
25535                         "name": "upper-right-diagonal",
25536                         "value": "7"
25537                     },
25538                     {
25539                         "desc": "Select flip method based on image-orientation tag",
25540                         "name": "automatic",
25541                         "value": "8"
25542                     }
25543                 ]
25544             },
25545             "GstVideoMedianSize": {
25546                 "kind": "enum",
25547                 "values": [
25548                     {
25549                         "desc": "Median of 5 neighbour pixels",
25550                         "name": "5",
25551                         "value": "5"
25552                     },
25553                     {
25554                         "desc": "Median of 9 neighbour pixels",
25555                         "name": "9",
25556                         "value": "9"
25557                     }
25558                 ]
25559             }
25560         },
25561         "package": "GStreamer Good Plug-ins",
25562         "source": "gst-plugins-good",
25563         "tracers": {},
25564         "url": "Unknown package origin"
25565     },
25566     "videomixer": {
25567         "description": "Video mixer",
25568         "elements": {
25569             "videomixer": {
25570                 "author": "Wim Taymans <wim@fluendo.com>, Sebastian Dröge <sebastian.droege@collabora.co.uk>",
25571                 "description": "Deprecated by compositor. Mix multiple video streams",
25572                 "hierarchy": [
25573                     "GstVideoMixer2",
25574                     "GstElement",
25575                     "GstObject",
25576                     "GInitiallyUnowned",
25577                     "GObject"
25578                 ],
25579                 "interfaces": [
25580                     "GstChildProxy"
25581                 ],
25582                 "klass": "Filter/Editor/Video/Compositor",
25583                 "long-name": "Video mixer 2",
25584                 "pad-templates": {
25585                     "sink_%%u": {
25586                         "caps": "video/x-raw:\n         format: { AYUV, BGRA, ARGB, RGBA, ABGR, Y444, Y42B, YUY2, UYVY, YVYU, I420, YV12, NV12, NV21, Y41B, RGB, BGR, xRGB, xBGR, RGBx, BGRx }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
25587                         "direction": "sink",
25588                         "presence": "request"
25589                     },
25590                     "src": {
25591                         "caps": "video/x-raw:\n         format: { AYUV, BGRA, ARGB, RGBA, ABGR, Y444, Y42B, YUY2, UYVY, YVYU, I420, YV12, NV12, NV21, Y41B, RGB, BGR, xRGB, xBGR, RGBx, BGRx }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
25592                         "direction": "src",
25593                         "presence": "always"
25594                     }
25595                 },
25596                 "properties": {
25597                     "background": {
25598                         "blurb": "Background type",
25599                         "conditionally-available": false,
25600                         "construct": false,
25601                         "construct-only": false,
25602                         "controllable": false,
25603                         "default": "checker (0)",
25604                         "mutable": "null",
25605                         "readable": true,
25606                         "type": "GstVideoMixer2Background",
25607                         "writable": true
25608                     }
25609                 },
25610                 "rank": "primary"
25611             }
25612         },
25613         "filename": "gstvideomixer",
25614         "license": "LGPL",
25615         "other-types": {
25616             "GstVideoMixer2Background": {
25617                 "kind": "enum",
25618                 "values": [
25619                     {
25620                         "desc": "Checker pattern",
25621                         "name": "checker",
25622                         "value": "0"
25623                     },
25624                     {
25625                         "desc": "Black",
25626                         "name": "black",
25627                         "value": "1"
25628                     },
25629                     {
25630                         "desc": "White",
25631                         "name": "white",
25632                         "value": "2"
25633                     },
25634                     {
25635                         "desc": "Transparent Background to enable further mixing",
25636                         "name": "transparent",
25637                         "value": "3"
25638                     }
25639                 ]
25640             }
25641         },
25642         "package": "GStreamer Good Plug-ins",
25643         "source": "gst-plugins-good",
25644         "tracers": {},
25645         "url": "Unknown package origin"
25646     },
25647     "vpx": {
25648         "description": "VP8 plugin",
25649         "elements": {
25650             "vp8dec": {
25651                 "author": "David Schleef <ds@entropywave.com>, Sebastian Dröge <sebastian.droege@collabora.co.uk>",
25652                 "description": "Decode VP8 video streams",
25653                 "hierarchy": [
25654                     "GstVP8Dec",
25655                     "GstVPXDec",
25656                     "GstVideoDecoder",
25657                     "GstElement",
25658                     "GstObject",
25659                     "GInitiallyUnowned",
25660                     "GObject"
25661                 ],
25662                 "klass": "Codec/Decoder/Video",
25663                 "long-name": "On2 VP8 Decoder",
25664                 "pad-templates": {
25665                     "sink": {
25666                         "caps": "video/x-vp8:\n",
25667                         "direction": "sink",
25668                         "presence": "always"
25669                     },
25670                     "src": {
25671                         "caps": "video/x-raw:\n         format: I420\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
25672                         "direction": "src",
25673                         "presence": "always"
25674                     }
25675                 },
25676                 "properties": {},
25677                 "rank": "primary"
25678             },
25679             "vp8enc": {
25680                 "author": "David Schleef <ds@entropywave.com>, Sebastian Dröge <sebastian.droege@collabora.co.uk>",
25681                 "description": "Encode VP8 video streams",
25682                 "hierarchy": [
25683                     "GstVP8Enc",
25684                     "GstVPXEnc",
25685                     "GstVideoEncoder",
25686                     "GstElement",
25687                     "GstObject",
25688                     "GInitiallyUnowned",
25689                     "GObject"
25690                 ],
25691                 "interfaces": [
25692                     "GstPreset",
25693                     "GstTagSetter"
25694                 ],
25695                 "klass": "Codec/Encoder/Video",
25696                 "long-name": "On2 VP8 Encoder",
25697                 "pad-templates": {
25698                     "sink": {
25699                         "caps": "video/x-raw:\n         format: I420\n          width: [ 1, 16383 ]\n         height: [ 1, 16383 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
25700                         "direction": "sink",
25701                         "presence": "always"
25702                     },
25703                     "src": {
25704                         "caps": "video/x-vp8:\n        profile: { (string)0, (string)1, (string)2, (string)3 }\n",
25705                         "direction": "src",
25706                         "presence": "always"
25707                     }
25708                 },
25709                 "properties": {},
25710                 "rank": "primary"
25711             },
25712             "vp9dec": {
25713                 "author": "David Schleef <ds@entropywave.com>, Sebastian Dröge <sebastian.droege@collabora.co.uk>",
25714                 "description": "Decode VP9 video streams",
25715                 "hierarchy": [
25716                     "GstVP9Dec",
25717                     "GstVPXDec",
25718                     "GstVideoDecoder",
25719                     "GstElement",
25720                     "GstObject",
25721                     "GInitiallyUnowned",
25722                     "GObject"
25723                 ],
25724                 "klass": "Codec/Decoder/Video",
25725                 "long-name": "On2 VP9 Decoder",
25726                 "pad-templates": {
25727                     "sink": {
25728                         "caps": "video/x-vp9:\n",
25729                         "direction": "sink",
25730                         "presence": "always"
25731                     },
25732                     "src": {
25733                         "caps": "video/x-raw:\n         format: { I420, YV12, Y42B, Y444, GBR, I420_10LE, I422_10LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
25734                         "direction": "src",
25735                         "presence": "always"
25736                     }
25737                 },
25738                 "properties": {},
25739                 "rank": "primary"
25740             },
25741             "vp9enc": {
25742                 "author": "David Schleef <ds@entropywave.com>, Sebastian Dröge <sebastian.droege@collabora.co.uk>",
25743                 "description": "Encode VP9 video streams",
25744                 "hierarchy": [
25745                     "GstVP9Enc",
25746                     "GstVPXEnc",
25747                     "GstVideoEncoder",
25748                     "GstElement",
25749                     "GstObject",
25750                     "GInitiallyUnowned",
25751                     "GObject"
25752                 ],
25753                 "interfaces": [
25754                     "GstPreset",
25755                     "GstTagSetter"
25756                 ],
25757                 "klass": "Codec/Encoder/Video",
25758                 "long-name": "On2 VP9 Encoder",
25759                 "pad-templates": {
25760                     "sink": {
25761                         "caps": "video/x-raw:\n         format: { I420, YV12, Y444, I420_10LE, I422_10LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
25762                         "direction": "sink",
25763                         "presence": "always"
25764                     },
25765                     "src": {
25766                         "caps": "video/x-vp9:\n        profile: { (string)0, (string)1, (string)2, (string)3 }\n",
25767                         "direction": "src",
25768                         "presence": "always"
25769                     }
25770                 },
25771                 "properties": {
25772                     "aq-mode": {
25773                         "blurb": "Which adaptive quantization mode should be used",
25774                         "conditionally-available": false,
25775                         "construct": false,
25776                         "construct-only": false,
25777                         "controllable": false,
25778                         "default": "off (0)",
25779                         "max": "4",
25780                         "min": "0",
25781                         "mutable": "null",
25782                         "readable": true,
25783                         "type": "GstVPXAQ",
25784                         "writable": true
25785                     },
25786                     "frame-parallel-decoding": {
25787                         "blurb": "Whether encoded bitstream should allow parallel processing of video frames in the decoder (default is on)",
25788                         "conditionally-available": false,
25789                         "construct": false,
25790                         "construct-only": false,
25791                         "controllable": false,
25792                         "default": "true",
25793                         "mutable": "null",
25794                         "readable": true,
25795                         "type": "gboolean",
25796                         "writable": true
25797                     },
25798                     "row-mt": {
25799                         "blurb": "Whether each row should be encoded using multiple threads",
25800                         "conditionally-available": false,
25801                         "construct": false,
25802                         "construct-only": false,
25803                         "controllable": false,
25804                         "default": "false",
25805                         "mutable": "null",
25806                         "readable": true,
25807                         "type": "gboolean",
25808                         "writable": true
25809                     },
25810                     "tile-columns": {
25811                         "blurb": "Number of tile columns, log2",
25812                         "conditionally-available": false,
25813                         "construct": false,
25814                         "construct-only": false,
25815                         "controllable": false,
25816                         "default": "6",
25817                         "max": "6",
25818                         "min": "0",
25819                         "mutable": "null",
25820                         "readable": true,
25821                         "type": "gint",
25822                         "writable": true
25823                     },
25824                     "tile-rows": {
25825                         "blurb": "Number of tile rows, log2",
25826                         "conditionally-available": false,
25827                         "construct": false,
25828                         "construct-only": false,
25829                         "controllable": false,
25830                         "default": "0",
25831                         "max": "2",
25832                         "min": "0",
25833                         "mutable": "null",
25834                         "readable": true,
25835                         "type": "gint",
25836                         "writable": true
25837                     }
25838                 },
25839                 "rank": "primary"
25840             }
25841         },
25842         "filename": "gstvpx",
25843         "license": "LGPL",
25844         "other-types": {
25845             "GstVPXAQ": {
25846                 "kind": "enum",
25847                 "values": [
25848                     {
25849                         "desc": "GST_VPX_AQ_OFF",
25850                         "name": "off",
25851                         "value": "0"
25852                     },
25853                     {
25854                         "desc": "GST_VPX_AQ_VARIANCE",
25855                         "name": "variance",
25856                         "value": "1"
25857                     },
25858                     {
25859                         "desc": "GST_VPX_AQ_COMPLEXITY",
25860                         "name": "complexity",
25861                         "value": "2"
25862                     },
25863                     {
25864                         "desc": "GST_VPX_AQ_CYCLIC_REFRESH",
25865                         "name": "cyclic-refresh",
25866                         "value": "3"
25867                     },
25868                     {
25869                         "desc": "GST_VPX_AQ_EQUATOR360",
25870                         "name": "equator360",
25871                         "value": "4"
25872                     },
25873                     {
25874                         "desc": "GST_VPX_AQ_PERCEPTUAL",
25875                         "name": "perceptual",
25876                         "value": "5"
25877                     },
25878                     {
25879                         "desc": "GST_VPX_AQ_PSNR",
25880                         "name": "psnr",
25881                         "value": "6"
25882                     },
25883                     {
25884                         "desc": "GST_VPX_AQ_LOOKAHEAD",
25885                         "name": "lookahead",
25886                         "value": "7"
25887                     }
25888                 ]
25889             },
25890             "GstVPXDec": {
25891                 "hierarchy": [
25892                     "GstVPXDec",
25893                     "GstVideoDecoder",
25894                     "GstElement",
25895                     "GstObject",
25896                     "GInitiallyUnowned",
25897                     "GObject"
25898                 ],
25899                 "kind": "object",
25900                 "properties": {
25901                     "deblocking-level": {
25902                         "blurb": "Deblocking level",
25903                         "conditionally-available": false,
25904                         "construct": false,
25905                         "construct-only": false,
25906                         "controllable": false,
25907                         "default": "4",
25908                         "max": "16",
25909                         "min": "0",
25910                         "mutable": "null",
25911                         "readable": true,
25912                         "type": "guint",
25913                         "writable": true
25914                     },
25915                     "noise-level": {
25916                         "blurb": "Noise level",
25917                         "conditionally-available": false,
25918                         "construct": false,
25919                         "construct-only": false,
25920                         "controllable": false,
25921                         "default": "0",
25922                         "max": "16",
25923                         "min": "0",
25924                         "mutable": "null",
25925                         "readable": true,
25926                         "type": "guint",
25927                         "writable": true
25928                     },
25929                     "post-processing": {
25930                         "blurb": "Enable post processing",
25931                         "conditionally-available": false,
25932                         "construct": false,
25933                         "construct-only": false,
25934                         "controllable": false,
25935                         "default": "false",
25936                         "mutable": "null",
25937                         "readable": true,
25938                         "type": "gboolean",
25939                         "writable": true
25940                     },
25941                     "post-processing-flags": {
25942                         "blurb": "Flags to control post processing",
25943                         "conditionally-available": false,
25944                         "construct": false,
25945                         "construct-only": false,
25946                         "controllable": false,
25947                         "default": "mfqe+demacroblock+deblock",
25948                         "mutable": "null",
25949                         "readable": true,
25950                         "type": "GstVPXDecPostProcessingFlags",
25951                         "writable": true
25952                     },
25953                     "threads": {
25954                         "blurb": "Maximum number of decoding threads",
25955                         "conditionally-available": false,
25956                         "construct": false,
25957                         "construct-only": false,
25958                         "controllable": false,
25959                         "default": "0",
25960                         "max": "16",
25961                         "min": "0",
25962                         "mutable": "null",
25963                         "readable": true,
25964                         "type": "guint",
25965                         "writable": true
25966                     }
25967                 }
25968             },
25969             "GstVPXDecPostProcessingFlags": {
25970                 "kind": "flags",
25971                 "values": [
25972                     {
25973                         "desc": "Deblock",
25974                         "name": "deblock",
25975                         "value": "0x00000001"
25976                     },
25977                     {
25978                         "desc": "Demacroblock",
25979                         "name": "demacroblock",
25980                         "value": "0x00000002"
25981                     },
25982                     {
25983                         "desc": "Add noise",
25984                         "name": "addnoise",
25985                         "value": "0x00000004"
25986                     },
25987                     {
25988                         "desc": "Multi-frame quality enhancement",
25989                         "name": "mfqe",
25990                         "value": "0x00000008"
25991                     }
25992                 ]
25993             },
25994             "GstVPXEnc": {
25995                 "hierarchy": [
25996                     "GstVPXEnc",
25997                     "GstVideoEncoder",
25998                     "GstElement",
25999                     "GstObject",
26000                     "GInitiallyUnowned",
26001                     "GObject"
26002                 ],
26003                 "interfaces": [
26004                     "GstPreset",
26005                     "GstTagSetter"
26006                 ],
26007                 "kind": "object",
26008                 "properties": {
26009                     "arnr-maxframes": {
26010                         "blurb": "AltRef maximum number of frames",
26011                         "conditionally-available": false,
26012                         "construct": false,
26013                         "construct-only": false,
26014                         "controllable": false,
26015                         "default": "0",
26016                         "max": "15",
26017                         "min": "0",
26018                         "mutable": "null",
26019                         "readable": true,
26020                         "type": "gint",
26021                         "writable": true
26022                     },
26023                     "arnr-strength": {
26024                         "blurb": "AltRef strength",
26025                         "conditionally-available": false,
26026                         "construct": false,
26027                         "construct-only": false,
26028                         "controllable": false,
26029                         "default": "3",
26030                         "max": "6",
26031                         "min": "0",
26032                         "mutable": "null",
26033                         "readable": true,
26034                         "type": "gint",
26035                         "writable": true
26036                     },
26037                     "arnr-type": {
26038                         "blurb": "AltRef type",
26039                         "conditionally-available": false,
26040                         "construct": false,
26041                         "construct-only": false,
26042                         "controllable": false,
26043                         "default": "3",
26044                         "max": "3",
26045                         "min": "1",
26046                         "mutable": "null",
26047                         "readable": true,
26048                         "type": "gint",
26049                         "writable": true
26050                     },
26051                     "auto-alt-ref": {
26052                         "blurb": "Automatically generate AltRef frames",
26053                         "conditionally-available": false,
26054                         "construct": false,
26055                         "construct-only": false,
26056                         "controllable": false,
26057                         "default": "false",
26058                         "mutable": "null",
26059                         "readable": true,
26060                         "type": "gboolean",
26061                         "writable": true
26062                     },
26063                     "bits-per-pixel": {
26064                         "blurb": "Factor to convert number of pixels to bitrate value (only has an effect if target-bitrate=0)",
26065                         "conditionally-available": false,
26066                         "construct": false,
26067                         "construct-only": false,
26068                         "controllable": false,
26069                         "default": "0.0434",
26070                         "max": "3.40282e+38",
26071                         "min": "0",
26072                         "mutable": "null",
26073                         "readable": true,
26074                         "type": "gfloat",
26075                         "writable": true
26076                     },
26077                     "buffer-initial-size": {
26078                         "blurb": "Initial client buffer size (ms)",
26079                         "conditionally-available": false,
26080                         "construct": false,
26081                         "construct-only": false,
26082                         "controllable": false,
26083                         "default": "4000",
26084                         "max": "2147483647",
26085                         "min": "0",
26086                         "mutable": "null",
26087                         "readable": true,
26088                         "type": "gint",
26089                         "writable": true
26090                     },
26091                     "buffer-optimal-size": {
26092                         "blurb": "Optimal client buffer size (ms)",
26093                         "conditionally-available": false,
26094                         "construct": false,
26095                         "construct-only": false,
26096                         "controllable": false,
26097                         "default": "5000",
26098                         "max": "2147483647",
26099                         "min": "0",
26100                         "mutable": "null",
26101                         "readable": true,
26102                         "type": "gint",
26103                         "writable": true
26104                     },
26105                     "buffer-size": {
26106                         "blurb": "Client buffer size (ms)",
26107                         "conditionally-available": false,
26108                         "construct": false,
26109                         "construct-only": false,
26110                         "controllable": false,
26111                         "default": "6000",
26112                         "max": "2147483647",
26113                         "min": "0",
26114                         "mutable": "null",
26115                         "readable": true,
26116                         "type": "gint",
26117                         "writable": true
26118                     },
26119                     "cpu-used": {
26120                         "blurb": "CPU used",
26121                         "conditionally-available": false,
26122                         "construct": false,
26123                         "construct-only": false,
26124                         "controllable": false,
26125                         "default": "0",
26126                         "max": "16",
26127                         "min": "-16",
26128                         "mutable": "null",
26129                         "readable": true,
26130                         "type": "gint",
26131                         "writable": true
26132                     },
26133                     "cq-level": {
26134                         "blurb": "Constrained quality level",
26135                         "conditionally-available": false,
26136                         "construct": false,
26137                         "construct-only": false,
26138                         "controllable": false,
26139                         "default": "10",
26140                         "max": "63",
26141                         "min": "0",
26142                         "mutable": "null",
26143                         "readable": true,
26144                         "type": "gint",
26145                         "writable": true
26146                     },
26147                     "deadline": {
26148                         "blurb": "Deadline per frame (usec, 0=best, 1=realtime)",
26149                         "conditionally-available": false,
26150                         "construct": false,
26151                         "construct-only": false,
26152                         "controllable": false,
26153                         "default": "1000000",
26154                         "max": "9223372036854775807",
26155                         "min": "0",
26156                         "mutable": "null",
26157                         "readable": true,
26158                         "type": "gint64",
26159                         "writable": true
26160                     },
26161                     "dropframe-threshold": {
26162                         "blurb": "Temporal resampling threshold (buf %%)",
26163                         "conditionally-available": false,
26164                         "construct": false,
26165                         "construct-only": false,
26166                         "controllable": false,
26167                         "default": "0",
26168                         "max": "100",
26169                         "min": "0",
26170                         "mutable": "null",
26171                         "readable": true,
26172                         "type": "gint",
26173                         "writable": true
26174                     },
26175                     "end-usage": {
26176                         "blurb": "Rate control mode",
26177                         "conditionally-available": false,
26178                         "construct": false,
26179                         "construct-only": false,
26180                         "controllable": false,
26181                         "default": "vbr (0)",
26182                         "mutable": "null",
26183                         "readable": true,
26184                         "type": "GstVPXEncEndUsage",
26185                         "writable": true
26186                     },
26187                     "error-resilient": {
26188                         "blurb": "Error resilience flags",
26189                         "conditionally-available": false,
26190                         "construct": false,
26191                         "construct-only": false,
26192                         "controllable": false,
26193                         "default": "(none)",
26194                         "mutable": "null",
26195                         "readable": true,
26196                         "type": "GstVPXEncErFlags",
26197                         "writable": true
26198                     },
26199                     "horizontal-scaling-mode": {
26200                         "blurb": "Horizontal scaling mode",
26201                         "conditionally-available": false,
26202                         "construct": false,
26203                         "construct-only": false,
26204                         "controllable": false,
26205                         "default": "normal (0)",
26206                         "mutable": "null",
26207                         "readable": true,
26208                         "type": "GstVPXEncScalingMode",
26209                         "writable": true
26210                     },
26211                     "keyframe-max-dist": {
26212                         "blurb": "Maximum distance between keyframes (number of frames)",
26213                         "conditionally-available": false,
26214                         "construct": false,
26215                         "construct-only": false,
26216                         "controllable": false,
26217                         "default": "128",
26218                         "max": "2147483647",
26219                         "min": "0",
26220                         "mutable": "null",
26221                         "readable": true,
26222                         "type": "gint",
26223                         "writable": true
26224                     },
26225                     "keyframe-mode": {
26226                         "blurb": "Keyframe placement",
26227                         "conditionally-available": false,
26228                         "construct": false,
26229                         "construct-only": false,
26230                         "controllable": false,
26231                         "default": "auto (1)",
26232                         "mutable": "null",
26233                         "readable": true,
26234                         "type": "GstVPXEncKfMode",
26235                         "writable": true
26236                     },
26237                     "lag-in-frames": {
26238                         "blurb": "Maximum number of frames to lag",
26239                         "conditionally-available": false,
26240                         "construct": false,
26241                         "construct-only": false,
26242                         "controllable": false,
26243                         "default": "0",
26244                         "max": "25",
26245                         "min": "0",
26246                         "mutable": "null",
26247                         "readable": true,
26248                         "type": "gint",
26249                         "writable": true
26250                     },
26251                     "max-intra-bitrate": {
26252                         "blurb": "Maximum Intra frame bitrate",
26253                         "conditionally-available": false,
26254                         "construct": false,
26255                         "construct-only": false,
26256                         "controllable": false,
26257                         "default": "0",
26258                         "max": "2147483647",
26259                         "min": "0",
26260                         "mutable": "null",
26261                         "readable": true,
26262                         "type": "gint",
26263                         "writable": true
26264                     },
26265                     "max-quantizer": {
26266                         "blurb": "Maximum Quantizer (worst)",
26267                         "conditionally-available": false,
26268                         "construct": false,
26269                         "construct-only": false,
26270                         "controllable": false,
26271                         "default": "63",
26272                         "max": "63",
26273                         "min": "0",
26274                         "mutable": "null",
26275                         "readable": true,
26276                         "type": "gint",
26277                         "writable": true
26278                     },
26279                     "min-quantizer": {
26280                         "blurb": "Minimum Quantizer (best)",
26281                         "conditionally-available": false,
26282                         "construct": false,
26283                         "construct-only": false,
26284                         "controllable": false,
26285                         "default": "4",
26286                         "max": "63",
26287                         "min": "0",
26288                         "mutable": "null",
26289                         "readable": true,
26290                         "type": "gint",
26291                         "writable": true
26292                     },
26293                     "multipass-cache-file": {
26294                         "blurb": "Multipass cache file. If stream caps reinited, multiple files will be created: file, file.1, file.2, ... and so on.",
26295                         "conditionally-available": false,
26296                         "construct": false,
26297                         "construct-only": false,
26298                         "controllable": false,
26299                         "default": "multipass.cache",
26300                         "mutable": "null",
26301                         "readable": true,
26302                         "type": "gchararray",
26303                         "writable": true
26304                     },
26305                     "multipass-mode": {
26306                         "blurb": "Multipass encode mode",
26307                         "conditionally-available": false,
26308                         "construct": false,
26309                         "construct-only": false,
26310                         "controllable": false,
26311                         "default": "one-pass (0)",
26312                         "mutable": "null",
26313                         "readable": true,
26314                         "type": "GstVPXEncMultipassMode",
26315                         "writable": true
26316                     },
26317                     "noise-sensitivity": {
26318                         "blurb": "Noise sensisivity (frames to blur)",
26319                         "conditionally-available": false,
26320                         "construct": false,
26321                         "construct-only": false,
26322                         "controllable": false,
26323                         "default": "0",
26324                         "max": "6",
26325                         "min": "0",
26326                         "mutable": "null",
26327                         "readable": true,
26328                         "type": "gint",
26329                         "writable": true
26330                     },
26331                     "overshoot": {
26332                         "blurb": "Datarate overshoot (max) target (%%)",
26333                         "conditionally-available": false,
26334                         "construct": false,
26335                         "construct-only": false,
26336                         "controllable": false,
26337                         "default": "100",
26338                         "max": "1000",
26339                         "min": "0",
26340                         "mutable": "null",
26341                         "readable": true,
26342                         "type": "gint",
26343                         "writable": true
26344                     },
26345                     "resize-allowed": {
26346                         "blurb": "Allow spatial resampling",
26347                         "conditionally-available": false,
26348                         "construct": false,
26349                         "construct-only": false,
26350                         "controllable": false,
26351                         "default": "false",
26352                         "mutable": "null",
26353                         "readable": true,
26354                         "type": "gboolean",
26355                         "writable": true
26356                     },
26357                     "resize-down-threshold": {
26358                         "blurb": "Downscale threshold (buf %%)",
26359                         "conditionally-available": false,
26360                         "construct": false,
26361                         "construct-only": false,
26362                         "controllable": false,
26363                         "default": "60",
26364                         "max": "100",
26365                         "min": "0",
26366                         "mutable": "null",
26367                         "readable": true,
26368                         "type": "gint",
26369                         "writable": true
26370                     },
26371                     "resize-up-threshold": {
26372                         "blurb": "Upscale threshold (buf %%)",
26373                         "conditionally-available": false,
26374                         "construct": false,
26375                         "construct-only": false,
26376                         "controllable": false,
26377                         "default": "30",
26378                         "max": "100",
26379                         "min": "0",
26380                         "mutable": "null",
26381                         "readable": true,
26382                         "type": "gint",
26383                         "writable": true
26384                     },
26385                     "sharpness": {
26386                         "blurb": "Filter sharpness",
26387                         "conditionally-available": false,
26388                         "construct": false,
26389                         "construct-only": false,
26390                         "controllable": false,
26391                         "default": "0",
26392                         "max": "7",
26393                         "min": "0",
26394                         "mutable": "null",
26395                         "readable": true,
26396                         "type": "gint",
26397                         "writable": true
26398                     },
26399                     "static-threshold": {
26400                         "blurb": "Motion detection threshold. Recommendation is to set 100 for screen/window sharing",
26401                         "conditionally-available": false,
26402                         "construct": false,
26403                         "construct-only": false,
26404                         "controllable": false,
26405                         "default": "1",
26406                         "max": "2147483647",
26407                         "min": "0",
26408                         "mutable": "null",
26409                         "readable": true,
26410                         "type": "gint",
26411                         "writable": true
26412                     },
26413                     "target-bitrate": {
26414                         "blurb": "Target bitrate (in bits/sec) (0: auto - bitrate depends on resolution, see \"bits-per-pixel\" property for more info)",
26415                         "conditionally-available": false,
26416                         "construct": false,
26417                         "construct-only": false,
26418                         "controllable": false,
26419                         "default": "0",
26420                         "max": "2147483647",
26421                         "min": "0",
26422                         "mutable": "null",
26423                         "readable": true,
26424                         "type": "gint",
26425                         "writable": true
26426                     },
26427                     "temporal-scalability-layer-flags": {
26428                         "blurb": "Sequence defining coding layer flags",
26429                         "conditionally-available": false,
26430                         "construct": false,
26431                         "construct-only": false,
26432                         "controllable": false,
26433                         "mutable": "null",
26434                         "readable": true,
26435                         "type": "GstValueArray",
26436                         "writable": true
26437                     },
26438                     "temporal-scalability-layer-id": {
26439                         "blurb": "Sequence defining coding layer membership",
26440                         "conditionally-available": false,
26441                         "construct": false,
26442                         "construct-only": false,
26443                         "controllable": false,
26444                         "mutable": "null",
26445                         "readable": true,
26446                         "type": "GValueArray",
26447                         "writable": true
26448                     },
26449                     "temporal-scalability-layer-sync-flags": {
26450                         "blurb": "Sequence defining coding layer sync flags",
26451                         "conditionally-available": false,
26452                         "construct": false,
26453                         "construct-only": false,
26454                         "controllable": false,
26455                         "mutable": "null",
26456                         "readable": true,
26457                         "type": "GstValueArray",
26458                         "writable": true
26459                     },
26460                     "temporal-scalability-number-layers": {
26461                         "blurb": "Number of coding layers to use",
26462                         "conditionally-available": false,
26463                         "construct": false,
26464                         "construct-only": false,
26465                         "controllable": false,
26466                         "default": "1",
26467                         "max": "5",
26468                         "min": "1",
26469                         "mutable": "null",
26470                         "readable": true,
26471                         "type": "gint",
26472                         "writable": true
26473                     },
26474                     "temporal-scalability-periodicity": {
26475                         "blurb": "Length of sequence that defines layer membership periodicity",
26476                         "conditionally-available": false,
26477                         "construct": false,
26478                         "construct-only": false,
26479                         "controllable": false,
26480                         "default": "0",
26481                         "max": "16",
26482                         "min": "0",
26483                         "mutable": "null",
26484                         "readable": true,
26485                         "type": "gint",
26486                         "writable": true
26487                     },
26488                     "temporal-scalability-rate-decimator": {
26489                         "blurb": "Rate decimation factors for each layer",
26490                         "conditionally-available": false,
26491                         "construct": false,
26492                         "construct-only": false,
26493                         "controllable": false,
26494                         "mutable": "null",
26495                         "readable": true,
26496                         "type": "GValueArray",
26497                         "writable": true
26498                     },
26499                     "temporal-scalability-target-bitrate": {
26500                         "blurb": "Target bitrates (bits/sec) for coding layers (one per layer)",
26501                         "conditionally-available": false,
26502                         "construct": false,
26503                         "construct-only": false,
26504                         "controllable": false,
26505                         "mutable": "null",
26506                         "readable": true,
26507                         "type": "GValueArray",
26508                         "writable": true
26509                     },
26510                     "threads": {
26511                         "blurb": "Number of threads to use",
26512                         "conditionally-available": false,
26513                         "construct": false,
26514                         "construct-only": false,
26515                         "controllable": false,
26516                         "default": "0",
26517                         "max": "64",
26518                         "min": "0",
26519                         "mutable": "null",
26520                         "readable": true,
26521                         "type": "gint",
26522                         "writable": true
26523                     },
26524                     "timebase": {
26525                         "blurb": "Fraction of one second that is the shortest interframe time - normally left as zero which will default to the framerate",
26526                         "conditionally-available": false,
26527                         "construct": false,
26528                         "construct-only": false,
26529                         "controllable": false,
26530                         "default": "0/1",
26531                         "max": "2147483647/1",
26532                         "min": "0/1",
26533                         "mutable": "null",
26534                         "readable": true,
26535                         "type": "GstFraction",
26536                         "writable": true
26537                     },
26538                     "token-partitions": {
26539                         "blurb": "Number of token partitions",
26540                         "conditionally-available": false,
26541                         "construct": false,
26542                         "construct-only": false,
26543                         "controllable": false,
26544                         "default": "1 (0)",
26545                         "mutable": "null",
26546                         "readable": true,
26547                         "type": "GstVPXEncTokenPartitions",
26548                         "writable": true
26549                     },
26550                     "tuning": {
26551                         "blurb": "Tuning",
26552                         "conditionally-available": false,
26553                         "construct": false,
26554                         "construct-only": false,
26555                         "controllable": false,
26556                         "default": "psnr (0)",
26557                         "mutable": "null",
26558                         "readable": true,
26559                         "type": "GstVPXEncTuning",
26560                         "writable": true
26561                     },
26562                     "twopass-vbr-bias": {
26563                         "blurb": "CBR/VBR bias (0=CBR, 100=VBR)",
26564                         "conditionally-available": false,
26565                         "construct": false,
26566                         "construct-only": false,
26567                         "controllable": false,
26568                         "default": "50",
26569                         "max": "100",
26570                         "min": "0",
26571                         "mutable": "null",
26572                         "readable": true,
26573                         "type": "gint",
26574                         "writable": true
26575                     },
26576                     "twopass-vbr-maxsection": {
26577                         "blurb": "GOP maximum bitrate (%% target)",
26578                         "conditionally-available": false,
26579                         "construct": false,
26580                         "construct-only": false,
26581                         "controllable": false,
26582                         "default": "0",
26583                         "max": "2147483647",
26584                         "min": "0",
26585                         "mutable": "null",
26586                         "readable": true,
26587                         "type": "gint",
26588                         "writable": true
26589                     },
26590                     "twopass-vbr-minsection": {
26591                         "blurb": "GOP minimum bitrate (%% target)",
26592                         "conditionally-available": false,
26593                         "construct": false,
26594                         "construct-only": false,
26595                         "controllable": false,
26596                         "default": "0",
26597                         "max": "2147483647",
26598                         "min": "0",
26599                         "mutable": "null",
26600                         "readable": true,
26601                         "type": "gint",
26602                         "writable": true
26603                     },
26604                     "undershoot": {
26605                         "blurb": "Datarate undershoot (min) target (%%)",
26606                         "conditionally-available": false,
26607                         "construct": false,
26608                         "construct-only": false,
26609                         "controllable": false,
26610                         "default": "100",
26611                         "max": "1000",
26612                         "min": "0",
26613                         "mutable": "null",
26614                         "readable": true,
26615                         "type": "gint",
26616                         "writable": true
26617                     },
26618                     "vertical-scaling-mode": {
26619                         "blurb": "Vertical scaling mode",
26620                         "conditionally-available": false,
26621                         "construct": false,
26622                         "construct-only": false,
26623                         "controllable": false,
26624                         "default": "normal (0)",
26625                         "mutable": "null",
26626                         "readable": true,
26627                         "type": "GstVPXEncScalingMode",
26628                         "writable": true
26629                     }
26630                 }
26631             },
26632             "GstVPXEncEndUsage": {
26633                 "kind": "enum",
26634                 "values": [
26635                     {
26636                         "desc": "Variable Bit Rate (VBR) mode",
26637                         "name": "vbr",
26638                         "value": "0"
26639                     },
26640                     {
26641                         "desc": "Constant Bit Rate (CBR) mode",
26642                         "name": "cbr",
26643                         "value": "1"
26644                     },
26645                     {
26646                         "desc": "Constant Quality Mode (CQ) mode",
26647                         "name": "cq",
26648                         "value": "2"
26649                     }
26650                 ]
26651             },
26652             "GstVPXEncErFlags": {
26653                 "kind": "flags",
26654                 "values": [
26655                     {
26656                         "desc": "Default error resilience",
26657                         "name": "default",
26658                         "value": "0x00000001"
26659                     },
26660                     {
26661                         "desc": "Allow partitions to be decoded independently",
26662                         "name": "partitions",
26663                         "value": "0x00000002"
26664                     }
26665                 ]
26666             },
26667             "GstVPXEncKfMode": {
26668                 "kind": "enum",
26669                 "values": [
26670                     {
26671                         "desc": "Determine optimal placement automatically",
26672                         "name": "auto",
26673                         "value": "1"
26674                     },
26675                     {
26676                         "desc": "Don't automatically place keyframes",
26677                         "name": "disabled",
26678                         "value": "0"
26679                     }
26680                 ]
26681             },
26682             "GstVPXEncMultipassMode": {
26683                 "kind": "enum",
26684                 "values": [
26685                     {
26686                         "desc": "One pass encoding (default)",
26687                         "name": "one-pass",
26688                         "value": "0"
26689                     },
26690                     {
26691                         "desc": "First pass of multipass encoding",
26692                         "name": "first-pass",
26693                         "value": "1"
26694                     },
26695                     {
26696                         "desc": "Last pass of multipass encoding",
26697                         "name": "last-pass",
26698                         "value": "2"
26699                     }
26700                 ]
26701             },
26702             "GstVPXEncScalingMode": {
26703                 "kind": "enum",
26704                 "values": [
26705                     {
26706                         "desc": "Normal",
26707                         "name": "normal",
26708                         "value": "0"
26709                     },
26710                     {
26711                         "desc": "4:5",
26712                         "name": "4:5",
26713                         "value": "1"
26714                     },
26715                     {
26716                         "desc": "3:5",
26717                         "name": "3:5",
26718                         "value": "2"
26719                     },
26720                     {
26721                         "desc": "1:2",
26722                         "name": "1:2",
26723                         "value": "3"
26724                     }
26725                 ]
26726             },
26727             "GstVPXEncTokenPartitions": {
26728                 "kind": "enum",
26729                 "values": [
26730                     {
26731                         "desc": "One token partition",
26732                         "name": "1",
26733                         "value": "0"
26734                     },
26735                     {
26736                         "desc": "Two token partitions",
26737                         "name": "2",
26738                         "value": "1"
26739                     },
26740                     {
26741                         "desc": "Four token partitions",
26742                         "name": "4",
26743                         "value": "2"
26744                     },
26745                     {
26746                         "desc": "Eight token partitions",
26747                         "name": "8",
26748                         "value": "3"
26749                     }
26750                 ]
26751             },
26752             "GstVPXEncTuning": {
26753                 "kind": "enum",
26754                 "values": [
26755                     {
26756                         "desc": "Tune for PSNR",
26757                         "name": "psnr",
26758                         "value": "0"
26759                     },
26760                     {
26761                         "desc": "Tune for SSIM",
26762                         "name": "ssim",
26763                         "value": "1"
26764                     }
26765                 ]
26766             }
26767         },
26768         "package": "GStreamer Good Plug-ins",
26769         "source": "gst-plugins-good",
26770         "tracers": {},
26771         "url": "Unknown package origin"
26772     },
26773     "wavenc": {
26774         "description": "Encode raw audio into WAV",
26775         "elements": {
26776             "wavenc": {
26777                 "author": "Iain Holmes <iain@prettypeople.org>",
26778                 "description": "Encode raw audio into WAV",
26779                 "hierarchy": [
26780                     "GstWavEnc",
26781                     "GstElement",
26782                     "GstObject",
26783                     "GInitiallyUnowned",
26784                     "GObject"
26785                 ],
26786                 "interfaces": [
26787                     "GstTagSetter",
26788                     "GstTocSetter"
26789                 ],
26790                 "klass": "Codec/Muxer/Audio",
26791                 "long-name": "WAV audio muxer",
26792                 "pad-templates": {
26793                     "sink": {
26794                         "caps": "audio/x-raw:\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 65535 ]\n         format: { S32LE, S24LE, S16LE, U8, F32LE, F64LE }\n         layout: interleaved\naudio/x-alaw:\n           rate: [ 8000, 192000 ]\n       channels: [ 1, 2 ]\naudio/x-mulaw:\n           rate: [ 8000, 192000 ]\n       channels: [ 1, 2 ]\n",
26795                         "direction": "sink",
26796                         "presence": "always"
26797                     },
26798                     "src": {
26799                         "caps": "audio/x-wav:\naudio/x-rf64:\n",
26800                         "direction": "src",
26801                         "presence": "always"
26802                     }
26803                 },
26804                 "rank": "primary"
26805             }
26806         },
26807         "filename": "gstwavenc",
26808         "license": "LGPL",
26809         "other-types": {},
26810         "package": "GStreamer Good Plug-ins",
26811         "source": "gst-plugins-good",
26812         "tracers": {},
26813         "url": "Unknown package origin"
26814     },
26815     "wavpack": {
26816         "description": "Wavpack lossless/lossy audio format handling",
26817         "elements": {
26818             "wavpackdec": {
26819                 "author": "Arwed v. Merkatz <v.merkatz@gmx.net>, Sebastian Dröge <slomo@circular-chaos.org>",
26820                 "description": "Decodes Wavpack audio data",
26821                 "hierarchy": [
26822                     "GstWavpackDec",
26823                     "GstAudioDecoder",
26824                     "GstElement",
26825                     "GstObject",
26826                     "GInitiallyUnowned",
26827                     "GObject"
26828                 ],
26829                 "klass": "Codec/Decoder/Audio",
26830                 "long-name": "Wavpack audio decoder",
26831                 "pad-templates": {
26832                     "sink": {
26833                         "caps": "audio/x-wavpack:\n          depth: [ 1, 32 ]\n       channels: [ 1, 8 ]\n           rate: [ 6000, 192000 ]\n         framed: true\n",
26834                         "direction": "sink",
26835                         "presence": "always"
26836                     },
26837                     "src": {
26838                         "caps": "audio/x-raw:\n         format: S8\n         layout: interleaved\n       channels: [ 1, 8 ]\n           rate: [ 6000, 192000 ]\naudio/x-raw:\n         format: S16LE\n         layout: interleaved\n       channels: [ 1, 8 ]\n           rate: [ 6000, 192000 ]\naudio/x-raw:\n         format: S32LE\n         layout: interleaved\n       channels: [ 1, 8 ]\n           rate: [ 6000, 192000 ]\naudio/x-raw:\n         format: F32LE\n         layout: interleaved\n       channels: [ 1, 8 ]\n           rate: [ 6000, 192000 ]\n",
26839                         "direction": "src",
26840                         "presence": "always"
26841                     }
26842                 },
26843                 "properties": {},
26844                 "rank": "primary"
26845             },
26846             "wavpackenc": {
26847                 "author": "Sebastian Dröge <slomo@circular-chaos.org>",
26848                 "description": "Encodes audio with the Wavpack lossless/lossy audio codec",
26849                 "hierarchy": [
26850                     "GstWavpackEnc",
26851                     "GstAudioEncoder",
26852                     "GstElement",
26853                     "GstObject",
26854                     "GInitiallyUnowned",
26855                     "GObject"
26856                 ],
26857                 "interfaces": [
26858                     "GstPreset"
26859                 ],
26860                 "klass": "Codec/Encoder/Audio",
26861                 "long-name": "Wavpack audio encoder",
26862                 "pad-templates": {
26863                     "sink": {
26864                         "caps": "audio/x-raw:\n         format: S32LE\n         layout: interleaved\n       channels: [ 1, 8 ]\n           rate: [ 6000, 192000 ]\n",
26865                         "direction": "sink",
26866                         "presence": "always"
26867                     },
26868                     "src": {
26869                         "caps": "audio/x-wavpack:\n          depth: [ 1, 32 ]\n       channels: [ 1, 8 ]\n           rate: [ 6000, 192000 ]\n         framed: true\n",
26870                         "direction": "src",
26871                         "presence": "always"
26872                     },
26873                     "wvcsrc": {
26874                         "caps": "audio/x-wavpack-correction:\n         framed: true\n",
26875                         "direction": "src",
26876                         "presence": "sometimes"
26877                     }
26878                 },
26879                 "properties": {
26880                     "bitrate": {
26881                         "blurb": "Try to encode with this average bitrate (bits/sec). This enables lossy encoding, values smaller than 24000 disable it again.",
26882                         "conditionally-available": false,
26883                         "construct": false,
26884                         "construct-only": false,
26885                         "controllable": false,
26886                         "default": "0",
26887                         "max": "9600000",
26888                         "min": "0",
26889                         "mutable": "null",
26890                         "readable": true,
26891                         "type": "guint",
26892                         "writable": true
26893                     },
26894                     "bits-per-sample": {
26895                         "blurb": "Try to encode with this amount of bits per sample. This enables lossy encoding, values smaller than 2.0 disable it again.",
26896                         "conditionally-available": false,
26897                         "construct": false,
26898                         "construct-only": false,
26899                         "controllable": false,
26900                         "default": "0",
26901                         "max": "24",
26902                         "min": "0",
26903                         "mutable": "null",
26904                         "readable": true,
26905                         "type": "gdouble",
26906                         "writable": true
26907                     },
26908                     "correction-mode": {
26909                         "blurb": "Use this mode for the correction stream. Only works in lossy mode!",
26910                         "conditionally-available": false,
26911                         "construct": false,
26912                         "construct-only": false,
26913                         "controllable": false,
26914                         "default": "off (0)",
26915                         "mutable": "null",
26916                         "readable": true,
26917                         "type": "GstWavpackEncCorrectionMode",
26918                         "writable": true
26919                     },
26920                     "extra-processing": {
26921                         "blurb": "Use better but slower filters for better compression/quality.",
26922                         "conditionally-available": false,
26923                         "construct": false,
26924                         "construct-only": false,
26925                         "controllable": false,
26926                         "default": "0",
26927                         "max": "6",
26928                         "min": "0",
26929                         "mutable": "null",
26930                         "readable": true,
26931                         "type": "guint",
26932                         "writable": true
26933                     },
26934                     "joint-stereo-mode": {
26935                         "blurb": "Use this joint-stereo mode.",
26936                         "conditionally-available": false,
26937                         "construct": false,
26938                         "construct-only": false,
26939                         "controllable": false,
26940                         "default": "auto (0)",
26941                         "mutable": "null",
26942                         "readable": true,
26943                         "type": "GstWavpackEncJSMode",
26944                         "writable": true
26945                     },
26946                     "md5": {
26947                         "blurb": "Store MD5 hash of raw samples within the file.",
26948                         "conditionally-available": false,
26949                         "construct": false,
26950                         "construct-only": false,
26951                         "controllable": false,
26952                         "default": "false",
26953                         "mutable": "null",
26954                         "readable": true,
26955                         "type": "gboolean",
26956                         "writable": true
26957                     },
26958                     "mode": {
26959                         "blurb": "Speed versus compression tradeoff.",
26960                         "conditionally-available": false,
26961                         "construct": false,
26962                         "construct-only": false,
26963                         "controllable": false,
26964                         "default": "normal (2)",
26965                         "mutable": "null",
26966                         "readable": true,
26967                         "type": "GstWavpackEncMode",
26968                         "writable": true
26969                     }
26970                 },
26971                 "rank": "none",
26972                 "signals": {}
26973             }
26974         },
26975         "filename": "gstwavpack",
26976         "license": "LGPL",
26977         "other-types": {
26978             "GstWavpackEncCorrectionMode": {
26979                 "kind": "enum",
26980                 "values": [
26981                     {
26982                         "desc": "Create no correction file",
26983                         "name": "off",
26984                         "value": "0"
26985                     },
26986                     {
26987                         "desc": "Create correction file",
26988                         "name": "on",
26989                         "value": "1"
26990                     },
26991                     {
26992                         "desc": "Create optimized correction file",
26993                         "name": "optimized",
26994                         "value": "2"
26995                     }
26996                 ]
26997             },
26998             "GstWavpackEncJSMode": {
26999                 "kind": "enum",
27000                 "values": [
27001                     {
27002                         "desc": "auto",
27003                         "name": "auto",
27004                         "value": "0"
27005                     },
27006                     {
27007                         "desc": "left/right",
27008                         "name": "leftright",
27009                         "value": "1"
27010                     },
27011                     {
27012                         "desc": "mid/side",
27013                         "name": "midside",
27014                         "value": "2"
27015                     }
27016                 ]
27017             },
27018             "GstWavpackEncMode": {
27019                 "kind": "enum",
27020                 "values": [
27021                     {
27022                         "desc": "Fast Compression",
27023                         "name": "fast",
27024                         "value": "1"
27025                     },
27026                     {
27027                         "desc": "Normal Compression",
27028                         "name": "normal",
27029                         "value": "2"
27030                     },
27031                     {
27032                         "desc": "High Compression",
27033                         "name": "high",
27034                         "value": "3"
27035                     },
27036                     {
27037                         "desc": "Very High Compression",
27038                         "name": "veryhigh",
27039                         "value": "4"
27040                     }
27041                 ]
27042             }
27043         },
27044         "package": "GStreamer Good Plug-ins",
27045         "source": "gst-plugins-good",
27046         "tracers": {},
27047         "url": "Unknown package origin"
27048     },
27049     "wavparse": {
27050         "description": "Parse a .wav file into raw audio",
27051         "elements": {
27052             "wavparse": {
27053                 "author": "Erik Walthinsen <omega@cse.ogi.edu>",
27054                 "description": "Parse a .wav file into raw audio",
27055                 "hierarchy": [
27056                     "GstWavParse",
27057                     "GstElement",
27058                     "GstObject",
27059                     "GInitiallyUnowned",
27060                     "GObject"
27061                 ],
27062                 "klass": "Codec/Demuxer/Audio",
27063                 "long-name": "WAV audio demuxer",
27064                 "pad-templates": {
27065                     "sink": {
27066                         "caps": "audio/x-wav:\naudio/x-rf64:\n",
27067                         "direction": "sink",
27068                         "presence": "always"
27069                     },
27070                     "src": {
27071                         "caps": "audio/ms-gsm:\naudio/mpeg:\n    mpegversion: 1\n          layer: 3\naudio/mpeg:\n    mpegversion: 1\n          layer: 2\naudio/x-raw:\n         format: { S8, U8, S16LE, U16LE, S24LE, U24LE, S32LE, U32LE }\n         layout: interleaved\naudio/x-vorbis:\naudio/x-ac3:\naudio/x-dts:\naudio/mpeg:\n    mpegversion: 4\naudio/x-alaw:\naudio/x-mulaw:\naudio/x-wms:\n        bitrate: [ 0, 2147483647 ]\n    block_align: [ 1, 2147483647 ]\naudio/x-adpcm:\n         layout: microsoft\n    block_align: [ 1, 2147483647 ]\naudio/x-adpcm:\n         layout: dvi\n    block_align: [ 1, 2147483647 ]\naudio/x-truespeech:\naudio/x-wma:\n     wmaversion: 1\n        bitrate: [ 0, 2147483647 ]\n    block_align: [ 1, 2147483647 ]\naudio/x-wma:\n     wmaversion: 2\n        bitrate: [ 0, 2147483647 ]\n    block_align: [ 1, 2147483647 ]\naudio/x-wma:\n     wmaversion: 3\n        bitrate: [ 0, 2147483647 ]\n    block_align: [ 1, 2147483647 ]\naudio/x-vnd.sony.atrac3:\naudio/x-raw:\n         format: { F32LE, F64LE }\n         layout: interleaved\naudio/x-voxware:\n    voxwaretype: 117\naudio/x-adpcm:\n         layout: dk4\naudio/x-adpcm:\n         layout: dk3\naudio/x-adpcm:\n         layout: dvi\naudio/AMR:\naudio/AMR-WB:\naudio/x-siren:\napplication/x-ogg-avi:\n",
27072                         "direction": "src",
27073                         "presence": "always"
27074                     }
27075                 },
27076                 "properties": {
27077                     "ignore-length": {
27078                         "blurb": "Ignore length from the Wave header",
27079                         "conditionally-available": false,
27080                         "construct": false,
27081                         "construct-only": false,
27082                         "controllable": false,
27083                         "default": "false",
27084                         "mutable": "null",
27085                         "readable": true,
27086                         "type": "gboolean",
27087                         "writable": true
27088                     }
27089                 },
27090                 "rank": "primary"
27091             }
27092         },
27093         "filename": "gstwavparse",
27094         "license": "LGPL",
27095         "other-types": {},
27096         "package": "GStreamer Good Plug-ins",
27097         "source": "gst-plugins-good",
27098         "tracers": {},
27099         "url": "Unknown package origin"
27100     },
27101     "ximagesrc": {
27102         "description": "X11 video input plugin using standard Xlib calls",
27103         "elements": {
27104             "ximagesrc": {
27105                 "author": "Lutz Mueller <lutz@users.sourceforge.net>, Jan Schmidt <thaytan@mad.scientist.com>, Zaheer Merali <zaheerabbas at merali dot org>",
27106                 "description": "Creates a screenshot video stream",
27107                 "hierarchy": [
27108                     "GstXImageSrc",
27109                     "GstPushSrc",
27110                     "GstBaseSrc",
27111                     "GstElement",
27112                     "GstObject",
27113                     "GInitiallyUnowned",
27114                     "GObject"
27115                 ],
27116                 "klass": "Source/Video",
27117                 "long-name": "Ximage video source",
27118                 "pad-templates": {
27119                     "src": {
27120                         "caps": "video/x-raw:\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\npixel-aspect-ratio: [ 0/1, 2147483647/1 ]\n",
27121                         "direction": "src",
27122                         "presence": "always"
27123                     }
27124                 },
27125                 "properties": {
27126                     "display-name": {
27127                         "blurb": "X Display Name",
27128                         "conditionally-available": false,
27129                         "construct": false,
27130                         "construct-only": false,
27131                         "controllable": false,
27132                         "default": "NULL",
27133                         "mutable": "null",
27134                         "readable": true,
27135                         "type": "gchararray",
27136                         "writable": true
27137                     },
27138                     "endx": {
27139                         "blurb": "X coordinate of bottom right corner of area to be recorded (0 for bottom right of screen)",
27140                         "conditionally-available": false,
27141                         "construct": false,
27142                         "construct-only": false,
27143                         "controllable": false,
27144                         "default": "0",
27145                         "max": "2147483647",
27146                         "min": "0",
27147                         "mutable": "null",
27148                         "readable": true,
27149                         "type": "guint",
27150                         "writable": true
27151                     },
27152                     "endy": {
27153                         "blurb": "Y coordinate of bottom right corner of area to be recorded (0 for bottom right of screen)",
27154                         "conditionally-available": false,
27155                         "construct": false,
27156                         "construct-only": false,
27157                         "controllable": false,
27158                         "default": "0",
27159                         "max": "2147483647",
27160                         "min": "0",
27161                         "mutable": "null",
27162                         "readable": true,
27163                         "type": "guint",
27164                         "writable": true
27165                     },
27166                     "remote": {
27167                         "blurb": "Whether the display is remote",
27168                         "conditionally-available": false,
27169                         "construct": false,
27170                         "construct-only": false,
27171                         "controllable": false,
27172                         "default": "false",
27173                         "mutable": "null",
27174                         "readable": true,
27175                         "type": "gboolean",
27176                         "writable": true
27177                     },
27178                     "show-pointer": {
27179                         "blurb": "Show mouse pointer (if XFixes extension enabled)",
27180                         "conditionally-available": false,
27181                         "construct": false,
27182                         "construct-only": false,
27183                         "controllable": false,
27184                         "default": "true",
27185                         "mutable": "null",
27186                         "readable": true,
27187                         "type": "gboolean",
27188                         "writable": true
27189                     },
27190                     "startx": {
27191                         "blurb": "X coordinate of top left corner of area to be recorded (0 for top left of screen)",
27192                         "conditionally-available": false,
27193                         "construct": false,
27194                         "construct-only": false,
27195                         "controllable": false,
27196                         "default": "0",
27197                         "max": "2147483647",
27198                         "min": "0",
27199                         "mutable": "null",
27200                         "readable": true,
27201                         "type": "guint",
27202                         "writable": true
27203                     },
27204                     "starty": {
27205                         "blurb": "Y coordinate of top left corner of area to be recorded (0 for top left of screen)",
27206                         "conditionally-available": false,
27207                         "construct": false,
27208                         "construct-only": false,
27209                         "controllable": false,
27210                         "default": "0",
27211                         "max": "2147483647",
27212                         "min": "0",
27213                         "mutable": "null",
27214                         "readable": true,
27215                         "type": "guint",
27216                         "writable": true
27217                     },
27218                     "use-damage": {
27219                         "blurb": "Use XDamage (if XDamage extension enabled)",
27220                         "conditionally-available": false,
27221                         "construct": false,
27222                         "construct-only": false,
27223                         "controllable": false,
27224                         "default": "true",
27225                         "mutable": "null",
27226                         "readable": true,
27227                         "type": "gboolean",
27228                         "writable": true
27229                     },
27230                     "xid": {
27231                         "blurb": "Window XID to capture from",
27232                         "conditionally-available": false,
27233                         "construct": false,
27234                         "construct-only": false,
27235                         "controllable": false,
27236                         "default": "0",
27237                         "max": "18446744073709551615",
27238                         "min": "0",
27239                         "mutable": "null",
27240                         "readable": true,
27241                         "type": "guint64",
27242                         "writable": true
27243                     },
27244                     "xname": {
27245                         "blurb": "Window name to capture from",
27246                         "conditionally-available": false,
27247                         "construct": false,
27248                         "construct-only": false,
27249                         "controllable": false,
27250                         "default": "NULL",
27251                         "mutable": "null",
27252                         "readable": true,
27253                         "type": "gchararray",
27254                         "writable": true
27255                     }
27256                 },
27257                 "rank": "none"
27258             }
27259         },
27260         "filename": "gstximagesrc",
27261         "license": "LGPL",
27262         "other-types": {},
27263         "package": "GStreamer Good Plug-ins",
27264         "source": "gst-plugins-good",
27265         "tracers": {},
27266         "url": "Unknown package origin"
27267     },
27268     "y4menc": {
27269         "description": "Encodes a YUV frame into the yuv4mpeg format (mjpegtools)",
27270         "elements": {
27271             "y4menc": {
27272                 "author": "Wim Taymans <wim.taymans@gmail.com>",
27273                 "description": "Encodes a YUV frame into the yuv4mpeg format (mjpegtools)",
27274                 "hierarchy": [
27275                     "GstY4mEncode",
27276                     "GstVideoEncoder",
27277                     "GstElement",
27278                     "GstObject",
27279                     "GInitiallyUnowned",
27280                     "GObject"
27281                 ],
27282                 "interfaces": [
27283                     "GstPreset"
27284                 ],
27285                 "klass": "Codec/Encoder/Video",
27286                 "long-name": "YUV4MPEG video encoder",
27287                 "pad-templates": {
27288                     "sink": {
27289                         "caps": "video/x-raw:\n         format: { IYUV, I420, Y42B, Y41B, Y444 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
27290                         "direction": "sink",
27291                         "presence": "always"
27292                     },
27293                     "src": {
27294                         "caps": "application/x-yuv4mpeg:\n     y4mversion: 2\n",
27295                         "direction": "src",
27296                         "presence": "always"
27297                     }
27298                 },
27299                 "properties": {},
27300                 "rank": "primary"
27301             }
27302         },
27303         "filename": "gsty4menc",
27304         "license": "LGPL",
27305         "other-types": {},
27306         "package": "GStreamer Good Plug-ins",
27307         "source": "gst-plugins-good",
27308         "tracers": {},
27309         "url": "Unknown package origin"
27310     }
27311 }