Release 1.21.2
[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": "0",
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": "0",
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     "adaptivedemux2": {
996         "description": "Adaptive Streaming 2 plugin",
997         "elements": {
998             "dashdemux2": {
999                 "author": "Edward Hervey <edward@centricular.com>\nJan Schmidt <jan@centricular.com>",
1000                 "description": "Dynamic Adaptive Streaming over HTTP demuxer",
1001                 "hierarchy": [
1002                     "GstDashDemux2",
1003                     "GstAdaptiveDemux2",
1004                     "GstBin",
1005                     "GstElement",
1006                     "GstObject",
1007                     "GInitiallyUnowned",
1008                     "GObject"
1009                 ],
1010                 "interfaces": [
1011                     "GstChildProxy"
1012                 ],
1013                 "klass": "Codec/Demuxer/Adaptive",
1014                 "long-name": "DASH Demuxer",
1015                 "pad-templates": {
1016                     "audio_%%02u": {
1017                         "caps": "ANY",
1018                         "direction": "src",
1019                         "presence": "sometimes"
1020                     },
1021                     "sink": {
1022                         "caps": "application/dash+xml:\n",
1023                         "direction": "sink",
1024                         "presence": "always"
1025                     },
1026                     "subtitle_%%02u": {
1027                         "caps": "ANY",
1028                         "direction": "src",
1029                         "presence": "sometimes"
1030                     },
1031                     "video_%%02u": {
1032                         "caps": "ANY",
1033                         "direction": "src",
1034                         "presence": "sometimes"
1035                     }
1036                 },
1037                 "properties": {
1038                     "max-bitrate": {
1039                         "blurb": "Max of bitrate supported by target video decoder (0 = no maximum)",
1040                         "conditionally-available": false,
1041                         "construct": false,
1042                         "construct-only": false,
1043                         "controllable": false,
1044                         "default": "0",
1045                         "max": "-1",
1046                         "min": "0",
1047                         "mutable": "null",
1048                         "readable": true,
1049                         "type": "guint",
1050                         "writable": true
1051                     },
1052                     "max-video-framerate": {
1053                         "blurb": "Max video framerate to select (0/1 = no maximum)",
1054                         "conditionally-available": false,
1055                         "construct": false,
1056                         "construct-only": false,
1057                         "controllable": false,
1058                         "default": "0/1",
1059                         "max": "2147483647/1",
1060                         "min": "0/1",
1061                         "mutable": "null",
1062                         "readable": true,
1063                         "type": "GstFraction",
1064                         "writable": true
1065                     },
1066                     "max-video-height": {
1067                         "blurb": "Max video height to select (0 = no maximum)",
1068                         "conditionally-available": false,
1069                         "construct": false,
1070                         "construct-only": false,
1071                         "controllable": false,
1072                         "default": "0",
1073                         "max": "-1",
1074                         "min": "0",
1075                         "mutable": "null",
1076                         "readable": true,
1077                         "type": "guint",
1078                         "writable": true
1079                     },
1080                     "max-video-width": {
1081                         "blurb": "Max video width to select (0 = no maximum)",
1082                         "conditionally-available": false,
1083                         "construct": false,
1084                         "construct-only": false,
1085                         "controllable": false,
1086                         "default": "0",
1087                         "max": "-1",
1088                         "min": "0",
1089                         "mutable": "null",
1090                         "readable": true,
1091                         "type": "guint",
1092                         "writable": true
1093                     },
1094                     "presentation-delay": {
1095                         "blurb": "Default presentation delay (in seconds, milliseconds or fragments) (e.g. 12s, 2500ms, 3f)",
1096                         "conditionally-available": false,
1097                         "construct": false,
1098                         "construct-only": false,
1099                         "controllable": false,
1100                         "default": "10s",
1101                         "mutable": "null",
1102                         "readable": true,
1103                         "type": "gchararray",
1104                         "writable": true
1105                     }
1106                 },
1107                 "rank": "primary + 1"
1108             },
1109             "hlsdemux2": {
1110                 "author": "Edward Hervey <edward@centricular.com>\nJan Schmidt <jan@centricular.com>",
1111                 "description": "HTTP Live Streaming demuxer",
1112                 "hierarchy": [
1113                     "GstHLSDemux2",
1114                     "GstAdaptiveDemux2",
1115                     "GstBin",
1116                     "GstElement",
1117                     "GstObject",
1118                     "GInitiallyUnowned",
1119                     "GObject"
1120                 ],
1121                 "interfaces": [
1122                     "GstChildProxy"
1123                 ],
1124                 "klass": "Codec/Demuxer/Adaptive",
1125                 "long-name": "HLS Demuxer",
1126                 "pad-templates": {
1127                     "audio_%%02u": {
1128                         "caps": "ANY",
1129                         "direction": "src",
1130                         "presence": "sometimes"
1131                     },
1132                     "sink": {
1133                         "caps": "application/x-hls:\n",
1134                         "direction": "sink",
1135                         "presence": "always"
1136                     },
1137                     "subtitle_%%02u": {
1138                         "caps": "ANY",
1139                         "direction": "src",
1140                         "presence": "sometimes"
1141                     },
1142                     "video_%%02u": {
1143                         "caps": "ANY",
1144                         "direction": "src",
1145                         "presence": "sometimes"
1146                     }
1147                 },
1148                 "properties": {
1149                     "start-bitrate": {
1150                         "blurb": "Initial bitrate to use to choose first alternate (0 = automatic) (bits/s)",
1151                         "conditionally-available": false,
1152                         "construct": false,
1153                         "construct-only": false,
1154                         "controllable": false,
1155                         "default": "0",
1156                         "max": "-1",
1157                         "min": "0",
1158                         "mutable": "null",
1159                         "readable": true,
1160                         "type": "guint",
1161                         "writable": true
1162                     }
1163                 },
1164                 "rank": "primary + 1"
1165             },
1166             "mssdemux2": {
1167                 "author": "Thiago Santos <thiago.sousa.santos@collabora.com>",
1168                 "description": "Parse and demultiplex a Smooth Streaming manifest into audio and video streams",
1169                 "hierarchy": [
1170                     "GstMssDemux2",
1171                     "GstAdaptiveDemux2",
1172                     "GstBin",
1173                     "GstElement",
1174                     "GstObject",
1175                     "GInitiallyUnowned",
1176                     "GObject"
1177                 ],
1178                 "interfaces": [
1179                     "GstChildProxy"
1180                 ],
1181                 "klass": "Codec/Demuxer/Adaptive",
1182                 "long-name": "Smooth Streaming demuxer (v2)",
1183                 "pad-templates": {
1184                     "audio_%%02u": {
1185                         "caps": "ANY",
1186                         "direction": "src",
1187                         "presence": "sometimes"
1188                     },
1189                     "sink": {
1190                         "caps": "application/vnd.ms-sstr+xml:\n",
1191                         "direction": "sink",
1192                         "presence": "always"
1193                     },
1194                     "subtitle_%%02u": {
1195                         "caps": "ANY",
1196                         "direction": "src",
1197                         "presence": "sometimes"
1198                     },
1199                     "video_%%02u": {
1200                         "caps": "ANY",
1201                         "direction": "src",
1202                         "presence": "sometimes"
1203                     }
1204                 },
1205                 "rank": "primary + 1"
1206             }
1207         },
1208         "filename": "gstadaptivedemux2",
1209         "license": "LGPL",
1210         "other-types": {
1211             "GstAdaptiveDemux2": {
1212                 "hierarchy": [
1213                     "GstAdaptiveDemux2",
1214                     "GstBin",
1215                     "GstElement",
1216                     "GstObject",
1217                     "GInitiallyUnowned",
1218                     "GObject"
1219                 ],
1220                 "interfaces": [
1221                     "GstChildProxy"
1222                 ],
1223                 "kind": "object",
1224                 "properties": {
1225                     "bandwidth-target-ratio": {
1226                         "blurb": "Limit of the available bitrate to use when switching to alternates",
1227                         "conditionally-available": false,
1228                         "construct": false,
1229                         "construct-only": false,
1230                         "controllable": false,
1231                         "default": "0.8",
1232                         "max": "1",
1233                         "min": "0",
1234                         "mutable": "null",
1235                         "readable": true,
1236                         "type": "gfloat",
1237                         "writable": true
1238                     },
1239                     "connection-bitrate": {
1240                         "blurb": "Network connection speed to use (0 = automatic) (bits/s)",
1241                         "conditionally-available": false,
1242                         "construct": false,
1243                         "construct-only": false,
1244                         "controllable": false,
1245                         "default": "0",
1246                         "max": "-1",
1247                         "min": "0",
1248                         "mutable": "null",
1249                         "readable": true,
1250                         "type": "guint",
1251                         "writable": true
1252                     },
1253                     "connection-speed": {
1254                         "blurb": "Network connection speed to use in kbps (0 = calculate from downloaded fragments)",
1255                         "conditionally-available": false,
1256                         "construct": false,
1257                         "construct-only": false,
1258                         "controllable": false,
1259                         "default": "0",
1260                         "max": "4294967",
1261                         "min": "0",
1262                         "mutable": "null",
1263                         "readable": true,
1264                         "type": "guint",
1265                         "writable": true
1266                     },
1267                     "current-bandwidth": {
1268                         "blurb": "Report of current download bandwidth (based on arriving data) (bits/s)",
1269                         "conditionally-available": false,
1270                         "construct": false,
1271                         "construct-only": false,
1272                         "controllable": false,
1273                         "default": "0",
1274                         "max": "-1",
1275                         "min": "0",
1276                         "mutable": "null",
1277                         "readable": true,
1278                         "type": "guint",
1279                         "writable": false
1280                     },
1281                     "current-level-time-audio": {
1282                         "blurb": "Currently buffered level of audio track(s) (ns)",
1283                         "conditionally-available": false,
1284                         "construct": false,
1285                         "construct-only": false,
1286                         "controllable": false,
1287                         "default": "0",
1288                         "max": "18446744073709551615",
1289                         "min": "0",
1290                         "mutable": "playing",
1291                         "readable": true,
1292                         "type": "guint64",
1293                         "writable": false
1294                     },
1295                     "current-level-time-video": {
1296                         "blurb": "Currently buffered level of video track(s) (ns)",
1297                         "conditionally-available": false,
1298                         "construct": false,
1299                         "construct-only": false,
1300                         "controllable": false,
1301                         "default": "0",
1302                         "max": "18446744073709551615",
1303                         "min": "0",
1304                         "mutable": "playing",
1305                         "readable": true,
1306                         "type": "guint64",
1307                         "writable": false
1308                     },
1309                     "high-watermark-fragments": {
1310                         "blurb": "High watermark for parsed data above which downloads are paused (in fragments, 0=disable)",
1311                         "conditionally-available": false,
1312                         "construct": false,
1313                         "construct-only": false,
1314                         "controllable": false,
1315                         "default": "0",
1316                         "max": "3.40282e+38",
1317                         "min": "0",
1318                         "mutable": "playing",
1319                         "readable": true,
1320                         "type": "gdouble",
1321                         "writable": true
1322                     },
1323                     "high-watermark-time": {
1324                         "blurb": "High watermark for parsed data above which downloads are paused (in ns, 0=disable)",
1325                         "conditionally-available": false,
1326                         "construct": false,
1327                         "construct-only": false,
1328                         "controllable": false,
1329                         "default": "30000000000",
1330                         "max": "18446744073709551615",
1331                         "min": "0",
1332                         "mutable": "playing",
1333                         "readable": true,
1334                         "type": "guint64",
1335                         "writable": true
1336                     },
1337                     "low-watermark-fragments": {
1338                         "blurb": "Low watermark for parsed data below which downloads are resumed (in fragments, 0=disable)",
1339                         "conditionally-available": false,
1340                         "construct": false,
1341                         "construct-only": false,
1342                         "controllable": false,
1343                         "default": "0",
1344                         "max": "3.40282e+38",
1345                         "min": "0",
1346                         "mutable": "playing",
1347                         "readable": true,
1348                         "type": "gdouble",
1349                         "writable": true
1350                     },
1351                     "low-watermark-time": {
1352                         "blurb": "Low watermark for parsed data below which downloads are resumed (in ns, 0=automatic)",
1353                         "conditionally-available": false,
1354                         "construct": false,
1355                         "construct-only": false,
1356                         "controllable": false,
1357                         "default": "0",
1358                         "max": "18446744073709551615",
1359                         "min": "0",
1360                         "mutable": "playing",
1361                         "readable": true,
1362                         "type": "guint64",
1363                         "writable": true
1364                     },
1365                     "max-bitrate": {
1366                         "blurb": "Maximum bitrate to use when switching to alternates (bits/s)",
1367                         "conditionally-available": false,
1368                         "construct": false,
1369                         "construct-only": false,
1370                         "controllable": false,
1371                         "default": "0",
1372                         "max": "-1",
1373                         "min": "0",
1374                         "mutable": "null",
1375                         "readable": true,
1376                         "type": "guint",
1377                         "writable": true
1378                     },
1379                     "max-buffering-time": {
1380                         "blurb": "Upper limit on the high watermark for parsed data, above which downloads are paused (in ns, 0=disable)",
1381                         "conditionally-available": false,
1382                         "construct": false,
1383                         "construct-only": false,
1384                         "controllable": false,
1385                         "default": "30000000000",
1386                         "max": "18446744073709551615",
1387                         "min": "0",
1388                         "mutable": "playing",
1389                         "readable": true,
1390                         "type": "guint64",
1391                         "writable": true
1392                     },
1393                     "min-bitrate": {
1394                         "blurb": "Minimum bitrate to use when switching to alternates (bits/s)",
1395                         "conditionally-available": false,
1396                         "construct": false,
1397                         "construct-only": false,
1398                         "controllable": false,
1399                         "default": "0",
1400                         "max": "-1",
1401                         "min": "0",
1402                         "mutable": "null",
1403                         "readable": true,
1404                         "type": "guint",
1405                         "writable": true
1406                     }
1407                 }
1408             }
1409         },
1410         "package": "GStreamer Good Plug-ins",
1411         "source": "gst-plugins-good",
1412         "tracers": {},
1413         "url": "Unknown package origin"
1414     },
1415     "alaw": {
1416         "description": "ALaw audio conversion routines",
1417         "elements": {
1418             "alawdec": {
1419                 "author": "Zaheer Abbas Merali <zaheerabbas at merali dot org>",
1420                 "description": "Convert 8bit A law to 16bit PCM",
1421                 "hierarchy": [
1422                     "GstALawDec",
1423                     "GstAudioDecoder",
1424                     "GstElement",
1425                     "GstObject",
1426                     "GInitiallyUnowned",
1427                     "GObject"
1428                 ],
1429                 "klass": "Codec/Decoder/Audio",
1430                 "long-name": "A Law audio decoder",
1431                 "pad-templates": {
1432                     "sink": {
1433                         "caps": "audio/x-alaw:\n           rate: [ 8000, 192000 ]\n       channels: [ 1, 2 ]\n",
1434                         "direction": "sink",
1435                         "presence": "always"
1436                     },
1437                     "src": {
1438                         "caps": "audio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: [ 8000, 192000 ]\n       channels: [ 1, 2 ]\n",
1439                         "direction": "src",
1440                         "presence": "always"
1441                     }
1442                 },
1443                 "properties": {},
1444                 "rank": "primary"
1445             },
1446             "alawenc": {
1447                 "author": "Zaheer Abbas Merali <zaheerabbas at merali dot org>",
1448                 "description": "Convert 16bit PCM to 8bit A law",
1449                 "hierarchy": [
1450                     "GstALawEnc",
1451                     "GstAudioEncoder",
1452                     "GstElement",
1453                     "GstObject",
1454                     "GInitiallyUnowned",
1455                     "GObject"
1456                 ],
1457                 "interfaces": [
1458                     "GstPreset"
1459                 ],
1460                 "klass": "Codec/Encoder/Audio",
1461                 "long-name": "A Law audio encoder",
1462                 "pad-templates": {
1463                     "sink": {
1464                         "caps": "audio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: [ 8000, 192000 ]\n       channels: [ 1, 2 ]\n",
1465                         "direction": "sink",
1466                         "presence": "always"
1467                     },
1468                     "src": {
1469                         "caps": "audio/x-alaw:\n           rate: [ 8000, 192000 ]\n       channels: [ 1, 2 ]\n",
1470                         "direction": "src",
1471                         "presence": "always"
1472                     }
1473                 },
1474                 "properties": {},
1475                 "rank": "primary"
1476             }
1477         },
1478         "filename": "gstalaw",
1479         "license": "LGPL",
1480         "other-types": {},
1481         "package": "GStreamer Good Plug-ins",
1482         "source": "gst-plugins-good",
1483         "tracers": {},
1484         "url": "Unknown package origin"
1485     },
1486     "alpha": {
1487         "description": "adds an alpha channel to video - constant or via chroma-keying",
1488         "elements": {
1489             "alpha": {
1490                 "author": "Wim Taymans <wim.taymans@gmail.com>\nEdward Hervey <edward.hervey@collabora.co.uk>\nJan Schmidt <thaytan@noraisin.net>",
1491                 "description": "Adds an alpha channel to video - uniform or via chroma-keying",
1492                 "hierarchy": [
1493                     "GstAlpha",
1494                     "GstVideoFilter",
1495                     "GstBaseTransform",
1496                     "GstElement",
1497                     "GstObject",
1498                     "GInitiallyUnowned",
1499                     "GObject"
1500                 ],
1501                 "klass": "Filter/Effect/Video",
1502                 "long-name": "Alpha filter",
1503                 "pad-templates": {
1504                     "sink": {
1505                         "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",
1506                         "direction": "sink",
1507                         "presence": "always"
1508                     },
1509                     "src": {
1510                         "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",
1511                         "direction": "src",
1512                         "presence": "always"
1513                     }
1514                 },
1515                 "properties": {
1516                     "alpha": {
1517                         "blurb": "The value for the alpha channel",
1518                         "conditionally-available": false,
1519                         "construct": false,
1520                         "construct-only": false,
1521                         "controllable": true,
1522                         "default": "1",
1523                         "max": "1",
1524                         "min": "0",
1525                         "mutable": "null",
1526                         "readable": true,
1527                         "type": "gdouble",
1528                         "writable": true
1529                     },
1530                     "angle": {
1531                         "blurb": "Size of the colorcube to change",
1532                         "conditionally-available": false,
1533                         "construct": false,
1534                         "construct-only": false,
1535                         "controllable": true,
1536                         "default": "20",
1537                         "max": "90",
1538                         "min": "0",
1539                         "mutable": "null",
1540                         "readable": true,
1541                         "type": "gfloat",
1542                         "writable": true
1543                     },
1544                     "black-sensitivity": {
1545                         "blurb": "Sensitivity to dark colors",
1546                         "conditionally-available": false,
1547                         "construct": false,
1548                         "construct-only": false,
1549                         "controllable": true,
1550                         "default": "100",
1551                         "max": "128",
1552                         "min": "0",
1553                         "mutable": "null",
1554                         "readable": true,
1555                         "type": "guint",
1556                         "writable": true
1557                     },
1558                     "method": {
1559                         "blurb": "How the alpha channels should be created",
1560                         "conditionally-available": false,
1561                         "construct": false,
1562                         "construct-only": false,
1563                         "controllable": false,
1564                         "default": "set (0)",
1565                         "mutable": "null",
1566                         "readable": true,
1567                         "type": "GstAlphaMethod",
1568                         "writable": true
1569                     },
1570                     "noise-level": {
1571                         "blurb": "Size of noise radius",
1572                         "conditionally-available": false,
1573                         "construct": false,
1574                         "construct-only": false,
1575                         "controllable": true,
1576                         "default": "2",
1577                         "max": "64",
1578                         "min": "0",
1579                         "mutable": "null",
1580                         "readable": true,
1581                         "type": "gfloat",
1582                         "writable": true
1583                     },
1584                     "prefer-passthrough": {
1585                         "blurb": "Don't do any processing for alpha=1.0 if possible",
1586                         "conditionally-available": false,
1587                         "construct": false,
1588                         "construct-only": false,
1589                         "controllable": true,
1590                         "default": "false",
1591                         "mutable": "null",
1592                         "readable": true,
1593                         "type": "gboolean",
1594                         "writable": true
1595                     },
1596                     "target-b": {
1597                         "blurb": "The blue color value for custom RGB chroma keying",
1598                         "conditionally-available": false,
1599                         "construct": false,
1600                         "construct-only": false,
1601                         "controllable": true,
1602                         "default": "0",
1603                         "max": "255",
1604                         "min": "0",
1605                         "mutable": "null",
1606                         "readable": true,
1607                         "type": "guint",
1608                         "writable": true
1609                     },
1610                     "target-g": {
1611                         "blurb": "The green color value for custom RGB chroma keying",
1612                         "conditionally-available": false,
1613                         "construct": false,
1614                         "construct-only": false,
1615                         "controllable": true,
1616                         "default": "255",
1617                         "max": "255",
1618                         "min": "0",
1619                         "mutable": "null",
1620                         "readable": true,
1621                         "type": "guint",
1622                         "writable": true
1623                     },
1624                     "target-r": {
1625                         "blurb": "The red color value for custom RGB chroma keying",
1626                         "conditionally-available": false,
1627                         "construct": false,
1628                         "construct-only": false,
1629                         "controllable": true,
1630                         "default": "0",
1631                         "max": "255",
1632                         "min": "0",
1633                         "mutable": "null",
1634                         "readable": true,
1635                         "type": "guint",
1636                         "writable": true
1637                     },
1638                     "white-sensitivity": {
1639                         "blurb": "Sensitivity to bright colors",
1640                         "conditionally-available": false,
1641                         "construct": false,
1642                         "construct-only": false,
1643                         "controllable": true,
1644                         "default": "100",
1645                         "max": "128",
1646                         "min": "0",
1647                         "mutable": "null",
1648                         "readable": true,
1649                         "type": "guint",
1650                         "writable": true
1651                     }
1652                 },
1653                 "rank": "none"
1654             }
1655         },
1656         "filename": "gstalpha",
1657         "license": "LGPL",
1658         "other-types": {
1659             "GstAlphaMethod": {
1660                 "kind": "enum",
1661                 "values": [
1662                     {
1663                         "desc": "Set/adjust alpha channel",
1664                         "name": "set",
1665                         "value": "0"
1666                     },
1667                     {
1668                         "desc": "Chroma Key on pure green",
1669                         "name": "green",
1670                         "value": "1"
1671                     },
1672                     {
1673                         "desc": "Chroma Key on pure blue",
1674                         "name": "blue",
1675                         "value": "2"
1676                     },
1677                     {
1678                         "desc": "Chroma Key on custom RGB values",
1679                         "name": "custom",
1680                         "value": "3"
1681                     }
1682                 ]
1683             }
1684         },
1685         "package": "GStreamer Good Plug-ins",
1686         "source": "gst-plugins-good",
1687         "tracers": {},
1688         "url": "Unknown package origin"
1689     },
1690     "alphacolor": {
1691         "description": "RGBA from/to AYUV colorspace conversion preserving the alpha channel",
1692         "elements": {
1693             "alphacolor": {
1694                 "author": "Wim Taymans <wim.taymans@gmail.com>",
1695                 "description": "ARGB from/to AYUV colorspace conversion preserving the alpha channel",
1696                 "hierarchy": [
1697                     "GstAlphaColor",
1698                     "GstVideoFilter",
1699                     "GstBaseTransform",
1700                     "GstElement",
1701                     "GstObject",
1702                     "GInitiallyUnowned",
1703                     "GObject"
1704                 ],
1705                 "klass": "Filter/Converter/Video",
1706                 "long-name": "Alpha color filter",
1707                 "pad-templates": {
1708                     "sink": {
1709                         "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",
1710                         "direction": "sink",
1711                         "presence": "always"
1712                     },
1713                     "src": {
1714                         "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",
1715                         "direction": "src",
1716                         "presence": "always"
1717                     }
1718                 },
1719                 "properties": {},
1720                 "rank": "none"
1721             }
1722         },
1723         "filename": "gstalphacolor",
1724         "license": "LGPL",
1725         "other-types": {},
1726         "package": "GStreamer Good Plug-ins",
1727         "source": "gst-plugins-good",
1728         "tracers": {},
1729         "url": "Unknown package origin"
1730     },
1731     "apetag": {
1732         "description": "APEv1/2 tag reader",
1733         "elements": {
1734             "apedemux": {
1735                 "author": "Tim-Philipp Müller <tim centricular net>",
1736                 "description": "Read and output APE tags while demuxing the contents",
1737                 "hierarchy": [
1738                     "GstApeDemux",
1739                     "GstTagDemux",
1740                     "GstElement",
1741                     "GstObject",
1742                     "GInitiallyUnowned",
1743                     "GObject"
1744                 ],
1745                 "klass": "Codec/Demuxer/Metadata",
1746                 "long-name": "APE tag demuxer",
1747                 "pad-templates": {
1748                     "sink": {
1749                         "caps": "application/x-apetag:\n",
1750                         "direction": "sink",
1751                         "presence": "always"
1752                     },
1753                     "src": {
1754                         "caps": "ANY",
1755                         "direction": "src",
1756                         "presence": "always"
1757                     }
1758                 },
1759                 "rank": "primary"
1760             }
1761         },
1762         "filename": "gstapetag",
1763         "license": "LGPL",
1764         "other-types": {},
1765         "package": "GStreamer Good Plug-ins",
1766         "source": "gst-plugins-good",
1767         "tracers": {},
1768         "url": "Unknown package origin"
1769     },
1770     "audiofx": {
1771         "description": "Audio effects plugin",
1772         "elements": {
1773             "audioamplify": {
1774                 "author": "Sebastian Dröge <slomo@circular-chaos.org>",
1775                 "description": "Amplifies an audio stream by a given factor",
1776                 "hierarchy": [
1777                     "GstAudioAmplify",
1778                     "GstAudioFilter",
1779                     "GstBaseTransform",
1780                     "GstElement",
1781                     "GstObject",
1782                     "GInitiallyUnowned",
1783                     "GObject"
1784                 ],
1785                 "klass": "Filter/Effect/Audio",
1786                 "long-name": "Audio amplifier",
1787                 "pad-templates": {
1788                     "sink": {
1789                         "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",
1790                         "direction": "sink",
1791                         "presence": "always"
1792                     },
1793                     "src": {
1794                         "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",
1795                         "direction": "src",
1796                         "presence": "always"
1797                     }
1798                 },
1799                 "properties": {
1800                     "amplification": {
1801                         "blurb": "Factor of amplification",
1802                         "conditionally-available": false,
1803                         "construct": false,
1804                         "construct-only": false,
1805                         "controllable": true,
1806                         "default": "1",
1807                         "max": "3.40282e+38",
1808                         "min": "-3.40282e+38",
1809                         "mutable": "null",
1810                         "readable": true,
1811                         "type": "gfloat",
1812                         "writable": true
1813                     },
1814                     "clipping-method": {
1815                         "blurb": "Selects how to handle values higher than the maximum",
1816                         "conditionally-available": false,
1817                         "construct": false,
1818                         "construct-only": false,
1819                         "controllable": false,
1820                         "default": "clip (0)",
1821                         "mutable": "null",
1822                         "readable": true,
1823                         "type": "GstAudioAmplifyClippingMethod",
1824                         "writable": true
1825                     }
1826                 },
1827                 "rank": "none"
1828             },
1829             "audiochebband": {
1830                 "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>",
1831                 "description": "Chebyshev band pass and band reject filter",
1832                 "hierarchy": [
1833                     "GstAudioChebBand",
1834                     "GstAudioFXBaseIIRFilter",
1835                     "GstAudioFilter",
1836                     "GstBaseTransform",
1837                     "GstElement",
1838                     "GstObject",
1839                     "GInitiallyUnowned",
1840                     "GObject"
1841                 ],
1842                 "klass": "Filter/Effect/Audio",
1843                 "long-name": "Band pass & band reject filter",
1844                 "pad-templates": {
1845                     "sink": {
1846                         "caps": "audio/x-raw:\n         format: { F32LE, F64LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
1847                         "direction": "sink",
1848                         "presence": "always"
1849                     },
1850                     "src": {
1851                         "caps": "audio/x-raw:\n         format: { F32LE, F64LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
1852                         "direction": "src",
1853                         "presence": "always"
1854                     }
1855                 },
1856                 "properties": {
1857                     "lower-frequency": {
1858                         "blurb": "Start frequency of the band (Hz)",
1859                         "conditionally-available": false,
1860                         "construct": false,
1861                         "construct-only": false,
1862                         "controllable": true,
1863                         "default": "0",
1864                         "max": "100000",
1865                         "min": "0",
1866                         "mutable": "null",
1867                         "readable": true,
1868                         "type": "gfloat",
1869                         "writable": true
1870                     },
1871                     "mode": {
1872                         "blurb": "Low pass or high pass mode",
1873                         "conditionally-available": false,
1874                         "construct": false,
1875                         "construct-only": false,
1876                         "controllable": true,
1877                         "default": "band-pass (0)",
1878                         "mutable": "null",
1879                         "readable": true,
1880                         "type": "GstAudioChebBandMode",
1881                         "writable": true
1882                     },
1883                     "poles": {
1884                         "blurb": "Number of poles to use, will be rounded up to the next multiply of four",
1885                         "conditionally-available": false,
1886                         "construct": false,
1887                         "construct-only": false,
1888                         "controllable": true,
1889                         "default": "4",
1890                         "max": "32",
1891                         "min": "4",
1892                         "mutable": "null",
1893                         "readable": true,
1894                         "type": "gint",
1895                         "writable": true
1896                     },
1897                     "ripple": {
1898                         "blurb": "Amount of ripple (dB)",
1899                         "conditionally-available": false,
1900                         "construct": false,
1901                         "construct-only": false,
1902                         "controllable": true,
1903                         "default": "0.25",
1904                         "max": "200",
1905                         "min": "0",
1906                         "mutable": "null",
1907                         "readable": true,
1908                         "type": "gfloat",
1909                         "writable": true
1910                     },
1911                     "type": {
1912                         "blurb": "Type of the chebychev filter",
1913                         "conditionally-available": false,
1914                         "construct": false,
1915                         "construct-only": false,
1916                         "controllable": true,
1917                         "default": "1",
1918                         "max": "2",
1919                         "min": "1",
1920                         "mutable": "null",
1921                         "readable": true,
1922                         "type": "gint",
1923                         "writable": true
1924                     },
1925                     "upper-frequency": {
1926                         "blurb": "Stop frequency of the band (Hz)",
1927                         "conditionally-available": false,
1928                         "construct": false,
1929                         "construct-only": false,
1930                         "controllable": true,
1931                         "default": "0",
1932                         "max": "100000",
1933                         "min": "0",
1934                         "mutable": "null",
1935                         "readable": true,
1936                         "type": "gfloat",
1937                         "writable": true
1938                     }
1939                 },
1940                 "rank": "none"
1941             },
1942             "audiocheblimit": {
1943                 "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>",
1944                 "description": "Chebyshev low pass and high pass filter",
1945                 "hierarchy": [
1946                     "GstAudioChebLimit",
1947                     "GstAudioFXBaseIIRFilter",
1948                     "GstAudioFilter",
1949                     "GstBaseTransform",
1950                     "GstElement",
1951                     "GstObject",
1952                     "GInitiallyUnowned",
1953                     "GObject"
1954                 ],
1955                 "klass": "Filter/Effect/Audio",
1956                 "long-name": "Low pass & high pass filter",
1957                 "pad-templates": {
1958                     "sink": {
1959                         "caps": "audio/x-raw:\n         format: { F32LE, F64LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
1960                         "direction": "sink",
1961                         "presence": "always"
1962                     },
1963                     "src": {
1964                         "caps": "audio/x-raw:\n         format: { F32LE, F64LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
1965                         "direction": "src",
1966                         "presence": "always"
1967                     }
1968                 },
1969                 "properties": {
1970                     "cutoff": {
1971                         "blurb": "Cut off frequency (Hz)",
1972                         "conditionally-available": false,
1973                         "construct": false,
1974                         "construct-only": false,
1975                         "controllable": true,
1976                         "default": "0",
1977                         "max": "100000",
1978                         "min": "0",
1979                         "mutable": "null",
1980                         "readable": true,
1981                         "type": "gfloat",
1982                         "writable": true
1983                     },
1984                     "mode": {
1985                         "blurb": "Low pass or high pass mode",
1986                         "conditionally-available": false,
1987                         "construct": false,
1988                         "construct-only": false,
1989                         "controllable": true,
1990                         "default": "low-pass (0)",
1991                         "mutable": "null",
1992                         "readable": true,
1993                         "type": "GstAudioChebLimitMode",
1994                         "writable": true
1995                     },
1996                     "poles": {
1997                         "blurb": "Number of poles to use, will be rounded up to the next even number",
1998                         "conditionally-available": false,
1999                         "construct": false,
2000                         "construct-only": false,
2001                         "controllable": true,
2002                         "default": "4",
2003                         "max": "32",
2004                         "min": "2",
2005                         "mutable": "null",
2006                         "readable": true,
2007                         "type": "gint",
2008                         "writable": true
2009                     },
2010                     "ripple": {
2011                         "blurb": "Amount of ripple (dB)",
2012                         "conditionally-available": false,
2013                         "construct": false,
2014                         "construct-only": false,
2015                         "controllable": true,
2016                         "default": "0.25",
2017                         "max": "200",
2018                         "min": "0",
2019                         "mutable": "null",
2020                         "readable": true,
2021                         "type": "gfloat",
2022                         "writable": true
2023                     },
2024                     "type": {
2025                         "blurb": "Type of the chebychev filter",
2026                         "conditionally-available": false,
2027                         "construct": false,
2028                         "construct-only": false,
2029                         "controllable": true,
2030                         "default": "1",
2031                         "max": "2",
2032                         "min": "1",
2033                         "mutable": "null",
2034                         "readable": true,
2035                         "type": "gint",
2036                         "writable": true
2037                     }
2038                 },
2039                 "rank": "none"
2040             },
2041             "audiodynamic": {
2042                 "author": "Sebastian Dröge <slomo@circular-chaos.org>",
2043                 "description": "Compressor and Expander",
2044                 "hierarchy": [
2045                     "GstAudioDynamic",
2046                     "GstAudioFilter",
2047                     "GstBaseTransform",
2048                     "GstElement",
2049                     "GstObject",
2050                     "GInitiallyUnowned",
2051                     "GObject"
2052                 ],
2053                 "klass": "Filter/Effect/Audio",
2054                 "long-name": "Dynamic range controller",
2055                 "pad-templates": {
2056                     "sink": {
2057                         "caps": "audio/x-raw:\n         format: { S16LE, F32LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: { (string)interleaved, (string)non-interleaved }\n",
2058                         "direction": "sink",
2059                         "presence": "always"
2060                     },
2061                     "src": {
2062                         "caps": "audio/x-raw:\n         format: { S16LE, F32LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: { (string)interleaved, (string)non-interleaved }\n",
2063                         "direction": "src",
2064                         "presence": "always"
2065                     }
2066                 },
2067                 "properties": {
2068                     "characteristics": {
2069                         "blurb": "Selects whether the ratio should be applied smooth (soft-knee) or hard (hard-knee).",
2070                         "conditionally-available": false,
2071                         "construct": false,
2072                         "construct-only": false,
2073                         "controllable": false,
2074                         "default": "hard-knee (0)",
2075                         "mutable": "null",
2076                         "readable": true,
2077                         "type": "GstAudioDynamicCharacteristics",
2078                         "writable": true
2079                     },
2080                     "mode": {
2081                         "blurb": "Selects whether the filter should work on loud samples (compressor) orquiet samples (expander).",
2082                         "conditionally-available": false,
2083                         "construct": false,
2084                         "construct-only": false,
2085                         "controllable": false,
2086                         "default": "compressor (0)",
2087                         "mutable": "null",
2088                         "readable": true,
2089                         "type": "GstAudioDynamicMode",
2090                         "writable": true
2091                     },
2092                     "ratio": {
2093                         "blurb": "Ratio that should be applied",
2094                         "conditionally-available": false,
2095                         "construct": false,
2096                         "construct-only": false,
2097                         "controllable": true,
2098                         "default": "1",
2099                         "max": "3.40282e+38",
2100                         "min": "0",
2101                         "mutable": "null",
2102                         "readable": true,
2103                         "type": "gfloat",
2104                         "writable": true
2105                     },
2106                     "threshold": {
2107                         "blurb": "Threshold until the filter is activated",
2108                         "conditionally-available": false,
2109                         "construct": false,
2110                         "construct-only": false,
2111                         "controllable": true,
2112                         "default": "0",
2113                         "max": "1",
2114                         "min": "0",
2115                         "mutable": "null",
2116                         "readable": true,
2117                         "type": "gfloat",
2118                         "writable": true
2119                     }
2120                 },
2121                 "rank": "none"
2122             },
2123             "audioecho": {
2124                 "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>",
2125                 "description": "Adds an echo or reverb effect to an audio stream",
2126                 "hierarchy": [
2127                     "GstAudioEcho",
2128                     "GstAudioFilter",
2129                     "GstBaseTransform",
2130                     "GstElement",
2131                     "GstObject",
2132                     "GInitiallyUnowned",
2133                     "GObject"
2134                 ],
2135                 "klass": "Filter/Effect/Audio",
2136                 "long-name": "Audio echo",
2137                 "pad-templates": {
2138                     "sink": {
2139                         "caps": "audio/x-raw:\n         format: { F32LE, F64LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
2140                         "direction": "sink",
2141                         "presence": "always"
2142                     },
2143                     "src": {
2144                         "caps": "audio/x-raw:\n         format: { F32LE, F64LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
2145                         "direction": "src",
2146                         "presence": "always"
2147                     }
2148                 },
2149                 "properties": {
2150                     "delay": {
2151                         "blurb": "Delay of the echo in nanoseconds",
2152                         "conditionally-available": false,
2153                         "construct": false,
2154                         "construct-only": false,
2155                         "controllable": true,
2156                         "default": "1",
2157                         "max": "18446744073709551615",
2158                         "min": "1",
2159                         "mutable": "null",
2160                         "readable": true,
2161                         "type": "guint64",
2162                         "writable": true
2163                     },
2164                     "feedback": {
2165                         "blurb": "Amount of feedback",
2166                         "conditionally-available": false,
2167                         "construct": false,
2168                         "construct-only": false,
2169                         "controllable": true,
2170                         "default": "0",
2171                         "max": "1",
2172                         "min": "0",
2173                         "mutable": "null",
2174                         "readable": true,
2175                         "type": "gfloat",
2176                         "writable": true
2177                     },
2178                     "intensity": {
2179                         "blurb": "Intensity of the echo",
2180                         "conditionally-available": false,
2181                         "construct": false,
2182                         "construct-only": false,
2183                         "controllable": true,
2184                         "default": "0",
2185                         "max": "1",
2186                         "min": "0",
2187                         "mutable": "null",
2188                         "readable": true,
2189                         "type": "gfloat",
2190                         "writable": true
2191                     },
2192                     "max-delay": {
2193                         "blurb": "Maximum delay of the echo in nanoseconds (can't be changed in PLAYING or PAUSED state)",
2194                         "conditionally-available": false,
2195                         "construct": false,
2196                         "construct-only": false,
2197                         "controllable": false,
2198                         "default": "1",
2199                         "max": "18446744073709551615",
2200                         "min": "1",
2201                         "mutable": "ready",
2202                         "readable": true,
2203                         "type": "guint64",
2204                         "writable": true
2205                     },
2206                     "surround-delay": {
2207                         "blurb": "Delay Surround Channels when TRUE instead of applying an echo effect",
2208                         "conditionally-available": false,
2209                         "construct": false,
2210                         "construct-only": false,
2211                         "controllable": true,
2212                         "default": "false",
2213                         "mutable": "null",
2214                         "readable": true,
2215                         "type": "gboolean",
2216                         "writable": true
2217                     },
2218                     "surround-mask": {
2219                         "blurb": "A bitmask of channels that are considered surround and delayed when surround-delay = TRUE",
2220                         "conditionally-available": false,
2221                         "construct": false,
2222                         "construct-only": false,
2223                         "controllable": false,
2224                         "default": "18446744073709551612",
2225                         "max": "18446744073709551615",
2226                         "min": "1",
2227                         "mutable": "ready",
2228                         "readable": true,
2229                         "type": "guint64",
2230                         "writable": true
2231                     }
2232                 },
2233                 "rank": "none"
2234             },
2235             "audiofirfilter": {
2236                 "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>",
2237                 "description": "Generic audio FIR filter with custom filter kernel",
2238                 "hierarchy": [
2239                     "GstAudioFIRFilter",
2240                     "GstAudioFXBaseFIRFilter",
2241                     "GstAudioFilter",
2242                     "GstBaseTransform",
2243                     "GstElement",
2244                     "GstObject",
2245                     "GInitiallyUnowned",
2246                     "GObject"
2247                 ],
2248                 "klass": "Filter/Effect/Audio",
2249                 "long-name": "Audio FIR filter",
2250                 "pad-templates": {
2251                     "sink": {
2252                         "caps": "audio/x-raw:\n         format: { F32LE, F64LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
2253                         "direction": "sink",
2254                         "presence": "always"
2255                     },
2256                     "src": {
2257                         "caps": "audio/x-raw:\n         format: { F32LE, F64LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
2258                         "direction": "src",
2259                         "presence": "always"
2260                     }
2261                 },
2262                 "properties": {
2263                     "kernel": {
2264                         "blurb": "Filter kernel for the FIR filter",
2265                         "conditionally-available": false,
2266                         "construct": false,
2267                         "construct-only": false,
2268                         "controllable": false,
2269                         "mutable": "null",
2270                         "readable": true,
2271                         "type": "GValueArray",
2272                         "writable": true
2273                     },
2274                     "latency": {
2275                         "blurb": "Filter latency in samples",
2276                         "conditionally-available": false,
2277                         "construct": false,
2278                         "construct-only": false,
2279                         "controllable": false,
2280                         "default": "0",
2281                         "max": "18446744073709551615",
2282                         "min": "0",
2283                         "mutable": "null",
2284                         "readable": true,
2285                         "type": "guint64",
2286                         "writable": true
2287                     }
2288                 },
2289                 "rank": "none",
2290                 "signals": {
2291                     "rate-changed": {
2292                         "args": [
2293                             {
2294                                 "name": "arg0",
2295                                 "type": "gint"
2296                             }
2297                         ],
2298                         "return-type": "void",
2299                         "when": "last"
2300                     }
2301                 }
2302             },
2303             "audioiirfilter": {
2304                 "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>",
2305                 "description": "Generic audio IIR filter with custom filter kernel",
2306                 "hierarchy": [
2307                     "GstAudioIIRFilter",
2308                     "GstAudioFXBaseIIRFilter",
2309                     "GstAudioFilter",
2310                     "GstBaseTransform",
2311                     "GstElement",
2312                     "GstObject",
2313                     "GInitiallyUnowned",
2314                     "GObject"
2315                 ],
2316                 "klass": "Filter/Effect/Audio",
2317                 "long-name": "Audio IIR filter",
2318                 "pad-templates": {
2319                     "sink": {
2320                         "caps": "audio/x-raw:\n         format: { F32LE, F64LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
2321                         "direction": "sink",
2322                         "presence": "always"
2323                     },
2324                     "src": {
2325                         "caps": "audio/x-raw:\n         format: { F32LE, F64LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
2326                         "direction": "src",
2327                         "presence": "always"
2328                     }
2329                 },
2330                 "properties": {
2331                     "a": {
2332                         "blurb": "Filter coefficients (denominator of transfer function)",
2333                         "conditionally-available": false,
2334                         "construct": false,
2335                         "construct-only": false,
2336                         "controllable": false,
2337                         "mutable": "null",
2338                         "readable": true,
2339                         "type": "GValueArray",
2340                         "writable": true
2341                     },
2342                     "b": {
2343                         "blurb": "Filter coefficients (numerator of transfer function)",
2344                         "conditionally-available": false,
2345                         "construct": false,
2346                         "construct-only": false,
2347                         "controllable": false,
2348                         "mutable": "null",
2349                         "readable": true,
2350                         "type": "GValueArray",
2351                         "writable": true
2352                     }
2353                 },
2354                 "rank": "none",
2355                 "signals": {
2356                     "rate-changed": {
2357                         "args": [
2358                             {
2359                                 "name": "arg0",
2360                                 "type": "gint"
2361                             }
2362                         ],
2363                         "return-type": "void",
2364                         "when": "last"
2365                     }
2366                 }
2367             },
2368             "audioinvert": {
2369                 "author": "Sebastian Dröge <slomo@circular-chaos.org>",
2370                 "description": "Swaps upper and lower half of audio samples",
2371                 "hierarchy": [
2372                     "GstAudioInvert",
2373                     "GstAudioFilter",
2374                     "GstBaseTransform",
2375                     "GstElement",
2376                     "GstObject",
2377                     "GInitiallyUnowned",
2378                     "GObject"
2379                 ],
2380                 "klass": "Filter/Effect/Audio",
2381                 "long-name": "Audio inversion",
2382                 "pad-templates": {
2383                     "sink": {
2384                         "caps": "audio/x-raw:\n         format: { S16LE, F32LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: { (string)interleaved, (string)non-interleaved }\n",
2385                         "direction": "sink",
2386                         "presence": "always"
2387                     },
2388                     "src": {
2389                         "caps": "audio/x-raw:\n         format: { S16LE, F32LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: { (string)interleaved, (string)non-interleaved }\n",
2390                         "direction": "src",
2391                         "presence": "always"
2392                     }
2393                 },
2394                 "properties": {
2395                     "degree": {
2396                         "blurb": "Degree of inversion",
2397                         "conditionally-available": false,
2398                         "construct": false,
2399                         "construct-only": false,
2400                         "controllable": true,
2401                         "default": "0",
2402                         "max": "1",
2403                         "min": "0",
2404                         "mutable": "null",
2405                         "readable": true,
2406                         "type": "gfloat",
2407                         "writable": true
2408                     }
2409                 },
2410                 "rank": "none"
2411             },
2412             "audiokaraoke": {
2413                 "author": "Wim Taymans <wim.taymans@gmail.com>",
2414                 "description": "Removes voice from sound",
2415                 "hierarchy": [
2416                     "GstAudioKaraoke",
2417                     "GstAudioFilter",
2418                     "GstBaseTransform",
2419                     "GstElement",
2420                     "GstObject",
2421                     "GInitiallyUnowned",
2422                     "GObject"
2423                 ],
2424                 "klass": "Filter/Effect/Audio",
2425                 "long-name": "AudioKaraoke",
2426                 "pad-templates": {
2427                     "sink": {
2428                         "caps": "audio/x-raw:\n         format: { S16LE, F32LE }\n           rate: [ 1, 2147483647 ]\n       channels: 2\n   channel-mask: 0x0000000000000003\n         layout: interleaved\n",
2429                         "direction": "sink",
2430                         "presence": "always"
2431                     },
2432                     "src": {
2433                         "caps": "audio/x-raw:\n         format: { S16LE, F32LE }\n           rate: [ 1, 2147483647 ]\n       channels: 2\n   channel-mask: 0x0000000000000003\n         layout: interleaved\n",
2434                         "direction": "src",
2435                         "presence": "always"
2436                     }
2437                 },
2438                 "properties": {
2439                     "filter-band": {
2440                         "blurb": "The Frequency band of the filter",
2441                         "conditionally-available": false,
2442                         "construct": false,
2443                         "construct-only": false,
2444                         "controllable": true,
2445                         "default": "220",
2446                         "max": "441",
2447                         "min": "0",
2448                         "mutable": "null",
2449                         "readable": true,
2450                         "type": "gfloat",
2451                         "writable": true
2452                     },
2453                     "filter-width": {
2454                         "blurb": "The Frequency width of the filter",
2455                         "conditionally-available": false,
2456                         "construct": false,
2457                         "construct-only": false,
2458                         "controllable": true,
2459                         "default": "100",
2460                         "max": "100",
2461                         "min": "0",
2462                         "mutable": "null",
2463                         "readable": true,
2464                         "type": "gfloat",
2465                         "writable": true
2466                     },
2467                     "level": {
2468                         "blurb": "Level of the effect (1.0 = full)",
2469                         "conditionally-available": false,
2470                         "construct": false,
2471                         "construct-only": false,
2472                         "controllable": true,
2473                         "default": "1",
2474                         "max": "1",
2475                         "min": "0",
2476                         "mutable": "null",
2477                         "readable": true,
2478                         "type": "gfloat",
2479                         "writable": true
2480                     },
2481                     "mono-level": {
2482                         "blurb": "Level of the mono channel (1.0 = full)",
2483                         "conditionally-available": false,
2484                         "construct": false,
2485                         "construct-only": false,
2486                         "controllable": true,
2487                         "default": "1",
2488                         "max": "1",
2489                         "min": "0",
2490                         "mutable": "null",
2491                         "readable": true,
2492                         "type": "gfloat",
2493                         "writable": true
2494                     }
2495                 },
2496                 "rank": "none"
2497             },
2498             "audiopanorama": {
2499                 "author": "Stefan Kost <ensonic@users.sf.net>",
2500                 "description": "Positions audio streams in the stereo panorama",
2501                 "hierarchy": [
2502                     "GstAudioPanorama",
2503                     "GstBaseTransform",
2504                     "GstElement",
2505                     "GstObject",
2506                     "GInitiallyUnowned",
2507                     "GObject"
2508                 ],
2509                 "klass": "Filter/Effect/Audio",
2510                 "long-name": "Stereo positioning",
2511                 "pad-templates": {
2512                     "sink": {
2513                         "caps": "audio/x-raw:\n         format: { F32LE, S16LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2 ]\n         layout: interleaved\n",
2514                         "direction": "sink",
2515                         "presence": "always"
2516                     },
2517                     "src": {
2518                         "caps": "audio/x-raw:\n         format: { F32LE, S16LE }\n           rate: [ 1, 2147483647 ]\n       channels: 2\n         layout: interleaved\n",
2519                         "direction": "src",
2520                         "presence": "always"
2521                     }
2522                 },
2523                 "properties": {
2524                     "method": {
2525                         "blurb": "Psychoacoustic mode keeps same perceived loudness, simple mode just controls volume of one channel.",
2526                         "conditionally-available": false,
2527                         "construct": false,
2528                         "construct-only": false,
2529                         "controllable": false,
2530                         "default": "psychoacoustic (0)",
2531                         "mutable": "null",
2532                         "readable": true,
2533                         "type": "GstAudioPanoramaMethod",
2534                         "writable": true
2535                     },
2536                     "panorama": {
2537                         "blurb": "Position in stereo panorama (-1.0 left -> 1.0 right)",
2538                         "conditionally-available": false,
2539                         "construct": false,
2540                         "construct-only": false,
2541                         "controllable": true,
2542                         "default": "0",
2543                         "max": "1",
2544                         "min": "-1",
2545                         "mutable": "null",
2546                         "readable": true,
2547                         "type": "gfloat",
2548                         "writable": true
2549                     }
2550                 },
2551                 "rank": "none"
2552             },
2553             "audiowsincband": {
2554                 "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>",
2555                 "description": "Band pass and band reject windowed sinc filter",
2556                 "hierarchy": [
2557                     "GstAudioWSincBand",
2558                     "GstAudioFXBaseFIRFilter",
2559                     "GstAudioFilter",
2560                     "GstBaseTransform",
2561                     "GstElement",
2562                     "GstObject",
2563                     "GInitiallyUnowned",
2564                     "GObject"
2565                 ],
2566                 "klass": "Filter/Effect/Audio",
2567                 "long-name": "Band pass & band reject filter",
2568                 "pad-templates": {
2569                     "sink": {
2570                         "caps": "audio/x-raw:\n         format: { F32LE, F64LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
2571                         "direction": "sink",
2572                         "presence": "always"
2573                     },
2574                     "src": {
2575                         "caps": "audio/x-raw:\n         format: { F32LE, F64LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
2576                         "direction": "src",
2577                         "presence": "always"
2578                     }
2579                 },
2580                 "properties": {
2581                     "length": {
2582                         "blurb": "Filter kernel length, will be rounded to the next odd number",
2583                         "conditionally-available": false,
2584                         "construct": false,
2585                         "construct-only": false,
2586                         "controllable": true,
2587                         "default": "101",
2588                         "max": "256000",
2589                         "min": "3",
2590                         "mutable": "null",
2591                         "readable": true,
2592                         "type": "gint",
2593                         "writable": true
2594                     },
2595                     "lower-frequency": {
2596                         "blurb": "Cut-off lower frequency (Hz)",
2597                         "conditionally-available": false,
2598                         "construct": false,
2599                         "construct-only": false,
2600                         "controllable": true,
2601                         "default": "0",
2602                         "max": "100000",
2603                         "min": "0",
2604                         "mutable": "null",
2605                         "readable": true,
2606                         "type": "gfloat",
2607                         "writable": true
2608                     },
2609                     "mode": {
2610                         "blurb": "Band pass or band reject mode",
2611                         "conditionally-available": false,
2612                         "construct": false,
2613                         "construct-only": false,
2614                         "controllable": true,
2615                         "default": "band-pass (0)",
2616                         "mutable": "null",
2617                         "readable": true,
2618                         "type": "GstAudioWSincBandMode",
2619                         "writable": true
2620                     },
2621                     "upper-frequency": {
2622                         "blurb": "Cut-off upper frequency (Hz)",
2623                         "conditionally-available": false,
2624                         "construct": false,
2625                         "construct-only": false,
2626                         "controllable": true,
2627                         "default": "0",
2628                         "max": "100000",
2629                         "min": "0",
2630                         "mutable": "null",
2631                         "readable": true,
2632                         "type": "gfloat",
2633                         "writable": true
2634                     },
2635                     "window": {
2636                         "blurb": "Window function to use",
2637                         "conditionally-available": false,
2638                         "construct": false,
2639                         "construct-only": false,
2640                         "controllable": true,
2641                         "default": "hamming (0)",
2642                         "mutable": "null",
2643                         "readable": true,
2644                         "type": "GstAudioWSincBandWindow",
2645                         "writable": true
2646                     }
2647                 },
2648                 "rank": "none"
2649             },
2650             "audiowsinclimit": {
2651                 "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>",
2652                 "description": "Low pass and high pass windowed sinc filter",
2653                 "hierarchy": [
2654                     "GstAudioWSincLimit",
2655                     "GstAudioFXBaseFIRFilter",
2656                     "GstAudioFilter",
2657                     "GstBaseTransform",
2658                     "GstElement",
2659                     "GstObject",
2660                     "GInitiallyUnowned",
2661                     "GObject"
2662                 ],
2663                 "klass": "Filter/Effect/Audio",
2664                 "long-name": "Low pass & high pass filter",
2665                 "pad-templates": {
2666                     "sink": {
2667                         "caps": "audio/x-raw:\n         format: { F32LE, F64LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
2668                         "direction": "sink",
2669                         "presence": "always"
2670                     },
2671                     "src": {
2672                         "caps": "audio/x-raw:\n         format: { F32LE, F64LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
2673                         "direction": "src",
2674                         "presence": "always"
2675                     }
2676                 },
2677                 "properties": {
2678                     "cutoff": {
2679                         "blurb": "Cut-off Frequency (Hz)",
2680                         "conditionally-available": false,
2681                         "construct": false,
2682                         "construct-only": false,
2683                         "controllable": true,
2684                         "default": "0",
2685                         "max": "100000",
2686                         "min": "0",
2687                         "mutable": "null",
2688                         "readable": true,
2689                         "type": "gfloat",
2690                         "writable": true
2691                     },
2692                     "length": {
2693                         "blurb": "Filter kernel length, will be rounded to the next odd number",
2694                         "conditionally-available": false,
2695                         "construct": false,
2696                         "construct-only": false,
2697                         "controllable": true,
2698                         "default": "101",
2699                         "max": "256000",
2700                         "min": "3",
2701                         "mutable": "null",
2702                         "readable": true,
2703                         "type": "gint",
2704                         "writable": true
2705                     },
2706                     "mode": {
2707                         "blurb": "Low pass or high pass mode",
2708                         "conditionally-available": false,
2709                         "construct": false,
2710                         "construct-only": false,
2711                         "controllable": true,
2712                         "default": "low-pass (0)",
2713                         "mutable": "null",
2714                         "readable": true,
2715                         "type": "GstAudioWSincLimitMode",
2716                         "writable": true
2717                     },
2718                     "window": {
2719                         "blurb": "Window function to use",
2720                         "conditionally-available": false,
2721                         "construct": false,
2722                         "construct-only": false,
2723                         "controllable": true,
2724                         "default": "hamming (0)",
2725                         "mutable": "null",
2726                         "readable": true,
2727                         "type": "GstAudioWSincLimitWindow",
2728                         "writable": true
2729                     }
2730                 },
2731                 "rank": "none"
2732             },
2733             "scaletempo": {
2734                 "author": "Rov Juvano <rovjuvano@users.sourceforge.net>",
2735                 "description": "Sync audio tempo with playback rate",
2736                 "hierarchy": [
2737                     "GstScaletempo",
2738                     "GstBaseTransform",
2739                     "GstElement",
2740                     "GstObject",
2741                     "GInitiallyUnowned",
2742                     "GObject"
2743                 ],
2744                 "klass": "Filter/Effect/Rate/Audio",
2745                 "long-name": "Scaletempo",
2746                 "pad-templates": {
2747                     "sink": {
2748                         "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",
2749                         "direction": "sink",
2750                         "presence": "always"
2751                     },
2752                     "src": {
2753                         "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",
2754                         "direction": "src",
2755                         "presence": "always"
2756                     }
2757                 },
2758                 "properties": {
2759                     "overlap": {
2760                         "blurb": "Percentage of stride to overlap",
2761                         "conditionally-available": false,
2762                         "construct": false,
2763                         "construct-only": false,
2764                         "controllable": false,
2765                         "default": "0.2",
2766                         "max": "1",
2767                         "min": "0",
2768                         "mutable": "null",
2769                         "readable": true,
2770                         "type": "gdouble",
2771                         "writable": true
2772                     },
2773                     "rate": {
2774                         "blurb": "Current playback rate",
2775                         "conditionally-available": false,
2776                         "construct": false,
2777                         "construct-only": false,
2778                         "controllable": false,
2779                         "default": "0",
2780                         "max": "2.14748e+09",
2781                         "min": "-2.14748e+09",
2782                         "mutable": "null",
2783                         "readable": true,
2784                         "type": "gdouble",
2785                         "writable": false
2786                     },
2787                     "search": {
2788                         "blurb": "Length in milliseconds to search for best overlap position",
2789                         "conditionally-available": false,
2790                         "construct": false,
2791                         "construct-only": false,
2792                         "controllable": false,
2793                         "default": "14",
2794                         "max": "500",
2795                         "min": "0",
2796                         "mutable": "null",
2797                         "readable": true,
2798                         "type": "guint",
2799                         "writable": true
2800                     },
2801                     "stride": {
2802                         "blurb": "Length in milliseconds to output each stride",
2803                         "conditionally-available": false,
2804                         "construct": false,
2805                         "construct-only": false,
2806                         "controllable": false,
2807                         "default": "30",
2808                         "max": "5000",
2809                         "min": "1",
2810                         "mutable": "null",
2811                         "readable": true,
2812                         "type": "guint",
2813                         "writable": true
2814                     }
2815                 },
2816                 "rank": "none"
2817             },
2818             "stereo": {
2819                 "author": "Erik Walthinsen <omega@cse.ogi.edu>",
2820                 "description": "Muck with the stereo signal to enhance its 'stereo-ness'",
2821                 "hierarchy": [
2822                     "GstStereo",
2823                     "GstAudioFilter",
2824                     "GstBaseTransform",
2825                     "GstElement",
2826                     "GstObject",
2827                     "GInitiallyUnowned",
2828                     "GObject"
2829                 ],
2830                 "klass": "Filter/Effect/Audio",
2831                 "long-name": "Stereo effect",
2832                 "pad-templates": {
2833                     "sink": {
2834                         "caps": "audio/x-raw:\n         format: S16LE\n           rate: [ 1, 2147483647 ]\n       channels: 2\n",
2835                         "direction": "sink",
2836                         "presence": "always"
2837                     },
2838                     "src": {
2839                         "caps": "audio/x-raw:\n         format: S16LE\n           rate: [ 1, 2147483647 ]\n       channels: 2\n",
2840                         "direction": "src",
2841                         "presence": "always"
2842                     }
2843                 },
2844                 "properties": {
2845                     "active": {
2846                         "blurb": "active",
2847                         "conditionally-available": false,
2848                         "construct": false,
2849                         "construct-only": false,
2850                         "controllable": true,
2851                         "default": "true",
2852                         "mutable": "null",
2853                         "readable": true,
2854                         "type": "gboolean",
2855                         "writable": true
2856                     },
2857                     "stereo": {
2858                         "blurb": "stereo",
2859                         "conditionally-available": false,
2860                         "construct": false,
2861                         "construct-only": false,
2862                         "controllable": true,
2863                         "default": "0.01",
2864                         "max": "1",
2865                         "min": "0",
2866                         "mutable": "null",
2867                         "readable": true,
2868                         "type": "gfloat",
2869                         "writable": true
2870                     }
2871                 },
2872                 "rank": "none"
2873             }
2874         },
2875         "filename": "gstaudiofx",
2876         "license": "LGPL",
2877         "other-types": {
2878             "GstAudioAmplifyClippingMethod": {
2879                 "kind": "enum",
2880                 "values": [
2881                     {
2882                         "desc": "Normal clipping (default)",
2883                         "name": "clip",
2884                         "value": "0"
2885                     },
2886                     {
2887                         "desc": "Push overdriven values back from the opposite side",
2888                         "name": "wrap-negative",
2889                         "value": "1"
2890                     },
2891                     {
2892                         "desc": "Push overdriven values back from the same side",
2893                         "name": "wrap-positive",
2894                         "value": "2"
2895                     },
2896                     {
2897                         "desc": "No clipping",
2898                         "name": "none",
2899                         "value": "3"
2900                     }
2901                 ]
2902             },
2903             "GstAudioChebBandMode": {
2904                 "kind": "enum",
2905                 "values": [
2906                     {
2907                         "desc": "Band pass (default)",
2908                         "name": "band-pass",
2909                         "value": "0"
2910                     },
2911                     {
2912                         "desc": "Band reject",
2913                         "name": "band-reject",
2914                         "value": "1"
2915                     }
2916                 ]
2917             },
2918             "GstAudioChebLimitMode": {
2919                 "kind": "enum",
2920                 "values": [
2921                     {
2922                         "desc": "Low pass (default)",
2923                         "name": "low-pass",
2924                         "value": "0"
2925                     },
2926                     {
2927                         "desc": "High pass",
2928                         "name": "high-pass",
2929                         "value": "1"
2930                     }
2931                 ]
2932             },
2933             "GstAudioDynamicCharacteristics": {
2934                 "kind": "enum",
2935                 "values": [
2936                     {
2937                         "desc": "Hard Knee (default)",
2938                         "name": "hard-knee",
2939                         "value": "0"
2940                     },
2941                     {
2942                         "desc": "Soft Knee (smooth)",
2943                         "name": "soft-knee",
2944                         "value": "1"
2945                     }
2946                 ]
2947             },
2948             "GstAudioDynamicMode": {
2949                 "kind": "enum",
2950                 "values": [
2951                     {
2952                         "desc": "Compressor (default)",
2953                         "name": "compressor",
2954                         "value": "0"
2955                     },
2956                     {
2957                         "desc": "Expander",
2958                         "name": "expander",
2959                         "value": "1"
2960                     }
2961                 ]
2962             },
2963             "GstAudioFXBaseFIRFilter": {
2964                 "hierarchy": [
2965                     "GstAudioFXBaseFIRFilter",
2966                     "GstAudioFilter",
2967                     "GstBaseTransform",
2968                     "GstElement",
2969                     "GstObject",
2970                     "GInitiallyUnowned",
2971                     "GObject"
2972                 ],
2973                 "kind": "object",
2974                 "properties": {
2975                     "drain-on-changes": {
2976                         "blurb": "Drains the filter when its coefficients change",
2977                         "conditionally-available": false,
2978                         "construct": false,
2979                         "construct-only": false,
2980                         "controllable": false,
2981                         "default": "true",
2982                         "mutable": "null",
2983                         "readable": true,
2984                         "type": "gboolean",
2985                         "writable": true
2986                     },
2987                     "low-latency": {
2988                         "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!",
2989                         "conditionally-available": false,
2990                         "construct": false,
2991                         "construct-only": false,
2992                         "controllable": false,
2993                         "default": "false",
2994                         "mutable": "null",
2995                         "readable": true,
2996                         "type": "gboolean",
2997                         "writable": true
2998                     }
2999                 }
3000             },
3001             "GstAudioFXBaseIIRFilter": {
3002                 "hierarchy": [
3003                     "GstAudioFXBaseIIRFilter",
3004                     "GstAudioFilter",
3005                     "GstBaseTransform",
3006                     "GstElement",
3007                     "GstObject",
3008                     "GInitiallyUnowned",
3009                     "GObject"
3010                 ],
3011                 "kind": "object"
3012             },
3013             "GstAudioPanoramaMethod": {
3014                 "kind": "enum",
3015                 "values": [
3016                     {
3017                         "desc": "Psychoacoustic Panning (default)",
3018                         "name": "psychoacoustic",
3019                         "value": "0"
3020                     },
3021                     {
3022                         "desc": "Simple Panning",
3023                         "name": "simple",
3024                         "value": "1"
3025                     }
3026                 ]
3027             },
3028             "GstAudioWSincBandMode": {
3029                 "kind": "enum",
3030                 "values": [
3031                     {
3032                         "desc": "Band pass (default)",
3033                         "name": "band-pass",
3034                         "value": "0"
3035                     },
3036                     {
3037                         "desc": "Band reject",
3038                         "name": "band-reject",
3039                         "value": "1"
3040                     }
3041                 ]
3042             },
3043             "GstAudioWSincBandWindow": {
3044                 "kind": "enum",
3045                 "values": [
3046                     {
3047                         "desc": "Hamming window (default)",
3048                         "name": "hamming",
3049                         "value": "0"
3050                     },
3051                     {
3052                         "desc": "Blackman window",
3053                         "name": "blackman",
3054                         "value": "1"
3055                     },
3056                     {
3057                         "desc": "Gaussian window",
3058                         "name": "gaussian",
3059                         "value": "2"
3060                     },
3061                     {
3062                         "desc": "Cosine window",
3063                         "name": "cosine",
3064                         "value": "3"
3065                     },
3066                     {
3067                         "desc": "Hann window",
3068                         "name": "hann",
3069                         "value": "4"
3070                     }
3071                 ]
3072             },
3073             "GstAudioWSincLimitMode": {
3074                 "kind": "enum",
3075                 "values": [
3076                     {
3077                         "desc": "Low pass (default)",
3078                         "name": "low-pass",
3079                         "value": "0"
3080                     },
3081                     {
3082                         "desc": "High pass",
3083                         "name": "high-pass",
3084                         "value": "1"
3085                     }
3086                 ]
3087             },
3088             "GstAudioWSincLimitWindow": {
3089                 "kind": "enum",
3090                 "values": [
3091                     {
3092                         "desc": "Hamming window (default)",
3093                         "name": "hamming",
3094                         "value": "0"
3095                     },
3096                     {
3097                         "desc": "Blackman window",
3098                         "name": "blackman",
3099                         "value": "1"
3100                     },
3101                     {
3102                         "desc": "Gaussian window",
3103                         "name": "gaussian",
3104                         "value": "2"
3105                     },
3106                     {
3107                         "desc": "Cosine window",
3108                         "name": "cosine",
3109                         "value": "3"
3110                     },
3111                     {
3112                         "desc": "Hann window",
3113                         "name": "hann",
3114                         "value": "4"
3115                     }
3116                 ]
3117             }
3118         },
3119         "package": "GStreamer Good Plug-ins",
3120         "source": "gst-plugins-good",
3121         "tracers": {},
3122         "url": "Unknown package origin"
3123     },
3124     "audioparsers": {
3125         "description": "Parsers for various audio formats",
3126         "elements": {
3127             "aacparse": {
3128                 "author": "Stefan Kost <stefan.kost@nokia.com>",
3129                 "description": "Advanced Audio Coding parser",
3130                 "hierarchy": [
3131                     "GstAacParse",
3132                     "GstBaseParse",
3133                     "GstElement",
3134                     "GstObject",
3135                     "GInitiallyUnowned",
3136                     "GObject"
3137                 ],
3138                 "klass": "Codec/Parser/Audio",
3139                 "long-name": "AAC audio stream parser",
3140                 "pad-templates": {
3141                     "sink": {
3142                         "caps": "audio/mpeg:\n    mpegversion: { (int)2, (int)4 }\n",
3143                         "direction": "sink",
3144                         "presence": "always"
3145                     },
3146                     "src": {
3147                         "caps": "audio/mpeg:\n         framed: true\n    mpegversion: { (int)2, (int)4 }\n  stream-format: { (string)raw, (string)adts, (string)adif, (string)loas }\n",
3148                         "direction": "src",
3149                         "presence": "always"
3150                     }
3151                 },
3152                 "properties": {},
3153                 "rank": "primary + 1"
3154             },
3155             "ac3parse": {
3156                 "author": "Tim-Philipp Müller <tim centricular net>",
3157                 "description": "AC3 parser",
3158                 "hierarchy": [
3159                     "GstAc3Parse",
3160                     "GstBaseParse",
3161                     "GstElement",
3162                     "GstObject",
3163                     "GInitiallyUnowned",
3164                     "GObject"
3165                 ],
3166                 "klass": "Codec/Parser/Converter/Audio",
3167                 "long-name": "AC3 audio stream parser",
3168                 "pad-templates": {
3169                     "sink": {
3170                         "caps": "audio/x-ac3:\naudio/x-eac3:\naudio/ac3:\naudio/x-private1-ac3:\n",
3171                         "direction": "sink",
3172                         "presence": "always"
3173                     },
3174                     "src": {
3175                         "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",
3176                         "direction": "src",
3177                         "presence": "always"
3178                     }
3179                 },
3180                 "properties": {},
3181                 "rank": "primary + 1"
3182             },
3183             "amrparse": {
3184                 "author": "Ronald Bultje <rbultje@ronald.bitfreak.net>",
3185                 "description": "Adaptive Multi-Rate audio parser",
3186                 "hierarchy": [
3187                     "GstAmrParse",
3188                     "GstBaseParse",
3189                     "GstElement",
3190                     "GstObject",
3191                     "GInitiallyUnowned",
3192                     "GObject"
3193                 ],
3194                 "klass": "Codec/Parser/Audio",
3195                 "long-name": "AMR audio stream parser",
3196                 "pad-templates": {
3197                     "sink": {
3198                         "caps": "audio/x-amr-nb-sh:\naudio/x-amr-wb-sh:\n",
3199                         "direction": "sink",
3200                         "presence": "always"
3201                     },
3202                     "src": {
3203                         "caps": "audio/AMR:\n           rate: 8000\n       channels: 1\naudio/AMR-WB:\n           rate: 16000\n       channels: 1\n",
3204                         "direction": "src",
3205                         "presence": "always"
3206                     }
3207                 },
3208                 "properties": {},
3209                 "rank": "primary + 1"
3210             },
3211             "dcaparse": {
3212                 "author": "Tim-Philipp Müller <tim centricular net>",
3213                 "description": "DCA parser",
3214                 "hierarchy": [
3215                     "GstDcaParse",
3216                     "GstBaseParse",
3217                     "GstElement",
3218                     "GstObject",
3219                     "GInitiallyUnowned",
3220                     "GObject"
3221                 ],
3222                 "klass": "Codec/Parser/Audio",
3223                 "long-name": "DTS Coherent Acoustics audio stream parser",
3224                 "pad-templates": {
3225                     "sink": {
3226                         "caps": "audio/x-dts:\naudio/x-private1-dts:\n",
3227                         "direction": "sink",
3228                         "presence": "always"
3229                     },
3230                     "src": {
3231                         "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",
3232                         "direction": "src",
3233                         "presence": "always"
3234                     }
3235                 },
3236                 "properties": {},
3237                 "rank": "primary + 1"
3238             },
3239             "flacparse": {
3240                 "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>",
3241                 "description": "Parses audio with the FLAC lossless audio codec",
3242                 "hierarchy": [
3243                     "GstFlacParse",
3244                     "GstBaseParse",
3245                     "GstElement",
3246                     "GstObject",
3247                     "GInitiallyUnowned",
3248                     "GObject"
3249                 ],
3250                 "klass": "Codec/Parser/Audio",
3251                 "long-name": "FLAC audio parser",
3252                 "pad-templates": {
3253                     "sink": {
3254                         "caps": "audio/x-flac:\n",
3255                         "direction": "sink",
3256                         "presence": "always"
3257                     },
3258                     "src": {
3259                         "caps": "audio/x-flac:\n         framed: true\n       channels: [ 1, 8 ]\n           rate: [ 1, 655350 ]\n",
3260                         "direction": "src",
3261                         "presence": "always"
3262                     }
3263                 },
3264                 "properties": {
3265                     "check-frame-checksums": {
3266                         "blurb": "Check the overall checksums of every frame",
3267                         "conditionally-available": false,
3268                         "construct": false,
3269                         "construct-only": false,
3270                         "controllable": false,
3271                         "default": "false",
3272                         "mutable": "null",
3273                         "readable": true,
3274                         "type": "gboolean",
3275                         "writable": true
3276                     }
3277                 },
3278                 "rank": "primary + 1"
3279             },
3280             "mpegaudioparse": {
3281                 "author": "Jan Schmidt <thaytan@mad.scientist.com>,Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>",
3282                 "description": "Parses and frames mpeg1 audio streams (levels 1-3), provides seek",
3283                 "hierarchy": [
3284                     "GstMpegAudioParse",
3285                     "GstBaseParse",
3286                     "GstElement",
3287                     "GstObject",
3288                     "GInitiallyUnowned",
3289                     "GObject"
3290                 ],
3291                 "klass": "Codec/Parser/Audio",
3292                 "long-name": "MPEG1 Audio Parser",
3293                 "pad-templates": {
3294                     "sink": {
3295                         "caps": "audio/mpeg:\n    mpegversion: 1\n",
3296                         "direction": "sink",
3297                         "presence": "always"
3298                     },
3299                     "src": {
3300                         "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",
3301                         "direction": "src",
3302                         "presence": "always"
3303                     }
3304                 },
3305                 "properties": {},
3306                 "rank": "primary + 2"
3307             },
3308             "sbcparse": {
3309                 "author": "Tim-Philipp Müller <tim.muller@collabora.co.uk>",
3310                 "description": "Parses an SBC bluetooth audio stream",
3311                 "hierarchy": [
3312                     "GstSbcParse",
3313                     "GstBaseParse",
3314                     "GstElement",
3315                     "GstObject",
3316                     "GInitiallyUnowned",
3317                     "GObject"
3318                 ],
3319                 "klass": "Codec/Parser/Audio",
3320                 "long-name": "SBC audio parser",
3321                 "pad-templates": {
3322                     "sink": {
3323                         "caps": "audio/x-sbc:\n",
3324                         "direction": "sink",
3325                         "presence": "always"
3326                     },
3327                     "src": {
3328                         "caps": "audio/x-sbc:\n         parsed: true\n       channels: [ 1, 2 ]\n           rate: { (int)16000, (int)32000, (int)44100, (int)48000 }\n",
3329                         "direction": "src",
3330                         "presence": "always"
3331                     }
3332                 },
3333                 "properties": {},
3334                 "rank": "primary + 1"
3335             },
3336             "wavpackparse": {
3337                 "author": "Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>",
3338                 "description": "Wavpack parser",
3339                 "hierarchy": [
3340                     "GstWavpackParse",
3341                     "GstBaseParse",
3342                     "GstElement",
3343                     "GstObject",
3344                     "GInitiallyUnowned",
3345                     "GObject"
3346                 ],
3347                 "klass": "Codec/Parser/Audio",
3348                 "long-name": "Wavpack audio stream parser",
3349                 "pad-templates": {
3350                     "sink": {
3351                         "caps": "audio/x-wavpack:\naudio/x-wavpack-correction:\n",
3352                         "direction": "sink",
3353                         "presence": "always"
3354                     },
3355                     "src": {
3356                         "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",
3357                         "direction": "src",
3358                         "presence": "always"
3359                     }
3360                 },
3361                 "properties": {},
3362                 "rank": "primary + 1"
3363             }
3364         },
3365         "filename": "gstaudioparsers",
3366         "license": "LGPL",
3367         "other-types": {},
3368         "package": "GStreamer Good Plug-ins",
3369         "source": "gst-plugins-good",
3370         "tracers": {},
3371         "url": "Unknown package origin"
3372     },
3373     "auparse": {
3374         "description": "parses au streams",
3375         "elements": {
3376             "auparse": {
3377                 "author": "Erik Walthinsen <omega@cse.ogi.edu>",
3378                 "description": "Parse an .au file into raw audio",
3379                 "hierarchy": [
3380                     "GstAuParse",
3381                     "GstElement",
3382                     "GstObject",
3383                     "GInitiallyUnowned",
3384                     "GObject"
3385                 ],
3386                 "klass": "Codec/Demuxer/Audio",
3387                 "long-name": "AU audio demuxer",
3388                 "pad-templates": {
3389                     "sink": {
3390                         "caps": "audio/x-au:\n",
3391                         "direction": "sink",
3392                         "presence": "always"
3393                     },
3394                     "src": {
3395                         "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",
3396                         "direction": "src",
3397                         "presence": "always"
3398                     }
3399                 },
3400                 "rank": "secondary"
3401             }
3402         },
3403         "filename": "gstauparse",
3404         "license": "LGPL",
3405         "other-types": {},
3406         "package": "GStreamer Good Plug-ins",
3407         "source": "gst-plugins-good",
3408         "tracers": {},
3409         "url": "Unknown package origin"
3410     },
3411     "autodetect": {
3412         "description": "Plugin contains auto-detection plugins for video/audio in- and outputs",
3413         "elements": {
3414             "autoaudiosink": {
3415                 "author": "Jan Schmidt <thaytan@noraisin.net>",
3416                 "description": "Wrapper audio sink for automatically detected audio sink",
3417                 "hierarchy": [
3418                     "GstAutoAudioSink",
3419                     "GstAutoDetect",
3420                     "GstBin",
3421                     "GstElement",
3422                     "GstObject",
3423                     "GInitiallyUnowned",
3424                     "GObject"
3425                 ],
3426                 "interfaces": [
3427                     "GstChildProxy"
3428                 ],
3429                 "klass": "Sink/Audio",
3430                 "long-name": "Auto audio sink",
3431                 "pad-templates": {
3432                     "sink": {
3433                         "caps": "ANY",
3434                         "direction": "sink",
3435                         "presence": "always"
3436                     }
3437                 },
3438                 "properties": {
3439                     "ts-offset": {
3440                         "blurb": "Timestamp offset in nanoseconds",
3441                         "conditionally-available": false,
3442                         "construct": false,
3443                         "construct-only": false,
3444                         "controllable": false,
3445                         "default": "0",
3446                         "max": "9223372036854775807",
3447                         "min": "-9223372036854775808",
3448                         "mutable": "null",
3449                         "readable": true,
3450                         "type": "gint64",
3451                         "writable": true
3452                     }
3453                 },
3454                 "rank": "none"
3455             },
3456             "autoaudiosrc": {
3457                 "author": "Jan Schmidt <thaytan@noraisin.net>, Stefan Kost <ensonic@users.sf.net>",
3458                 "description": "Wrapper audio source for automatically detected audio source",
3459                 "hierarchy": [
3460                     "GstAutoAudioSrc",
3461                     "GstAutoDetect",
3462                     "GstBin",
3463                     "GstElement",
3464                     "GstObject",
3465                     "GInitiallyUnowned",
3466                     "GObject"
3467                 ],
3468                 "interfaces": [
3469                     "GstChildProxy"
3470                 ],
3471                 "klass": "Source/Audio",
3472                 "long-name": "Auto audio source",
3473                 "pad-templates": {
3474                     "src": {
3475                         "caps": "ANY",
3476                         "direction": "src",
3477                         "presence": "always"
3478                     }
3479                 },
3480                 "properties": {},
3481                 "rank": "none"
3482             },
3483             "autovideosink": {
3484                 "author": "Jan Schmidt <thaytan@noraisin.net>",
3485                 "description": "Wrapper video sink for automatically detected video sink",
3486                 "hierarchy": [
3487                     "GstAutoVideoSink",
3488                     "GstAutoDetect",
3489                     "GstBin",
3490                     "GstElement",
3491                     "GstObject",
3492                     "GInitiallyUnowned",
3493                     "GObject"
3494                 ],
3495                 "interfaces": [
3496                     "GstChildProxy"
3497                 ],
3498                 "klass": "Sink/Video",
3499                 "long-name": "Auto video sink",
3500                 "pad-templates": {
3501                     "sink": {
3502                         "caps": "ANY",
3503                         "direction": "sink",
3504                         "presence": "always"
3505                     }
3506                 },
3507                 "properties": {
3508                     "ts-offset": {
3509                         "blurb": "Timestamp offset in nanoseconds",
3510                         "conditionally-available": false,
3511                         "construct": false,
3512                         "construct-only": false,
3513                         "controllable": false,
3514                         "default": "0",
3515                         "max": "9223372036854775807",
3516                         "min": "-9223372036854775808",
3517                         "mutable": "null",
3518                         "readable": true,
3519                         "type": "gint64",
3520                         "writable": true
3521                     }
3522                 },
3523                 "rank": "none"
3524             },
3525             "autovideosrc": {
3526                 "author": "Jan Schmidt <thaytan@noraisin.net>, Stefan Kost <ensonic@users.sf.net>",
3527                 "description": "Wrapper video source for automatically detected video source",
3528                 "hierarchy": [
3529                     "GstAutoVideoSrc",
3530                     "GstAutoDetect",
3531                     "GstBin",
3532                     "GstElement",
3533                     "GstObject",
3534                     "GInitiallyUnowned",
3535                     "GObject"
3536                 ],
3537                 "interfaces": [
3538                     "GstChildProxy"
3539                 ],
3540                 "klass": "Source/Video",
3541                 "long-name": "Auto video source",
3542                 "pad-templates": {
3543                     "src": {
3544                         "caps": "ANY",
3545                         "direction": "src",
3546                         "presence": "always"
3547                     }
3548                 },
3549                 "properties": {},
3550                 "rank": "none"
3551             }
3552         },
3553         "filename": "gstautodetect",
3554         "license": "LGPL",
3555         "other-types": {
3556             "GstAutoDetect": {
3557                 "hierarchy": [
3558                     "GstAutoDetect",
3559                     "GstBin",
3560                     "GstElement",
3561                     "GstObject",
3562                     "GInitiallyUnowned",
3563                     "GObject"
3564                 ],
3565                 "interfaces": [
3566                     "GstChildProxy"
3567                 ],
3568                 "kind": "object",
3569                 "properties": {
3570                     "filter-caps": {
3571                         "blurb": "Filter sink candidates using these caps.",
3572                         "conditionally-available": false,
3573                         "construct": false,
3574                         "construct-only": false,
3575                         "controllable": false,
3576                         "mutable": "null",
3577                         "readable": true,
3578                         "type": "GstCaps",
3579                         "writable": true
3580                     },
3581                     "sync": {
3582                         "blurb": "Sync on the clock",
3583                         "conditionally-available": false,
3584                         "construct": false,
3585                         "construct-only": false,
3586                         "controllable": false,
3587                         "default": "true",
3588                         "mutable": "null",
3589                         "readable": true,
3590                         "type": "gboolean",
3591                         "writable": true
3592                     }
3593                 }
3594             }
3595         },
3596         "package": "GStreamer Good Plug-ins",
3597         "source": "gst-plugins-good",
3598         "tracers": {},
3599         "url": "Unknown package origin"
3600     },
3601     "avi": {
3602         "description": "AVI stream handling",
3603         "elements": {
3604             "avidemux": {
3605                 "author": "Erik Walthinsen <omega@cse.ogi.edu>, Wim Taymans <wim.taymans@chello.be>, Thijs Vermeir <thijsvermeir@gmail.com>",
3606                 "description": "Demultiplex an avi file into audio and video",
3607                 "hierarchy": [
3608                     "GstAviDemux",
3609                     "GstElement",
3610                     "GstObject",
3611                     "GInitiallyUnowned",
3612                     "GObject"
3613                 ],
3614                 "klass": "Codec/Demuxer",
3615                 "long-name": "Avi demuxer",
3616                 "pad-templates": {
3617                     "audio_%%u": {
3618                         "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",
3619                         "direction": "src",
3620                         "presence": "sometimes"
3621                     },
3622                     "sink": {
3623                         "caps": "video/x-msvideo:\n",
3624                         "direction": "sink",
3625                         "presence": "always"
3626                     },
3627                     "subpicture_%%u": {
3628                         "caps": "subpicture/x-xsub:\n",
3629                         "direction": "src",
3630                         "presence": "sometimes"
3631                     },
3632                     "subtitle_%%u": {
3633                         "caps": "application/x-subtitle-avi:\n",
3634                         "direction": "src",
3635                         "presence": "sometimes"
3636                     },
3637                     "video_%%u": {
3638                         "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         parsed: true\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",
3639                         "direction": "src",
3640                         "presence": "sometimes"
3641                     }
3642                 },
3643                 "rank": "primary",
3644                 "signals": {}
3645             },
3646             "avimux": {
3647                 "author": "GStreamer maintainers <gstreamer-devel@lists.freedesktop.org>",
3648                 "description": "Muxes audio and video into an avi stream",
3649                 "hierarchy": [
3650                     "GstAviMux",
3651                     "GstElement",
3652                     "GstObject",
3653                     "GInitiallyUnowned",
3654                     "GObject"
3655                 ],
3656                 "interfaces": [
3657                     "GstTagSetter"
3658                 ],
3659                 "klass": "Codec/Muxer",
3660                 "long-name": "Avi muxer",
3661                 "pad-templates": {
3662                     "audio_%%u": {
3663                         "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",
3664                         "direction": "sink",
3665                         "presence": "request"
3666                     },
3667                     "src": {
3668                         "caps": "video/x-msvideo:\n",
3669                         "direction": "src",
3670                         "presence": "always"
3671                     },
3672                     "video_%%u": {
3673                         "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",
3674                         "direction": "sink",
3675                         "presence": "request"
3676                     }
3677                 },
3678                 "properties": {
3679                     "bigfile": {
3680                         "blurb": "Support for openDML-2.0 (big) AVI files",
3681                         "conditionally-available": false,
3682                         "construct": false,
3683                         "construct-only": false,
3684                         "controllable": false,
3685                         "default": "true",
3686                         "mutable": "null",
3687                         "readable": true,
3688                         "type": "gboolean",
3689                         "writable": true
3690                     }
3691                 },
3692                 "rank": "primary"
3693             },
3694             "avisubtitle": {
3695                 "author": "Thijs Vermeir <thijsvermeir@gmail.com>",
3696                 "description": "Parse avi subtitle stream",
3697                 "hierarchy": [
3698                     "GstAviSubtitle",
3699                     "GstElement",
3700                     "GstObject",
3701                     "GInitiallyUnowned",
3702                     "GObject"
3703                 ],
3704                 "klass": "Codec/Parser/Subtitle",
3705                 "long-name": "Avi subtitle parser",
3706                 "pad-templates": {
3707                     "sink": {
3708                         "caps": "application/x-subtitle-avi:\n",
3709                         "direction": "sink",
3710                         "presence": "always"
3711                     },
3712                     "src": {
3713                         "caps": "application/x-subtitle:\n",
3714                         "direction": "src",
3715                         "presence": "always"
3716                     }
3717                 },
3718                 "rank": "primary"
3719             }
3720         },
3721         "filename": "gstavi",
3722         "license": "LGPL",
3723         "other-types": {},
3724         "package": "GStreamer Good Plug-ins",
3725         "source": "gst-plugins-good",
3726         "tracers": {},
3727         "url": "Unknown package origin"
3728     },
3729     "cacasink": {
3730         "description": "Colored ASCII Art video sink & filter",
3731         "elements": {
3732             "cacasink": {
3733                 "author": "Zeeshan Ali <zak147@yahoo.com>",
3734                 "description": "A colored ASCII art videosink",
3735                 "hierarchy": [
3736                     "GstCACASink",
3737                     "GstBaseSink",
3738                     "GstElement",
3739                     "GstObject",
3740                     "GInitiallyUnowned",
3741                     "GObject"
3742                 ],
3743                 "klass": "Sink/Video",
3744                 "long-name": "A colored ASCII art video sink",
3745                 "pad-templates": {
3746                     "sink": {
3747                         "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",
3748                         "direction": "sink",
3749                         "presence": "always"
3750                     }
3751                 },
3752                 "properties": {
3753                     "anti-aliasing": {
3754                         "blurb": "Enables Anti-Aliasing",
3755                         "conditionally-available": false,
3756                         "construct": false,
3757                         "construct-only": false,
3758                         "controllable": false,
3759                         "default": "true",
3760                         "mutable": "null",
3761                         "readable": true,
3762                         "type": "gboolean",
3763                         "writable": true
3764                     },
3765                     "dither": {
3766                         "blurb": "Set type of Dither",
3767                         "conditionally-available": false,
3768                         "construct": false,
3769                         "construct-only": false,
3770                         "controllable": false,
3771                         "default": "none (49)",
3772                         "mutable": "null",
3773                         "readable": true,
3774                         "type": "GstCACASinkDithering",
3775                         "writable": true
3776                     },
3777                     "screen-height": {
3778                         "blurb": "The height of the screen",
3779                         "conditionally-available": false,
3780                         "construct": false,
3781                         "construct-only": false,
3782                         "controllable": false,
3783                         "default": "25",
3784                         "max": "2147483647",
3785                         "min": "0",
3786                         "mutable": "null",
3787                         "readable": true,
3788                         "type": "gint",
3789                         "writable": false
3790                     },
3791                     "screen-width": {
3792                         "blurb": "The width of the screen",
3793                         "conditionally-available": false,
3794                         "construct": false,
3795                         "construct-only": false,
3796                         "controllable": false,
3797                         "default": "80",
3798                         "max": "2147483647",
3799                         "min": "0",
3800                         "mutable": "null",
3801                         "readable": true,
3802                         "type": "gint",
3803                         "writable": false
3804                     }
3805                 },
3806                 "rank": "none"
3807             },
3808             "cacatv": {
3809                 "author": "Eric Marks <bigmarkslp@gmail.com>",
3810                 "description": "Colored ASCII art effect",
3811                 "hierarchy": [
3812                     "GstCACATv",
3813                     "GstVideoFilter",
3814                     "GstBaseTransform",
3815                     "GstElement",
3816                     "GstObject",
3817                     "GInitiallyUnowned",
3818                     "GObject"
3819                 ],
3820                 "klass": "Filter/Effect/Video",
3821                 "long-name": "CacaTV effect",
3822                 "pad-templates": {
3823                     "sink": {
3824                         "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",
3825                         "direction": "sink",
3826                         "presence": "always"
3827                     },
3828                     "src": {
3829                         "caps": "video/x-raw:\n         format: { ARGB }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
3830                         "direction": "src",
3831                         "presence": "always"
3832                     }
3833                 },
3834                 "properties": {
3835                     "anti-aliasing": {
3836                         "blurb": "Enables Anti-Aliasing",
3837                         "conditionally-available": false,
3838                         "construct": false,
3839                         "construct-only": false,
3840                         "controllable": false,
3841                         "default": "false",
3842                         "mutable": "null",
3843                         "readable": true,
3844                         "type": "gboolean",
3845                         "writable": true
3846                     },
3847                     "canvas-height": {
3848                         "blurb": "The height of the canvas in characters",
3849                         "conditionally-available": false,
3850                         "construct": false,
3851                         "construct-only": false,
3852                         "controllable": false,
3853                         "default": "24",
3854                         "max": "2147483647",
3855                         "min": "0",
3856                         "mutable": "null",
3857                         "readable": true,
3858                         "type": "gint",
3859                         "writable": true
3860                     },
3861                     "canvas-width": {
3862                         "blurb": "The width of the canvas in characters",
3863                         "conditionally-available": false,
3864                         "construct": false,
3865                         "construct-only": false,
3866                         "controllable": false,
3867                         "default": "80",
3868                         "max": "2147483647",
3869                         "min": "0",
3870                         "mutable": "null",
3871                         "readable": true,
3872                         "type": "gint",
3873                         "writable": true
3874                     },
3875                     "dither": {
3876                         "blurb": "Set type of Dither",
3877                         "conditionally-available": false,
3878                         "construct": false,
3879                         "construct-only": false,
3880                         "controllable": false,
3881                         "default": " (0)",
3882                         "mutable": "null",
3883                         "readable": true,
3884                         "type": "GstCACATvDithering",
3885                         "writable": true
3886                     },
3887                     "font": {
3888                         "blurb": "selected libcaca font",
3889                         "conditionally-available": false,
3890                         "construct": false,
3891                         "construct-only": false,
3892                         "controllable": false,
3893                         "default": "0",
3894                         "max": "2147483647",
3895                         "min": "0",
3896                         "mutable": "null",
3897                         "readable": true,
3898                         "type": "gint",
3899                         "writable": true
3900                     }
3901                 },
3902                 "rank": "none"
3903             }
3904         },
3905         "filename": "gstcacasink",
3906         "license": "LGPL",
3907         "other-types": {
3908             "GstCACASinkDithering": {
3909                 "kind": "enum",
3910                 "values": [
3911                     {
3912                         "desc": "No dithering",
3913                         "name": "none",
3914                         "value": "49"
3915                     },
3916                     {
3917                         "desc": "Ordered 2x2 Bayer dithering",
3918                         "name": "2x2",
3919                         "value": "50"
3920                     },
3921                     {
3922                         "desc": "Ordered 4x4 Bayer dithering",
3923                         "name": "4x4",
3924                         "value": "51"
3925                     },
3926                     {
3927                         "desc": "Ordered 8x8 Bayer dithering",
3928                         "name": "8x8",
3929                         "value": "52"
3930                     },
3931                     {
3932                         "desc": "Random dithering",
3933                         "name": "random",
3934                         "value": "53"
3935                     }
3936                 ]
3937             },
3938             "GstCACATvDithering": {
3939                 "kind": "enum",
3940                 "values": [
3941                     {
3942                         "desc": "No dither_mode",
3943                         "name": "none",
3944                         "value": "49"
3945                     },
3946                     {
3947                         "desc": "Ordered 2x2 Bayer dither_mode",
3948                         "name": "2x2",
3949                         "value": "50"
3950                     },
3951                     {
3952                         "desc": "Ordered 4x4 Bayer dither_mode",
3953                         "name": "4x4",
3954                         "value": "51"
3955                     },
3956                     {
3957                         "desc": "Ordered 8x8 Bayer dither_mode",
3958                         "name": "8x8",
3959                         "value": "52"
3960                     },
3961                     {
3962                         "desc": "Random dither_mode",
3963                         "name": "random",
3964                         "value": "53"
3965                     }
3966                 ]
3967             }
3968         },
3969         "package": "GStreamer Good Plug-ins",
3970         "source": "gst-plugins-good",
3971         "tracers": {},
3972         "url": "Unknown package origin"
3973     },
3974     "cairo": {
3975         "description": "Cairo-based elements",
3976         "elements": {
3977             "cairooverlay": {
3978                 "author": "Jon Nordby <jononor@gmail.com>",
3979                 "description": "Render overlay on a video stream using Cairo",
3980                 "hierarchy": [
3981                     "GstCairoOverlay",
3982                     "GstBaseTransform",
3983                     "GstElement",
3984                     "GstObject",
3985                     "GInitiallyUnowned",
3986                     "GObject"
3987                 ],
3988                 "klass": "Filter/Editor/Video",
3989                 "long-name": "Cairo overlay",
3990                 "pad-templates": {
3991                     "sink": {
3992                         "caps": "video/x-raw:\n         format: { BGRx, BGRA, RGB16 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
3993                         "direction": "sink",
3994                         "presence": "always"
3995                     },
3996                     "src": {
3997                         "caps": "video/x-raw:\n         format: { BGRx, BGRA, RGB16 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
3998                         "direction": "src",
3999                         "presence": "always"
4000                     }
4001                 },
4002                 "properties": {
4003                     "draw-on-transparent-surface": {
4004                         "blurb": "Let the draw signal work on a transparent surface and blend the results with the video at a later time",
4005                         "conditionally-available": false,
4006                         "construct": false,
4007                         "construct-only": false,
4008                         "controllable": true,
4009                         "default": "false",
4010                         "mutable": "playing",
4011                         "readable": true,
4012                         "type": "gboolean",
4013                         "writable": true
4014                     }
4015                 },
4016                 "rank": "none",
4017                 "signals": {
4018                     "caps-changed": {
4019                         "args": [
4020                             {
4021                                 "name": "arg0",
4022                                 "type": "GstCaps"
4023                             }
4024                         ],
4025                         "return-type": "void"
4026                     },
4027                     "draw": {
4028                         "args": [
4029                             {
4030                                 "name": "arg0",
4031                                 "type": "CairoContext"
4032                             },
4033                             {
4034                                 "name": "arg1",
4035                                 "type": "guint64"
4036                             },
4037                             {
4038                                 "name": "arg2",
4039                                 "type": "guint64"
4040                             }
4041                         ],
4042                         "return-type": "void"
4043                     }
4044                 }
4045             }
4046         },
4047         "filename": "gstcairo",
4048         "license": "LGPL",
4049         "other-types": {},
4050         "package": "GStreamer Good Plug-ins",
4051         "source": "gst-plugins-good",
4052         "tracers": {},
4053         "url": "Unknown package origin"
4054     },
4055     "cutter": {
4056         "description": "Audio Cutter to split audio into non-silent bits",
4057         "elements": {
4058             "cutter": {
4059                 "author": "Thomas Vander Stichele <thomas at apestaart dot org>",
4060                 "description": "Audio Cutter to split audio into non-silent bits",
4061                 "hierarchy": [
4062                     "GstCutter",
4063                     "GstElement",
4064                     "GstObject",
4065                     "GInitiallyUnowned",
4066                     "GObject"
4067                 ],
4068                 "klass": "Filter/Editor/Audio",
4069                 "long-name": "Audio cutter",
4070                 "pad-templates": {
4071                     "sink": {
4072                         "caps": "audio/x-raw:\n         format: { S8, S16LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
4073                         "direction": "sink",
4074                         "presence": "always"
4075                     },
4076                     "src": {
4077                         "caps": "audio/x-raw:\n         format: { S8, S16LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
4078                         "direction": "src",
4079                         "presence": "always"
4080                     }
4081                 },
4082                 "properties": {
4083                     "leaky": {
4084                         "blurb": "do we leak buffers when below threshold ?",
4085                         "conditionally-available": false,
4086                         "construct": false,
4087                         "construct-only": false,
4088                         "controllable": false,
4089                         "default": "false",
4090                         "mutable": "null",
4091                         "readable": true,
4092                         "type": "gboolean",
4093                         "writable": true
4094                     },
4095                     "pre-length": {
4096                         "blurb": "Length of pre-recording buffer (in nanoseconds)",
4097                         "conditionally-available": false,
4098                         "construct": false,
4099                         "construct-only": false,
4100                         "controllable": false,
4101                         "default": "200000000",
4102                         "max": "18446744073709551615",
4103                         "min": "0",
4104                         "mutable": "null",
4105                         "readable": true,
4106                         "type": "guint64",
4107                         "writable": true
4108                     },
4109                     "run-length": {
4110                         "blurb": "Length of drop below threshold before cut_stop (in nanoseconds)",
4111                         "conditionally-available": false,
4112                         "construct": false,
4113                         "construct-only": false,
4114                         "controllable": false,
4115                         "default": "500000000",
4116                         "max": "18446744073709551615",
4117                         "min": "0",
4118                         "mutable": "null",
4119                         "readable": true,
4120                         "type": "guint64",
4121                         "writable": true
4122                     },
4123                     "threshold": {
4124                         "blurb": "Volume threshold before trigger",
4125                         "conditionally-available": false,
4126                         "construct": false,
4127                         "construct-only": false,
4128                         "controllable": false,
4129                         "default": "0.1",
4130                         "max": "1.79769e+308",
4131                         "min": "-1.79769e+308",
4132                         "mutable": "null",
4133                         "readable": true,
4134                         "type": "gdouble",
4135                         "writable": true
4136                     },
4137                     "threshold-dB": {
4138                         "blurb": "Volume threshold before trigger (in dB)",
4139                         "conditionally-available": false,
4140                         "construct": false,
4141                         "construct-only": false,
4142                         "controllable": false,
4143                         "default": "-46.0517",
4144                         "max": "1.79769e+308",
4145                         "min": "-1.79769e+308",
4146                         "mutable": "null",
4147                         "readable": true,
4148                         "type": "gdouble",
4149                         "writable": true
4150                     }
4151                 },
4152                 "rank": "none"
4153             }
4154         },
4155         "filename": "gstcutter",
4156         "license": "LGPL",
4157         "other-types": {},
4158         "package": "GStreamer Good Plug-ins",
4159         "source": "gst-plugins-good",
4160         "tracers": {},
4161         "url": "Unknown package origin"
4162     },
4163     "debug": {
4164         "description": "elements for testing and debugging",
4165         "elements": {
4166             "breakmydata": {
4167                 "author": "Benjamin Otte <otte@gnome>",
4168                 "description": "randomly change data in the stream",
4169                 "hierarchy": [
4170                     "GstBreakMyData",
4171                     "GstBaseTransform",
4172                     "GstElement",
4173                     "GstObject",
4174                     "GInitiallyUnowned",
4175                     "GObject"
4176                 ],
4177                 "klass": "Testing",
4178                 "long-name": "Break my data",
4179                 "pad-templates": {
4180                     "sink": {
4181                         "caps": "ANY",
4182                         "direction": "sink",
4183                         "presence": "always"
4184                     },
4185                     "src": {
4186                         "caps": "ANY",
4187                         "direction": "src",
4188                         "presence": "always"
4189                     }
4190                 },
4191                 "properties": {
4192                     "probability": {
4193                         "blurb": "probability for each byte in the buffer to be changed",
4194                         "conditionally-available": false,
4195                         "construct": true,
4196                         "construct-only": false,
4197                         "controllable": false,
4198                         "default": "0",
4199                         "max": "1",
4200                         "min": "0",
4201                         "mutable": "null",
4202                         "readable": true,
4203                         "type": "gdouble",
4204                         "writable": true
4205                     },
4206                     "seed": {
4207                         "blurb": "seed for randomness (initialized when going from READY to PAUSED)",
4208                         "conditionally-available": false,
4209                         "construct": true,
4210                         "construct-only": false,
4211                         "controllable": false,
4212                         "default": "0",
4213                         "max": "-1",
4214                         "min": "0",
4215                         "mutable": "null",
4216                         "readable": true,
4217                         "type": "guint",
4218                         "writable": true
4219                     },
4220                     "set-to": {
4221                         "blurb": "set changed bytes to this value (-1 means random value",
4222                         "conditionally-available": false,
4223                         "construct": true,
4224                         "construct-only": false,
4225                         "controllable": false,
4226                         "default": "-1",
4227                         "max": "255",
4228                         "min": "-1",
4229                         "mutable": "null",
4230                         "readable": true,
4231                         "type": "gint",
4232                         "writable": true
4233                     },
4234                     "skip": {
4235                         "blurb": "amount of bytes skipped at the beginning of stream",
4236                         "conditionally-available": false,
4237                         "construct": true,
4238                         "construct-only": false,
4239                         "controllable": false,
4240                         "default": "0",
4241                         "max": "-1",
4242                         "min": "0",
4243                         "mutable": "null",
4244                         "readable": true,
4245                         "type": "guint",
4246                         "writable": true
4247                     }
4248                 },
4249                 "rank": "none"
4250             },
4251             "capssetter": {
4252                 "author": "Mark Nauwelaerts <mnauw@users.sourceforge.net>",
4253                 "description": "Set/merge caps on stream",
4254                 "hierarchy": [
4255                     "GstCapsSetter",
4256                     "GstBaseTransform",
4257                     "GstElement",
4258                     "GstObject",
4259                     "GInitiallyUnowned",
4260                     "GObject"
4261                 ],
4262                 "klass": "Generic",
4263                 "long-name": "CapsSetter",
4264                 "pad-templates": {
4265                     "sink": {
4266                         "caps": "ANY",
4267                         "direction": "sink",
4268                         "presence": "always"
4269                     },
4270                     "src": {
4271                         "caps": "ANY",
4272                         "direction": "src",
4273                         "presence": "always"
4274                     }
4275                 },
4276                 "properties": {
4277                     "caps": {
4278                         "blurb": "Merge these caps (thereby overwriting) in the stream",
4279                         "conditionally-available": false,
4280                         "construct": false,
4281                         "construct-only": false,
4282                         "controllable": false,
4283                         "default": "ANY",
4284                         "mutable": "null",
4285                         "readable": true,
4286                         "type": "GstCaps",
4287                         "writable": true
4288                     },
4289                     "join": {
4290                         "blurb": "Match incoming caps' mime-type to mime-type of provided caps",
4291                         "conditionally-available": false,
4292                         "construct": false,
4293                         "construct-only": false,
4294                         "controllable": false,
4295                         "default": "true",
4296                         "mutable": "null",
4297                         "readable": true,
4298                         "type": "gboolean",
4299                         "writable": true
4300                     },
4301                     "replace": {
4302                         "blurb": "Drop fields of incoming caps",
4303                         "conditionally-available": false,
4304                         "construct": false,
4305                         "construct-only": false,
4306                         "controllable": false,
4307                         "default": "false",
4308                         "mutable": "null",
4309                         "readable": true,
4310                         "type": "gboolean",
4311                         "writable": true
4312                     }
4313                 },
4314                 "rank": "none"
4315             },
4316             "cpureport": {
4317                 "author": "Zaheer Abbas Merali <zaheerabbas at merali dot org>",
4318                 "description": "Post cpu usage information every buffer",
4319                 "hierarchy": [
4320                     "GstCpuReport",
4321                     "GstBaseTransform",
4322                     "GstElement",
4323                     "GstObject",
4324                     "GInitiallyUnowned",
4325                     "GObject"
4326                 ],
4327                 "klass": "Testing",
4328                 "long-name": "CPU report",
4329                 "pad-templates": {
4330                     "sink": {
4331                         "caps": "ANY",
4332                         "direction": "sink",
4333                         "presence": "always"
4334                     },
4335                     "src": {
4336                         "caps": "ANY",
4337                         "direction": "src",
4338                         "presence": "always"
4339                     }
4340                 },
4341                 "properties": {},
4342                 "rank": "none"
4343             },
4344             "navseek": {
4345                 "author": "Jan Schmidt <thaytan@mad.scientist.com>",
4346                 "description": "Seek based on navigation keys left-right",
4347                 "hierarchy": [
4348                     "GstNavSeek",
4349                     "GstBaseTransform",
4350                     "GstElement",
4351                     "GstObject",
4352                     "GInitiallyUnowned",
4353                     "GObject"
4354                 ],
4355                 "klass": "Filter/Video",
4356                 "long-name": "Seek based on left-right arrows",
4357                 "pad-templates": {
4358                     "sink": {
4359                         "caps": "ANY",
4360                         "direction": "sink",
4361                         "presence": "always"
4362                     },
4363                     "src": {
4364                         "caps": "ANY",
4365                         "direction": "src",
4366                         "presence": "always"
4367                     }
4368                 },
4369                 "properties": {
4370                     "hold-eos": {
4371                         "blurb": "Hold eos until the next 'Return' keystroke",
4372                         "conditionally-available": false,
4373                         "construct": false,
4374                         "construct-only": false,
4375                         "controllable": false,
4376                         "default": "false",
4377                         "mutable": "null",
4378                         "readable": true,
4379                         "type": "gboolean",
4380                         "writable": true
4381                     },
4382                     "seek-offset": {
4383                         "blurb": "Time in seconds to seek by",
4384                         "conditionally-available": false,
4385                         "construct": false,
4386                         "construct-only": false,
4387                         "controllable": false,
4388                         "default": "5",
4389                         "max": "1.79769e+308",
4390                         "min": "0",
4391                         "mutable": "null",
4392                         "readable": true,
4393                         "type": "gdouble",
4394                         "writable": true
4395                     }
4396                 },
4397                 "rank": "none"
4398             },
4399             "progressreport": {
4400                 "author": "Jan Schmidt <thaytan@mad.scientist.com>",
4401                 "description": "Periodically query and report on processing progress",
4402                 "hierarchy": [
4403                     "GstProgressReport",
4404                     "GstBaseTransform",
4405                     "GstElement",
4406                     "GstObject",
4407                     "GInitiallyUnowned",
4408                     "GObject"
4409                 ],
4410                 "klass": "Testing",
4411                 "long-name": "Progress report",
4412                 "pad-templates": {
4413                     "sink": {
4414                         "caps": "ANY",
4415                         "direction": "sink",
4416                         "presence": "always"
4417                     },
4418                     "src": {
4419                         "caps": "ANY",
4420                         "direction": "src",
4421                         "presence": "always"
4422                     }
4423                 },
4424                 "properties": {
4425                     "do-query": {
4426                         "blurb": "Use a query instead of buffer metadata to determine stream position",
4427                         "conditionally-available": false,
4428                         "construct": false,
4429                         "construct-only": false,
4430                         "controllable": false,
4431                         "default": "true",
4432                         "mutable": "null",
4433                         "readable": true,
4434                         "type": "gboolean",
4435                         "writable": true
4436                     },
4437                     "format": {
4438                         "blurb": "Format to use for the querying",
4439                         "conditionally-available": false,
4440                         "construct": false,
4441                         "construct-only": false,
4442                         "controllable": false,
4443                         "default": "auto",
4444                         "mutable": "null",
4445                         "readable": true,
4446                         "type": "gchararray",
4447                         "writable": true
4448                     },
4449                     "silent": {
4450                         "blurb": "Do not print output to stdout",
4451                         "conditionally-available": false,
4452                         "construct": false,
4453                         "construct-only": false,
4454                         "controllable": false,
4455                         "default": "false",
4456                         "mutable": "null",
4457                         "readable": true,
4458                         "type": "gboolean",
4459                         "writable": true
4460                     },
4461                     "update-freq": {
4462                         "blurb": "Number of seconds between reports when data is flowing",
4463                         "conditionally-available": false,
4464                         "construct": false,
4465                         "construct-only": false,
4466                         "controllable": false,
4467                         "default": "5",
4468                         "max": "2147483647",
4469                         "min": "1",
4470                         "mutable": "null",
4471                         "readable": true,
4472                         "type": "gint",
4473                         "writable": true
4474                     }
4475                 },
4476                 "rank": "none"
4477             },
4478             "pushfilesrc": {
4479                 "author": "Tim-Philipp Müller <tim centricular net>",
4480                 "description": "Implements pushfile:// URI-handler for push-based file access",
4481                 "hierarchy": [
4482                     "GstPushFileSrc",
4483                     "GstBin",
4484                     "GstElement",
4485                     "GstObject",
4486                     "GInitiallyUnowned",
4487                     "GObject"
4488                 ],
4489                 "interfaces": [
4490                     "GstChildProxy",
4491                     "GstURIHandler"
4492                 ],
4493                 "klass": "Testing",
4494                 "long-name": "Push File Source",
4495                 "pad-templates": {
4496                     "src": {
4497                         "caps": "ANY",
4498                         "direction": "src",
4499                         "presence": "always"
4500                     }
4501                 },
4502                 "properties": {
4503                     "applied-rate": {
4504                         "blurb": "Applied rate to use in TIME SEGMENT",
4505                         "conditionally-available": false,
4506                         "construct": false,
4507                         "construct-only": false,
4508                         "controllable": false,
4509                         "default": "1",
4510                         "max": "1.79769e+308",
4511                         "min": "2.22507e-308",
4512                         "mutable": "null",
4513                         "readable": true,
4514                         "type": "gdouble",
4515                         "writable": true
4516                     },
4517                     "initial-timestamp": {
4518                         "blurb": "Initial Buffer Timestamp (if time-segment TRUE)",
4519                         "conditionally-available": false,
4520                         "construct": false,
4521                         "construct-only": false,
4522                         "controllable": false,
4523                         "default": "18446744073709551615",
4524                         "max": "18446744073709551615",
4525                         "min": "0",
4526                         "mutable": "null",
4527                         "readable": true,
4528                         "type": "guint64",
4529                         "writable": true
4530                     },
4531                     "location": {
4532                         "blurb": "Location of the file to read",
4533                         "conditionally-available": false,
4534                         "construct": false,
4535                         "construct-only": false,
4536                         "controllable": false,
4537                         "default": "NULL",
4538                         "mutable": "ready",
4539                         "readable": true,
4540                         "type": "gchararray",
4541                         "writable": true
4542                     },
4543                     "rate": {
4544                         "blurb": "Rate to use in TIME SEGMENT",
4545                         "conditionally-available": false,
4546                         "construct": false,
4547                         "construct-only": false,
4548                         "controllable": false,
4549                         "default": "1",
4550                         "max": "1.79769e+308",
4551                         "min": "2.22507e-308",
4552                         "mutable": "null",
4553                         "readable": true,
4554                         "type": "gdouble",
4555                         "writable": true
4556                     },
4557                     "start-time": {
4558                         "blurb": "Initial Start Time (if time-segment TRUE)",
4559                         "conditionally-available": false,
4560                         "construct": false,
4561                         "construct-only": false,
4562                         "controllable": false,
4563                         "default": "0",
4564                         "max": "9223372036854775807",
4565                         "min": "0",
4566                         "mutable": "null",
4567                         "readable": true,
4568                         "type": "gint64",
4569                         "writable": true
4570                     },
4571                     "stream-time": {
4572                         "blurb": "Initial Stream Time (if time-segment TRUE)",
4573                         "conditionally-available": false,
4574                         "construct": false,
4575                         "construct-only": false,
4576                         "controllable": false,
4577                         "default": "0",
4578                         "max": "9223372036854775807",
4579                         "min": "0",
4580                         "mutable": "null",
4581                         "readable": true,
4582                         "type": "gint64",
4583                         "writable": true
4584                     },
4585                     "time-segment": {
4586                         "blurb": "Emit TIME SEGMENTS",
4587                         "conditionally-available": false,
4588                         "construct": false,
4589                         "construct-only": false,
4590                         "controllable": false,
4591                         "default": "false",
4592                         "mutable": "null",
4593                         "readable": true,
4594                         "type": "gboolean",
4595                         "writable": true
4596                     }
4597                 },
4598                 "rank": "none"
4599             },
4600             "rndbuffersize": {
4601                 "author": "Stefan Kost <stefan.kost@nokia.com>",
4602                 "description": "pull random sized buffers",
4603                 "hierarchy": [
4604                     "GstRndBufferSize",
4605                     "GstElement",
4606                     "GstObject",
4607                     "GInitiallyUnowned",
4608                     "GObject"
4609                 ],
4610                 "klass": "Testing",
4611                 "long-name": "Random buffer size",
4612                 "pad-templates": {
4613                     "sink": {
4614                         "caps": "ANY",
4615                         "direction": "sink",
4616                         "presence": "always"
4617                     },
4618                     "src": {
4619                         "caps": "ANY",
4620                         "direction": "src",
4621                         "presence": "always"
4622                     }
4623                 },
4624                 "properties": {
4625                     "max": {
4626                         "blurb": "maximum buffer size",
4627                         "conditionally-available": false,
4628                         "construct": true,
4629                         "construct-only": false,
4630                         "controllable": false,
4631                         "default": "8192",
4632                         "max": "2147483647",
4633                         "min": "1",
4634                         "mutable": "null",
4635                         "readable": true,
4636                         "type": "gint",
4637                         "writable": true
4638                     },
4639                     "min": {
4640                         "blurb": "minimum buffer size",
4641                         "conditionally-available": false,
4642                         "construct": true,
4643                         "construct-only": false,
4644                         "controllable": false,
4645                         "default": "1",
4646                         "max": "2147483647",
4647                         "min": "0",
4648                         "mutable": "null",
4649                         "readable": true,
4650                         "type": "gint",
4651                         "writable": true
4652                     },
4653                     "seed": {
4654                         "blurb": "seed for randomness (initialized when going from READY to PAUSED)",
4655                         "conditionally-available": false,
4656                         "construct": true,
4657                         "construct-only": false,
4658                         "controllable": false,
4659                         "default": "0",
4660                         "max": "-1",
4661                         "min": "0",
4662                         "mutable": "null",
4663                         "readable": true,
4664                         "type": "guint",
4665                         "writable": true
4666                     }
4667                 },
4668                 "rank": "none"
4669             },
4670             "taginject": {
4671                 "author": "Stefan Kost <ensonic@users.sf.net>",
4672                 "description": "inject metadata tags",
4673                 "hierarchy": [
4674                     "GstTagInject",
4675                     "GstBaseTransform",
4676                     "GstElement",
4677                     "GstObject",
4678                     "GInitiallyUnowned",
4679                     "GObject"
4680                 ],
4681                 "klass": "Generic",
4682                 "long-name": "TagInject",
4683                 "pad-templates": {
4684                     "sink": {
4685                         "caps": "ANY",
4686                         "direction": "sink",
4687                         "presence": "always"
4688                     },
4689                     "src": {
4690                         "caps": "ANY",
4691                         "direction": "src",
4692                         "presence": "always"
4693                     }
4694                 },
4695                 "properties": {
4696                     "tags": {
4697                         "blurb": "List of tags to inject into the target file",
4698                         "conditionally-available": false,
4699                         "construct": false,
4700                         "construct-only": false,
4701                         "controllable": false,
4702                         "default": "NULL",
4703                         "mutable": "null",
4704                         "readable": false,
4705                         "type": "gchararray",
4706                         "writable": true
4707                     }
4708                 },
4709                 "rank": "none"
4710             },
4711             "testsink": {
4712                 "author": "Benjamin Otte <otte@gnome>",
4713                 "description": "perform a number of tests",
4714                 "hierarchy": [
4715                     "GstTest",
4716                     "GstBaseSink",
4717                     "GstElement",
4718                     "GstObject",
4719                     "GInitiallyUnowned",
4720                     "GObject"
4721                 ],
4722                 "klass": "Testing",
4723                 "long-name": "Test plugin",
4724                 "pad-templates": {
4725                     "sink": {
4726                         "caps": "ANY",
4727                         "direction": "sink",
4728                         "presence": "always"
4729                     }
4730                 },
4731                 "properties": {
4732                     "allowed-timestamp-deviation": {
4733                         "blurb": "allowed average difference in usec between timestamp of next buffer and expected timestamp from analyzing last buffer",
4734                         "conditionally-available": false,
4735                         "construct": true,
4736                         "construct-only": false,
4737                         "controllable": false,
4738                         "default": "18446744073709551615",
4739                         "max": "9223372036854775807",
4740                         "min": "-1",
4741                         "mutable": "null",
4742                         "readable": true,
4743                         "type": "gint64",
4744                         "writable": true
4745                     },
4746                     "buffer-count": {
4747                         "blurb": "number of buffers in stream",
4748                         "conditionally-available": false,
4749                         "construct": false,
4750                         "construct-only": false,
4751                         "controllable": false,
4752                         "default": "18446744073709551615",
4753                         "max": "9223372036854775807",
4754                         "min": "-1",
4755                         "mutable": "null",
4756                         "readable": true,
4757                         "type": "gint64",
4758                         "writable": false
4759                     },
4760                     "expected-buffer-count": {
4761                         "blurb": "expected number of buffers in stream",
4762                         "conditionally-available": false,
4763                         "construct": true,
4764                         "construct-only": false,
4765                         "controllable": false,
4766                         "default": "18446744073709551615",
4767                         "max": "9223372036854775807",
4768                         "min": "-1",
4769                         "mutable": "null",
4770                         "readable": true,
4771                         "type": "gint64",
4772                         "writable": true
4773                     },
4774                     "expected-length": {
4775                         "blurb": "expected length of stream",
4776                         "conditionally-available": false,
4777                         "construct": true,
4778                         "construct-only": false,
4779                         "controllable": false,
4780                         "default": "18446744073709551615",
4781                         "max": "9223372036854775807",
4782                         "min": "-1",
4783                         "mutable": "null",
4784                         "readable": true,
4785                         "type": "gint64",
4786                         "writable": true
4787                     },
4788                     "expected-md5": {
4789                         "blurb": "expected md5 of processing the whole data",
4790                         "conditionally-available": false,
4791                         "construct": true,
4792                         "construct-only": false,
4793                         "controllable": false,
4794                         "default": "---",
4795                         "mutable": "null",
4796                         "readable": true,
4797                         "type": "gchararray",
4798                         "writable": true
4799                     },
4800                     "length": {
4801                         "blurb": "length of stream",
4802                         "conditionally-available": false,
4803                         "construct": false,
4804                         "construct-only": false,
4805                         "controllable": false,
4806                         "default": "18446744073709551615",
4807                         "max": "9223372036854775807",
4808                         "min": "-1",
4809                         "mutable": "null",
4810                         "readable": true,
4811                         "type": "gint64",
4812                         "writable": false
4813                     },
4814                     "md5": {
4815                         "blurb": "md5 of processing the whole data",
4816                         "conditionally-available": false,
4817                         "construct": false,
4818                         "construct-only": false,
4819                         "controllable": false,
4820                         "default": "---",
4821                         "mutable": "null",
4822                         "readable": true,
4823                         "type": "gchararray",
4824                         "writable": false
4825                     },
4826                     "timestamp-deviation": {
4827                         "blurb": "average difference in usec between timestamp of next buffer and expected timestamp from analyzing last buffer",
4828                         "conditionally-available": false,
4829                         "construct": false,
4830                         "construct-only": false,
4831                         "controllable": false,
4832                         "default": "18446744073709551615",
4833                         "max": "9223372036854775807",
4834                         "min": "-1",
4835                         "mutable": "null",
4836                         "readable": true,
4837                         "type": "gint64",
4838                         "writable": false
4839                     }
4840                 },
4841                 "rank": "none"
4842             }
4843         },
4844         "filename": "gstdebug",
4845         "license": "LGPL",
4846         "other-types": {},
4847         "package": "GStreamer Good Plug-ins",
4848         "source": "gst-plugins-good",
4849         "tracers": {},
4850         "url": "Unknown package origin"
4851     },
4852     "deinterlace": {
4853         "description": "Deinterlacer",
4854         "elements": {
4855             "deinterlace": {
4856                 "author": "Martin Eikermann <meiker@upb.de>, Sebastian Dröge <sebastian.droege@collabora.co.uk>",
4857                 "description": "Deinterlace Methods ported from DScaler/TvTime",
4858                 "hierarchy": [
4859                     "GstDeinterlace",
4860                     "GstElement",
4861                     "GstObject",
4862                     "GInitiallyUnowned",
4863                     "GObject"
4864                 ],
4865                 "klass": "Filter/Effect/Video/Deinterlace",
4866                 "long-name": "Deinterlacer",
4867                 "pad-templates": {
4868                     "sink": {
4869                         "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, NV12_10BE_8L128, 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_8L128, NV12_64Z32, NV12_4L4, NV12_32L32, NV12_16L32S, 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",
4870                         "direction": "sink",
4871                         "presence": "always"
4872                     },
4873                     "src": {
4874                         "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, NV12_10BE_8L128, 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_8L128, NV12_64Z32, NV12_4L4, NV12_32L32, NV12_16L32S, 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",
4875                         "direction": "src",
4876                         "presence": "always"
4877                     }
4878                 },
4879                 "properties": {
4880                     "drop-orphans": {
4881                         "blurb": "Drop orphan fields at the beginning of telecine patterns in active locking mode.",
4882                         "conditionally-available": false,
4883                         "construct": false,
4884                         "construct-only": false,
4885                         "controllable": false,
4886                         "default": "true",
4887                         "mutable": "null",
4888                         "readable": true,
4889                         "type": "gboolean",
4890                         "writable": true
4891                     },
4892                     "fields": {
4893                         "blurb": "Fields to use for deinterlacing",
4894                         "conditionally-available": false,
4895                         "construct": false,
4896                         "construct-only": false,
4897                         "controllable": false,
4898                         "default": "all (0)",
4899                         "mutable": "null",
4900                         "readable": true,
4901                         "type": "GstDeinterlaceFields",
4902                         "writable": true
4903                     },
4904                     "ignore-obscure": {
4905                         "blurb": "Ignore obscure telecine patterns (only consider P, I and 2:3 variants).",
4906                         "conditionally-available": false,
4907                         "construct": false,
4908                         "construct-only": false,
4909                         "controllable": false,
4910                         "default": "true",
4911                         "mutable": "null",
4912                         "readable": true,
4913                         "type": "gboolean",
4914                         "writable": true
4915                     },
4916                     "locking": {
4917                         "blurb": "Pattern locking mode",
4918                         "conditionally-available": false,
4919                         "construct": false,
4920                         "construct-only": false,
4921                         "controllable": false,
4922                         "default": "none (0)",
4923                         "mutable": "null",
4924                         "readable": true,
4925                         "type": "GstDeinterlaceLocking",
4926                         "writable": true
4927                     },
4928                     "method": {
4929                         "blurb": "Deinterlace Method",
4930                         "conditionally-available": false,
4931                         "construct": false,
4932                         "construct-only": false,
4933                         "controllable": false,
4934                         "default": "linear (4)",
4935                         "mutable": "null",
4936                         "readable": true,
4937                         "type": "GstDeinterlaceMethods",
4938                         "writable": true
4939                     },
4940                     "mode": {
4941                         "blurb": "Deinterlace Mode",
4942                         "conditionally-available": false,
4943                         "construct": false,
4944                         "construct-only": false,
4945                         "controllable": false,
4946                         "default": "auto (0)",
4947                         "mutable": "null",
4948                         "readable": true,
4949                         "type": "GstDeinterlaceModes",
4950                         "writable": true
4951                     },
4952                     "tff": {
4953                         "blurb": "Deinterlace top field first",
4954                         "conditionally-available": false,
4955                         "construct": false,
4956                         "construct-only": false,
4957                         "controllable": false,
4958                         "default": "auto (0)",
4959                         "mutable": "null",
4960                         "readable": true,
4961                         "type": "GstDeinterlaceFieldLayout",
4962                         "writable": true
4963                     }
4964                 },
4965                 "rank": "none"
4966             }
4967         },
4968         "filename": "gstdeinterlace",
4969         "license": "LGPL",
4970         "other-types": {
4971             "GstDeinterlaceFieldLayout": {
4972                 "kind": "enum",
4973                 "values": [
4974                     {
4975                         "desc": "Auto detection",
4976                         "name": "auto",
4977                         "value": "0"
4978                     },
4979                     {
4980                         "desc": "Top field first",
4981                         "name": "tff",
4982                         "value": "1"
4983                     },
4984                     {
4985                         "desc": "Bottom field first",
4986                         "name": "bff",
4987                         "value": "2"
4988                     }
4989                 ]
4990             },
4991             "GstDeinterlaceFields": {
4992                 "kind": "enum",
4993                 "values": [
4994                     {
4995                         "desc": "All fields",
4996                         "name": "all",
4997                         "value": "0"
4998                     },
4999                     {
5000                         "desc": "Top fields only",
5001                         "name": "top",
5002                         "value": "1"
5003                     },
5004                     {
5005                         "desc": "Bottom fields only",
5006                         "name": "bottom",
5007                         "value": "2"
5008                     },
5009                     {
5010                         "desc": "Automatically detect",
5011                         "name": "auto",
5012                         "value": "3"
5013                     }
5014                 ]
5015             },
5016             "GstDeinterlaceLocking": {
5017                 "kind": "enum",
5018                 "values": [
5019                     {
5020                         "desc": "No pattern locking",
5021                         "name": "none",
5022                         "value": "0"
5023                     },
5024                     {
5025                         "desc": "Choose passive/active locking depending on whether upstream is live",
5026                         "name": "auto",
5027                         "value": "1"
5028                     },
5029                     {
5030                         "desc": "Block until pattern-locked. Use accurate timestamp interpolation within a pattern repeat.",
5031                         "name": "active",
5032                         "value": "2"
5033                     },
5034                     {
5035                         "desc": "Do not block. Use naïve timestamp adjustment until pattern-locked based on state history.",
5036                         "name": "passive",
5037                         "value": "3"
5038                     }
5039                 ]
5040             },
5041             "GstDeinterlaceMethods": {
5042                 "kind": "enum",
5043                 "values": [
5044                     {
5045                         "desc": "Motion Adaptive: Motion Search",
5046                         "name": "tomsmocomp",
5047                         "value": "0"
5048                     },
5049                     {
5050                         "desc": "Motion Adaptive: Advanced Detection",
5051                         "name": "greedyh",
5052                         "value": "1"
5053                     },
5054                     {
5055                         "desc": "Motion Adaptive: Simple Detection",
5056                         "name": "greedyl",
5057                         "value": "2"
5058                     },
5059                     {
5060                         "desc": "Blur Vertical",
5061                         "name": "vfir",
5062                         "value": "3"
5063                     },
5064                     {
5065                         "desc": "Linear",
5066                         "name": "linear",
5067                         "value": "4"
5068                     },
5069                     {
5070                         "desc": "Blur: Temporal (Do Not Use)",
5071                         "name": "linearblend",
5072                         "value": "5"
5073                     },
5074                     {
5075                         "desc": "Double lines",
5076                         "name": "scalerbob",
5077                         "value": "6"
5078                     },
5079                     {
5080                         "desc": "Weave (Do Not Use)",
5081                         "name": "weave",
5082                         "value": "7"
5083                     },
5084                     {
5085                         "desc": "Progressive: Top Field First (Do Not Use)",
5086                         "name": "weavetff",
5087                         "value": "8"
5088                     },
5089                     {
5090                         "desc": "Progressive: Bottom Field First (Do Not Use)",
5091                         "name": "weavebff",
5092                         "value": "9"
5093                     },
5094                     {
5095                         "desc": "YADIF Adaptive Deinterlacer",
5096                         "name": "yadif",
5097                         "value": "10"
5098                     }
5099                 ]
5100             },
5101             "GstDeinterlaceModes": {
5102                 "kind": "enum",
5103                 "values": [
5104                     {
5105                         "desc": "Auto detection (best effort)",
5106                         "name": "auto",
5107                         "value": "0"
5108                     },
5109                     {
5110                         "desc": "Force deinterlacing",
5111                         "name": "interlaced",
5112                         "value": "1"
5113                     },
5114                     {
5115                         "desc": "Run in passthrough mode",
5116                         "name": "disabled",
5117                         "value": "2"
5118                     },
5119                     {
5120                         "desc": "Auto detection (strict)",
5121                         "name": "auto-strict",
5122                         "value": "3"
5123                     }
5124                 ]
5125             }
5126         },
5127         "package": "GStreamer Good Plug-ins",
5128         "source": "gst-plugins-good",
5129         "tracers": {},
5130         "url": "Unknown package origin"
5131     },
5132     "dtmf": {
5133         "description": "DTMF plugins",
5134         "elements": {
5135             "dtmfsrc": {
5136                 "author": "Youness Alaoui <youness.alaoui@collabora.co.uk>",
5137                 "description": "Generates DTMF tones",
5138                 "hierarchy": [
5139                     "GstDTMFSrc",
5140                     "GstBaseSrc",
5141                     "GstElement",
5142                     "GstObject",
5143                     "GInitiallyUnowned",
5144                     "GObject"
5145                 ],
5146                 "klass": "Source/Audio",
5147                 "long-name": "DTMF tone generator",
5148                 "pad-templates": {
5149                     "src": {
5150                         "caps": "audio/x-raw:\n         format: S16LE\n           rate: [ 1, 2147483647 ]\n       channels: 1\n         layout: interleaved\n",
5151                         "direction": "src",
5152                         "presence": "always"
5153                     }
5154                 },
5155                 "properties": {
5156                     "interval": {
5157                         "blurb": "Interval in ms between two tone packets",
5158                         "conditionally-available": false,
5159                         "construct": false,
5160                         "construct-only": false,
5161                         "controllable": false,
5162                         "default": "50",
5163                         "max": "50",
5164                         "min": "10",
5165                         "mutable": "null",
5166                         "readable": true,
5167                         "type": "guint",
5168                         "writable": true
5169                     }
5170                 },
5171                 "rank": "none"
5172             },
5173             "rtpdtmfdepay": {
5174                 "author": "Youness Alaoui <youness.alaoui@collabora.co.uk>",
5175                 "description": "Generates DTMF Sound from telephone-event RTP packets",
5176                 "hierarchy": [
5177                     "GstRtpDTMFDepay",
5178                     "GstRTPBaseDepayload",
5179                     "GstElement",
5180                     "GstObject",
5181                     "GInitiallyUnowned",
5182                     "GObject"
5183                 ],
5184                 "klass": "Codec/Depayloader/Network",
5185                 "long-name": "RTP DTMF packet depayloader",
5186                 "pad-templates": {
5187                     "sink": {
5188                         "caps": "application/x-rtp:\n          media: audio\n        payload: [ 96, 127 ]\n     clock-rate: [ 0, 2147483647 ]\n  encoding-name: TELEPHONE-EVENT\n",
5189                         "direction": "sink",
5190                         "presence": "always"
5191                     },
5192                     "src": {
5193                         "caps": "audio/x-raw:\n         format: S16LE\n           rate: [ 1, 2147483647 ]\n       channels: 1\n",
5194                         "direction": "src",
5195                         "presence": "always"
5196                     }
5197                 },
5198                 "properties": {
5199                     "max-duration": {
5200                         "blurb": "The maxumimum duration (ms) of the outgoing soundpacket. (0 = no limit)",
5201                         "conditionally-available": false,
5202                         "construct": false,
5203                         "construct-only": false,
5204                         "controllable": false,
5205                         "default": "0",
5206                         "max": "-1",
5207                         "min": "0",
5208                         "mutable": "null",
5209                         "readable": true,
5210                         "type": "guint",
5211                         "writable": true
5212                     },
5213                     "unit-time": {
5214                         "blurb": "The smallest unit (ms) the duration must be a multiple of (0 disables it)",
5215                         "conditionally-available": false,
5216                         "construct": false,
5217                         "construct-only": false,
5218                         "controllable": false,
5219                         "default": "0",
5220                         "max": "1000",
5221                         "min": "0",
5222                         "mutable": "null",
5223                         "readable": true,
5224                         "type": "guint",
5225                         "writable": true
5226                     }
5227                 },
5228                 "rank": "marginal"
5229             },
5230             "rtpdtmfsrc": {
5231                 "author": "Zeeshan Ali <zeeshan.ali@nokia.com>",
5232                 "description": "Generates RTP DTMF packets",
5233                 "hierarchy": [
5234                     "GstRTPDTMFSrc",
5235                     "GstBaseSrc",
5236                     "GstElement",
5237                     "GstObject",
5238                     "GInitiallyUnowned",
5239                     "GObject"
5240                 ],
5241                 "klass": "Source/Network",
5242                 "long-name": "RTP DTMF packet generator",
5243                 "pad-templates": {
5244                     "src": {
5245                         "caps": "application/x-rtp:\n          media: audio\n        payload: [ 96, 127 ]\n     clock-rate: [ 0, 2147483647 ]\n  encoding-name: TELEPHONE-EVENT\n",
5246                         "direction": "src",
5247                         "presence": "always"
5248                     }
5249                 },
5250                 "properties": {
5251                     "clock-rate": {
5252                         "blurb": "The clock-rate at which to generate the dtmf packets",
5253                         "conditionally-available": false,
5254                         "construct": false,
5255                         "construct-only": false,
5256                         "controllable": false,
5257                         "default": "8000",
5258                         "max": "-1",
5259                         "min": "0",
5260                         "mutable": "null",
5261                         "readable": true,
5262                         "type": "guint",
5263                         "writable": true
5264                     },
5265                     "packet-redundancy": {
5266                         "blurb": "Number of packets to send to indicate start and stop dtmf events",
5267                         "conditionally-available": false,
5268                         "construct": false,
5269                         "construct-only": false,
5270                         "controllable": false,
5271                         "default": "1",
5272                         "max": "5",
5273                         "min": "1",
5274                         "mutable": "null",
5275                         "readable": true,
5276                         "type": "guint",
5277                         "writable": true
5278                     },
5279                     "pt": {
5280                         "blurb": "The payload type of the packets",
5281                         "conditionally-available": false,
5282                         "construct": false,
5283                         "construct-only": false,
5284                         "controllable": false,
5285                         "default": "96",
5286                         "max": "128",
5287                         "min": "0",
5288                         "mutable": "null",
5289                         "readable": true,
5290                         "type": "guint",
5291                         "writable": true
5292                     },
5293                     "seqnum": {
5294                         "blurb": "The RTP sequence number of the last processed packet",
5295                         "conditionally-available": false,
5296                         "construct": false,
5297                         "construct-only": false,
5298                         "controllable": false,
5299                         "default": "0",
5300                         "max": "-1",
5301                         "min": "0",
5302                         "mutable": "null",
5303                         "readable": true,
5304                         "type": "guint",
5305                         "writable": false
5306                     },
5307                     "seqnum-offset": {
5308                         "blurb": "Offset to add to all outgoing seqnum (-1 = random)",
5309                         "conditionally-available": false,
5310                         "construct": false,
5311                         "construct-only": false,
5312                         "controllable": false,
5313                         "default": "-1",
5314                         "max": "2147483647",
5315                         "min": "-1",
5316                         "mutable": "null",
5317                         "readable": true,
5318                         "type": "gint",
5319                         "writable": true
5320                     },
5321                     "ssrc": {
5322                         "blurb": "The SSRC of the packets (-1 == random)",
5323                         "conditionally-available": false,
5324                         "construct": false,
5325                         "construct-only": false,
5326                         "controllable": false,
5327                         "default": "-1",
5328                         "max": "-1",
5329                         "min": "0",
5330                         "mutable": "null",
5331                         "readable": true,
5332                         "type": "guint",
5333                         "writable": true
5334                     },
5335                     "timestamp": {
5336                         "blurb": "The RTP timestamp of the last processed packet",
5337                         "conditionally-available": false,
5338                         "construct": false,
5339                         "construct-only": false,
5340                         "controllable": false,
5341                         "default": "0",
5342                         "max": "-1",
5343                         "min": "0",
5344                         "mutable": "null",
5345                         "readable": true,
5346                         "type": "guint",
5347                         "writable": false
5348                     },
5349                     "timestamp-offset": {
5350                         "blurb": "Offset to add to all outgoing timestamps (-1 = random)",
5351                         "conditionally-available": false,
5352                         "construct": false,
5353                         "construct-only": false,
5354                         "controllable": false,
5355                         "default": "-1",
5356                         "max": "2147483647",
5357                         "min": "-1",
5358                         "mutable": "null",
5359                         "readable": true,
5360                         "type": "gint",
5361                         "writable": true
5362                     }
5363                 },
5364                 "rank": "none"
5365             }
5366         },
5367         "filename": "gstdtmf",
5368         "license": "LGPL",
5369         "other-types": {},
5370         "package": "GStreamer Good Plug-ins",
5371         "source": "gst-plugins-good",
5372         "tracers": {},
5373         "url": "Unknown package origin"
5374     },
5375     "dv": {
5376         "description": "DV demuxer and decoder based on libdv (libdv.sf.net)",
5377         "elements": {
5378             "dvdec": {
5379                 "author": "Erik Walthinsen <omega@cse.ogi.edu>,Wim Taymans <wim@fluendo.com>",
5380                 "description": "Uses libdv to decode DV video (smpte314) (libdv.sourceforge.net)",
5381                 "hierarchy": [
5382                     "GstDVDec",
5383                     "GstElement",
5384                     "GstObject",
5385                     "GInitiallyUnowned",
5386                     "GObject"
5387                 ],
5388                 "klass": "Codec/Decoder/Video",
5389                 "long-name": "DV video decoder",
5390                 "pad-templates": {
5391                     "sink": {
5392                         "caps": "video/x-dv:\n   systemstream: false\n",
5393                         "direction": "sink",
5394                         "presence": "always"
5395                     },
5396                     "src": {
5397                         "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",
5398                         "direction": "src",
5399                         "presence": "always"
5400                     }
5401                 },
5402                 "properties": {
5403                     "clamp-chroma": {
5404                         "blurb": "Clamp chroma",
5405                         "conditionally-available": false,
5406                         "construct": false,
5407                         "construct-only": false,
5408                         "controllable": false,
5409                         "default": "false",
5410                         "mutable": "null",
5411                         "readable": true,
5412                         "type": "gboolean",
5413                         "writable": true
5414                     },
5415                     "clamp-luma": {
5416                         "blurb": "Clamp luma",
5417                         "conditionally-available": false,
5418                         "construct": false,
5419                         "construct-only": false,
5420                         "controllable": false,
5421                         "default": "false",
5422                         "mutable": "null",
5423                         "readable": true,
5424                         "type": "gboolean",
5425                         "writable": true
5426                     },
5427                     "drop-factor": {
5428                         "blurb": "Only decode Nth frame",
5429                         "conditionally-available": false,
5430                         "construct": false,
5431                         "construct-only": false,
5432                         "controllable": false,
5433                         "default": "1",
5434                         "max": "2147483647",
5435                         "min": "1",
5436                         "mutable": "null",
5437                         "readable": true,
5438                         "type": "gint",
5439                         "writable": true
5440                     },
5441                     "quality": {
5442                         "blurb": "Decoding quality",
5443                         "conditionally-available": false,
5444                         "construct": false,
5445                         "construct-only": false,
5446                         "controllable": false,
5447                         "default": "best (5)",
5448                         "mutable": "null",
5449                         "readable": true,
5450                         "type": "GstDVDecQualityEnum",
5451                         "writable": true
5452                     }
5453                 },
5454                 "rank": "marginal"
5455             },
5456             "dvdemux": {
5457                 "author": "Erik Walthinsen <omega@cse.ogi.edu>, Wim Taymans <wim@fluendo.com>",
5458                 "description": "Uses libdv to separate DV audio from DV video (libdv.sourceforge.net)",
5459                 "hierarchy": [
5460                     "GstDVDemux",
5461                     "GstElement",
5462                     "GstObject",
5463                     "GInitiallyUnowned",
5464                     "GObject"
5465                 ],
5466                 "klass": "Codec/Demuxer",
5467                 "long-name": "DV system stream demuxer",
5468                 "pad-templates": {
5469                     "audio": {
5470                         "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",
5471                         "direction": "src",
5472                         "presence": "sometimes"
5473                     },
5474                     "sink": {
5475                         "caps": "video/x-dv:\n   systemstream: true\n",
5476                         "direction": "sink",
5477                         "presence": "always"
5478                     },
5479                     "video": {
5480                         "caps": "video/x-dv:\n   systemstream: false\n",
5481                         "direction": "src",
5482                         "presence": "sometimes"
5483                     }
5484                 },
5485                 "rank": "primary",
5486                 "signals": {}
5487             }
5488         },
5489         "filename": "gstdv",
5490         "license": "LGPL",
5491         "other-types": {
5492             "GstDVDecQualityEnum": {
5493                 "kind": "enum",
5494                 "values": [
5495                     {
5496                         "desc": "Monochrome, DC (Fastest)",
5497                         "name": "fastest",
5498                         "value": "0"
5499                     },
5500                     {
5501                         "desc": "Monochrome, first AC coefficient",
5502                         "name": "monochrome-ac",
5503                         "value": "1"
5504                     },
5505                     {
5506                         "desc": "Monochrome, highest quality",
5507                         "name": "monochrome-best",
5508                         "value": "2"
5509                     },
5510                     {
5511                         "desc": "Colour, DC, fastest",
5512                         "name": "colour-fastest",
5513                         "value": "3"
5514                     },
5515                     {
5516                         "desc": "Colour, using only the first AC coefficient",
5517                         "name": "colour-ac",
5518                         "value": "4"
5519                     },
5520                     {
5521                         "desc": "Highest quality colour decoding",
5522                         "name": "best",
5523                         "value": "5"
5524                     }
5525                 ]
5526             }
5527         },
5528         "package": "GStreamer Good Plug-ins",
5529         "source": "gst-plugins-good",
5530         "tracers": {},
5531         "url": "Unknown package origin"
5532     },
5533     "effectv": {
5534         "description": "effect plugins from the effectv project",
5535         "elements": {
5536             "agingtv": {
5537                 "author": "Sam Lantinga <slouken@devolution.com>",
5538                 "description": "AgingTV adds age to video input using scratches and dust",
5539                 "hierarchy": [
5540                     "GstAgingTV",
5541                     "GstVideoFilter",
5542                     "GstBaseTransform",
5543                     "GstElement",
5544                     "GstObject",
5545                     "GInitiallyUnowned",
5546                     "GObject"
5547                 ],
5548                 "klass": "Filter/Effect/Video",
5549                 "long-name": "AgingTV effect",
5550                 "pad-templates": {
5551                     "sink": {
5552                         "caps": "video/x-raw:\n         format: { BGRx, RGBx }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
5553                         "direction": "sink",
5554                         "presence": "always"
5555                     },
5556                     "src": {
5557                         "caps": "video/x-raw:\n         format: { BGRx, RGBx }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
5558                         "direction": "src",
5559                         "presence": "always"
5560                     }
5561                 },
5562                 "properties": {
5563                     "color-aging": {
5564                         "blurb": "Color Aging",
5565                         "conditionally-available": false,
5566                         "construct": false,
5567                         "construct-only": false,
5568                         "controllable": true,
5569                         "default": "true",
5570                         "mutable": "null",
5571                         "readable": true,
5572                         "type": "gboolean",
5573                         "writable": true
5574                     },
5575                     "dusts": {
5576                         "blurb": "Dusts",
5577                         "conditionally-available": false,
5578                         "construct": false,
5579                         "construct-only": false,
5580                         "controllable": true,
5581                         "default": "true",
5582                         "mutable": "null",
5583                         "readable": true,
5584                         "type": "gboolean",
5585                         "writable": true
5586                     },
5587                     "pits": {
5588                         "blurb": "Pits",
5589                         "conditionally-available": false,
5590                         "construct": false,
5591                         "construct-only": false,
5592                         "controllable": true,
5593                         "default": "true",
5594                         "mutable": "null",
5595                         "readable": true,
5596                         "type": "gboolean",
5597                         "writable": true
5598                     },
5599                     "scratch-lines": {
5600                         "blurb": "Number of scratch lines",
5601                         "conditionally-available": false,
5602                         "construct": false,
5603                         "construct-only": false,
5604                         "controllable": true,
5605                         "default": "7",
5606                         "max": "20",
5607                         "min": "0",
5608                         "mutable": "null",
5609                         "readable": true,
5610                         "type": "guint",
5611                         "writable": true
5612                     }
5613                 },
5614                 "rank": "none"
5615             },
5616             "dicetv": {
5617                 "author": "Wim Taymans <wim.taymans@gmail.be>",
5618                 "description": "'Dices' the screen up into many small squares",
5619                 "hierarchy": [
5620                     "GstDiceTV",
5621                     "GstVideoFilter",
5622                     "GstBaseTransform",
5623                     "GstElement",
5624                     "GstObject",
5625                     "GInitiallyUnowned",
5626                     "GObject"
5627                 ],
5628                 "klass": "Filter/Effect/Video",
5629                 "long-name": "DiceTV effect",
5630                 "pad-templates": {
5631                     "sink": {
5632                         "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",
5633                         "direction": "sink",
5634                         "presence": "always"
5635                     },
5636                     "src": {
5637                         "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",
5638                         "direction": "src",
5639                         "presence": "always"
5640                     }
5641                 },
5642                 "properties": {
5643                     "square-bits": {
5644                         "blurb": "The size of the Squares",
5645                         "conditionally-available": false,
5646                         "construct": false,
5647                         "construct-only": false,
5648                         "controllable": true,
5649                         "default": "4",
5650                         "max": "5",
5651                         "min": "0",
5652                         "mutable": "null",
5653                         "readable": true,
5654                         "type": "gint",
5655                         "writable": true
5656                     }
5657                 },
5658                 "rank": "none"
5659             },
5660             "edgetv": {
5661                 "author": "Wim Taymans <wim.taymans@chello.be>",
5662                 "description": "Apply edge detect on video",
5663                 "hierarchy": [
5664                     "GstEdgeTV",
5665                     "GstVideoFilter",
5666                     "GstBaseTransform",
5667                     "GstElement",
5668                     "GstObject",
5669                     "GInitiallyUnowned",
5670                     "GObject"
5671                 ],
5672                 "klass": "Filter/Effect/Video",
5673                 "long-name": "EdgeTV effect",
5674                 "pad-templates": {
5675                     "sink": {
5676                         "caps": "video/x-raw:\n         format: { BGRx, RGBx }\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: { BGRx, RGBx }\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                 "rank": "none"
5688             },
5689             "optv": {
5690                 "author": "FUKUCHI, Kentarou <fukuchi@users.sourceforge.net>, Sebastian Dröge <sebastian.droege@collabora.co.uk>",
5691                 "description": "Optical art meets real-time video effect",
5692                 "hierarchy": [
5693                     "GstOpTV",
5694                     "GstVideoFilter",
5695                     "GstBaseTransform",
5696                     "GstElement",
5697                     "GstObject",
5698                     "GInitiallyUnowned",
5699                     "GObject"
5700                 ],
5701                 "klass": "Filter/Effect/Video",
5702                 "long-name": "OpTV effect",
5703                 "pad-templates": {
5704                     "sink": {
5705                         "caps": "video/x-raw:\n         format: { BGRx, RGBx }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
5706                         "direction": "sink",
5707                         "presence": "always"
5708                     },
5709                     "src": {
5710                         "caps": "video/x-raw:\n         format: { BGRx, RGBx }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
5711                         "direction": "src",
5712                         "presence": "always"
5713                     }
5714                 },
5715                 "properties": {
5716                     "mode": {
5717                         "blurb": "Mode",
5718                         "conditionally-available": false,
5719                         "construct": false,
5720                         "construct-only": false,
5721                         "controllable": false,
5722                         "default": "maelstrom (0)",
5723                         "mutable": "null",
5724                         "readable": true,
5725                         "type": "GstOpTVMode",
5726                         "writable": true
5727                     },
5728                     "speed": {
5729                         "blurb": "Effect speed",
5730                         "conditionally-available": false,
5731                         "construct": false,
5732                         "construct-only": false,
5733                         "controllable": true,
5734                         "default": "16",
5735                         "max": "2147483647",
5736                         "min": "-2147483648",
5737                         "mutable": "null",
5738                         "readable": true,
5739                         "type": "gint",
5740                         "writable": true
5741                     },
5742                     "threshold": {
5743                         "blurb": "Luma threshold",
5744                         "conditionally-available": false,
5745                         "construct": false,
5746                         "construct-only": false,
5747                         "controllable": true,
5748                         "default": "60",
5749                         "max": "2147483647",
5750                         "min": "0",
5751                         "mutable": "null",
5752                         "readable": true,
5753                         "type": "guint",
5754                         "writable": true
5755                     }
5756                 },
5757                 "rank": "none"
5758             },
5759             "quarktv": {
5760                 "author": "FUKUCHI, Kentarou <fukuchi@users.sourceforge.net>",
5761                 "description": "Motion dissolver",
5762                 "hierarchy": [
5763                     "GstQuarkTV",
5764                     "GstVideoFilter",
5765                     "GstBaseTransform",
5766                     "GstElement",
5767                     "GstObject",
5768                     "GInitiallyUnowned",
5769                     "GObject"
5770                 ],
5771                 "klass": "Filter/Effect/Video",
5772                 "long-name": "QuarkTV effect",
5773                 "pad-templates": {
5774                     "sink": {
5775                         "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",
5776                         "direction": "sink",
5777                         "presence": "always"
5778                     },
5779                     "src": {
5780                         "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",
5781                         "direction": "src",
5782                         "presence": "always"
5783                     }
5784                 },
5785                 "properties": {
5786                     "planes": {
5787                         "blurb": "Number of planes",
5788                         "conditionally-available": false,
5789                         "construct": false,
5790                         "construct-only": false,
5791                         "controllable": true,
5792                         "default": "16",
5793                         "max": "64",
5794                         "min": "1",
5795                         "mutable": "null",
5796                         "readable": true,
5797                         "type": "gint",
5798                         "writable": true
5799                     }
5800                 },
5801                 "rank": "none"
5802             },
5803             "radioactv": {
5804                 "author": "FUKUCHI, Kentarou <fukuchi@users.sourceforge.net>, Sebastian Dröge <sebastian.droege@collabora.co.uk>",
5805                 "description": "motion-enlightment effect",
5806                 "hierarchy": [
5807                     "GstRadioacTV",
5808                     "GstVideoFilter",
5809                     "GstBaseTransform",
5810                     "GstElement",
5811                     "GstObject",
5812                     "GInitiallyUnowned",
5813                     "GObject"
5814                 ],
5815                 "klass": "Filter/Effect/Video",
5816                 "long-name": "RadioacTV effect",
5817                 "pad-templates": {
5818                     "sink": {
5819                         "caps": "video/x-raw:\n         format: { RGBx, BGRx }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
5820                         "direction": "sink",
5821                         "presence": "always"
5822                     },
5823                     "src": {
5824                         "caps": "video/x-raw:\n         format: { RGBx, BGRx }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
5825                         "direction": "src",
5826                         "presence": "always"
5827                     }
5828                 },
5829                 "properties": {
5830                     "color": {
5831                         "blurb": "Color",
5832                         "conditionally-available": false,
5833                         "construct": false,
5834                         "construct-only": false,
5835                         "controllable": true,
5836                         "default": "white (3)",
5837                         "mutable": "null",
5838                         "readable": true,
5839                         "type": "GstRadioacTVColor",
5840                         "writable": true
5841                     },
5842                     "interval": {
5843                         "blurb": "Snapshot interval (in strobe mode)",
5844                         "conditionally-available": false,
5845                         "construct": false,
5846                         "construct-only": false,
5847                         "controllable": true,
5848                         "default": "3",
5849                         "max": "2147483647",
5850                         "min": "0",
5851                         "mutable": "null",
5852                         "readable": true,
5853                         "type": "guint",
5854                         "writable": true
5855                     },
5856                     "mode": {
5857                         "blurb": "Mode",
5858                         "conditionally-available": false,
5859                         "construct": false,
5860                         "construct-only": false,
5861                         "controllable": false,
5862                         "default": "normal (0)",
5863                         "mutable": "null",
5864                         "readable": true,
5865                         "type": "GstRadioacTVMode",
5866                         "writable": true
5867                     },
5868                     "trigger": {
5869                         "blurb": "Trigger (in trigger mode)",
5870                         "conditionally-available": false,
5871                         "construct": false,
5872                         "construct-only": false,
5873                         "controllable": true,
5874                         "default": "false",
5875                         "mutable": "null",
5876                         "readable": true,
5877                         "type": "gboolean",
5878                         "writable": true
5879                     }
5880                 },
5881                 "rank": "none"
5882             },
5883             "revtv": {
5884                 "author": "Wim Taymans <wim.taymans@gmail.be>",
5885                 "description": "A video waveform monitor for each line of video processed",
5886                 "hierarchy": [
5887                     "GstRevTV",
5888                     "GstVideoFilter",
5889                     "GstBaseTransform",
5890                     "GstElement",
5891                     "GstObject",
5892                     "GInitiallyUnowned",
5893                     "GObject"
5894                 ],
5895                 "klass": "Filter/Effect/Video",
5896                 "long-name": "RevTV effect",
5897                 "pad-templates": {
5898                     "sink": {
5899                         "caps": "video/x-raw:\n         format: { BGRx, RGBx }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
5900                         "direction": "sink",
5901                         "presence": "always"
5902                     },
5903                     "src": {
5904                         "caps": "video/x-raw:\n         format: { BGRx, RGBx }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
5905                         "direction": "src",
5906                         "presence": "always"
5907                     }
5908                 },
5909                 "properties": {
5910                     "delay": {
5911                         "blurb": "Delay in frames between updates",
5912                         "conditionally-available": false,
5913                         "construct": false,
5914                         "construct-only": false,
5915                         "controllable": true,
5916                         "default": "1",
5917                         "max": "100",
5918                         "min": "1",
5919                         "mutable": "null",
5920                         "readable": true,
5921                         "type": "gint",
5922                         "writable": true
5923                     },
5924                     "gain": {
5925                         "blurb": "Control gain",
5926                         "conditionally-available": false,
5927                         "construct": false,
5928                         "construct-only": false,
5929                         "controllable": true,
5930                         "default": "50",
5931                         "max": "200",
5932                         "min": "1",
5933                         "mutable": "null",
5934                         "readable": true,
5935                         "type": "gint",
5936                         "writable": true
5937                     },
5938                     "linespace": {
5939                         "blurb": "Control line spacing",
5940                         "conditionally-available": false,
5941                         "construct": false,
5942                         "construct-only": false,
5943                         "controllable": true,
5944                         "default": "6",
5945                         "max": "100",
5946                         "min": "1",
5947                         "mutable": "null",
5948                         "readable": true,
5949                         "type": "gint",
5950                         "writable": true
5951                     }
5952                 },
5953                 "rank": "none"
5954             },
5955             "rippletv": {
5956                 "author": "FUKUCHI, Kentarou <fukuchi@users.sourceforge.net>, Sebastian Dröge <sebastian.droege@collabora.co.uk>",
5957                 "description": "RippleTV does ripple mark effect on the video input",
5958                 "hierarchy": [
5959                     "GstRippleTV",
5960                     "GstVideoFilter",
5961                     "GstBaseTransform",
5962                     "GstElement",
5963                     "GstObject",
5964                     "GInitiallyUnowned",
5965                     "GObject"
5966                 ],
5967                 "klass": "Filter/Effect/Video",
5968                 "long-name": "RippleTV effect",
5969                 "pad-templates": {
5970                     "sink": {
5971                         "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",
5972                         "direction": "sink",
5973                         "presence": "always"
5974                     },
5975                     "src": {
5976                         "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",
5977                         "direction": "src",
5978                         "presence": "always"
5979                     }
5980                 },
5981                 "properties": {
5982                     "mode": {
5983                         "blurb": "Mode",
5984                         "conditionally-available": false,
5985                         "construct": false,
5986                         "construct-only": false,
5987                         "controllable": true,
5988                         "default": "motion-detection (0)",
5989                         "mutable": "null",
5990                         "readable": true,
5991                         "type": "GstRippleTVMode",
5992                         "writable": true
5993                     },
5994                     "reset": {
5995                         "blurb": "Reset all current ripples",
5996                         "conditionally-available": false,
5997                         "construct": false,
5998                         "construct-only": false,
5999                         "controllable": true,
6000                         "default": "false",
6001                         "mutable": "null",
6002                         "readable": false,
6003                         "type": "gboolean",
6004                         "writable": true
6005                     }
6006                 },
6007                 "rank": "none"
6008             },
6009             "shagadelictv": {
6010                 "author": "Wim Taymans <wim.taymans@chello.be>",
6011                 "description": "Oh behave, ShagedelicTV makes images shagadelic!",
6012                 "hierarchy": [
6013                     "GstShagadelicTV",
6014                     "GstVideoFilter",
6015                     "GstBaseTransform",
6016                     "GstElement",
6017                     "GstObject",
6018                     "GInitiallyUnowned",
6019                     "GObject"
6020                 ],
6021                 "klass": "Filter/Effect/Video",
6022                 "long-name": "ShagadelicTV",
6023                 "pad-templates": {
6024                     "sink": {
6025                         "caps": "video/x-raw:\n         format: BGRx\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
6026                         "direction": "sink",
6027                         "presence": "always"
6028                     },
6029                     "src": {
6030                         "caps": "video/x-raw:\n         format: BGRx\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
6031                         "direction": "src",
6032                         "presence": "always"
6033                     }
6034                 },
6035                 "properties": {},
6036                 "rank": "none"
6037             },
6038             "streaktv": {
6039                 "author": "FUKUCHI, Kentarou <fukuchi@users.sourceforge.net>, Sebastian Dröge <sebastian.droege@collabora.co.uk>",
6040                 "description": "StreakTV makes after images of moving objects",
6041                 "hierarchy": [
6042                     "GstStreakTV",
6043                     "GstVideoFilter",
6044                     "GstBaseTransform",
6045                     "GstElement",
6046                     "GstObject",
6047                     "GInitiallyUnowned",
6048                     "GObject"
6049                 ],
6050                 "klass": "Filter/Effect/Video",
6051                 "long-name": "StreakTV effect",
6052                 "pad-templates": {
6053                     "sink": {
6054                         "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",
6055                         "direction": "sink",
6056                         "presence": "always"
6057                     },
6058                     "src": {
6059                         "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",
6060                         "direction": "src",
6061                         "presence": "always"
6062                     }
6063                 },
6064                 "properties": {
6065                     "feedback": {
6066                         "blurb": "Feedback",
6067                         "conditionally-available": false,
6068                         "construct": false,
6069                         "construct-only": false,
6070                         "controllable": false,
6071                         "default": "false",
6072                         "mutable": "null",
6073                         "readable": true,
6074                         "type": "gboolean",
6075                         "writable": true
6076                     }
6077                 },
6078                 "rank": "none"
6079             },
6080             "vertigotv": {
6081                 "author": "Wim Taymans <wim.taymans@gmail.be>",
6082                 "description": "A loopback alpha blending effector with rotating and scaling",
6083                 "hierarchy": [
6084                     "GstVertigoTV",
6085                     "GstVideoFilter",
6086                     "GstBaseTransform",
6087                     "GstElement",
6088                     "GstObject",
6089                     "GInitiallyUnowned",
6090                     "GObject"
6091                 ],
6092                 "klass": "Filter/Effect/Video",
6093                 "long-name": "VertigoTV effect",
6094                 "pad-templates": {
6095                     "sink": {
6096                         "caps": "video/x-raw:\n         format: { RGBx, BGRx }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
6097                         "direction": "sink",
6098                         "presence": "always"
6099                     },
6100                     "src": {
6101                         "caps": "video/x-raw:\n         format: { RGBx, BGRx }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
6102                         "direction": "src",
6103                         "presence": "always"
6104                     }
6105                 },
6106                 "properties": {
6107                     "speed": {
6108                         "blurb": "Control the speed of movement",
6109                         "conditionally-available": false,
6110                         "construct": false,
6111                         "construct-only": false,
6112                         "controllable": false,
6113                         "default": "0.02",
6114                         "max": "100",
6115                         "min": "0.01",
6116                         "mutable": "null",
6117                         "readable": true,
6118                         "type": "gfloat",
6119                         "writable": true
6120                     },
6121                     "zoom-speed": {
6122                         "blurb": "Control the rate of zooming",
6123                         "conditionally-available": false,
6124                         "construct": false,
6125                         "construct-only": false,
6126                         "controllable": false,
6127                         "default": "1.01",
6128                         "max": "1.1",
6129                         "min": "1.01",
6130                         "mutable": "null",
6131                         "readable": true,
6132                         "type": "gfloat",
6133                         "writable": true
6134                     }
6135                 },
6136                 "rank": "none"
6137             },
6138             "warptv": {
6139                 "author": "Sam Lantinga <slouken@devolution.com>",
6140                 "description": "WarpTV does realtime goo'ing of the video input",
6141                 "hierarchy": [
6142                     "GstWarpTV",
6143                     "GstVideoFilter",
6144                     "GstBaseTransform",
6145                     "GstElement",
6146                     "GstObject",
6147                     "GInitiallyUnowned",
6148                     "GObject"
6149                 ],
6150                 "klass": "Filter/Effect/Video",
6151                 "long-name": "WarpTV effect",
6152                 "pad-templates": {
6153                     "sink": {
6154                         "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",
6155                         "direction": "sink",
6156                         "presence": "always"
6157                     },
6158                     "src": {
6159                         "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",
6160                         "direction": "src",
6161                         "presence": "always"
6162                     }
6163                 },
6164                 "properties": {},
6165                 "rank": "none"
6166             }
6167         },
6168         "filename": "gsteffectv",
6169         "license": "LGPL",
6170         "other-types": {
6171             "GstOpTVMode": {
6172                 "kind": "enum",
6173                 "values": [
6174                     {
6175                         "desc": "Maelstrom",
6176                         "name": "maelstrom",
6177                         "value": "0"
6178                     },
6179                     {
6180                         "desc": "Radiation",
6181                         "name": "radiation",
6182                         "value": "1"
6183                     },
6184                     {
6185                         "desc": "Horizontal Stripes",
6186                         "name": "horizontal-stripes",
6187                         "value": "2"
6188                     },
6189                     {
6190                         "desc": "Vertical Stripes",
6191                         "name": "vertical-stripes",
6192                         "value": "3"
6193                     }
6194                 ]
6195             },
6196             "GstRadioacTVColor": {
6197                 "kind": "enum",
6198                 "values": [
6199                     {
6200                         "desc": "Red",
6201                         "name": "red",
6202                         "value": "0"
6203                     },
6204                     {
6205                         "desc": "Green",
6206                         "name": "green",
6207                         "value": "1"
6208                     },
6209                     {
6210                         "desc": "Blue",
6211                         "name": "blue",
6212                         "value": "2"
6213                     },
6214                     {
6215                         "desc": "White",
6216                         "name": "white",
6217                         "value": "3"
6218                     }
6219                 ]
6220             },
6221             "GstRadioacTVMode": {
6222                 "kind": "enum",
6223                 "values": [
6224                     {
6225                         "desc": "Normal",
6226                         "name": "normal",
6227                         "value": "0"
6228                     },
6229                     {
6230                         "desc": "Strobe 1",
6231                         "name": "strobe1",
6232                         "value": "1"
6233                     },
6234                     {
6235                         "desc": "Strobe 2",
6236                         "name": "strobe2",
6237                         "value": "2"
6238                     },
6239                     {
6240                         "desc": "Trigger",
6241                         "name": "trigger",
6242                         "value": "3"
6243                     }
6244                 ]
6245             },
6246             "GstRippleTVMode": {
6247                 "kind": "enum",
6248                 "values": [
6249                     {
6250                         "desc": "Motion Detection",
6251                         "name": "motion-detection",
6252                         "value": "0"
6253                     },
6254                     {
6255                         "desc": "Rain",
6256                         "name": "rain",
6257                         "value": "1"
6258                     }
6259                 ]
6260             }
6261         },
6262         "package": "GStreamer Good Plug-ins",
6263         "source": "gst-plugins-good",
6264         "tracers": {},
6265         "url": "Unknown package origin"
6266     },
6267     "equalizer": {
6268         "description": "GStreamer audio equalizers",
6269         "elements": {
6270             "equalizer-10bands": {
6271                 "author": "Stefan Kost <ensonic@users.sf.net>",
6272                 "description": "Direct Form 10 band IIR equalizer",
6273                 "hierarchy": [
6274                     "GstIirEqualizer10Bands",
6275                     "GstIirEqualizer",
6276                     "GstAudioFilter",
6277                     "GstBaseTransform",
6278                     "GstElement",
6279                     "GstObject",
6280                     "GInitiallyUnowned",
6281                     "GObject"
6282                 ],
6283                 "interfaces": [
6284                     "GstChildProxy",
6285                     "GstPreset"
6286                 ],
6287                 "klass": "Filter/Effect/Audio",
6288                 "long-name": "10 Band Equalizer",
6289                 "pad-templates": {
6290                     "sink": {
6291                         "caps": "audio/x-raw:\n         format: { S16LE, F32LE, F64LE }\n           rate: [ 1000, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
6292                         "direction": "sink",
6293                         "presence": "always"
6294                     },
6295                     "src": {
6296                         "caps": "audio/x-raw:\n         format: { S16LE, F32LE, F64LE }\n           rate: [ 1000, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
6297                         "direction": "src",
6298                         "presence": "always"
6299                     }
6300                 },
6301                 "properties": {
6302                     "band0": {
6303                         "blurb": "gain for the frequency band 29 Hz, ranging from -24 dB to +12 dB",
6304                         "conditionally-available": false,
6305                         "construct": false,
6306                         "construct-only": false,
6307                         "controllable": true,
6308                         "default": "0",
6309                         "max": "12",
6310                         "min": "-24",
6311                         "mutable": "null",
6312                         "readable": true,
6313                         "type": "gdouble",
6314                         "writable": true
6315                     },
6316                     "band1": {
6317                         "blurb": "gain for the frequency band 59 Hz, ranging from -24 dB to +12 dB",
6318                         "conditionally-available": false,
6319                         "construct": false,
6320                         "construct-only": false,
6321                         "controllable": true,
6322                         "default": "0",
6323                         "max": "12",
6324                         "min": "-24",
6325                         "mutable": "null",
6326                         "readable": true,
6327                         "type": "gdouble",
6328                         "writable": true
6329                     },
6330                     "band2": {
6331                         "blurb": "gain for the frequency band 119 Hz, ranging from -24 dB to +12 dB",
6332                         "conditionally-available": false,
6333                         "construct": false,
6334                         "construct-only": false,
6335                         "controllable": true,
6336                         "default": "0",
6337                         "max": "12",
6338                         "min": "-24",
6339                         "mutable": "null",
6340                         "readable": true,
6341                         "type": "gdouble",
6342                         "writable": true
6343                     },
6344                     "band3": {
6345                         "blurb": "gain for the frequency band 237 Hz, ranging from -24 dB to +12 dB",
6346                         "conditionally-available": false,
6347                         "construct": false,
6348                         "construct-only": false,
6349                         "controllable": true,
6350                         "default": "0",
6351                         "max": "12",
6352                         "min": "-24",
6353                         "mutable": "null",
6354                         "readable": true,
6355                         "type": "gdouble",
6356                         "writable": true
6357                     },
6358                     "band4": {
6359                         "blurb": "gain for the frequency band 474 Hz, ranging from -24 dB to +12 dB",
6360                         "conditionally-available": false,
6361                         "construct": false,
6362                         "construct-only": false,
6363                         "controllable": true,
6364                         "default": "0",
6365                         "max": "12",
6366                         "min": "-24",
6367                         "mutable": "null",
6368                         "readable": true,
6369                         "type": "gdouble",
6370                         "writable": true
6371                     },
6372                     "band5": {
6373                         "blurb": "gain for the frequency band 947 Hz, ranging from -24 dB to +12 dB",
6374                         "conditionally-available": false,
6375                         "construct": false,
6376                         "construct-only": false,
6377                         "controllable": true,
6378                         "default": "0",
6379                         "max": "12",
6380                         "min": "-24",
6381                         "mutable": "null",
6382                         "readable": true,
6383                         "type": "gdouble",
6384                         "writable": true
6385                     },
6386                     "band6": {
6387                         "blurb": "gain for the frequency band 1889 Hz, ranging from -24 dB to +12 dB",
6388                         "conditionally-available": false,
6389                         "construct": false,
6390                         "construct-only": false,
6391                         "controllable": true,
6392                         "default": "0",
6393                         "max": "12",
6394                         "min": "-24",
6395                         "mutable": "null",
6396                         "readable": true,
6397                         "type": "gdouble",
6398                         "writable": true
6399                     },
6400                     "band7": {
6401                         "blurb": "gain for the frequency band 3770 Hz, ranging from -24 dB to +12 dB",
6402                         "conditionally-available": false,
6403                         "construct": false,
6404                         "construct-only": false,
6405                         "controllable": true,
6406                         "default": "0",
6407                         "max": "12",
6408                         "min": "-24",
6409                         "mutable": "null",
6410                         "readable": true,
6411                         "type": "gdouble",
6412                         "writable": true
6413                     },
6414                     "band8": {
6415                         "blurb": "gain for the frequency band 7523 Hz, ranging from -24 dB to +12 dB",
6416                         "conditionally-available": false,
6417                         "construct": false,
6418                         "construct-only": false,
6419                         "controllable": true,
6420                         "default": "0",
6421                         "max": "12",
6422                         "min": "-24",
6423                         "mutable": "null",
6424                         "readable": true,
6425                         "type": "gdouble",
6426                         "writable": true
6427                     },
6428                     "band9": {
6429                         "blurb": "gain for the frequency band 15011 Hz, ranging from -24 dB to +12 dB",
6430                         "conditionally-available": false,
6431                         "construct": false,
6432                         "construct-only": false,
6433                         "controllable": true,
6434                         "default": "0",
6435                         "max": "12",
6436                         "min": "-24",
6437                         "mutable": "null",
6438                         "readable": true,
6439                         "type": "gdouble",
6440                         "writable": true
6441                     }
6442                 },
6443                 "rank": "none"
6444             },
6445             "equalizer-3bands": {
6446                 "author": "Stefan Kost <ensonic@users.sf.net>",
6447                 "description": "Direct Form 3 band IIR equalizer",
6448                 "hierarchy": [
6449                     "GstIirEqualizer3Bands",
6450                     "GstIirEqualizer",
6451                     "GstAudioFilter",
6452                     "GstBaseTransform",
6453                     "GstElement",
6454                     "GstObject",
6455                     "GInitiallyUnowned",
6456                     "GObject"
6457                 ],
6458                 "interfaces": [
6459                     "GstChildProxy",
6460                     "GstPreset"
6461                 ],
6462                 "klass": "Filter/Effect/Audio",
6463                 "long-name": "3 Band Equalizer",
6464                 "pad-templates": {
6465                     "sink": {
6466                         "caps": "audio/x-raw:\n         format: { S16LE, F32LE, F64LE }\n           rate: [ 1000, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
6467                         "direction": "sink",
6468                         "presence": "always"
6469                     },
6470                     "src": {
6471                         "caps": "audio/x-raw:\n         format: { S16LE, F32LE, F64LE }\n           rate: [ 1000, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
6472                         "direction": "src",
6473                         "presence": "always"
6474                     }
6475                 },
6476                 "properties": {
6477                     "band0": {
6478                         "blurb": "gain for the frequency band 100 Hz, ranging from -24.0 to +12.0",
6479                         "conditionally-available": false,
6480                         "construct": false,
6481                         "construct-only": false,
6482                         "controllable": true,
6483                         "default": "0",
6484                         "max": "12",
6485                         "min": "-24",
6486                         "mutable": "null",
6487                         "readable": true,
6488                         "type": "gdouble",
6489                         "writable": true
6490                     },
6491                     "band1": {
6492                         "blurb": "gain for the frequency band 1100 Hz, ranging from -24.0 to +12.0",
6493                         "conditionally-available": false,
6494                         "construct": false,
6495                         "construct-only": false,
6496                         "controllable": true,
6497                         "default": "0",
6498                         "max": "12",
6499                         "min": "-24",
6500                         "mutable": "null",
6501                         "readable": true,
6502                         "type": "gdouble",
6503                         "writable": true
6504                     },
6505                     "band2": {
6506                         "blurb": "gain for the frequency band 11 kHz, ranging from -24.0 to +12.0",
6507                         "conditionally-available": false,
6508                         "construct": false,
6509                         "construct-only": false,
6510                         "controllable": true,
6511                         "default": "0",
6512                         "max": "12",
6513                         "min": "-24",
6514                         "mutable": "null",
6515                         "readable": true,
6516                         "type": "gdouble",
6517                         "writable": true
6518                     }
6519                 },
6520                 "rank": "none"
6521             },
6522             "equalizer-nbands": {
6523                 "author": "Benjamin Otte <otte@gnome.org>, Stefan Kost <ensonic@users.sf.net>",
6524                 "description": "Direct Form IIR equalizer",
6525                 "hierarchy": [
6526                     "GstIirEqualizerNBands",
6527                     "GstIirEqualizer",
6528                     "GstAudioFilter",
6529                     "GstBaseTransform",
6530                     "GstElement",
6531                     "GstObject",
6532                     "GInitiallyUnowned",
6533                     "GObject"
6534                 ],
6535                 "interfaces": [
6536                     "GstChildProxy",
6537                     "GstPreset"
6538                 ],
6539                 "klass": "Filter/Effect/Audio",
6540                 "long-name": "N Band Equalizer",
6541                 "pad-templates": {
6542                     "sink": {
6543                         "caps": "audio/x-raw:\n         format: { S16LE, F32LE, F64LE }\n           rate: [ 1000, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
6544                         "direction": "sink",
6545                         "presence": "always"
6546                     },
6547                     "src": {
6548                         "caps": "audio/x-raw:\n         format: { S16LE, F32LE, F64LE }\n           rate: [ 1000, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
6549                         "direction": "src",
6550                         "presence": "always"
6551                     }
6552                 },
6553                 "properties": {
6554                     "num-bands": {
6555                         "blurb": "number of different bands to use",
6556                         "conditionally-available": false,
6557                         "construct": true,
6558                         "construct-only": false,
6559                         "controllable": false,
6560                         "default": "10",
6561                         "max": "64",
6562                         "min": "1",
6563                         "mutable": "null",
6564                         "readable": true,
6565                         "type": "guint",
6566                         "writable": true
6567                     }
6568                 },
6569                 "rank": "none"
6570             }
6571         },
6572         "filename": "gstequalizer",
6573         "license": "LGPL",
6574         "other-types": {
6575             "GstIirEqualizer": {
6576                 "hierarchy": [
6577                     "GstIirEqualizer",
6578                     "GstAudioFilter",
6579                     "GstBaseTransform",
6580                     "GstElement",
6581                     "GstObject",
6582                     "GInitiallyUnowned",
6583                     "GObject"
6584                 ],
6585                 "interfaces": [
6586                     "GstChildProxy",
6587                     "GstPreset"
6588                 ],
6589                 "kind": "object"
6590             }
6591         },
6592         "package": "GStreamer Good Plug-ins",
6593         "source": "gst-plugins-good",
6594         "tracers": {},
6595         "url": "Unknown package origin"
6596     },
6597     "flac": {
6598         "description": "The FLAC Lossless compressor Codec",
6599         "elements": {
6600             "flacdec": {
6601                 "author": "Tim-Philipp Müller <tim@centricular.net>, Wim Taymans <wim.taymans@gmail.com>",
6602                 "description": "Decodes FLAC lossless audio streams",
6603                 "hierarchy": [
6604                     "GstFlacDec",
6605                     "GstAudioDecoder",
6606                     "GstElement",
6607                     "GstObject",
6608                     "GInitiallyUnowned",
6609                     "GObject"
6610                 ],
6611                 "klass": "Codec/Decoder/Audio",
6612                 "long-name": "FLAC audio decoder",
6613                 "pad-templates": {
6614                     "sink": {
6615                         "caps": "audio/x-flac:\n         framed: true\n           rate: [ 1, 655350 ]\n       channels: [ 1, 8 ]\n",
6616                         "direction": "sink",
6617                         "presence": "always"
6618                     },
6619                     "src": {
6620                         "caps": "audio/x-raw:\n         format: { S8, S16LE, S24_32LE, S32LE }\n         layout: interleaved\n           rate: [ 1, 655350 ]\n       channels: [ 1, 8 ]\n",
6621                         "direction": "src",
6622                         "presence": "always"
6623                     }
6624                 },
6625                 "properties": {},
6626                 "rank": "primary"
6627             },
6628             "flacenc": {
6629                 "author": "Wim Taymans <wim.taymans@chello.be>",
6630                 "description": "Encodes audio with the FLAC lossless audio encoder",
6631                 "hierarchy": [
6632                     "GstFlacEnc",
6633                     "GstAudioEncoder",
6634                     "GstElement",
6635                     "GstObject",
6636                     "GInitiallyUnowned",
6637                     "GObject"
6638                 ],
6639                 "interfaces": [
6640                     "GstPreset",
6641                     "GstTagSetter",
6642                     "GstTocSetter"
6643                 ],
6644                 "klass": "Codec/Encoder/Audio",
6645                 "long-name": "FLAC audio encoder",
6646                 "pad-templates": {
6647                     "sink": {
6648                         "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",
6649                         "direction": "sink",
6650                         "presence": "always"
6651                     },
6652                     "src": {
6653                         "caps": "audio/x-flac:\n",
6654                         "direction": "src",
6655                         "presence": "always"
6656                     }
6657                 },
6658                 "properties": {
6659                     "blocksize": {
6660                         "blurb": "Blocksize in samples",
6661                         "conditionally-available": false,
6662                         "construct": true,
6663                         "construct-only": false,
6664                         "controllable": false,
6665                         "default": "4608",
6666                         "max": "65535",
6667                         "min": "16",
6668                         "mutable": "null",
6669                         "readable": true,
6670                         "type": "guint",
6671                         "writable": true
6672                     },
6673                     "escape-coding": {
6674                         "blurb": "search for escape codes in the entropy coding stage for slightly better compression",
6675                         "conditionally-available": false,
6676                         "construct": true,
6677                         "construct-only": false,
6678                         "controllable": false,
6679                         "default": "false",
6680                         "mutable": "null",
6681                         "readable": true,
6682                         "type": "gboolean",
6683                         "writable": true
6684                     },
6685                     "exhaustive-model-search": {
6686                         "blurb": "do exhaustive search of LP coefficient quantization (expensive!)",
6687                         "conditionally-available": false,
6688                         "construct": true,
6689                         "construct-only": false,
6690                         "controllable": false,
6691                         "default": "false",
6692                         "mutable": "null",
6693                         "readable": true,
6694                         "type": "gboolean",
6695                         "writable": true
6696                     },
6697                     "loose-mid-side-stereo": {
6698                         "blurb": "Loose mid side stereo",
6699                         "conditionally-available": false,
6700                         "construct": true,
6701                         "construct-only": false,
6702                         "controllable": false,
6703                         "default": "false",
6704                         "mutable": "null",
6705                         "readable": true,
6706                         "type": "gboolean",
6707                         "writable": true
6708                     },
6709                     "max-lpc-order": {
6710                         "blurb": "Max LPC order; 0 => use only fixed predictors",
6711                         "conditionally-available": false,
6712                         "construct": true,
6713                         "construct-only": false,
6714                         "controllable": false,
6715                         "default": "8",
6716                         "max": "32",
6717                         "min": "0",
6718                         "mutable": "null",
6719                         "readable": true,
6720                         "type": "guint",
6721                         "writable": true
6722                     },
6723                     "max-residual-partition-order": {
6724                         "blurb": "Max residual partition order (above 4 doesn't usually help much)",
6725                         "conditionally-available": false,
6726                         "construct": true,
6727                         "construct-only": false,
6728                         "controllable": false,
6729                         "default": "3",
6730                         "max": "16",
6731                         "min": "0",
6732                         "mutable": "null",
6733                         "readable": true,
6734                         "type": "guint",
6735                         "writable": true
6736                     },
6737                     "mid-side-stereo": {
6738                         "blurb": "Do mid side stereo (only for stereo input)",
6739                         "conditionally-available": false,
6740                         "construct": true,
6741                         "construct-only": false,
6742                         "controllable": false,
6743                         "default": "true",
6744                         "mutable": "null",
6745                         "readable": true,
6746                         "type": "gboolean",
6747                         "writable": true
6748                     },
6749                     "min-residual-partition-order": {
6750                         "blurb": "Min residual partition order (above 4 doesn't usually help much)",
6751                         "conditionally-available": false,
6752                         "construct": true,
6753                         "construct-only": false,
6754                         "controllable": false,
6755                         "default": "3",
6756                         "max": "16",
6757                         "min": "0",
6758                         "mutable": "null",
6759                         "readable": true,
6760                         "type": "guint",
6761                         "writable": true
6762                     },
6763                     "padding": {
6764                         "blurb": "Write a PADDING block with this length in bytes",
6765                         "conditionally-available": false,
6766                         "construct": true,
6767                         "construct-only": false,
6768                         "controllable": false,
6769                         "default": "0",
6770                         "max": "-1",
6771                         "min": "0",
6772                         "mutable": "null",
6773                         "readable": true,
6774                         "type": "guint",
6775                         "writable": true
6776                     },
6777                     "qlp-coeff-prec-search": {
6778                         "blurb": "false = use qlp_coeff_precision, true = search around qlp_coeff_precision, take best",
6779                         "conditionally-available": false,
6780                         "construct": true,
6781                         "construct-only": false,
6782                         "controllable": false,
6783                         "default": "false",
6784                         "mutable": "null",
6785                         "readable": true,
6786                         "type": "gboolean",
6787                         "writable": true
6788                     },
6789                     "qlp-coeff-precision": {
6790                         "blurb": "Precision in bits of quantized linear-predictor coefficients; 0 = automatic",
6791                         "conditionally-available": false,
6792                         "construct": true,
6793                         "construct-only": false,
6794                         "controllable": false,
6795                         "default": "0",
6796                         "max": "32",
6797                         "min": "0",
6798                         "mutable": "null",
6799                         "readable": true,
6800                         "type": "guint",
6801                         "writable": true
6802                     },
6803                     "quality": {
6804                         "blurb": "Speed versus compression tradeoff",
6805                         "conditionally-available": false,
6806                         "construct": true,
6807                         "construct-only": false,
6808                         "controllable": false,
6809                         "default": "5 (5)",
6810                         "mutable": "null",
6811                         "readable": true,
6812                         "type": "GstFlacEncQuality",
6813                         "writable": true
6814                     },
6815                     "rice-parameter-search-dist": {
6816                         "blurb": "0 = try only calc'd parameter k; else try all [k-dist..k+dist] parameters, use best",
6817                         "conditionally-available": false,
6818                         "construct": true,
6819                         "construct-only": false,
6820                         "controllable": false,
6821                         "default": "0",
6822                         "max": "15",
6823                         "min": "0",
6824                         "mutable": "null",
6825                         "readable": true,
6826                         "type": "guint",
6827                         "writable": true
6828                     },
6829                     "seekpoints": {
6830                         "blurb": "Add SEEKTABLE metadata (if > 0, number of entries, if < 0, interval in sec)",
6831                         "conditionally-available": false,
6832                         "construct": true,
6833                         "construct-only": false,
6834                         "controllable": false,
6835                         "default": "-10",
6836                         "max": "2147483647",
6837                         "min": "-2147483647",
6838                         "mutable": "null",
6839                         "readable": true,
6840                         "type": "gint",
6841                         "writable": true
6842                     },
6843                     "streamable-subset": {
6844                         "blurb": "true to limit encoder to generating a Subset stream, else false",
6845                         "conditionally-available": false,
6846                         "construct": true,
6847                         "construct-only": false,
6848                         "controllable": false,
6849                         "default": "true",
6850                         "mutable": "null",
6851                         "readable": true,
6852                         "type": "gboolean",
6853                         "writable": true
6854                     }
6855                 },
6856                 "rank": "primary"
6857             },
6858             "flactag": {
6859                 "author": "Christophe Fergeau <teuf@gnome.org>",
6860                 "description": "Rewrite tags in a FLAC file",
6861                 "hierarchy": [
6862                     "GstFlacTag",
6863                     "GstElement",
6864                     "GstObject",
6865                     "GInitiallyUnowned",
6866                     "GObject"
6867                 ],
6868                 "interfaces": [
6869                     "GstTagSetter"
6870                 ],
6871                 "klass": "Formatter/Metadata",
6872                 "long-name": "FLAC tagger",
6873                 "pad-templates": {
6874                     "sink": {
6875                         "caps": "audio/x-flac:\n",
6876                         "direction": "sink",
6877                         "presence": "always"
6878                     },
6879                     "src": {
6880                         "caps": "audio/x-flac:\n",
6881                         "direction": "src",
6882                         "presence": "always"
6883                     }
6884                 },
6885                 "rank": "primary"
6886             }
6887         },
6888         "filename": "gstflac",
6889         "license": "LGPL",
6890         "other-types": {
6891             "GstFlacEncQuality": {
6892                 "kind": "enum",
6893                 "values": [
6894                     {
6895                         "desc": "0 - Fastest compression",
6896                         "name": "0",
6897                         "value": "0"
6898                     },
6899                     {
6900                         "desc": "1",
6901                         "name": "1",
6902                         "value": "1"
6903                     },
6904                     {
6905                         "desc": "2",
6906                         "name": "2",
6907                         "value": "2"
6908                     },
6909                     {
6910                         "desc": "3",
6911                         "name": "3",
6912                         "value": "3"
6913                     },
6914                     {
6915                         "desc": "4",
6916                         "name": "4",
6917                         "value": "4"
6918                     },
6919                     {
6920                         "desc": "5 - Default",
6921                         "name": "5",
6922                         "value": "5"
6923                     },
6924                     {
6925                         "desc": "6",
6926                         "name": "6",
6927                         "value": "6"
6928                     },
6929                     {
6930                         "desc": "7",
6931                         "name": "7",
6932                         "value": "7"
6933                     },
6934                     {
6935                         "desc": "8 - Highest compression",
6936                         "name": "8",
6937                         "value": "8"
6938                     },
6939                     {
6940                         "desc": "9 - Insane",
6941                         "name": "9",
6942                         "value": "9"
6943                     }
6944                 ]
6945             }
6946         },
6947         "package": "GStreamer Good Plug-ins",
6948         "source": "gst-plugins-good",
6949         "tracers": {},
6950         "url": "Unknown package origin"
6951     },
6952     "flv": {
6953         "description": "FLV muxing and demuxing plugin",
6954         "elements": {
6955             "flvdemux": {
6956                 "author": "Julien Moutte <julien@moutte.net>",
6957                 "description": "Demux FLV feeds into digital streams",
6958                 "hierarchy": [
6959                     "GstFlvDemux",
6960                     "GstElement",
6961                     "GstObject",
6962                     "GInitiallyUnowned",
6963                     "GObject"
6964                 ],
6965                 "klass": "Codec/Demuxer",
6966                 "long-name": "FLV Demuxer",
6967                 "pad-templates": {
6968                     "audio": {
6969                         "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",
6970                         "direction": "src",
6971                         "presence": "sometimes"
6972                     },
6973                     "sink": {
6974                         "caps": "video/x-flv:\n",
6975                         "direction": "sink",
6976                         "presence": "always"
6977                     },
6978                     "video": {
6979                         "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",
6980                         "direction": "src",
6981                         "presence": "sometimes"
6982                     }
6983                 },
6984                 "rank": "primary",
6985                 "signals": {}
6986             },
6987             "flvmux": {
6988                 "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>",
6989                 "description": "Muxes video/audio streams into a FLV stream",
6990                 "hierarchy": [
6991                     "GstFlvMux",
6992                     "GstAggregator",
6993                     "GstElement",
6994                     "GstObject",
6995                     "GInitiallyUnowned",
6996                     "GObject"
6997                 ],
6998                 "interfaces": [
6999                     "GstTagSetter"
7000                 ],
7001                 "klass": "Codec/Muxer",
7002                 "long-name": "FLV muxer",
7003                 "pad-templates": {
7004                     "audio": {
7005                         "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",
7006                         "direction": "sink",
7007                         "presence": "request",
7008                         "type": "GstFlvMuxPad"
7009                     },
7010                     "src": {
7011                         "caps": "video/x-flv:\n",
7012                         "direction": "src",
7013                         "presence": "always",
7014                         "type": "GstAggregatorPad"
7015                     },
7016                     "video": {
7017                         "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",
7018                         "direction": "sink",
7019                         "presence": "request",
7020                         "type": "GstFlvMuxPad"
7021                     }
7022                 },
7023                 "properties": {
7024                     "encoder": {
7025                         "blurb": "The value of encoder in the meta packet.",
7026                         "conditionally-available": false,
7027                         "construct": false,
7028                         "construct-only": false,
7029                         "controllable": false,
7030                         "default": "GStreamer 1.21.2 FLV muxer",
7031                         "mutable": "null",
7032                         "readable": true,
7033                         "type": "gchararray",
7034                         "writable": true
7035                     },
7036                     "metadatacreator": {
7037                         "blurb": "The value of metadatacreator in the meta packet.",
7038                         "conditionally-available": false,
7039                         "construct": false,
7040                         "construct-only": false,
7041                         "controllable": false,
7042                         "default": "GStreamer 1.21.2 FLV muxer",
7043                         "mutable": "null",
7044                         "readable": true,
7045                         "type": "gchararray",
7046                         "writable": true
7047                     },
7048                     "skip-backwards-streams": {
7049                         "blurb": "If set to true, streams that go backwards related to the other stream will have buffers dropped until they reach the correct timestamp",
7050                         "conditionally-available": false,
7051                         "construct": false,
7052                         "construct-only": false,
7053                         "controllable": false,
7054                         "default": "false",
7055                         "mutable": "null",
7056                         "readable": true,
7057                         "type": "gboolean",
7058                         "writable": true
7059                     },
7060                     "streamable": {
7061                         "blurb": "If set to true, the output should be as if it is to be streamed and hence no indexes written or duration written.",
7062                         "conditionally-available": false,
7063                         "construct": false,
7064                         "construct-only": false,
7065                         "controllable": false,
7066                         "default": "false",
7067                         "mutable": "null",
7068                         "readable": true,
7069                         "type": "gboolean",
7070                         "writable": true
7071                     }
7072                 },
7073                 "rank": "primary"
7074             }
7075         },
7076         "filename": "gstflv",
7077         "license": "LGPL",
7078         "other-types": {
7079             "GstFlvMuxPad": {
7080                 "hierarchy": [
7081                     "GstFlvMuxPad",
7082                     "GstAggregatorPad",
7083                     "GstPad",
7084                     "GstObject",
7085                     "GInitiallyUnowned",
7086                     "GObject"
7087                 ],
7088                 "kind": "object",
7089                 "properties": {},
7090                 "signals": {}
7091             }
7092         },
7093         "package": "GStreamer Good Plug-ins",
7094         "source": "gst-plugins-good",
7095         "tracers": {},
7096         "url": "Unknown package origin"
7097     },
7098     "flxdec": {
7099         "description": "FLC/FLI/FLX video decoder",
7100         "elements": {
7101             "flxdec": {
7102                 "author": "Sepp Wijnands <mrrazz@garbage-coderz.net>, Zeeshan Ali <zeenix@gmail.com>",
7103                 "description": "FLC/FLI/FLX video decoder",
7104                 "hierarchy": [
7105                     "GstFlxDec",
7106                     "GstElement",
7107                     "GstObject",
7108                     "GInitiallyUnowned",
7109                     "GObject"
7110                 ],
7111                 "klass": "Codec/Decoder/Video",
7112                 "long-name": "FLX video decoder",
7113                 "pad-templates": {
7114                     "sink": {
7115                         "caps": "video/x-fli:\n",
7116                         "direction": "sink",
7117                         "presence": "always"
7118                     },
7119                     "src": {
7120                         "caps": "video/x-raw:\n         format: BGRx\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
7121                         "direction": "src",
7122                         "presence": "always"
7123                     }
7124                 },
7125                 "rank": "primary"
7126             }
7127         },
7128         "filename": "gstflxdec",
7129         "license": "LGPL",
7130         "other-types": {},
7131         "package": "GStreamer Good Plug-ins",
7132         "source": "gst-plugins-good",
7133         "tracers": {},
7134         "url": "Unknown package origin"
7135     },
7136     "gdkpixbuf": {
7137         "description": "GdkPixbuf-based image decoder, overlay and sink",
7138         "elements": {
7139             "gdkpixbufdec": {
7140                 "author": "David A. Schleef <ds@schleef.org>, Renato Filho <renato.filho@indt.org.br>",
7141                 "description": "Decodes images in a video stream using GdkPixbuf",
7142                 "hierarchy": [
7143                     "GstGdkPixbufDec",
7144                     "GstElement",
7145                     "GstObject",
7146                     "GInitiallyUnowned",
7147                     "GObject"
7148                 ],
7149                 "klass": "Codec/Decoder/Image",
7150                 "long-name": "GdkPixbuf image decoder",
7151                 "pad-templates": {
7152                     "sink": {
7153                         "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",
7154                         "direction": "sink",
7155                         "presence": "always"
7156                     },
7157                     "src": {
7158                         "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",
7159                         "direction": "src",
7160                         "presence": "always"
7161                     }
7162                 },
7163                 "rank": "secondary"
7164             },
7165             "gdkpixbufoverlay": {
7166                 "author": "Tim-Philipp Müller <tim centricular net>",
7167                 "description": "Overlay an image onto a video stream",
7168                 "hierarchy": [
7169                     "GstGdkPixbufOverlay",
7170                     "GstVideoFilter",
7171                     "GstBaseTransform",
7172                     "GstElement",
7173                     "GstObject",
7174                     "GInitiallyUnowned",
7175                     "GObject"
7176                 ],
7177                 "klass": "Filter/Effect/Video",
7178                 "long-name": "GdkPixbuf Overlay",
7179                 "pad-templates": {
7180                     "sink": {
7181                         "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, NV12_10BE_8L128, 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_8L128, NV12_64Z32, NV12_4L4, NV12_32L32, NV12_16L32S, 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",
7182                         "direction": "sink",
7183                         "presence": "always"
7184                     },
7185                     "src": {
7186                         "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, NV12_10BE_8L128, 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_8L128, NV12_64Z32, NV12_4L4, NV12_32L32, NV12_16L32S, 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",
7187                         "direction": "src",
7188                         "presence": "always"
7189                     }
7190                 },
7191                 "properties": {
7192                     "alpha": {
7193                         "blurb": "Global alpha of overlay image",
7194                         "conditionally-available": false,
7195                         "construct": false,
7196                         "construct-only": false,
7197                         "controllable": true,
7198                         "default": "1",
7199                         "max": "1",
7200                         "min": "0",
7201                         "mutable": "playing",
7202                         "readable": true,
7203                         "type": "gdouble",
7204                         "writable": true
7205                     },
7206                     "coef-x": {
7207                         "blurb": "Horizontal offset of overlay image in fractions of video image width, from top-left corner of video image (absolute positioning)",
7208                         "conditionally-available": false,
7209                         "construct": false,
7210                         "construct-only": false,
7211                         "controllable": true,
7212                         "default": "0",
7213                         "max": "1",
7214                         "min": "-1",
7215                         "mutable": "playing",
7216                         "readable": true,
7217                         "type": "gdouble",
7218                         "writable": true
7219                     },
7220                     "coef-y": {
7221                         "blurb": "Vertical offset of overlay image in fractions of video image height, from top-left corner of video image (absolute positioning)",
7222                         "conditionally-available": false,
7223                         "construct": false,
7224                         "construct-only": false,
7225                         "controllable": true,
7226                         "default": "0",
7227                         "max": "1",
7228                         "min": "-1",
7229                         "mutable": "playing",
7230                         "readable": true,
7231                         "type": "gdouble",
7232                         "writable": true
7233                     },
7234                     "location": {
7235                         "blurb": "Location of image file to overlay",
7236                         "conditionally-available": false,
7237                         "construct": false,
7238                         "construct-only": false,
7239                         "controllable": true,
7240                         "default": "NULL",
7241                         "mutable": "playing",
7242                         "readable": true,
7243                         "type": "gchararray",
7244                         "writable": true
7245                     },
7246                     "offset-x": {
7247                         "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",
7248                         "conditionally-available": false,
7249                         "construct": false,
7250                         "construct-only": false,
7251                         "controllable": true,
7252                         "default": "0",
7253                         "max": "2147483647",
7254                         "min": "-2147483648",
7255                         "mutable": "playing",
7256                         "readable": true,
7257                         "type": "gint",
7258                         "writable": true
7259                     },
7260                     "offset-y": {
7261                         "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",
7262                         "conditionally-available": false,
7263                         "construct": false,
7264                         "construct-only": false,
7265                         "controllable": true,
7266                         "default": "0",
7267                         "max": "2147483647",
7268                         "min": "-2147483648",
7269                         "mutable": "playing",
7270                         "readable": true,
7271                         "type": "gint",
7272                         "writable": true
7273                     },
7274                     "overlay-height": {
7275                         "blurb": "Height of overlay image in pixels (0 = same as overlay image)",
7276                         "conditionally-available": false,
7277                         "construct": false,
7278                         "construct-only": false,
7279                         "controllable": true,
7280                         "default": "0",
7281                         "max": "2147483647",
7282                         "min": "0",
7283                         "mutable": "playing",
7284                         "readable": true,
7285                         "type": "gint",
7286                         "writable": true
7287                     },
7288                     "overlay-width": {
7289                         "blurb": "Width of overlay image in pixels (0 = same as overlay image)",
7290                         "conditionally-available": false,
7291                         "construct": false,
7292                         "construct-only": false,
7293                         "controllable": true,
7294                         "default": "0",
7295                         "max": "2147483647",
7296                         "min": "0",
7297                         "mutable": "playing",
7298                         "readable": true,
7299                         "type": "gint",
7300                         "writable": true
7301                     },
7302                     "pixbuf": {
7303                         "blurb": "GdkPixbuf object to render",
7304                         "conditionally-available": false,
7305                         "construct": false,
7306                         "construct-only": false,
7307                         "controllable": true,
7308                         "mutable": "playing",
7309                         "readable": true,
7310                         "type": "GdkPixbuf",
7311                         "writable": true
7312                     },
7313                     "positioning-mode": {
7314                         "blurb": "Positioning mode of offset-x and offset-y properties",
7315                         "conditionally-available": false,
7316                         "construct": false,
7317                         "construct-only": false,
7318                         "controllable": false,
7319                         "default": "pixels-relative-to-edges (0)",
7320                         "mutable": "null",
7321                         "readable": true,
7322                         "type": "GstGdkPixbufPositioningMode",
7323                         "writable": true
7324                     },
7325                     "relative-x": {
7326                         "blurb": "Horizontal offset of overlay image in fractions of video image width, from top-left corner of video image (in relative positioning)",
7327                         "conditionally-available": false,
7328                         "construct": false,
7329                         "construct-only": false,
7330                         "controllable": true,
7331                         "default": "0",
7332                         "max": "1",
7333                         "min": "-1",
7334                         "mutable": "playing",
7335                         "readable": true,
7336                         "type": "gdouble",
7337                         "writable": true
7338                     },
7339                     "relative-y": {
7340                         "blurb": "Vertical offset of overlay image in fractions of video image height, from top-left corner of video image (in relative positioning)",
7341                         "conditionally-available": false,
7342                         "construct": false,
7343                         "construct-only": false,
7344                         "controllable": true,
7345                         "default": "0",
7346                         "max": "1",
7347                         "min": "-1",
7348                         "mutable": "playing",
7349                         "readable": true,
7350                         "type": "gdouble",
7351                         "writable": true
7352                     }
7353                 },
7354                 "rank": "none"
7355             },
7356             "gdkpixbufsink": {
7357                 "author": "Tim-Philipp Müller <tim centricular net>",
7358                 "description": "Output images as GdkPixbuf objects in bus messages",
7359                 "hierarchy": [
7360                     "GstGdkPixbufSink",
7361                     "GstVideoSink",
7362                     "GstBaseSink",
7363                     "GstElement",
7364                     "GstObject",
7365                     "GInitiallyUnowned",
7366                     "GObject"
7367                 ],
7368                 "klass": "Sink/Video",
7369                 "long-name": "GdkPixbuf sink",
7370                 "pad-templates": {
7371                     "sink": {
7372                         "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",
7373                         "direction": "sink",
7374                         "presence": "always"
7375                     }
7376                 },
7377                 "properties": {
7378                     "last-pixbuf": {
7379                         "blurb": "Last GdkPixbuf object rendered",
7380                         "conditionally-available": false,
7381                         "construct": false,
7382                         "construct-only": false,
7383                         "controllable": false,
7384                         "mutable": "null",
7385                         "readable": true,
7386                         "type": "GdkPixbuf",
7387                         "writable": false
7388                     },
7389                     "post-messages": {
7390                         "blurb": "Whether to post messages containing pixbufs on the bus",
7391                         "conditionally-available": false,
7392                         "construct": false,
7393                         "construct-only": false,
7394                         "controllable": false,
7395                         "default": "true",
7396                         "mutable": "null",
7397                         "readable": true,
7398                         "type": "gboolean",
7399                         "writable": true
7400                     }
7401                 },
7402                 "rank": "none"
7403             }
7404         },
7405         "filename": "gstgdkpixbuf",
7406         "license": "LGPL",
7407         "other-types": {
7408             "GstGdkPixbufPositioningMode": {
7409                 "kind": "enum",
7410                 "values": [
7411                     {
7412                         "desc": "pixels-relative-to-edges",
7413                         "name": "pixels-relative-to-edges",
7414                         "value": "0"
7415                     },
7416                     {
7417                         "desc": "pixels-absolute",
7418                         "name": "pixels-absolute",
7419                         "value": "1"
7420                     }
7421                 ]
7422             }
7423         },
7424         "package": "GStreamer Good Plug-ins",
7425         "source": "gst-plugins-good",
7426         "tracers": {},
7427         "url": "Unknown package origin"
7428     },
7429     "goom": {
7430         "description": "GOOM visualization filter",
7431         "elements": {
7432             "goom": {
7433                 "author": "Wim Taymans <wim@fluendo.com>",
7434                 "description": "Takes frames of data and outputs video frames using the GOOM filter",
7435                 "hierarchy": [
7436                     "GstGoom",
7437                     "GstAudioVisualizer",
7438                     "GstElement",
7439                     "GstObject",
7440                     "GInitiallyUnowned",
7441                     "GObject"
7442                 ],
7443                 "klass": "Visualization",
7444                 "long-name": "GOOM: what a GOOM!",
7445                 "pad-templates": {
7446                     "sink": {
7447                         "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",
7448                         "direction": "sink",
7449                         "presence": "always"
7450                     },
7451                     "src": {
7452                         "caps": "video/x-raw:\n         format: BGRx\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
7453                         "direction": "src",
7454                         "presence": "always"
7455                     }
7456                 },
7457                 "properties": {},
7458                 "rank": "none"
7459             }
7460         },
7461         "filename": "gstgoom",
7462         "license": "LGPL",
7463         "other-types": {},
7464         "package": "GStreamer Good Plug-ins",
7465         "source": "gst-plugins-good",
7466         "tracers": {},
7467         "url": "Unknown package origin"
7468     },
7469     "goom2k1": {
7470         "description": "GOOM 2k1 visualization filter",
7471         "elements": {
7472             "goom2k1": {
7473                 "author": "Wim Taymans <wim@fluendo.com>",
7474                 "description": "Takes frames of data and outputs video frames using the GOOM 2k1 filter",
7475                 "hierarchy": [
7476                     "GstGoom2k1",
7477                     "GstAudioVisualizer",
7478                     "GstElement",
7479                     "GstObject",
7480                     "GInitiallyUnowned",
7481                     "GObject"
7482                 ],
7483                 "klass": "Visualization",
7484                 "long-name": "GOOM: what a GOOM! 2k1 edition",
7485                 "pad-templates": {
7486                     "sink": {
7487                         "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",
7488                         "direction": "sink",
7489                         "presence": "always"
7490                     },
7491                     "src": {
7492                         "caps": "video/x-raw:\n         format: BGRx\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
7493                         "direction": "src",
7494                         "presence": "always"
7495                     }
7496                 },
7497                 "properties": {},
7498                 "rank": "none"
7499             }
7500         },
7501         "filename": "gstgoom2k1",
7502         "license": "LGPL",
7503         "other-types": {},
7504         "package": "GStreamer Good Plug-ins",
7505         "source": "gst-plugins-good",
7506         "tracers": {},
7507         "url": "Unknown package origin"
7508     },
7509     "gtk": {
7510         "description": "Gtk+ sink",
7511         "elements": {
7512             "gtkglsink": {
7513                 "author": "Matthew Waters <matthew@centricular.com>",
7514                 "description": "A video sink that renders to a GtkWidget using OpenGL",
7515                 "hierarchy": [
7516                     "GstGtkGLSink",
7517                     "GstGtkBaseSink",
7518                     "GstVideoSink",
7519                     "GstBaseSink",
7520                     "GstElement",
7521                     "GstObject",
7522                     "GInitiallyUnowned",
7523                     "GObject"
7524                 ],
7525                 "interfaces": [
7526                     "GstNavigation"
7527                 ],
7528                 "klass": "Sink/Video",
7529                 "long-name": "Gtk GL Video Sink",
7530                 "pad-templates": {
7531                     "sink": {
7532                         "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",
7533                         "direction": "sink",
7534                         "presence": "always"
7535                     }
7536                 },
7537                 "properties": {
7538                     "rotate-method": {
7539                         "blurb": "rotate method",
7540                         "conditionally-available": false,
7541                         "construct": false,
7542                         "construct-only": false,
7543                         "controllable": false,
7544                         "default": "identity (0)",
7545                         "mutable": "null",
7546                         "readable": true,
7547                         "type": "GstVideoOrientationMethod",
7548                         "writable": true
7549                     }
7550                 },
7551                 "rank": "none"
7552             },
7553             "gtksink": {
7554                 "author": "Matthew Waters <matthew@centricular.com>",
7555                 "description": "A video sink that renders to a GtkWidget",
7556                 "hierarchy": [
7557                     "GstGtkSink",
7558                     "GstGtkBaseSink",
7559                     "GstVideoSink",
7560                     "GstBaseSink",
7561                     "GstElement",
7562                     "GstObject",
7563                     "GInitiallyUnowned",
7564                     "GObject"
7565                 ],
7566                 "interfaces": [
7567                     "GstNavigation"
7568                 ],
7569                 "klass": "Sink/Video",
7570                 "long-name": "Gtk Video Sink",
7571                 "pad-templates": {
7572                     "sink": {
7573                         "caps": "video/x-raw:\n         format: { BGRx, BGRA }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
7574                         "direction": "sink",
7575                         "presence": "always"
7576                     }
7577                 },
7578                 "properties": {},
7579                 "rank": "none"
7580             }
7581         },
7582         "filename": "gstgtk",
7583         "license": "LGPL",
7584         "other-types": {
7585             "GstGtkBaseSink": {
7586                 "hierarchy": [
7587                     "GstGtkBaseSink",
7588                     "GstVideoSink",
7589                     "GstBaseSink",
7590                     "GstElement",
7591                     "GstObject",
7592                     "GInitiallyUnowned",
7593                     "GObject"
7594                 ],
7595                 "interfaces": [
7596                     "GstNavigation"
7597                 ],
7598                 "kind": "object",
7599                 "properties": {
7600                     "force-aspect-ratio": {
7601                         "blurb": "When enabled, scaling will respect original aspect ratio",
7602                         "conditionally-available": false,
7603                         "construct": false,
7604                         "construct-only": false,
7605                         "controllable": false,
7606                         "default": "true",
7607                         "mutable": "null",
7608                         "readable": true,
7609                         "type": "gboolean",
7610                         "writable": true
7611                     },
7612                     "ignore-alpha": {
7613                         "blurb": "When enabled, alpha will be ignored and converted to black",
7614                         "conditionally-available": false,
7615                         "construct": false,
7616                         "construct-only": false,
7617                         "controllable": false,
7618                         "default": "true",
7619                         "mutable": "null",
7620                         "readable": true,
7621                         "type": "gboolean",
7622                         "writable": true
7623                     },
7624                     "pixel-aspect-ratio": {
7625                         "blurb": "The pixel aspect ratio of the device",
7626                         "conditionally-available": false,
7627                         "construct": false,
7628                         "construct-only": false,
7629                         "controllable": false,
7630                         "default": "0/1",
7631                         "max": "2147483647/1",
7632                         "min": "0/2147483647",
7633                         "mutable": "null",
7634                         "readable": true,
7635                         "type": "GstFraction",
7636                         "writable": true
7637                     },
7638                     "video-aspect-ratio-override": {
7639                         "blurb": "The pixel aspect ratio of the video (0/1 = follow stream)",
7640                         "conditionally-available": false,
7641                         "construct": false,
7642                         "construct-only": false,
7643                         "controllable": false,
7644                         "default": "0/1",
7645                         "max": "2147483647/1",
7646                         "min": "0/2147483647",
7647                         "mutable": "null",
7648                         "readable": true,
7649                         "type": "GstFraction",
7650                         "writable": true
7651                     },
7652                     "widget": {
7653                         "blurb": "The GtkWidget to place in the widget hierarchy (must only be get from the GTK main thread)",
7654                         "conditionally-available": false,
7655                         "construct": false,
7656                         "construct-only": false,
7657                         "controllable": false,
7658                         "mutable": "null",
7659                         "readable": true,
7660                         "type": "GtkWidget",
7661                         "writable": false
7662                     }
7663                 }
7664             }
7665         },
7666         "package": "GStreamer Good Plug-ins",
7667         "source": "gst-plugins-good",
7668         "tracers": {},
7669         "url": "Unknown package origin"
7670     },
7671     "icydemux": {
7672         "description": "Demux ICY tags from a stream",
7673         "elements": {
7674             "icydemux": {
7675                 "author": "Jan Schmidt <thaytan@mad.scientist.com>, Michael Smith <msmith@fluendo.com>",
7676                 "description": "Read and output ICY tags while demuxing the contents",
7677                 "hierarchy": [
7678                     "GstICYDemux",
7679                     "GstElement",
7680                     "GstObject",
7681                     "GInitiallyUnowned",
7682                     "GObject"
7683                 ],
7684                 "klass": "Codec/Demuxer/Metadata",
7685                 "long-name": "ICY tag demuxer",
7686                 "pad-templates": {
7687                     "sink": {
7688                         "caps": "application/x-icy:\nmetadata-interval: [ 0, 2147483647 ]\n",
7689                         "direction": "sink",
7690                         "presence": "always"
7691                     },
7692                     "src": {
7693                         "caps": "ANY",
7694                         "direction": "src",
7695                         "presence": "sometimes"
7696                     }
7697                 },
7698                 "rank": "primary",
7699                 "signals": {}
7700             }
7701         },
7702         "filename": "gsticydemux",
7703         "license": "LGPL",
7704         "other-types": {},
7705         "package": "GStreamer Good Plug-ins",
7706         "source": "gst-plugins-good",
7707         "tracers": {},
7708         "url": "Unknown package origin"
7709     },
7710     "id3demux": {
7711         "description": "Demux ID3v1 and ID3v2 tags from a file",
7712         "elements": {
7713             "id3demux": {
7714                 "author": "Jan Schmidt <thaytan@mad.scientist.com>",
7715                 "description": "Read and output ID3v1 and ID3v2 tags while demuxing the contents",
7716                 "hierarchy": [
7717                     "GstID3Demux",
7718                     "GstTagDemux",
7719                     "GstElement",
7720                     "GstObject",
7721                     "GInitiallyUnowned",
7722                     "GObject"
7723                 ],
7724                 "klass": "Codec/Demuxer/Metadata",
7725                 "long-name": "ID3 tag demuxer",
7726                 "pad-templates": {
7727                     "sink": {
7728                         "caps": "application/x-id3:\n",
7729                         "direction": "sink",
7730                         "presence": "always"
7731                     },
7732                     "src": {
7733                         "caps": "ANY",
7734                         "direction": "src",
7735                         "presence": "always"
7736                     }
7737                 },
7738                 "properties": {
7739                     "prefer-v1": {
7740                         "blurb": "Prefer tags from ID3v1 tag at end of file when both ID3v1 and ID3v2 tags are present",
7741                         "conditionally-available": false,
7742                         "construct": true,
7743                         "construct-only": false,
7744                         "controllable": false,
7745                         "default": "false",
7746                         "mutable": "null",
7747                         "readable": true,
7748                         "type": "gboolean",
7749                         "writable": true
7750                     }
7751                 },
7752                 "rank": "primary"
7753             }
7754         },
7755         "filename": "gstid3demux",
7756         "license": "LGPL",
7757         "other-types": {},
7758         "package": "GStreamer Good Plug-ins",
7759         "source": "gst-plugins-good",
7760         "tracers": {},
7761         "url": "Unknown package origin"
7762     },
7763     "imagefreeze": {
7764         "description": "Still frame stream generator",
7765         "elements": {
7766             "imagefreeze": {
7767                 "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>",
7768                 "description": "Generates a still frame stream from an image",
7769                 "hierarchy": [
7770                     "GstImageFreeze",
7771                     "GstElement",
7772                     "GstObject",
7773                     "GInitiallyUnowned",
7774                     "GObject"
7775                 ],
7776                 "klass": "Filter/Video",
7777                 "long-name": "Still frame stream generator",
7778                 "pad-templates": {
7779                     "sink": {
7780                         "caps": "video/x-raw(ANY):\n",
7781                         "direction": "sink",
7782                         "presence": "always"
7783                     },
7784                     "src": {
7785                         "caps": "video/x-raw(ANY):\n",
7786                         "direction": "src",
7787                         "presence": "always"
7788                     }
7789                 },
7790                 "properties": {
7791                     "allow-replace": {
7792                         "blurb": "Allow replacing the input buffer and always output the latest",
7793                         "conditionally-available": false,
7794                         "construct": false,
7795                         "construct-only": false,
7796                         "controllable": false,
7797                         "default": "false",
7798                         "mutable": "null",
7799                         "readable": true,
7800                         "type": "gboolean",
7801                         "writable": true
7802                     },
7803                     "is-live": {
7804                         "blurb": "Whether to output a live video stream",
7805                         "conditionally-available": false,
7806                         "construct": false,
7807                         "construct-only": false,
7808                         "controllable": false,
7809                         "default": "false",
7810                         "mutable": "null",
7811                         "readable": true,
7812                         "type": "gboolean",
7813                         "writable": true
7814                     },
7815                     "num-buffers": {
7816                         "blurb": "Number of buffers to output before sending EOS (-1 = unlimited)",
7817                         "conditionally-available": false,
7818                         "construct": false,
7819                         "construct-only": false,
7820                         "controllable": false,
7821                         "default": "-1",
7822                         "max": "2147483647",
7823                         "min": "-1",
7824                         "mutable": "null",
7825                         "readable": true,
7826                         "type": "gint",
7827                         "writable": true
7828                     }
7829                 },
7830                 "rank": "none"
7831             }
7832         },
7833         "filename": "gstimagefreeze",
7834         "license": "LGPL",
7835         "other-types": {},
7836         "package": "GStreamer Good Plug-ins",
7837         "source": "gst-plugins-good",
7838         "tracers": {},
7839         "url": "Unknown package origin"
7840     },
7841     "interleave": {
7842         "description": "Audio interleaver/deinterleaver",
7843         "elements": {
7844             "deinterleave": {
7845                 "author": "Andy Wingo <wingo at pobox.com>, Iain <iain@prettypeople.org>, Sebastian Dröge <slomo@circular-chaos.org>",
7846                 "description": "Splits one interleaved multichannel audio stream into many mono audio streams",
7847                 "hierarchy": [
7848                     "GstDeinterleave",
7849                     "GstElement",
7850                     "GstObject",
7851                     "GInitiallyUnowned",
7852                     "GObject"
7853                 ],
7854                 "klass": "Filter/Converter/Audio",
7855                 "long-name": "Audio deinterleaver",
7856                 "pad-templates": {
7857                     "sink": {
7858                         "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",
7859                         "direction": "sink",
7860                         "presence": "always"
7861                     },
7862                     "src_%%u": {
7863                         "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",
7864                         "direction": "src",
7865                         "presence": "sometimes"
7866                     }
7867                 },
7868                 "properties": {
7869                     "keep-positions": {
7870                         "blurb": "Keep the original channel positions on the output buffers",
7871                         "conditionally-available": false,
7872                         "construct": false,
7873                         "construct-only": false,
7874                         "controllable": false,
7875                         "default": "false",
7876                         "mutable": "null",
7877                         "readable": true,
7878                         "type": "gboolean",
7879                         "writable": true
7880                     }
7881                 },
7882                 "rank": "none",
7883                 "signals": {}
7884             },
7885             "interleave": {
7886                 "author": "Andy Wingo <wingo at pobox.com>, Sebastian Dröge <slomo@circular-chaos.org>",
7887                 "description": "Folds many mono channels into one interleaved audio stream",
7888                 "hierarchy": [
7889                     "GstInterleave",
7890                     "GstElement",
7891                     "GstObject",
7892                     "GInitiallyUnowned",
7893                     "GObject"
7894                 ],
7895                 "klass": "Filter/Converter/Audio",
7896                 "long-name": "Audio interleaver",
7897                 "pad-templates": {
7898                     "sink_%%u": {
7899                         "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",
7900                         "direction": "sink",
7901                         "presence": "request"
7902                     },
7903                     "src": {
7904                         "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",
7905                         "direction": "src",
7906                         "presence": "always"
7907                     }
7908                 },
7909                 "properties": {
7910                     "channel-positions": {
7911                         "blurb": "Channel positions used on the output",
7912                         "conditionally-available": false,
7913                         "construct": false,
7914                         "construct-only": false,
7915                         "controllable": false,
7916                         "mutable": "null",
7917                         "readable": true,
7918                         "type": "GValueArray",
7919                         "writable": true
7920                     },
7921                     "channel-positions-from-input": {
7922                         "blurb": "Take channel positions from the input",
7923                         "conditionally-available": false,
7924                         "construct": false,
7925                         "construct-only": false,
7926                         "controllable": false,
7927                         "default": "true",
7928                         "mutable": "null",
7929                         "readable": true,
7930                         "type": "gboolean",
7931                         "writable": true
7932                     }
7933                 },
7934                 "rank": "none"
7935             }
7936         },
7937         "filename": "gstinterleave",
7938         "license": "LGPL",
7939         "other-types": {},
7940         "package": "GStreamer Good Plug-ins",
7941         "source": "gst-plugins-good",
7942         "tracers": {},
7943         "url": "Unknown package origin"
7944     },
7945     "isomp4": {
7946         "description": "ISO base media file format support (mp4, 3gpp, qt, mj2)",
7947         "elements": {
7948             "3gppmux": {
7949                 "author": "Thiago Sousa Santos <thiagoss@embedded.ufcg.edu.br>",
7950                 "description": "Multiplex audio and video into a 3GPP file",
7951                 "hierarchy": [
7952                     "Gst3GPPMux",
7953                     "GstBaseQTMux",
7954                     "GstAggregator",
7955                     "GstElement",
7956                     "GstObject",
7957                     "GInitiallyUnowned",
7958                     "GObject"
7959                 ],
7960                 "interfaces": [
7961                     "GstTagSetter",
7962                     "GstTagXmpWriter",
7963                     "GstPreset"
7964                 ],
7965                 "klass": "Codec/Muxer",
7966                 "long-name": "3GPP Muxer",
7967                 "pad-templates": {
7968                     "audio_%%u": {
7969                         "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",
7970                         "direction": "sink",
7971                         "presence": "request",
7972                         "type": "GstQTMuxPad"
7973                     },
7974                     "src": {
7975                         "caps": "video/quicktime:\n        variant: 3gpp\n",
7976                         "direction": "src",
7977                         "presence": "always",
7978                         "type": "GstAggregatorPad"
7979                     },
7980                     "subtitle_%%u": {
7981                         "caps": "text/x-raw:\n         format: utf8\n",
7982                         "direction": "sink",
7983                         "presence": "request",
7984                         "type": "GstQTMuxPad"
7985                     },
7986                     "video_%%u": {
7987                         "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",
7988                         "direction": "sink",
7989                         "presence": "request",
7990                         "type": "GstQTMuxPad"
7991                     }
7992                 },
7993                 "properties": {
7994                     "streamable": {
7995                         "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)",
7996                         "conditionally-available": false,
7997                         "construct": true,
7998                         "construct-only": false,
7999                         "controllable": false,
8000                         "default": "false",
8001                         "mutable": "null",
8002                         "readable": true,
8003                         "type": "gboolean",
8004                         "writable": true
8005                     }
8006                 },
8007                 "rank": "primary"
8008             },
8009             "ismlmux": {
8010                 "author": "Thiago Sousa Santos <thiagoss@embedded.ufcg.edu.br>",
8011                 "description": "Multiplex audio and video into a ISML file",
8012                 "hierarchy": [
8013                     "GstISMLMux",
8014                     "GstBaseQTMux",
8015                     "GstAggregator",
8016                     "GstElement",
8017                     "GstObject",
8018                     "GInitiallyUnowned",
8019                     "GObject"
8020                 ],
8021                 "interfaces": [
8022                     "GstTagSetter",
8023                     "GstTagXmpWriter",
8024                     "GstPreset"
8025                 ],
8026                 "klass": "Codec/Muxer",
8027                 "long-name": "ISML Muxer",
8028                 "pad-templates": {
8029                     "audio_%%u": {
8030                         "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",
8031                         "direction": "sink",
8032                         "presence": "request",
8033                         "type": "GstQTMuxPad"
8034                     },
8035                     "src": {
8036                         "caps": "video/quicktime:\n        variant: iso-fragmented\n",
8037                         "direction": "src",
8038                         "presence": "always",
8039                         "type": "GstAggregatorPad"
8040                     },
8041                     "video_%%u": {
8042                         "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",
8043                         "direction": "sink",
8044                         "presence": "request",
8045                         "type": "GstQTMuxPad"
8046                     }
8047                 },
8048                 "properties": {
8049                     "streamable": {
8050                         "blurb": "If set to true, the output should be as if it is to be streamed and hence no indexes written or duration written.",
8051                         "conditionally-available": false,
8052                         "construct": true,
8053                         "construct-only": false,
8054                         "controllable": false,
8055                         "default": "true",
8056                         "mutable": "null",
8057                         "readable": true,
8058                         "type": "gboolean",
8059                         "writable": true
8060                     }
8061                 },
8062                 "rank": "primary"
8063             },
8064             "mj2mux": {
8065                 "author": "Thiago Sousa Santos <thiagoss@embedded.ufcg.edu.br>",
8066                 "description": "Multiplex audio and video into a MJ2 file",
8067                 "hierarchy": [
8068                     "GstMJ2Mux",
8069                     "GstBaseQTMux",
8070                     "GstAggregator",
8071                     "GstElement",
8072                     "GstObject",
8073                     "GInitiallyUnowned",
8074                     "GObject"
8075                 ],
8076                 "interfaces": [
8077                     "GstTagSetter",
8078                     "GstTagXmpWriter",
8079                     "GstPreset"
8080                 ],
8081                 "klass": "Codec/Muxer",
8082                 "long-name": "MJ2 Muxer",
8083                 "pad-templates": {
8084                     "audio_%%u": {
8085                         "caps": "audio/x-raw:\n         format: { S16LE, S16BE, S8, U8 }\n         layout: interleaved\n       channels: [ 1, 2 ]\n           rate: [ 1, 2147483647 ]\n",
8086                         "direction": "sink",
8087                         "presence": "request",
8088                         "type": "GstQTMuxPad"
8089                     },
8090                     "src": {
8091                         "caps": "video/mj2:\n",
8092                         "direction": "src",
8093                         "presence": "always",
8094                         "type": "GstAggregatorPad"
8095                     },
8096                     "video_%%u": {
8097                         "caps": "image/x-j2c:\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\nimage/x-jpc:\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\n",
8098                         "direction": "sink",
8099                         "presence": "request",
8100                         "type": "GstQTMuxPad"
8101                     }
8102                 },
8103                 "properties": {
8104                     "streamable": {
8105                         "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)",
8106                         "conditionally-available": false,
8107                         "construct": true,
8108                         "construct-only": false,
8109                         "controllable": false,
8110                         "default": "false",
8111                         "mutable": "null",
8112                         "readable": true,
8113                         "type": "gboolean",
8114                         "writable": true
8115                     }
8116                 },
8117                 "rank": "primary"
8118             },
8119             "mp4mux": {
8120                 "author": "Thiago Sousa Santos <thiagoss@embedded.ufcg.edu.br>",
8121                 "description": "Multiplex audio and video into a MP4 file",
8122                 "hierarchy": [
8123                     "GstMP4Mux",
8124                     "GstBaseQTMux",
8125                     "GstAggregator",
8126                     "GstElement",
8127                     "GstObject",
8128                     "GInitiallyUnowned",
8129                     "GObject"
8130                 ],
8131                 "interfaces": [
8132                     "GstTagSetter",
8133                     "GstTagXmpWriter",
8134                     "GstPreset"
8135                 ],
8136                 "klass": "Codec/Muxer",
8137                 "long-name": "MP4 Muxer",
8138                 "pad-templates": {
8139                     "audio_%%u": {
8140                         "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",
8141                         "direction": "sink",
8142                         "presence": "request",
8143                         "type": "GstQTMuxPad"
8144                     },
8145                     "src": {
8146                         "caps": "video/quicktime:\n        variant: iso\n",
8147                         "direction": "src",
8148                         "presence": "always",
8149                         "type": "GstAggregatorPad"
8150                     },
8151                     "subtitle_%%u": {
8152                         "caps": "text/x-raw:\n         format: utf8\n",
8153                         "direction": "sink",
8154                         "presence": "request",
8155                         "type": "GstQTMuxPad"
8156                     },
8157                     "video_%%u": {
8158                         "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      alignment: tu\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\nvideo/x-vp9:\n        profile: { (string)0, (string)1, (string)2, (string)3 }\n  chroma-format: { (string)4:2:0, (string)4:2:2, (string)4:4:4 }\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\n",
8159                         "direction": "sink",
8160                         "presence": "request",
8161                         "type": "GstQTMuxPad"
8162                     }
8163                 },
8164                 "properties": {
8165                     "streamable": {
8166                         "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)",
8167                         "conditionally-available": false,
8168                         "construct": true,
8169                         "construct-only": false,
8170                         "controllable": false,
8171                         "default": "false",
8172                         "mutable": "null",
8173                         "readable": true,
8174                         "type": "gboolean",
8175                         "writable": true
8176                     }
8177                 },
8178                 "rank": "primary"
8179             },
8180             "qtdemux": {
8181                 "author": "David Schleef <ds@schleef.org>, Wim Taymans <wim@fluendo.com>",
8182                 "description": "Demultiplex a QuickTime file into audio and video streams",
8183                 "hierarchy": [
8184                     "GstQTDemux",
8185                     "GstElement",
8186                     "GstObject",
8187                     "GInitiallyUnowned",
8188                     "GObject"
8189                 ],
8190                 "klass": "Codec/Demuxer",
8191                 "long-name": "QuickTime demuxer",
8192                 "pad-templates": {
8193                     "audio_%%u": {
8194                         "caps": "ANY",
8195                         "direction": "src",
8196                         "presence": "sometimes"
8197                     },
8198                     "sink": {
8199                         "caps": "video/quicktime:\nvideo/mj2:\naudio/x-m4a:\napplication/x-3gp:\n",
8200                         "direction": "sink",
8201                         "presence": "always"
8202                     },
8203                     "subtitle_%%u": {
8204                         "caps": "ANY",
8205                         "direction": "src",
8206                         "presence": "sometimes"
8207                     },
8208                     "video_%%u": {
8209                         "caps": "ANY",
8210                         "direction": "src",
8211                         "presence": "sometimes"
8212                     }
8213                 },
8214                 "rank": "primary",
8215                 "signals": {}
8216             },
8217             "qtmoovrecover": {
8218                 "author": "Thiago Santos <thiago.sousa.santos@collabora.co.uk>",
8219                 "description": "Recovers unfinished qtmux files",
8220                 "hierarchy": [
8221                     "GstQTMoovRecover",
8222                     "GstPipeline",
8223                     "GstBin",
8224                     "GstElement",
8225                     "GstObject",
8226                     "GInitiallyUnowned",
8227                     "GObject"
8228                 ],
8229                 "interfaces": [
8230                     "GstChildProxy"
8231                 ],
8232                 "klass": "Util",
8233                 "long-name": "QT Moov Recover",
8234                 "properties": {
8235                     "broken-input": {
8236                         "blurb": "Path to broken input file. (If qtmux was on faststart mode, this file is the faststart file)",
8237                         "conditionally-available": false,
8238                         "construct": false,
8239                         "construct-only": false,
8240                         "controllable": false,
8241                         "default": "NULL",
8242                         "mutable": "null",
8243                         "readable": true,
8244                         "type": "gchararray",
8245                         "writable": true
8246                     },
8247                     "faststart-mode": {
8248                         "blurb": "If the broken input is from faststart mode",
8249                         "conditionally-available": false,
8250                         "construct": false,
8251                         "construct-only": false,
8252                         "controllable": false,
8253                         "default": "false",
8254                         "mutable": "null",
8255                         "readable": true,
8256                         "type": "gboolean",
8257                         "writable": true
8258                     },
8259                     "fixed-output": {
8260                         "blurb": "Path to write the fixed file to (used as output)",
8261                         "conditionally-available": false,
8262                         "construct": false,
8263                         "construct-only": false,
8264                         "controllable": false,
8265                         "default": "NULL",
8266                         "mutable": "null",
8267                         "readable": true,
8268                         "type": "gchararray",
8269                         "writable": true
8270                     },
8271                     "recovery-input": {
8272                         "blurb": "Path to recovery file (used as input)",
8273                         "conditionally-available": false,
8274                         "construct": false,
8275                         "construct-only": false,
8276                         "controllable": false,
8277                         "default": "NULL",
8278                         "mutable": "null",
8279                         "readable": true,
8280                         "type": "gchararray",
8281                         "writable": true
8282                     }
8283                 },
8284                 "rank": "none"
8285             },
8286             "qtmux": {
8287                 "author": "Thiago Sousa Santos <thiagoss@embedded.ufcg.edu.br>",
8288                 "description": "Multiplex audio and video into a QuickTime file",
8289                 "hierarchy": [
8290                     "GstQTMux",
8291                     "GstBaseQTMux",
8292                     "GstAggregator",
8293                     "GstElement",
8294                     "GstObject",
8295                     "GInitiallyUnowned",
8296                     "GObject"
8297                 ],
8298                 "interfaces": [
8299                     "GstTagSetter",
8300                     "GstTagXmpWriter",
8301                     "GstPreset"
8302                 ],
8303                 "klass": "Codec/Muxer",
8304                 "long-name": "QuickTime Muxer",
8305                 "pad-templates": {
8306                     "audio_%%u": {
8307                         "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",
8308                         "direction": "sink",
8309                         "presence": "request",
8310                         "type": "GstQTMuxPad"
8311                     },
8312                     "caption_%%u": {
8313                         "caps": "closedcaption/x-cea-608:\n         format: s334-1a\nclosedcaption/x-cea-708:\n         format: cdp\n",
8314                         "direction": "sink",
8315                         "presence": "request",
8316                         "type": "GstQTMuxPad"
8317                     },
8318                     "src": {
8319                         "caps": "video/quicktime:\n        variant: apple\nvideo/quicktime:\n",
8320                         "direction": "src",
8321                         "presence": "always",
8322                         "type": "GstAggregatorPad"
8323                     },
8324                     "subtitle_%%u": {
8325                         "caps": "text/x-raw:\n         format: utf8\n",
8326                         "direction": "sink",
8327                         "presence": "request",
8328                         "type": "GstQTMuxPad"
8329                     },
8330                     "video_%%u": {
8331                         "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        profile: { (string)0, (string)1, (string)2, (string)3 }\n  chroma-format: { (string)4:2:0, (string)4:2:2, (string)4:4:4 }\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      alignment: tu\n          width: [ 16, 2147483647 ]\n         height: [ 16, 2147483647 ]\n",
8332                         "direction": "sink",
8333                         "presence": "request",
8334                         "type": "GstQTMuxPad"
8335                     }
8336                 },
8337                 "properties": {
8338                     "streamable": {
8339                         "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)",
8340                         "conditionally-available": false,
8341                         "construct": true,
8342                         "construct-only": false,
8343                         "controllable": false,
8344                         "default": "false",
8345                         "mutable": "null",
8346                         "readable": true,
8347                         "type": "gboolean",
8348                         "writable": true
8349                     }
8350                 },
8351                 "rank": "primary"
8352             },
8353             "rtpxqtdepay": {
8354                 "author": "Wim Taymans <wim@fluendo.com>",
8355                 "description": "Extracts Quicktime audio/video from RTP packets",
8356                 "hierarchy": [
8357                     "GstRtpXQTDepay",
8358                     "GstRTPBaseDepayload",
8359                     "GstElement",
8360                     "GstObject",
8361                     "GInitiallyUnowned",
8362                     "GObject"
8363                 ],
8364                 "klass": "Codec/Depayloader/Network",
8365                 "long-name": "RTP packet depayloader",
8366                 "pad-templates": {
8367                     "sink": {
8368                         "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",
8369                         "direction": "sink",
8370                         "presence": "always"
8371                     },
8372                     "src": {
8373                         "caps": "ANY",
8374                         "direction": "src",
8375                         "presence": "always"
8376                     }
8377                 },
8378                 "properties": {},
8379                 "rank": "marginal"
8380             }
8381         },
8382         "filename": "gstisomp4",
8383         "license": "LGPL",
8384         "other-types": {
8385             "GstBaseQTMux": {
8386                 "hierarchy": [
8387                     "GstBaseQTMux",
8388                     "GstAggregator",
8389                     "GstElement",
8390                     "GstObject",
8391                     "GInitiallyUnowned",
8392                     "GObject"
8393                 ],
8394                 "interfaces": [
8395                     "GstTagSetter",
8396                     "GstTagXmpWriter",
8397                     "GstPreset"
8398                 ],
8399                 "kind": "object",
8400                 "properties": {
8401                     "dts-method": {
8402                         "blurb": "Method to determine DTS time (DEPRECATED)",
8403                         "conditionally-available": false,
8404                         "construct": true,
8405                         "construct-only": false,
8406                         "controllable": false,
8407                         "default": "reorder (1)",
8408                         "mutable": "null",
8409                         "readable": true,
8410                         "type": "GstQTMuxDtsMethods",
8411                         "writable": true
8412                     },
8413                     "faststart": {
8414                         "blurb": "If the file should be formatted for faststart (headers first)",
8415                         "conditionally-available": false,
8416                         "construct": false,
8417                         "construct-only": false,
8418                         "controllable": false,
8419                         "default": "false",
8420                         "mutable": "null",
8421                         "readable": true,
8422                         "type": "gboolean",
8423                         "writable": true
8424                     },
8425                     "faststart-file": {
8426                         "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",
8427                         "conditionally-available": false,
8428                         "construct": true,
8429                         "construct-only": false,
8430                         "controllable": false,
8431                         "default": "NULL",
8432                         "mutable": "null",
8433                         "readable": true,
8434                         "type": "gchararray",
8435                         "writable": true
8436                     },
8437                     "force-chunks": {
8438                         "blurb": "Force multiple chunks to be created even for single-stream files",
8439                         "conditionally-available": false,
8440                         "construct": false,
8441                         "construct-only": false,
8442                         "controllable": false,
8443                         "default": "false",
8444                         "mutable": "null",
8445                         "readable": true,
8446                         "type": "gboolean",
8447                         "writable": true
8448                     },
8449                     "force-create-timecode-trak": {
8450                         "blurb": "Create a timecode trak even in unsupported flavors",
8451                         "conditionally-available": false,
8452                         "construct": true,
8453                         "construct-only": false,
8454                         "controllable": false,
8455                         "default": "false",
8456                         "mutable": "null",
8457                         "readable": true,
8458                         "type": "gboolean",
8459                         "writable": true
8460                     },
8461                     "fragment-duration": {
8462                         "blurb": "Fragment durations in ms (produce a fragmented file if > 0)",
8463                         "conditionally-available": false,
8464                         "construct": true,
8465                         "construct-only": false,
8466                         "controllable": false,
8467                         "default": "0",
8468                         "max": "-1",
8469                         "min": "0",
8470                         "mutable": "null",
8471                         "readable": true,
8472                         "type": "guint",
8473                         "writable": true
8474                     },
8475                     "fragment-mode": {
8476                         "blurb": "How to to write fragments to the file.  Only used when 'fragment-duration' is greater than 0",
8477                         "conditionally-available": false,
8478                         "construct": false,
8479                         "construct-only": false,
8480                         "controllable": false,
8481                         "default": "dash-or-mss (0)",
8482                         "mutable": "null",
8483                         "readable": true,
8484                         "type": "GstQTMuxFragmentMode",
8485                         "writable": true
8486                     },
8487                     "interleave-bytes": {
8488                         "blurb": "Interleave between streams in bytes",
8489                         "conditionally-available": false,
8490                         "construct": false,
8491                         "construct-only": false,
8492                         "controllable": false,
8493                         "default": "0",
8494                         "max": "18446744073709551615",
8495                         "min": "0",
8496                         "mutable": "null",
8497                         "readable": true,
8498                         "type": "guint64",
8499                         "writable": true
8500                     },
8501                     "interleave-time": {
8502                         "blurb": "Interleave between streams in nanoseconds",
8503                         "conditionally-available": false,
8504                         "construct": false,
8505                         "construct-only": false,
8506                         "controllable": false,
8507                         "default": "250000000",
8508                         "max": "18446744073709551615",
8509                         "min": "0",
8510                         "mutable": "null",
8511                         "readable": true,
8512                         "type": "guint64",
8513                         "writable": true
8514                     },
8515                     "max-raw-audio-drift": {
8516                         "blurb": "Maximum allowed drift of raw audio samples vs. timestamps in nanoseconds",
8517                         "conditionally-available": false,
8518                         "construct": false,
8519                         "construct-only": false,
8520                         "controllable": false,
8521                         "default": "40000000",
8522                         "max": "18446744073709551615",
8523                         "min": "0",
8524                         "mutable": "null",
8525                         "readable": true,
8526                         "type": "guint64",
8527                         "writable": true
8528                     },
8529                     "moov-recovery-file": {
8530                         "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)",
8531                         "conditionally-available": false,
8532                         "construct": true,
8533                         "construct-only": false,
8534                         "controllable": false,
8535                         "default": "NULL",
8536                         "mutable": "null",
8537                         "readable": true,
8538                         "type": "gchararray",
8539                         "writable": true
8540                     },
8541                     "movie-timescale": {
8542                         "blurb": "Timescale to use in the movie (units per second, 0 == default)",
8543                         "conditionally-available": false,
8544                         "construct": true,
8545                         "construct-only": false,
8546                         "controllable": false,
8547                         "default": "0",
8548                         "max": "-1",
8549                         "min": "0",
8550                         "mutable": "null",
8551                         "readable": true,
8552                         "type": "guint",
8553                         "writable": true
8554                     },
8555                     "presentation-time": {
8556                         "blurb": "Calculate and include presentation/composition time (in addition to decoding time)",
8557                         "conditionally-available": false,
8558                         "construct": true,
8559                         "construct-only": false,
8560                         "controllable": false,
8561                         "default": "true",
8562                         "mutable": "null",
8563                         "readable": true,
8564                         "type": "gboolean",
8565                         "writable": true
8566                     },
8567                     "reserved-bytes-per-sec": {
8568                         "blurb": "Multiplier for converting reserved-max-duration into bytes of header to reserve, per second, per track",
8569                         "conditionally-available": false,
8570                         "construct": true,
8571                         "construct-only": false,
8572                         "controllable": false,
8573                         "default": "550",
8574                         "max": "10000",
8575                         "min": "0",
8576                         "mutable": "null",
8577                         "readable": true,
8578                         "type": "guint",
8579                         "writable": true
8580                     },
8581                     "reserved-duration-remaining": {
8582                         "blurb": "Reports the approximate amount of remaining moov header space reserved using reserved-max-duration",
8583                         "conditionally-available": false,
8584                         "construct": false,
8585                         "construct-only": false,
8586                         "controllable": false,
8587                         "default": "18446744073709551615",
8588                         "max": "18446744073709551615",
8589                         "min": "0",
8590                         "mutable": "null",
8591                         "readable": true,
8592                         "type": "guint64",
8593                         "writable": false
8594                     },
8595                     "reserved-max-duration": {
8596                         "blurb": "When set to a value > 0, reserves space for index tables at the beginning of the file.",
8597                         "conditionally-available": false,
8598                         "construct": false,
8599                         "construct-only": false,
8600                         "controllable": false,
8601                         "default": "18446744073709551615",
8602                         "max": "18446744073709551615",
8603                         "min": "0",
8604                         "mutable": "null",
8605                         "readable": true,
8606                         "type": "guint64",
8607                         "writable": true
8608                     },
8609                     "reserved-moov-update-period": {
8610                         "blurb": "When used with reserved-max-duration, periodically updates the index tables with information muxed so far.",
8611                         "conditionally-available": false,
8612                         "construct": false,
8613                         "construct-only": false,
8614                         "controllable": false,
8615                         "default": "18446744073709551615",
8616                         "max": "18446744073709551615",
8617                         "min": "0",
8618                         "mutable": "null",
8619                         "readable": true,
8620                         "type": "guint64",
8621                         "writable": true
8622                     },
8623                     "reserved-prefill": {
8624                         "blurb": "Prefill samples table of reserved duration",
8625                         "conditionally-available": false,
8626                         "construct": true,
8627                         "construct-only": false,
8628                         "controllable": false,
8629                         "default": "false",
8630                         "mutable": "null",
8631                         "readable": true,
8632                         "type": "gboolean",
8633                         "writable": true
8634                     },
8635                     "start-gap-threshold": {
8636                         "blurb": "Threshold for creating an edit list for gaps at the start in nanoseconds",
8637                         "conditionally-available": false,
8638                         "construct": false,
8639                         "construct-only": false,
8640                         "controllable": false,
8641                         "default": "0",
8642                         "max": "18446744073709551615",
8643                         "min": "0",
8644                         "mutable": "null",
8645                         "readable": true,
8646                         "type": "guint64",
8647                         "writable": true
8648                     },
8649                     "trak-timescale": {
8650                         "blurb": "Timescale to use for the tracks (units per second, 0 is automatic)",
8651                         "conditionally-available": false,
8652                         "construct": true,
8653                         "construct-only": false,
8654                         "controllable": false,
8655                         "default": "0",
8656                         "max": "-1",
8657                         "min": "0",
8658                         "mutable": "null",
8659                         "readable": true,
8660                         "type": "guint",
8661                         "writable": true
8662                     }
8663                 }
8664             },
8665             "GstQTMuxDtsMethods": {
8666                 "kind": "enum",
8667                 "values": [
8668                     {
8669                         "desc": "delta/duration",
8670                         "name": "dd",
8671                         "value": "0"
8672                     },
8673                     {
8674                         "desc": "reorder",
8675                         "name": "reorder",
8676                         "value": "1"
8677                     },
8678                     {
8679                         "desc": "ascending",
8680                         "name": "asc",
8681                         "value": "2"
8682                     }
8683                 ]
8684             },
8685             "GstQTMuxFragmentMode": {
8686                 "kind": "enum",
8687                 "values": [
8688                     {
8689                         "desc": "Dash or Smoothstreaming",
8690                         "name": "dash-or-mss",
8691                         "value": "0"
8692                     },
8693                     {
8694                         "desc": "First MOOV Fragment Then Finalise",
8695                         "name": "first-moov-then-finalise",
8696                         "value": "1"
8697                     }
8698                 ]
8699             },
8700             "GstQTMuxPad": {
8701                 "hierarchy": [
8702                     "GstQTMuxPad",
8703                     "GstAggregatorPad",
8704                     "GstPad",
8705                     "GstObject",
8706                     "GInitiallyUnowned",
8707                     "GObject"
8708                 ],
8709                 "kind": "object",
8710                 "properties": {
8711                     "trak-timescale": {
8712                         "blurb": "Timescale to use for this pad's trak (units per second, 0 is automatic)",
8713                         "conditionally-available": false,
8714                         "construct": true,
8715                         "construct-only": false,
8716                         "controllable": false,
8717                         "default": "0",
8718                         "max": "-1",
8719                         "min": "0",
8720                         "mutable": "null",
8721                         "readable": true,
8722                         "type": "guint",
8723                         "writable": true
8724                     }
8725                 },
8726                 "signals": {}
8727             }
8728         },
8729         "package": "GStreamer Good Plug-ins",
8730         "source": "gst-plugins-good",
8731         "tracers": {},
8732         "url": "Unknown package origin"
8733     },
8734     "jack": {
8735         "description": "JACK audio elements",
8736         "elements": {
8737             "jackaudiosink": {
8738                 "author": "Wim Taymans <wim.taymans@gmail.com>",
8739                 "description": "Output audio to a JACK server",
8740                 "hierarchy": [
8741                     "GstJackAudioSink",
8742                     "GstAudioBaseSink",
8743                     "GstBaseSink",
8744                     "GstElement",
8745                     "GstObject",
8746                     "GInitiallyUnowned",
8747                     "GObject"
8748                 ],
8749                 "klass": "Sink/Audio",
8750                 "long-name": "Audio Sink (Jack)",
8751                 "pad-templates": {
8752                     "sink": {
8753                         "caps": "audio/x-raw:\n         format: F32LE\n         layout: interleaved\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
8754                         "direction": "sink",
8755                         "presence": "always"
8756                     }
8757                 },
8758                 "properties": {
8759                     "client": {
8760                         "blurb": "Handle for jack client",
8761                         "conditionally-available": false,
8762                         "construct": false,
8763                         "construct-only": false,
8764                         "controllable": false,
8765                         "mutable": "ready",
8766                         "readable": true,
8767                         "type": "JackClient",
8768                         "writable": true
8769                     },
8770                     "client-name": {
8771                         "blurb": "The client name of the Jack instance (NULL = default)",
8772                         "conditionally-available": false,
8773                         "construct": false,
8774                         "construct-only": false,
8775                         "controllable": false,
8776                         "default": "NULL",
8777                         "mutable": "null",
8778                         "readable": true,
8779                         "type": "gchararray",
8780                         "writable": true
8781                     },
8782                     "connect": {
8783                         "blurb": "Specify how the output ports will be connected",
8784                         "conditionally-available": false,
8785                         "construct": false,
8786                         "construct-only": false,
8787                         "controllable": false,
8788                         "default": "auto (1)",
8789                         "mutable": "null",
8790                         "readable": true,
8791                         "type": "GstJackConnect",
8792                         "writable": true
8793                     },
8794                     "low-latency": {
8795                         "blurb": "Optimize all settings for lowest latency. When enabled, \"buffer-time\" and \"latency-time\" will be ignored",
8796                         "conditionally-available": false,
8797                         "construct": false,
8798                         "construct-only": false,
8799                         "controllable": false,
8800                         "default": "false",
8801                         "mutable": "ready",
8802                         "readable": true,
8803                         "type": "gboolean",
8804                         "writable": true
8805                     },
8806                     "port-names": {
8807                         "blurb": "Comma-separated list of port name including \"client_name:\" prefix",
8808                         "conditionally-available": false,
8809                         "construct": false,
8810                         "construct-only": false,
8811                         "controllable": false,
8812                         "default": "NULL",
8813                         "mutable": "ready",
8814                         "readable": true,
8815                         "type": "gchararray",
8816                         "writable": true
8817                     },
8818                     "port-pattern": {
8819                         "blurb": "A pattern to select which ports to connect to (NULL = first physical ports)",
8820                         "conditionally-available": false,
8821                         "construct": false,
8822                         "construct-only": false,
8823                         "controllable": false,
8824                         "default": "NULL",
8825                         "mutable": "null",
8826                         "readable": true,
8827                         "type": "gchararray",
8828                         "writable": true
8829                     },
8830                     "server": {
8831                         "blurb": "The Jack server to connect to (NULL = default)",
8832                         "conditionally-available": false,
8833                         "construct": false,
8834                         "construct-only": false,
8835                         "controllable": false,
8836                         "default": "NULL",
8837                         "mutable": "null",
8838                         "readable": true,
8839                         "type": "gchararray",
8840                         "writable": true
8841                     },
8842                     "transport": {
8843                         "blurb": "Jack transport behaviour of the client",
8844                         "conditionally-available": false,
8845                         "construct": false,
8846                         "construct-only": false,
8847                         "controllable": false,
8848                         "default": "(none)",
8849                         "mutable": "null",
8850                         "readable": true,
8851                         "type": "GstJackTransport",
8852                         "writable": true
8853                     }
8854                 },
8855                 "rank": "primary"
8856             },
8857             "jackaudiosrc": {
8858                 "author": "Tristan Matthews <tristan@sat.qc.ca>",
8859                 "description": "Captures audio from a JACK server",
8860                 "hierarchy": [
8861                     "GstJackAudioSrc",
8862                     "GstAudioBaseSrc",
8863                     "GstPushSrc",
8864                     "GstBaseSrc",
8865                     "GstElement",
8866                     "GstObject",
8867                     "GInitiallyUnowned",
8868                     "GObject"
8869                 ],
8870                 "klass": "Source/Audio",
8871                 "long-name": "Audio Source (Jack)",
8872                 "pad-templates": {
8873                     "src": {
8874                         "caps": "audio/x-raw:\n         format: F32LE\n         layout: interleaved\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
8875                         "direction": "src",
8876                         "presence": "always"
8877                     }
8878                 },
8879                 "properties": {
8880                     "client": {
8881                         "blurb": "Handle for jack client",
8882                         "conditionally-available": false,
8883                         "construct": false,
8884                         "construct-only": false,
8885                         "controllable": false,
8886                         "mutable": "ready",
8887                         "readable": true,
8888                         "type": "JackClient",
8889                         "writable": true
8890                     },
8891                     "client-name": {
8892                         "blurb": "The client name of the Jack instance (NULL = default)",
8893                         "conditionally-available": false,
8894                         "construct": false,
8895                         "construct-only": false,
8896                         "controllable": false,
8897                         "default": "NULL",
8898                         "mutable": "null",
8899                         "readable": true,
8900                         "type": "gchararray",
8901                         "writable": true
8902                     },
8903                     "connect": {
8904                         "blurb": "Specify how the input ports will be connected",
8905                         "conditionally-available": false,
8906                         "construct": false,
8907                         "construct-only": false,
8908                         "controllable": false,
8909                         "default": "auto (1)",
8910                         "mutable": "null",
8911                         "readable": true,
8912                         "type": "GstJackConnect",
8913                         "writable": true
8914                     },
8915                     "low-latency": {
8916                         "blurb": "Optimize all settings for lowest latency. When enabled, \"buffer-time\" and \"latency-time\" will be ignored",
8917                         "conditionally-available": false,
8918                         "construct": false,
8919                         "construct-only": false,
8920                         "controllable": false,
8921                         "default": "false",
8922                         "mutable": "ready",
8923                         "readable": true,
8924                         "type": "gboolean",
8925                         "writable": true
8926                     },
8927                     "port-names": {
8928                         "blurb": "Comma-separated list of port name including \"client_name:\" prefix",
8929                         "conditionally-available": false,
8930                         "construct": false,
8931                         "construct-only": false,
8932                         "controllable": false,
8933                         "default": "NULL",
8934                         "mutable": "ready",
8935                         "readable": true,
8936                         "type": "gchararray",
8937                         "writable": true
8938                     },
8939                     "port-pattern": {
8940                         "blurb": "A pattern to select which ports to connect to (NULL = first physical ports)",
8941                         "conditionally-available": false,
8942                         "construct": false,
8943                         "construct-only": false,
8944                         "controllable": false,
8945                         "default": "NULL",
8946                         "mutable": "null",
8947                         "readable": true,
8948                         "type": "gchararray",
8949                         "writable": true
8950                     },
8951                     "server": {
8952                         "blurb": "The Jack server to connect to (NULL = default)",
8953                         "conditionally-available": false,
8954                         "construct": false,
8955                         "construct-only": false,
8956                         "controllable": false,
8957                         "default": "NULL",
8958                         "mutable": "null",
8959                         "readable": true,
8960                         "type": "gchararray",
8961                         "writable": true
8962                     },
8963                     "transport": {
8964                         "blurb": "Jack transport behaviour of the client",
8965                         "conditionally-available": false,
8966                         "construct": false,
8967                         "construct-only": false,
8968                         "controllable": false,
8969                         "default": "(none)",
8970                         "mutable": "null",
8971                         "readable": true,
8972                         "type": "GstJackTransport",
8973                         "writable": true
8974                     }
8975                 },
8976                 "rank": "primary"
8977             }
8978         },
8979         "filename": "gstjack",
8980         "license": "LGPL",
8981         "other-types": {
8982             "GstJackConnect": {
8983                 "kind": "enum",
8984                 "values": [
8985                     {
8986                         "desc": "Don't automatically connect ports to physical ports",
8987                         "name": "none",
8988                         "value": "0"
8989                     },
8990                     {
8991                         "desc": "Automatically connect ports to physical ports",
8992                         "name": "auto",
8993                         "value": "1"
8994                     },
8995                     {
8996                         "desc": "Automatically connect ports to as many physical ports as possible",
8997                         "name": "auto-forced",
8998                         "value": "2"
8999                     },
9000                     {
9001                         "desc": "Connect ports to explicitly requested physical ports",
9002                         "name": "explicit",
9003                         "value": "3"
9004                     }
9005                 ]
9006             },
9007             "GstJackTransport": {
9008                 "kind": "flags",
9009                 "values": [
9010                     {
9011                         "desc": "Start and stop transport with state changes",
9012                         "name": "master",
9013                         "value": "0x00000001"
9014                     },
9015                     {
9016                         "desc": "Follow transport state changes",
9017                         "name": "slave",
9018                         "value": "0x00000002"
9019                     }
9020                 ]
9021             }
9022         },
9023         "package": "GStreamer Good Plug-ins",
9024         "source": "gst-plugins-good",
9025         "tracers": {},
9026         "url": "Unknown package origin"
9027     },
9028     "jpeg": {
9029         "description": "JPeg plugin library",
9030         "elements": {
9031             "jpegdec": {
9032                 "author": "Wim Taymans <wim@fluendo.com>",
9033                 "description": "Decode images from JPEG format",
9034                 "hierarchy": [
9035                     "GstJpegDec",
9036                     "GstVideoDecoder",
9037                     "GstElement",
9038                     "GstObject",
9039                     "GInitiallyUnowned",
9040                     "GObject"
9041                 ],
9042                 "klass": "Codec/Decoder/Image",
9043                 "long-name": "JPEG image decoder",
9044                 "pad-templates": {
9045                     "sink": {
9046                         "caps": "image/jpeg:\n",
9047                         "direction": "sink",
9048                         "presence": "always"
9049                     },
9050                     "src": {
9051                         "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",
9052                         "direction": "src",
9053                         "presence": "always"
9054                     }
9055                 },
9056                 "properties": {
9057                     "idct-method": {
9058                         "blurb": "The IDCT algorithm to use",
9059                         "conditionally-available": false,
9060                         "construct": false,
9061                         "construct-only": false,
9062                         "controllable": false,
9063                         "default": "ifast (1)",
9064                         "mutable": "null",
9065                         "readable": true,
9066                         "type": "GstIDCTMethod",
9067                         "writable": true
9068                     },
9069                     "max-errors": {
9070                         "blurb": "(Deprecated) Error out after receiving N consecutive decoding errors (-1 = never fail, 0 = automatic, 1 = fail on first error)",
9071                         "conditionally-available": false,
9072                         "construct": false,
9073                         "construct-only": false,
9074                         "controllable": false,
9075                         "default": "0",
9076                         "max": "2147483647",
9077                         "min": "-1",
9078                         "mutable": "null",
9079                         "readable": true,
9080                         "type": "gint",
9081                         "writable": true
9082                     }
9083                 },
9084                 "rank": "primary"
9085             },
9086             "jpegenc": {
9087                 "author": "Wim Taymans <wim.taymans@tvd.be>",
9088                 "description": "Encode images in JPEG format",
9089                 "hierarchy": [
9090                     "GstJpegEnc",
9091                     "GstVideoEncoder",
9092                     "GstElement",
9093                     "GstObject",
9094                     "GInitiallyUnowned",
9095                     "GObject"
9096                 ],
9097                 "interfaces": [
9098                     "GstPreset"
9099                 ],
9100                 "klass": "Codec/Encoder/Image",
9101                 "long-name": "JPEG image encoder",
9102                 "pad-templates": {
9103                     "sink": {
9104                         "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",
9105                         "direction": "sink",
9106                         "presence": "always"
9107                     },
9108                     "src": {
9109                         "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",
9110                         "direction": "src",
9111                         "presence": "always"
9112                     }
9113                 },
9114                 "properties": {
9115                     "idct-method": {
9116                         "blurb": "The IDCT algorithm to use",
9117                         "conditionally-available": false,
9118                         "construct": false,
9119                         "construct-only": false,
9120                         "controllable": false,
9121                         "default": "ifast (1)",
9122                         "mutable": "null",
9123                         "readable": true,
9124                         "type": "GstIDCTMethod",
9125                         "writable": true
9126                     },
9127                     "quality": {
9128                         "blurb": "Quality of encoding",
9129                         "conditionally-available": false,
9130                         "construct": false,
9131                         "construct-only": false,
9132                         "controllable": false,
9133                         "default": "85",
9134                         "max": "100",
9135                         "min": "0",
9136                         "mutable": "playing",
9137                         "readable": true,
9138                         "type": "gint",
9139                         "writable": true
9140                     },
9141                     "snapshot": {
9142                         "blurb": "Send EOS after encoding a frame, useful for snapshots",
9143                         "conditionally-available": false,
9144                         "construct": false,
9145                         "construct-only": false,
9146                         "controllable": false,
9147                         "default": "false",
9148                         "mutable": "null",
9149                         "readable": true,
9150                         "type": "gboolean",
9151                         "writable": true
9152                     }
9153                 },
9154                 "rank": "primary"
9155             }
9156         },
9157         "filename": "gstjpeg",
9158         "license": "LGPL",
9159         "other-types": {
9160             "GstIDCTMethod": {
9161                 "kind": "enum",
9162                 "values": [
9163                     {
9164                         "desc": "Slow but accurate integer algorithm",
9165                         "name": "islow",
9166                         "value": "0"
9167                     },
9168                     {
9169                         "desc": "Faster, less accurate integer method",
9170                         "name": "ifast",
9171                         "value": "1"
9172                     },
9173                     {
9174                         "desc": "Floating-point: accurate, fast on fast HW",
9175                         "name": "float",
9176                         "value": "2"
9177                     }
9178                 ]
9179             }
9180         },
9181         "package": "GStreamer Good Plug-ins",
9182         "source": "gst-plugins-good",
9183         "tracers": {},
9184         "url": "Unknown package origin"
9185     },
9186     "lame": {
9187         "description": "Encode MP3s with LAME",
9188         "elements": {
9189             "lamemp3enc": {
9190                 "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>",
9191                 "description": "High-quality free MP3 encoder",
9192                 "hierarchy": [
9193                     "GstLameMP3Enc",
9194                     "GstAudioEncoder",
9195                     "GstElement",
9196                     "GstObject",
9197                     "GInitiallyUnowned",
9198                     "GObject"
9199                 ],
9200                 "interfaces": [
9201                     "GstPreset"
9202                 ],
9203                 "klass": "Codec/Encoder/Audio",
9204                 "long-name": "L.A.M.E. mp3 encoder",
9205                 "pad-templates": {
9206                     "sink": {
9207                         "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",
9208                         "direction": "sink",
9209                         "presence": "always"
9210                     },
9211                     "src": {
9212                         "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",
9213                         "direction": "src",
9214                         "presence": "always"
9215                     }
9216                 },
9217                 "properties": {
9218                     "bitrate": {
9219                         "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)",
9220                         "conditionally-available": false,
9221                         "construct": true,
9222                         "construct-only": false,
9223                         "controllable": false,
9224                         "default": "128",
9225                         "max": "320",
9226                         "min": "8",
9227                         "mutable": "null",
9228                         "readable": true,
9229                         "type": "gint",
9230                         "writable": true
9231                     },
9232                     "cbr": {
9233                         "blurb": "Enforce constant bitrate encoding (Only valid if target is bitrate)",
9234                         "conditionally-available": false,
9235                         "construct": true,
9236                         "construct-only": false,
9237                         "controllable": false,
9238                         "default": "false",
9239                         "mutable": "null",
9240                         "readable": true,
9241                         "type": "gboolean",
9242                         "writable": true
9243                     },
9244                     "encoding-engine-quality": {
9245                         "blurb": "Quality/speed of the encoding engine, this does not affect the bitrate!",
9246                         "conditionally-available": false,
9247                         "construct": true,
9248                         "construct-only": false,
9249                         "controllable": false,
9250                         "default": "standard (1)",
9251                         "mutable": "null",
9252                         "readable": true,
9253                         "type": "GstLameMP3EncEncodingEngineQuality",
9254                         "writable": true
9255                     },
9256                     "mono": {
9257                         "blurb": "Enforce mono encoding",
9258                         "conditionally-available": false,
9259                         "construct": true,
9260                         "construct-only": false,
9261                         "controllable": false,
9262                         "default": "false",
9263                         "mutable": "null",
9264                         "readable": true,
9265                         "type": "gboolean",
9266                         "writable": true
9267                     },
9268                     "quality": {
9269                         "blurb": "VBR Quality from 0 to 10, 0 being the best (Only valid if target is quality)",
9270                         "conditionally-available": false,
9271                         "construct": true,
9272                         "construct-only": false,
9273                         "controllable": false,
9274                         "default": "4",
9275                         "max": "9.999",
9276                         "min": "0",
9277                         "mutable": "null",
9278                         "readable": true,
9279                         "type": "gfloat",
9280                         "writable": true
9281                     },
9282                     "target": {
9283                         "blurb": "Optimize for quality or bitrate",
9284                         "conditionally-available": false,
9285                         "construct": true,
9286                         "construct-only": false,
9287                         "controllable": false,
9288                         "default": "quality (0)",
9289                         "mutable": "null",
9290                         "readable": true,
9291                         "type": "GstLameMP3EncTarget",
9292                         "writable": true
9293                     }
9294                 },
9295                 "rank": "primary"
9296             }
9297         },
9298         "filename": "gstlame",
9299         "license": "LGPL",
9300         "other-types": {
9301             "GstLameMP3EncEncodingEngineQuality": {
9302                 "kind": "enum",
9303                 "values": [
9304                     {
9305                         "desc": "Fast",
9306                         "name": "fast",
9307                         "value": "0"
9308                     },
9309                     {
9310                         "desc": "Standard",
9311                         "name": "standard",
9312                         "value": "1"
9313                     },
9314                     {
9315                         "desc": "High",
9316                         "name": "high",
9317                         "value": "2"
9318                     }
9319                 ]
9320             },
9321             "GstLameMP3EncTarget": {
9322                 "kind": "enum",
9323                 "values": [
9324                     {
9325                         "desc": "Quality",
9326                         "name": "quality",
9327                         "value": "0"
9328                     },
9329                     {
9330                         "desc": "Bitrate",
9331                         "name": "bitrate",
9332                         "value": "1"
9333                     }
9334                 ]
9335             }
9336         },
9337         "package": "GStreamer Good Plug-ins",
9338         "source": "gst-plugins-good",
9339         "tracers": {},
9340         "url": "Unknown package origin"
9341     },
9342     "level": {
9343         "description": "Audio level plugin",
9344         "elements": {
9345             "level": {
9346                 "author": "Thomas Vander Stichele <thomas at apestaart dot org>",
9347                 "description": "RMS/Peak/Decaying Peak Level messager for audio/raw",
9348                 "hierarchy": [
9349                     "GstLevel",
9350                     "GstBaseTransform",
9351                     "GstElement",
9352                     "GstObject",
9353                     "GInitiallyUnowned",
9354                     "GObject"
9355                 ],
9356                 "klass": "Filter/Analyzer/Audio",
9357                 "long-name": "Level",
9358                 "pad-templates": {
9359                     "sink": {
9360                         "caps": "audio/x-raw:\n         format: { S8, S16LE, S32LE, F32LE, F64LE }\n         layout: interleaved\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
9361                         "direction": "sink",
9362                         "presence": "always"
9363                     },
9364                     "src": {
9365                         "caps": "audio/x-raw:\n         format: { S8, S16LE, S32LE, F32LE, F64LE }\n         layout: interleaved\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
9366                         "direction": "src",
9367                         "presence": "always"
9368                     }
9369                 },
9370                 "properties": {
9371                     "audio-level-meta": {
9372                         "blurb": "Set GstAudioLevelMeta on buffers",
9373                         "conditionally-available": false,
9374                         "construct": false,
9375                         "construct-only": false,
9376                         "controllable": false,
9377                         "default": "false",
9378                         "mutable": "null",
9379                         "readable": true,
9380                         "type": "gboolean",
9381                         "writable": true
9382                     },
9383                     "interval": {
9384                         "blurb": "Interval of time between message posts (in nanoseconds)",
9385                         "conditionally-available": false,
9386                         "construct": false,
9387                         "construct-only": false,
9388                         "controllable": false,
9389                         "default": "100000000",
9390                         "max": "18446744073709551615",
9391                         "min": "1",
9392                         "mutable": "null",
9393                         "readable": true,
9394                         "type": "guint64",
9395                         "writable": true
9396                     },
9397                     "message": {
9398                         "blurb": "Post a 'level' message for each passed interval (deprecated, use the post-messages property instead)",
9399                         "conditionally-available": false,
9400                         "construct": false,
9401                         "construct-only": false,
9402                         "controllable": false,
9403                         "default": "true",
9404                         "mutable": "null",
9405                         "readable": true,
9406                         "type": "gboolean",
9407                         "writable": true
9408                     },
9409                     "peak-falloff": {
9410                         "blurb": "Decay rate of decay peak after TTL (in dB/sec)",
9411                         "conditionally-available": false,
9412                         "construct": false,
9413                         "construct-only": false,
9414                         "controllable": false,
9415                         "default": "10",
9416                         "max": "1.79769e+308",
9417                         "min": "0",
9418                         "mutable": "null",
9419                         "readable": true,
9420                         "type": "gdouble",
9421                         "writable": true
9422                     },
9423                     "peak-ttl": {
9424                         "blurb": "Time To Live of decay peak before it falls back (in nanoseconds)",
9425                         "conditionally-available": false,
9426                         "construct": false,
9427                         "construct-only": false,
9428                         "controllable": false,
9429                         "default": "300000000",
9430                         "max": "18446744073709551615",
9431                         "min": "0",
9432                         "mutable": "null",
9433                         "readable": true,
9434                         "type": "guint64",
9435                         "writable": true
9436                     },
9437                     "post-messages": {
9438                         "blurb": "Whether to post a 'level' element message on the bus for each passed interval",
9439                         "conditionally-available": false,
9440                         "construct": false,
9441                         "construct-only": false,
9442                         "controllable": false,
9443                         "default": "true",
9444                         "mutable": "null",
9445                         "readable": true,
9446                         "type": "gboolean",
9447                         "writable": true
9448                     }
9449                 },
9450                 "rank": "none"
9451             }
9452         },
9453         "filename": "gstlevel",
9454         "license": "LGPL",
9455         "other-types": {},
9456         "package": "GStreamer Good Plug-ins",
9457         "source": "gst-plugins-good",
9458         "tracers": {},
9459         "url": "Unknown package origin"
9460     },
9461     "matroska": {
9462         "description": "Matroska and WebM stream handling",
9463         "elements": {
9464             "matroskademux": {
9465                 "author": "GStreamer maintainers <gstreamer-devel@lists.freedesktop.org>",
9466                 "description": "Demuxes Matroska/WebM streams into video/audio/subtitles",
9467                 "hierarchy": [
9468                     "GstMatroskaDemux",
9469                     "GstElement",
9470                     "GstObject",
9471                     "GInitiallyUnowned",
9472                     "GObject"
9473                 ],
9474                 "klass": "Codec/Demuxer",
9475                 "long-name": "Matroska demuxer",
9476                 "pad-templates": {
9477                     "audio_%%u": {
9478                         "caps": "ANY",
9479                         "direction": "src",
9480                         "presence": "sometimes"
9481                     },
9482                     "sink": {
9483                         "caps": "audio/x-matroska:\nvideo/x-matroska:\nvideo/x-matroska-3d:\naudio/webm:\nvideo/webm:\n",
9484                         "direction": "sink",
9485                         "presence": "always"
9486                     },
9487                     "subtitle_%%u": {
9488                         "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",
9489                         "direction": "src",
9490                         "presence": "sometimes"
9491                     },
9492                     "video_%%u": {
9493                         "caps": "ANY",
9494                         "direction": "src",
9495                         "presence": "sometimes"
9496                     }
9497                 },
9498                 "properties": {
9499                     "max-backtrack-distance": {
9500                         "blurb": "Maximum backtrack distance in seconds when seeking without and index in pull mode and search for a keyframe (0 = disable backtracking).",
9501                         "conditionally-available": false,
9502                         "construct": false,
9503                         "construct-only": false,
9504                         "controllable": false,
9505                         "default": "30",
9506                         "max": "-1",
9507                         "min": "0",
9508                         "mutable": "null",
9509                         "readable": true,
9510                         "type": "guint",
9511                         "writable": true
9512                     },
9513                     "max-gap-time": {
9514                         "blurb": "The demuxer sends out segment events for skipping gaps longer than this (0 = disabled).",
9515                         "conditionally-available": false,
9516                         "construct": false,
9517                         "construct-only": false,
9518                         "controllable": false,
9519                         "default": "2000000000",
9520                         "max": "18446744073709551615",
9521                         "min": "0",
9522                         "mutable": "null",
9523                         "readable": true,
9524                         "type": "guint64",
9525                         "writable": true
9526                     }
9527                 },
9528                 "rank": "primary",
9529                 "signals": {}
9530             },
9531             "matroskamux": {
9532                 "author": "GStreamer maintainers <gstreamer-devel@lists.freedesktop.org>",
9533                 "description": "Muxes video/audio/subtitle streams into a matroska stream",
9534                 "hierarchy": [
9535                     "GstMatroskaMux",
9536                     "GstElement",
9537                     "GstObject",
9538                     "GInitiallyUnowned",
9539                     "GObject"
9540                 ],
9541                 "interfaces": [
9542                     "GstTagSetter",
9543                     "GstTocSetter"
9544                 ],
9545                 "klass": "Codec/Muxer",
9546                 "long-name": "Matroska muxer",
9547                 "pad-templates": {
9548                     "audio_%%u": {
9549                         "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",
9550                         "direction": "sink",
9551                         "presence": "request"
9552                     },
9553                     "src": {
9554                         "caps": "video/x-matroska:\nvideo/x-matroska-3d:\naudio/x-matroska:\n",
9555                         "direction": "src",
9556                         "presence": "always"
9557                     },
9558                     "subtitle_%%u": {
9559                         "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",
9560                         "direction": "sink",
9561                         "presence": "request"
9562                     },
9563                     "video_%%u": {
9564                         "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      alignment: tu\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\nvideo/x-ffv:\n      ffversion: 1\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n",
9565                         "direction": "sink",
9566                         "presence": "request"
9567                     }
9568                 },
9569                 "properties": {
9570                     "cluster-timestamp-offset": {
9571                         "blurb": "An offset to add to all clusters/blocks (in nanoseconds)",
9572                         "conditionally-available": false,
9573                         "construct": false,
9574                         "construct-only": false,
9575                         "controllable": false,
9576                         "default": "0",
9577                         "max": "18446744073709551615",
9578                         "min": "0",
9579                         "mutable": "null",
9580                         "readable": true,
9581                         "type": "guint64",
9582                         "writable": true
9583                     },
9584                     "creation-time": {
9585                         "blurb": "Date and time of creation. This will be used for the DateUTC field. NULL means that the current time will be used.",
9586                         "conditionally-available": false,
9587                         "construct": false,
9588                         "construct-only": false,
9589                         "controllable": false,
9590                         "mutable": "null",
9591                         "readable": true,
9592                         "type": "GDateTime",
9593                         "writable": true
9594                     },
9595                     "max-cluster-duration": {
9596                         "blurb": "A new cluster will be created if its duration exceeds this value. 0 means no maximum duration.",
9597                         "conditionally-available": false,
9598                         "construct": false,
9599                         "construct-only": false,
9600                         "controllable": false,
9601                         "default": "65535000000",
9602                         "max": "9223372036854775807",
9603                         "min": "0",
9604                         "mutable": "null",
9605                         "readable": true,
9606                         "type": "gint64",
9607                         "writable": true
9608                     },
9609                     "min-cluster-duration": {
9610                         "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.",
9611                         "conditionally-available": false,
9612                         "construct": false,
9613                         "construct-only": false,
9614                         "controllable": false,
9615                         "default": "500000000",
9616                         "max": "9223372036854775807",
9617                         "min": "0",
9618                         "mutable": "null",
9619                         "readable": true,
9620                         "type": "gint64",
9621                         "writable": true
9622                     },
9623                     "min-index-interval": {
9624                         "blurb": "An index entry is created every so many nanoseconds.",
9625                         "conditionally-available": false,
9626                         "construct": false,
9627                         "construct-only": false,
9628                         "controllable": false,
9629                         "default": "0",
9630                         "max": "9223372036854775807",
9631                         "min": "0",
9632                         "mutable": "null",
9633                         "readable": true,
9634                         "type": "gint64",
9635                         "writable": true
9636                     },
9637                     "offset-to-zero": {
9638                         "blurb": "Offsets all streams so that the earliest stream starts at 0.",
9639                         "conditionally-available": false,
9640                         "construct": false,
9641                         "construct-only": false,
9642                         "controllable": false,
9643                         "default": "false",
9644                         "mutable": "null",
9645                         "readable": true,
9646                         "type": "gboolean",
9647                         "writable": true
9648                     },
9649                     "streamable": {
9650                         "blurb": "If set to true, the output should be as if it is to be streamed and hence no indexes written or duration written.",
9651                         "conditionally-available": false,
9652                         "construct": false,
9653                         "construct-only": false,
9654                         "controllable": false,
9655                         "default": "false",
9656                         "mutable": "null",
9657                         "readable": true,
9658                         "type": "gboolean",
9659                         "writable": true
9660                     },
9661                     "timecodescale": {
9662                         "blurb": "TimecodeScale used to calculate the Raw Timecode of a Block",
9663                         "conditionally-available": false,
9664                         "construct": false,
9665                         "construct-only": false,
9666                         "controllable": false,
9667                         "default": "1000000",
9668                         "max": "1000000000",
9669                         "min": "1",
9670                         "mutable": "null",
9671                         "readable": true,
9672                         "type": "gint64",
9673                         "writable": true
9674                     },
9675                     "version": {
9676                         "blurb": "This parameter determines what Matroska features can be used.",
9677                         "conditionally-available": false,
9678                         "construct": false,
9679                         "construct-only": false,
9680                         "controllable": false,
9681                         "default": "2",
9682                         "max": "2",
9683                         "min": "1",
9684                         "mutable": "null",
9685                         "readable": true,
9686                         "type": "gint",
9687                         "writable": true
9688                     },
9689                     "writing-app": {
9690                         "blurb": "The name the application that creates the matroska file.",
9691                         "conditionally-available": false,
9692                         "construct": false,
9693                         "construct-only": false,
9694                         "controllable": false,
9695                         "default": "GStreamer Matroska muxer",
9696                         "mutable": "null",
9697                         "readable": true,
9698                         "type": "gchararray",
9699                         "writable": true
9700                     }
9701                 },
9702                 "rank": "primary"
9703             },
9704             "matroskaparse": {
9705                 "author": "GStreamer maintainers <gstreamer-devel@lists.freedesktop.org>",
9706                 "description": "Parses Matroska/WebM streams into video/audio/subtitles",
9707                 "hierarchy": [
9708                     "GstMatroskaParse",
9709                     "GstElement",
9710                     "GstObject",
9711                     "GInitiallyUnowned",
9712                     "GObject"
9713                 ],
9714                 "klass": "Codec/Parser",
9715                 "long-name": "Matroska parser",
9716                 "pad-templates": {
9717                     "sink": {
9718                         "caps": "audio/x-matroska:\nvideo/x-matroska:\nvideo/x-matroska-3d:\naudio/webm:\nvideo/webm:\n",
9719                         "direction": "sink",
9720                         "presence": "always"
9721                     },
9722                     "src": {
9723                         "caps": "audio/x-matroska:\nvideo/x-matroska:\nvideo/x-matroska-3d:\naudio/webm:\nvideo/webm:\n",
9724                         "direction": "src",
9725                         "presence": "always"
9726                     }
9727                 },
9728                 "rank": "none"
9729             },
9730             "webmmux": {
9731                 "author": "GStreamer maintainers <gstreamer-devel@lists.freedesktop.org>",
9732                 "description": "Muxes video and audio streams into a WebM stream",
9733                 "hierarchy": [
9734                     "GstWebMMux",
9735                     "GstMatroskaMux",
9736                     "GstElement",
9737                     "GstObject",
9738                     "GInitiallyUnowned",
9739                     "GObject"
9740                 ],
9741                 "interfaces": [
9742                     "GstTagSetter",
9743                     "GstTocSetter"
9744                 ],
9745                 "klass": "Codec/Muxer",
9746                 "long-name": "WebM muxer",
9747                 "pad-templates": {
9748                     "audio_%%u": {
9749                         "caps": "audio/x-vorbis:\n       channels: [ 1, 2147483647 ]\n           rate: [ 1, 2147483647 ]\naudio/x-opus:\n       channels: [ 1, 2147483647 ]\n           rate: [ 1, 2147483647 ]\n",
9750                         "direction": "sink",
9751                         "presence": "request"
9752                     },
9753                     "src": {
9754                         "caps": "video/webm:\naudio/webm:\n",
9755                         "direction": "src",
9756                         "presence": "always"
9757                     },
9758                     "subtitle_%%u": {
9759                         "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",
9760                         "direction": "sink",
9761                         "presence": "request"
9762                     },
9763                     "video_%%u": {
9764                         "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",
9765                         "direction": "sink",
9766                         "presence": "request"
9767                     }
9768                 },
9769                 "properties": {},
9770                 "rank": "primary"
9771             }
9772         },
9773         "filename": "gstmatroska",
9774         "license": "LGPL",
9775         "other-types": {},
9776         "package": "GStreamer Good Plug-ins",
9777         "source": "gst-plugins-good",
9778         "tracers": {},
9779         "url": "Unknown package origin"
9780     },
9781     "monoscope": {
9782         "description": "Monoscope visualization",
9783         "elements": {
9784             "monoscope": {
9785                 "author": "Richard Boulton <richard@tartarus.org>",
9786                 "description": "Displays a highly stabilised waveform of audio input",
9787                 "hierarchy": [
9788                     "GstMonoscope",
9789                     "GstElement",
9790                     "GstObject",
9791                     "GInitiallyUnowned",
9792                     "GObject"
9793                 ],
9794                 "klass": "Visualization",
9795                 "long-name": "Monoscope",
9796                 "pad-templates": {
9797                     "sink": {
9798                         "caps": "audio/x-raw:\n         format: S16LE\n           rate: [ 8000, 96000 ]\n       channels: 1\n         layout: interleaved\n",
9799                         "direction": "sink",
9800                         "presence": "always"
9801                     },
9802                     "src": {
9803                         "caps": "video/x-raw:\n         format: BGRx\n          width: 256\n         height: 128\n      framerate: [ 0/1, 2147483647/1 ]\n",
9804                         "direction": "src",
9805                         "presence": "always"
9806                     }
9807                 },
9808                 "rank": "none"
9809             }
9810         },
9811         "filename": "gstmonoscope",
9812         "license": "LGPL",
9813         "other-types": {},
9814         "package": "GStreamer Good Plug-ins",
9815         "source": "gst-plugins-good",
9816         "tracers": {},
9817         "url": "Unknown package origin"
9818     },
9819     "mpg123": {
9820         "description": "mp3 decoding based on the mpg123 library",
9821         "elements": {
9822             "mpg123audiodec": {
9823                 "author": "Carlos Rafael Giani <dv@pseudoterminal.org>",
9824                 "description": "Decodes mp3 streams using the mpg123 library",
9825                 "hierarchy": [
9826                     "GstMpg123AudioDec",
9827                     "GstAudioDecoder",
9828                     "GstElement",
9829                     "GstObject",
9830                     "GInitiallyUnowned",
9831                     "GObject"
9832                 ],
9833                 "klass": "Codec/Decoder/Audio",
9834                 "long-name": "mpg123 mp3 decoder",
9835                 "pad-templates": {
9836                     "sink": {
9837                         "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",
9838                         "direction": "sink",
9839                         "presence": "always"
9840                     },
9841                     "src": {
9842                         "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",
9843                         "direction": "src",
9844                         "presence": "always"
9845                     }
9846                 },
9847                 "properties": {},
9848                 "rank": "marginal"
9849             }
9850         },
9851         "filename": "gstmpg123",
9852         "license": "LGPL",
9853         "other-types": {},
9854         "package": "GStreamer Good Plug-ins",
9855         "source": "gst-plugins-good",
9856         "tracers": {},
9857         "url": "Unknown package origin"
9858     },
9859     "mulaw": {
9860         "description": "MuLaw audio conversion routines",
9861         "elements": {
9862             "mulawdec": {
9863                 "author": "Zaheer Abbas Merali <zaheerabbas at merali dot org>",
9864                 "description": "Convert 8bit mu law to 16bit PCM",
9865                 "hierarchy": [
9866                     "GstMuLawDec",
9867                     "GstAudioDecoder",
9868                     "GstElement",
9869                     "GstObject",
9870                     "GInitiallyUnowned",
9871                     "GObject"
9872                 ],
9873                 "klass": "Codec/Decoder/Audio",
9874                 "long-name": "Mu Law audio decoder",
9875                 "pad-templates": {
9876                     "sink": {
9877                         "caps": "audio/x-mulaw:\n           rate: [ 8000, 192000 ]\n       channels: [ 1, 2 ]\n",
9878                         "direction": "sink",
9879                         "presence": "always"
9880                     },
9881                     "src": {
9882                         "caps": "audio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: [ 8000, 192000 ]\n       channels: [ 1, 2 ]\n",
9883                         "direction": "src",
9884                         "presence": "always"
9885                     }
9886                 },
9887                 "properties": {},
9888                 "rank": "primary"
9889             },
9890             "mulawenc": {
9891                 "author": "Zaheer Abbas Merali <zaheerabbas at merali dot org>",
9892                 "description": "Convert 16bit PCM to 8bit mu law",
9893                 "hierarchy": [
9894                     "GstMuLawEnc",
9895                     "GstAudioEncoder",
9896                     "GstElement",
9897                     "GstObject",
9898                     "GInitiallyUnowned",
9899                     "GObject"
9900                 ],
9901                 "interfaces": [
9902                     "GstPreset"
9903                 ],
9904                 "klass": "Codec/Encoder/Audio",
9905                 "long-name": "Mu Law audio encoder",
9906                 "pad-templates": {
9907                     "sink": {
9908                         "caps": "audio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: [ 8000, 192000 ]\n       channels: [ 1, 2 ]\n",
9909                         "direction": "sink",
9910                         "presence": "always"
9911                     },
9912                     "src": {
9913                         "caps": "audio/x-mulaw:\n           rate: [ 8000, 192000 ]\n       channels: [ 1, 2 ]\n",
9914                         "direction": "src",
9915                         "presence": "always"
9916                     }
9917                 },
9918                 "properties": {},
9919                 "rank": "primary"
9920             }
9921         },
9922         "filename": "gstmulaw",
9923         "license": "LGPL",
9924         "other-types": {},
9925         "package": "GStreamer Good Plug-ins",
9926         "source": "gst-plugins-good",
9927         "tracers": {},
9928         "url": "Unknown package origin"
9929     },
9930     "multifile": {
9931         "description": "Reads/Writes buffers from/to sequentially named files",
9932         "elements": {
9933             "imagesequencesrc": {
9934                 "author": "Cesar Fabian Orccon Chipana <cfoch.fabian@gmail.com>\nThibault Saunier <tsaunier@igalia.com>",
9935                 "description": "Create a video stream from a sequence of image files",
9936                 "hierarchy": [
9937                     "GstImageSequenceSrc",
9938                     "GstPushSrc",
9939                     "GstBaseSrc",
9940                     "GstElement",
9941                     "GstObject",
9942                     "GInitiallyUnowned",
9943                     "GObject"
9944                 ],
9945                 "interfaces": [
9946                     "GstURIHandler"
9947                 ],
9948                 "klass": "Source/File/Video",
9949                 "long-name": "Image Sequence Source",
9950                 "pad-templates": {
9951                     "src": {
9952                         "caps": "ANY",
9953                         "direction": "src",
9954                         "presence": "always"
9955                     }
9956                 },
9957                 "properties": {
9958                     "framerate": {
9959                         "blurb": "The output framerate.",
9960                         "conditionally-available": false,
9961                         "construct": false,
9962                         "construct-only": false,
9963                         "controllable": false,
9964                         "default": "30/1",
9965                         "max": "2147483647/1",
9966                         "min": "1/1",
9967                         "mutable": "null",
9968                         "readable": false,
9969                         "type": "GstFraction",
9970                         "writable": true
9971                     },
9972                     "location": {
9973                         "blurb": "Pattern to create file names of input files.  File names are created by calling sprintf() with the pattern and the current index.",
9974                         "conditionally-available": false,
9975                         "construct": false,
9976                         "construct-only": false,
9977                         "controllable": false,
9978                         "default": "NULL",
9979                         "mutable": "null",
9980                         "readable": true,
9981                         "type": "gchararray",
9982                         "writable": true
9983                     },
9984                     "start-index": {
9985                         "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.",
9986                         "conditionally-available": false,
9987                         "construct": false,
9988                         "construct-only": false,
9989                         "controllable": false,
9990                         "default": "0",
9991                         "max": "2147483647",
9992                         "min": "0",
9993                         "mutable": "null",
9994                         "readable": true,
9995                         "type": "gint",
9996                         "writable": true
9997                     },
9998                     "stop-index": {
9999                         "blurb": "Stop value of index.  The special value -1 means no stop.",
10000                         "conditionally-available": false,
10001                         "construct": false,
10002                         "construct-only": false,
10003                         "controllable": false,
10004                         "default": "-1",
10005                         "max": "2147483647",
10006                         "min": "-1",
10007                         "mutable": "null",
10008                         "readable": true,
10009                         "type": "gint",
10010                         "writable": true
10011                     }
10012                 },
10013                 "rank": "none"
10014             },
10015             "multifilesink": {
10016                 "author": "David Schleef <ds@schleef.org>",
10017                 "description": "Write buffers to a sequentially named set of files",
10018                 "hierarchy": [
10019                     "GstMultiFileSink",
10020                     "GstBaseSink",
10021                     "GstElement",
10022                     "GstObject",
10023                     "GInitiallyUnowned",
10024                     "GObject"
10025                 ],
10026                 "klass": "Sink/File",
10027                 "long-name": "Multi-File Sink",
10028                 "pad-templates": {
10029                     "sink": {
10030                         "caps": "ANY",
10031                         "direction": "sink",
10032                         "presence": "always"
10033                     }
10034                 },
10035                 "properties": {
10036                     "aggregate-gops": {
10037                         "blurb": "Whether to aggregate GOPs and process them as a whole without splitting",
10038                         "conditionally-available": false,
10039                         "construct": false,
10040                         "construct-only": false,
10041                         "controllable": false,
10042                         "default": "false",
10043                         "mutable": "null",
10044                         "readable": true,
10045                         "type": "gboolean",
10046                         "writable": true
10047                     },
10048                     "index": {
10049                         "blurb": "Index to use with location property to create file names.  The index is incremented by one for each buffer written.",
10050                         "conditionally-available": false,
10051                         "construct": false,
10052                         "construct-only": false,
10053                         "controllable": false,
10054                         "default": "0",
10055                         "max": "2147483647",
10056                         "min": "0",
10057                         "mutable": "null",
10058                         "readable": true,
10059                         "type": "gint",
10060                         "writable": true
10061                     },
10062                     "location": {
10063                         "blurb": "Location of the file to write",
10064                         "conditionally-available": false,
10065                         "construct": false,
10066                         "construct-only": false,
10067                         "controllable": false,
10068                         "default": "%%05d",
10069                         "mutable": "null",
10070                         "readable": true,
10071                         "type": "gchararray",
10072                         "writable": true
10073                     },
10074                     "max-file-duration": {
10075                         "blurb": "Maximum file duration before starting a new file in max-duration mode (in nanoseconds)",
10076                         "conditionally-available": false,
10077                         "construct": false,
10078                         "construct-only": false,
10079                         "controllable": false,
10080                         "default": "18446744073709551615",
10081                         "max": "18446744073709551615",
10082                         "min": "0",
10083                         "mutable": "null",
10084                         "readable": true,
10085                         "type": "guint64",
10086                         "writable": true
10087                     },
10088                     "max-file-size": {
10089                         "blurb": "Maximum file size before starting a new file in max-size mode",
10090                         "conditionally-available": false,
10091                         "construct": false,
10092                         "construct-only": false,
10093                         "controllable": false,
10094                         "default": "2147483648",
10095                         "max": "18446744073709551615",
10096                         "min": "0",
10097                         "mutable": "null",
10098                         "readable": true,
10099                         "type": "guint64",
10100                         "writable": true
10101                     },
10102                     "max-files": {
10103                         "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.",
10104                         "conditionally-available": false,
10105                         "construct": false,
10106                         "construct-only": false,
10107                         "controllable": false,
10108                         "default": "0",
10109                         "max": "-1",
10110                         "min": "0",
10111                         "mutable": "null",
10112                         "readable": true,
10113                         "type": "guint",
10114                         "writable": true
10115                     },
10116                     "min-keyframe-distance": {
10117                         "blurb": "Minimum distance between keyframes to start a new file",
10118                         "conditionally-available": false,
10119                         "construct": false,
10120                         "construct-only": false,
10121                         "controllable": false,
10122                         "default": "10000000000",
10123                         "max": "18446744073709551615",
10124                         "min": "0",
10125                         "mutable": "null",
10126                         "readable": true,
10127                         "type": "guint64",
10128                         "writable": true
10129                     },
10130                     "next-file": {
10131                         "blurb": "When to start a new file",
10132                         "conditionally-available": false,
10133                         "construct": false,
10134                         "construct-only": false,
10135                         "controllable": false,
10136                         "default": "buffer (0)",
10137                         "mutable": "null",
10138                         "readable": true,
10139                         "type": "GstMultiFileSinkNext",
10140                         "writable": true
10141                     },
10142                     "post-messages": {
10143                         "blurb": "Post a message for each file with information of the buffer",
10144                         "conditionally-available": false,
10145                         "construct": false,
10146                         "construct-only": false,
10147                         "controllable": false,
10148                         "default": "false",
10149                         "mutable": "null",
10150                         "readable": true,
10151                         "type": "gboolean",
10152                         "writable": true
10153                     }
10154                 },
10155                 "rank": "none"
10156             },
10157             "multifilesrc": {
10158                 "author": "David Schleef <ds@schleef.org>",
10159                 "description": "Read a sequentially named set of files into buffers",
10160                 "hierarchy": [
10161                     "GstMultiFileSrc",
10162                     "GstPushSrc",
10163                     "GstBaseSrc",
10164                     "GstElement",
10165                     "GstObject",
10166                     "GInitiallyUnowned",
10167                     "GObject"
10168                 ],
10169                 "interfaces": [
10170                     "GstURIHandler"
10171                 ],
10172                 "klass": "Source/File",
10173                 "long-name": "Multi-File Source",
10174                 "pad-templates": {
10175                     "src": {
10176                         "caps": "ANY",
10177                         "direction": "src",
10178                         "presence": "always"
10179                     }
10180                 },
10181                 "properties": {
10182                     "caps": {
10183                         "blurb": "Caps describing the format of the data.",
10184                         "conditionally-available": false,
10185                         "construct": false,
10186                         "construct-only": false,
10187                         "controllable": false,
10188                         "mutable": "null",
10189                         "readable": true,
10190                         "type": "GstCaps",
10191                         "writable": true
10192                     },
10193                     "index": {
10194                         "blurb": "Index to use with location property to create file names.  The index is incremented by one for each buffer read.",
10195                         "conditionally-available": false,
10196                         "construct": false,
10197                         "construct-only": false,
10198                         "controllable": false,
10199                         "default": "0",
10200                         "max": "2147483647",
10201                         "min": "0",
10202                         "mutable": "null",
10203                         "readable": true,
10204                         "type": "gint",
10205                         "writable": true
10206                     },
10207                     "location": {
10208                         "blurb": "Pattern to create file names of input files.  File names are created by calling sprintf() with the pattern and the current index.",
10209                         "conditionally-available": false,
10210                         "construct": false,
10211                         "construct-only": false,
10212                         "controllable": false,
10213                         "default": "%%05d",
10214                         "mutable": "null",
10215                         "readable": true,
10216                         "type": "gchararray",
10217                         "writable": true
10218                     },
10219                     "loop": {
10220                         "blurb": "Whether to repeat from the beginning when all files have been read.",
10221                         "conditionally-available": false,
10222                         "construct": false,
10223                         "construct-only": false,
10224                         "controllable": false,
10225                         "default": "false",
10226                         "mutable": "null",
10227                         "readable": true,
10228                         "type": "gboolean",
10229                         "writable": true
10230                     },
10231                     "start-index": {
10232                         "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.",
10233                         "conditionally-available": false,
10234                         "construct": false,
10235                         "construct-only": false,
10236                         "controllable": false,
10237                         "default": "0",
10238                         "max": "2147483647",
10239                         "min": "0",
10240                         "mutable": "null",
10241                         "readable": true,
10242                         "type": "gint",
10243                         "writable": true
10244                     },
10245                     "stop-index": {
10246                         "blurb": "Stop value of index.  The special value -1 means no stop.",
10247                         "conditionally-available": false,
10248                         "construct": false,
10249                         "construct-only": false,
10250                         "controllable": false,
10251                         "default": "-1",
10252                         "max": "2147483647",
10253                         "min": "-1",
10254                         "mutable": "null",
10255                         "readable": true,
10256                         "type": "gint",
10257                         "writable": true
10258                     }
10259                 },
10260                 "rank": "none"
10261             },
10262             "splitfilesrc": {
10263                 "author": "Tim-Philipp Müller <tim.muller@collabora.co.uk>",
10264                 "description": "Read a sequentially named set of files as if it was one large file",
10265                 "hierarchy": [
10266                     "GstSplitFileSrc",
10267                     "GstBaseSrc",
10268                     "GstElement",
10269                     "GstObject",
10270                     "GInitiallyUnowned",
10271                     "GObject"
10272                 ],
10273                 "interfaces": [
10274                     "GstURIHandler"
10275                 ],
10276                 "klass": "Source/File",
10277                 "long-name": "Split-File Source",
10278                 "pad-templates": {
10279                     "src": {
10280                         "caps": "ANY",
10281                         "direction": "src",
10282                         "presence": "always"
10283                     }
10284                 },
10285                 "properties": {
10286                     "location": {
10287                         "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.",
10288                         "conditionally-available": false,
10289                         "construct": false,
10290                         "construct-only": false,
10291                         "controllable": false,
10292                         "default": "NULL",
10293                         "mutable": "null",
10294                         "readable": true,
10295                         "type": "gchararray",
10296                         "writable": true
10297                     }
10298                 },
10299                 "rank": "none"
10300             },
10301             "splitmuxsink": {
10302                 "author": "Jan Schmidt <jan@centricular.com>",
10303                 "description": "Convenience bin that muxes incoming streams into multiple time/size limited files",
10304                 "hierarchy": [
10305                     "GstSplitMuxSink",
10306                     "GstBin",
10307                     "GstElement",
10308                     "GstObject",
10309                     "GInitiallyUnowned",
10310                     "GObject"
10311                 ],
10312                 "interfaces": [
10313                     "GstChildProxy"
10314                 ],
10315                 "klass": "Generic/Bin/Muxer",
10316                 "long-name": "Split Muxing Bin",
10317                 "pad-templates": {
10318                     "audio_%%u": {
10319                         "caps": "ANY",
10320                         "direction": "sink",
10321                         "presence": "request"
10322                     },
10323                     "caption_%%u": {
10324                         "caps": "ANY",
10325                         "direction": "sink",
10326                         "presence": "request"
10327                     },
10328                     "subtitle_%%u": {
10329                         "caps": "ANY",
10330                         "direction": "sink",
10331                         "presence": "request"
10332                     },
10333                     "video": {
10334                         "caps": "ANY",
10335                         "direction": "sink",
10336                         "presence": "request"
10337                     },
10338                     "video_aux_%%u": {
10339                         "caps": "ANY",
10340                         "direction": "sink",
10341                         "presence": "request"
10342                     }
10343                 },
10344                 "properties": {
10345                     "alignment-threshold": {
10346                         "blurb": "Allow non-reference streams to be that many ns before the reference stream",
10347                         "conditionally-available": false,
10348                         "construct": false,
10349                         "construct-only": false,
10350                         "controllable": false,
10351                         "default": "0",
10352                         "max": "18446744073709551615",
10353                         "min": "0",
10354                         "mutable": "ready",
10355                         "readable": true,
10356                         "type": "guint64",
10357                         "writable": true
10358                     },
10359                     "async-finalize": {
10360                         "blurb": "Finalize each fragment asynchronously and start a new one",
10361                         "conditionally-available": false,
10362                         "construct": false,
10363                         "construct-only": false,
10364                         "controllable": false,
10365                         "default": "false",
10366                         "mutable": "null",
10367                         "readable": true,
10368                         "type": "gboolean",
10369                         "writable": true
10370                     },
10371                     "location": {
10372                         "blurb": "Format string pattern for the location of the files to write (e.g. video%%05d.mp4)",
10373                         "conditionally-available": false,
10374                         "construct": false,
10375                         "construct-only": false,
10376                         "controllable": false,
10377                         "default": "NULL",
10378                         "mutable": "null",
10379                         "readable": true,
10380                         "type": "gchararray",
10381                         "writable": true
10382                     },
10383                     "max-files": {
10384                         "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.",
10385                         "conditionally-available": false,
10386                         "construct": false,
10387                         "construct-only": false,
10388                         "controllable": false,
10389                         "default": "0",
10390                         "max": "-1",
10391                         "min": "0",
10392                         "mutable": "null",
10393                         "readable": true,
10394                         "type": "guint",
10395                         "writable": true
10396                     },
10397                     "max-size-bytes": {
10398                         "blurb": "Max. amount of data per file (in bytes, 0=disable)",
10399                         "conditionally-available": false,
10400                         "construct": false,
10401                         "construct-only": false,
10402                         "controllable": false,
10403                         "default": "0",
10404                         "max": "18446744073709551615",
10405                         "min": "0",
10406                         "mutable": "ready",
10407                         "readable": true,
10408                         "type": "guint64",
10409                         "writable": true
10410                     },
10411                     "max-size-time": {
10412                         "blurb": "Max. amount of time per file (in ns, 0=disable)",
10413                         "conditionally-available": false,
10414                         "construct": false,
10415                         "construct-only": false,
10416                         "controllable": false,
10417                         "default": "0",
10418                         "max": "18446744073709551615",
10419                         "min": "0",
10420                         "mutable": "ready",
10421                         "readable": true,
10422                         "type": "guint64",
10423                         "writable": true
10424                     },
10425                     "max-size-timecode": {
10426                         "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.",
10427                         "conditionally-available": false,
10428                         "construct": false,
10429                         "construct-only": false,
10430                         "controllable": false,
10431                         "default": "NULL",
10432                         "mutable": "ready",
10433                         "readable": true,
10434                         "type": "gchararray",
10435                         "writable": true
10436                     },
10437                     "mux-overhead": {
10438                         "blurb": "Extra size overhead of muxing (0.02 = 2%%)",
10439                         "conditionally-available": false,
10440                         "construct": false,
10441                         "construct-only": false,
10442                         "controllable": true,
10443                         "default": "0.02",
10444                         "max": "1",
10445                         "min": "0",
10446                         "mutable": "null",
10447                         "readable": true,
10448                         "type": "gdouble",
10449                         "writable": true
10450                     },
10451                     "muxer": {
10452                         "blurb": "The muxer element to use (NULL = default mp4mux). Valid only for async-finalize = FALSE",
10453                         "conditionally-available": false,
10454                         "construct": false,
10455                         "construct-only": false,
10456                         "controllable": false,
10457                         "mutable": "null",
10458                         "readable": true,
10459                         "type": "GstElement",
10460                         "writable": true
10461                     },
10462                     "muxer-factory": {
10463                         "blurb": "The muxer element factory to use (default = mp4mux). Valid only for async-finalize = TRUE",
10464                         "conditionally-available": false,
10465                         "construct": false,
10466                         "construct-only": false,
10467                         "controllable": false,
10468                         "default": "mp4mux",
10469                         "mutable": "null",
10470                         "readable": true,
10471                         "type": "gchararray",
10472                         "writable": true
10473                     },
10474                     "muxer-pad-map": {
10475                         "blurb": "A GstStructure specifies the mapping from splitmuxsink sink pads to muxer pads",
10476                         "conditionally-available": false,
10477                         "construct": false,
10478                         "construct-only": false,
10479                         "controllable": false,
10480                         "mutable": "null",
10481                         "readable": true,
10482                         "type": "GstStructure",
10483                         "writable": true
10484                     },
10485                     "muxer-preset": {
10486                         "blurb": "The muxer preset to use. Valid only for async-finalize = TRUE",
10487                         "conditionally-available": false,
10488                         "construct": false,
10489                         "construct-only": false,
10490                         "controllable": false,
10491                         "default": "NULL",
10492                         "mutable": "null",
10493                         "readable": true,
10494                         "type": "gchararray",
10495                         "writable": true
10496                     },
10497                     "muxer-properties": {
10498                         "blurb": "The muxer element properties to use. Example: {properties,boolean-prop=true,string-prop=\"hi\"}. Valid only for async-finalize = TRUE",
10499                         "conditionally-available": false,
10500                         "construct": false,
10501                         "construct-only": false,
10502                         "controllable": false,
10503                         "mutable": "null",
10504                         "readable": true,
10505                         "type": "GstStructure",
10506                         "writable": true
10507                     },
10508                     "reset-muxer": {
10509                         "blurb": "Reset the muxer after each segment. Disabling this will not work for most muxers.",
10510                         "conditionally-available": false,
10511                         "construct": false,
10512                         "construct-only": false,
10513                         "controllable": false,
10514                         "default": "true",
10515                         "mutable": "null",
10516                         "readable": true,
10517                         "type": "gboolean",
10518                         "writable": true
10519                     },
10520                     "send-keyframe-requests": {
10521                         "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.",
10522                         "conditionally-available": false,
10523                         "construct": false,
10524                         "construct-only": false,
10525                         "controllable": false,
10526                         "default": "false",
10527                         "mutable": "ready",
10528                         "readable": true,
10529                         "type": "gboolean",
10530                         "writable": true
10531                     },
10532                     "sink": {
10533                         "blurb": "The sink element (or element chain) to use (NULL = default filesink). Valid only for async-finalize = FALSE",
10534                         "conditionally-available": false,
10535                         "construct": false,
10536                         "construct-only": false,
10537                         "controllable": false,
10538                         "mutable": "null",
10539                         "readable": true,
10540                         "type": "GstElement",
10541                         "writable": true
10542                     },
10543                     "sink-factory": {
10544                         "blurb": "The sink element factory to use (default = filesink). Valid only for async-finalize = TRUE",
10545                         "conditionally-available": false,
10546                         "construct": false,
10547                         "construct-only": false,
10548                         "controllable": false,
10549                         "default": "filesink",
10550                         "mutable": "null",
10551                         "readable": true,
10552                         "type": "gchararray",
10553                         "writable": true
10554                     },
10555                     "sink-preset": {
10556                         "blurb": "The sink preset to use. Valid only for async-finalize = TRUE",
10557                         "conditionally-available": false,
10558                         "construct": false,
10559                         "construct-only": false,
10560                         "controllable": false,
10561                         "default": "NULL",
10562                         "mutable": "null",
10563                         "readable": true,
10564                         "type": "gchararray",
10565                         "writable": true
10566                     },
10567                     "sink-properties": {
10568                         "blurb": "The sink element properties to use. Example: {properties,boolean-prop=true,string-prop=\"hi\"}. Valid only for async-finalize = TRUE",
10569                         "conditionally-available": false,
10570                         "construct": false,
10571                         "construct-only": false,
10572                         "controllable": false,
10573                         "mutable": "null",
10574                         "readable": true,
10575                         "type": "GstStructure",
10576                         "writable": true
10577                     },
10578                     "start-index": {
10579                         "blurb": "Start value of fragment index.",
10580                         "conditionally-available": false,
10581                         "construct": false,
10582                         "construct-only": false,
10583                         "controllable": false,
10584                         "default": "0",
10585                         "max": "2147483647",
10586                         "min": "0",
10587                         "mutable": "null",
10588                         "readable": true,
10589                         "type": "gint",
10590                         "writable": true
10591                     },
10592                     "use-robust-muxing": {
10593                         "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.",
10594                         "conditionally-available": false,
10595                         "construct": false,
10596                         "construct-only": false,
10597                         "controllable": false,
10598                         "default": "false",
10599                         "mutable": "null",
10600                         "readable": true,
10601                         "type": "gboolean",
10602                         "writable": true
10603                     }
10604                 },
10605                 "rank": "none",
10606                 "signals": {
10607                     "format-location": {
10608                         "args": [
10609                             {
10610                                 "name": "arg0",
10611                                 "type": "guint"
10612                             }
10613                         ],
10614                         "return-type": "gchararray",
10615                         "when": "last"
10616                     },
10617                     "format-location-full": {
10618                         "args": [
10619                             {
10620                                 "name": "arg0",
10621                                 "type": "guint"
10622                             },
10623                             {
10624                                 "name": "arg1",
10625                                 "type": "GstSample"
10626                             }
10627                         ],
10628                         "return-type": "gchararray",
10629                         "when": "last"
10630                     },
10631                     "muxer-added": {
10632                         "args": [
10633                             {
10634                                 "name": "arg0",
10635                                 "type": "GstElement"
10636                             }
10637                         ],
10638                         "return-type": "void",
10639                         "when": "last"
10640                     },
10641                     "sink-added": {
10642                         "args": [
10643                             {
10644                                 "name": "arg0",
10645                                 "type": "GstElement"
10646                             }
10647                         ],
10648                         "return-type": "void",
10649                         "when": "last"
10650                     },
10651                     "split-after": {
10652                         "action": true,
10653                         "args": [],
10654                         "return-type": "void",
10655                         "when": "last"
10656                     },
10657                     "split-at-running-time": {
10658                         "action": true,
10659                         "args": [
10660                             {
10661                                 "name": "arg0",
10662                                 "type": "guint64"
10663                             }
10664                         ],
10665                         "return-type": "void",
10666                         "when": "last"
10667                     },
10668                     "split-now": {
10669                         "action": true,
10670                         "args": [],
10671                         "return-type": "void",
10672                         "when": "last"
10673                     }
10674                 }
10675             },
10676             "splitmuxsrc": {
10677                 "author": "Jan Schmidt <jan@centricular.com>",
10678                 "description": "Source that reads a set of files created by splitmuxsink",
10679                 "hierarchy": [
10680                     "GstSplitMuxSrc",
10681                     "GstBin",
10682                     "GstElement",
10683                     "GstObject",
10684                     "GInitiallyUnowned",
10685                     "GObject"
10686                 ],
10687                 "interfaces": [
10688                     "GstChildProxy",
10689                     "GstURIHandler"
10690                 ],
10691                 "klass": "Generic/Bin/Demuxer",
10692                 "long-name": "Split File Demuxing Bin",
10693                 "pad-templates": {
10694                     "audio_%%u": {
10695                         "caps": "ANY",
10696                         "direction": "src",
10697                         "presence": "sometimes"
10698                     },
10699                     "subtitle_%%u": {
10700                         "caps": "ANY",
10701                         "direction": "src",
10702                         "presence": "sometimes"
10703                     },
10704                     "video": {
10705                         "caps": "ANY",
10706                         "direction": "src",
10707                         "presence": "sometimes"
10708                     },
10709                     "video_%%u": {
10710                         "caps": "ANY",
10711                         "direction": "src",
10712                         "presence": "sometimes"
10713                     }
10714                 },
10715                 "properties": {
10716                     "location": {
10717                         "blurb": "Glob pattern for the location of the files to read",
10718                         "conditionally-available": false,
10719                         "construct": false,
10720                         "construct-only": false,
10721                         "controllable": false,
10722                         "default": "NULL",
10723                         "mutable": "null",
10724                         "readable": true,
10725                         "type": "gchararray",
10726                         "writable": true
10727                     }
10728                 },
10729                 "rank": "none",
10730                 "signals": {
10731                     "format-location": {
10732                         "args": [],
10733                         "return-type": "GStrv",
10734                         "when": "last"
10735                     }
10736                 }
10737             }
10738         },
10739         "filename": "gstmultifile",
10740         "license": "LGPL",
10741         "other-types": {
10742             "GstMultiFileSinkNext": {
10743                 "kind": "enum",
10744                 "values": [
10745                     {
10746                         "desc": "New file for each buffer",
10747                         "name": "buffer",
10748                         "value": "0"
10749                     },
10750                     {
10751                         "desc": "New file after each discontinuity",
10752                         "name": "discont",
10753                         "value": "1"
10754                     },
10755                     {
10756                         "desc": "New file at each key frame (Useful for MPEG-TS segmenting)",
10757                         "name": "key-frame",
10758                         "value": "2"
10759                     },
10760                     {
10761                         "desc": "New file after a force key unit event",
10762                         "name": "key-unit-event",
10763                         "value": "3"
10764                     },
10765                     {
10766                         "desc": "New file when the configured maximum file size would be exceeded with the next buffer or buffer list",
10767                         "name": "max-size",
10768                         "value": "4"
10769                     },
10770                     {
10771                         "desc": "New file when the configured maximum file duration would be exceeded with the next buffer or buffer list",
10772                         "name": "max-duration",
10773                         "value": "5"
10774                     }
10775                 ]
10776             }
10777         },
10778         "package": "GStreamer Good Plug-ins",
10779         "source": "gst-plugins-good",
10780         "tracers": {},
10781         "url": "Unknown package origin"
10782     },
10783     "multipart": {
10784         "description": "multipart stream manipulation",
10785         "elements": {
10786             "multipartdemux": {
10787                 "author": "Wim Taymans <wim.taymans@gmail.com>, Sjoerd Simons <sjoerd@luon.net>",
10788                 "description": "demux multipart streams",
10789                 "hierarchy": [
10790                     "GstMultipartDemux",
10791                     "GstElement",
10792                     "GstObject",
10793                     "GInitiallyUnowned",
10794                     "GObject"
10795                 ],
10796                 "klass": "Codec/Demuxer",
10797                 "long-name": "Multipart demuxer",
10798                 "pad-templates": {
10799                     "sink": {
10800                         "caps": "multipart/x-mixed-replace:\n",
10801                         "direction": "sink",
10802                         "presence": "always"
10803                     },
10804                     "src_%%u": {
10805                         "caps": "ANY",
10806                         "direction": "src",
10807                         "presence": "sometimes"
10808                     }
10809                 },
10810                 "properties": {
10811                     "boundary": {
10812                         "blurb": "The boundary string separating data, automatic if NULL",
10813                         "conditionally-available": false,
10814                         "construct": true,
10815                         "construct-only": false,
10816                         "controllable": false,
10817                         "default": "NULL",
10818                         "mutable": "null",
10819                         "readable": true,
10820                         "type": "gchararray",
10821                         "writable": true
10822                     },
10823                     "single-stream": {
10824                         "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",
10825                         "conditionally-available": false,
10826                         "construct": false,
10827                         "construct-only": false,
10828                         "controllable": false,
10829                         "default": "false",
10830                         "mutable": "null",
10831                         "readable": true,
10832                         "type": "gboolean",
10833                         "writable": true
10834                     }
10835                 },
10836                 "rank": "primary",
10837                 "signals": {}
10838             },
10839             "multipartmux": {
10840                 "author": "Wim Taymans <wim@fluendo.com>",
10841                 "description": "mux multipart streams",
10842                 "hierarchy": [
10843                     "GstMultipartMux",
10844                     "GstElement",
10845                     "GstObject",
10846                     "GInitiallyUnowned",
10847                     "GObject"
10848                 ],
10849                 "klass": "Codec/Muxer",
10850                 "long-name": "Multipart muxer",
10851                 "pad-templates": {
10852                     "sink_%%u": {
10853                         "caps": "ANY",
10854                         "direction": "sink",
10855                         "presence": "request"
10856                     },
10857                     "src": {
10858                         "caps": "multipart/x-mixed-replace:\n",
10859                         "direction": "src",
10860                         "presence": "always"
10861                     }
10862                 },
10863                 "properties": {
10864                     "boundary": {
10865                         "blurb": "Boundary string",
10866                         "conditionally-available": false,
10867                         "construct": false,
10868                         "construct-only": false,
10869                         "controllable": false,
10870                         "default": "ThisRandomString",
10871                         "mutable": "null",
10872                         "readable": true,
10873                         "type": "gchararray",
10874                         "writable": true
10875                     }
10876                 },
10877                 "rank": "none"
10878             }
10879         },
10880         "filename": "gstmultipart",
10881         "license": "LGPL",
10882         "other-types": {},
10883         "package": "GStreamer Good Plug-ins",
10884         "source": "gst-plugins-good",
10885         "tracers": {},
10886         "url": "Unknown package origin"
10887     },
10888     "navigationtest": {
10889         "description": "Template for a video filter",
10890         "elements": {
10891             "navigationtest": {
10892                 "author": "David Schleef <ds@schleef.org>",
10893                 "description": "Handle navigation events showing black squares following mouse pointer and touch points",
10894                 "hierarchy": [
10895                     "GstNavigationtest",
10896                     "GstVideoFilter",
10897                     "GstBaseTransform",
10898                     "GstElement",
10899                     "GstObject",
10900                     "GInitiallyUnowned",
10901                     "GObject"
10902                 ],
10903                 "klass": "Filter/Effect/Video",
10904                 "long-name": "Video navigation test",
10905                 "pad-templates": {
10906                     "sink": {
10907                         "caps": "video/x-raw:\n         format: I420\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
10908                         "direction": "sink",
10909                         "presence": "always"
10910                     },
10911                     "src": {
10912                         "caps": "video/x-raw:\n         format: I420\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
10913                         "direction": "src",
10914                         "presence": "always"
10915                     }
10916                 },
10917                 "properties": {
10918                     "display-mouse": {
10919                         "blurb": "Toggles display of mouse events",
10920                         "conditionally-available": false,
10921                         "construct": false,
10922                         "construct-only": false,
10923                         "controllable": false,
10924                         "default": "true",
10925                         "mutable": "null",
10926                         "readable": true,
10927                         "type": "gboolean",
10928                         "writable": true
10929                     },
10930                     "display-touch": {
10931                         "blurb": "Toggles display of touchscreen events",
10932                         "conditionally-available": false,
10933                         "construct": false,
10934                         "construct-only": false,
10935                         "controllable": false,
10936                         "default": "true",
10937                         "mutable": "null",
10938                         "readable": true,
10939                         "type": "gboolean",
10940                         "writable": true
10941                     }
10942                 },
10943                 "rank": "none"
10944             }
10945         },
10946         "filename": "gstnavigationtest",
10947         "license": "LGPL",
10948         "other-types": {},
10949         "package": "GStreamer Good Plug-ins",
10950         "source": "gst-plugins-good",
10951         "tracers": {},
10952         "url": "Unknown package origin"
10953     },
10954     "oss4": {
10955         "description": "Open Sound System (OSS) version 4 support for GStreamer",
10956         "elements": {
10957             "oss4sink": {
10958                 "author": "Tim-Philipp Müller <tim centricular net>",
10959                 "description": "Output to a sound card via OSS version 4",
10960                 "hierarchy": [
10961                     "GstOss4Sink",
10962                     "GstAudioSink",
10963                     "GstAudioBaseSink",
10964                     "GstBaseSink",
10965                     "GstElement",
10966                     "GstObject",
10967                     "GInitiallyUnowned",
10968                     "GObject"
10969                 ],
10970                 "interfaces": [
10971                     "GstStreamVolume"
10972                 ],
10973                 "klass": "Sink/Audio",
10974                 "long-name": "OSS v4 Audio Sink",
10975                 "pad-templates": {
10976                     "sink": {
10977                         "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",
10978                         "direction": "sink",
10979                         "presence": "always"
10980                     }
10981                 },
10982                 "properties": {
10983                     "device": {
10984                         "blurb": "OSS4 device (e.g. /dev/oss/hdaudio0/pcm0 or /dev/dspN) (NULL = use first available playback device)",
10985                         "conditionally-available": false,
10986                         "construct": false,
10987                         "construct-only": false,
10988                         "controllable": false,
10989                         "default": "NULL",
10990                         "mutable": "null",
10991                         "readable": true,
10992                         "type": "gchararray",
10993                         "writable": true
10994                     },
10995                     "device-name": {
10996                         "blurb": "Human-readable name of the sound device",
10997                         "conditionally-available": false,
10998                         "construct": false,
10999                         "construct-only": false,
11000                         "controllable": false,
11001                         "default": "NULL",
11002                         "mutable": "null",
11003                         "readable": true,
11004                         "type": "gchararray",
11005                         "writable": false
11006                     },
11007                     "mute": {
11008                         "blurb": "Mute state of this stream",
11009                         "conditionally-available": false,
11010                         "construct": false,
11011                         "construct-only": false,
11012                         "controllable": false,
11013                         "default": "false",
11014                         "mutable": "null",
11015                         "readable": true,
11016                         "type": "gboolean",
11017                         "writable": true
11018                     },
11019                     "volume": {
11020                         "blurb": "Linear volume of this stream, 1.0=100%%",
11021                         "conditionally-available": false,
11022                         "construct": false,
11023                         "construct-only": false,
11024                         "controllable": false,
11025                         "default": "1",
11026                         "max": "10",
11027                         "min": "0",
11028                         "mutable": "null",
11029                         "readable": true,
11030                         "type": "gdouble",
11031                         "writable": true
11032                     }
11033                 },
11034                 "rank": "secondary + 1"
11035             },
11036             "oss4src": {
11037                 "author": "Tim-Philipp Müller <tim centricular net>",
11038                 "description": "Capture from a sound card via OSS version 4",
11039                 "hierarchy": [
11040                     "GstOss4Source",
11041                     "GstAudioSrc",
11042                     "GstAudioBaseSrc",
11043                     "GstPushSrc",
11044                     "GstBaseSrc",
11045                     "GstElement",
11046                     "GstObject",
11047                     "GInitiallyUnowned",
11048                     "GObject"
11049                 ],
11050                 "klass": "Source/Audio",
11051                 "long-name": "OSS v4 Audio Source",
11052                 "pad-templates": {
11053                     "src": {
11054                         "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",
11055                         "direction": "src",
11056                         "presence": "always"
11057                     }
11058                 },
11059                 "properties": {
11060                     "device": {
11061                         "blurb": "OSS4 device (e.g. /dev/oss/hdaudio0/pcm0 or /dev/dspN) (NULL = use first available device)",
11062                         "conditionally-available": false,
11063                         "construct": false,
11064                         "construct-only": false,
11065                         "controllable": false,
11066                         "default": "NULL",
11067                         "mutable": "null",
11068                         "readable": true,
11069                         "type": "gchararray",
11070                         "writable": true
11071                     },
11072                     "device-name": {
11073                         "blurb": "Human-readable name of the sound device",
11074                         "conditionally-available": false,
11075                         "construct": false,
11076                         "construct-only": false,
11077                         "controllable": false,
11078                         "default": "NULL",
11079                         "mutable": "null",
11080                         "readable": true,
11081                         "type": "gchararray",
11082                         "writable": false
11083                     }
11084                 },
11085                 "rank": "secondary + 1"
11086             }
11087         },
11088         "filename": "gstoss4",
11089         "license": "LGPL",
11090         "other-types": {},
11091         "package": "GStreamer Good Plug-ins",
11092         "source": "gst-plugins-good",
11093         "tracers": {},
11094         "url": "Unknown package origin"
11095     },
11096     "ossaudio": {
11097         "description": "OSS (Open Sound System) support for GStreamer",
11098         "elements": {
11099             "osssink": {
11100                 "author": "Erik Walthinsen <omega@cse.ogi.edu>, Wim Taymans <wim.taymans@chello.be>",
11101                 "description": "Output to a sound card via OSS",
11102                 "hierarchy": [
11103                     "GstOssSink",
11104                     "GstAudioSink",
11105                     "GstAudioBaseSink",
11106                     "GstBaseSink",
11107                     "GstElement",
11108                     "GstObject",
11109                     "GInitiallyUnowned",
11110                     "GObject"
11111                 ],
11112                 "klass": "Sink/Audio",
11113                 "long-name": "Audio Sink (OSS)",
11114                 "pad-templates": {
11115                     "sink": {
11116                         "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",
11117                         "direction": "sink",
11118                         "presence": "always"
11119                     }
11120                 },
11121                 "properties": {
11122                     "device": {
11123                         "blurb": "OSS device (usually /dev/dspN)",
11124                         "conditionally-available": false,
11125                         "construct": false,
11126                         "construct-only": false,
11127                         "controllable": false,
11128                         "default": "/dev/dsp",
11129                         "mutable": "null",
11130                         "readable": true,
11131                         "type": "gchararray",
11132                         "writable": true
11133                     }
11134                 },
11135                 "rank": "secondary"
11136             },
11137             "osssrc": {
11138                 "author": "Erik Walthinsen <omega@cse.ogi.edu>, Wim Taymans <wim@fluendo.com>",
11139                 "description": "Capture from a sound card via OSS",
11140                 "hierarchy": [
11141                     "GstOssSrc",
11142                     "GstAudioSrc",
11143                     "GstAudioBaseSrc",
11144                     "GstPushSrc",
11145                     "GstBaseSrc",
11146                     "GstElement",
11147                     "GstObject",
11148                     "GInitiallyUnowned",
11149                     "GObject"
11150                 ],
11151                 "klass": "Source/Audio",
11152                 "long-name": "Audio Source (OSS)",
11153                 "pad-templates": {
11154                     "src": {
11155                         "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",
11156                         "direction": "src",
11157                         "presence": "always"
11158                     }
11159                 },
11160                 "properties": {
11161                     "device": {
11162                         "blurb": "OSS device (usually /dev/dspN)",
11163                         "conditionally-available": false,
11164                         "construct": false,
11165                         "construct-only": false,
11166                         "controllable": false,
11167                         "default": "/dev/dsp",
11168                         "mutable": "null",
11169                         "readable": true,
11170                         "type": "gchararray",
11171                         "writable": true
11172                     },
11173                     "device-name": {
11174                         "blurb": "Human-readable name of the sound device",
11175                         "conditionally-available": false,
11176                         "construct": false,
11177                         "construct-only": false,
11178                         "controllable": false,
11179                         "default": "",
11180                         "mutable": "null",
11181                         "readable": true,
11182                         "type": "gchararray",
11183                         "writable": false
11184                     }
11185                 },
11186                 "rank": "secondary"
11187             }
11188         },
11189         "filename": "gstossaudio",
11190         "license": "LGPL",
11191         "other-types": {},
11192         "package": "GStreamer Good Plug-ins",
11193         "source": "gst-plugins-good",
11194         "tracers": {},
11195         "url": "Unknown package origin"
11196     },
11197     "osxaudio": {
11198         "description": "OSX (Mac OS X) audio support for GStreamer",
11199         "elements": {
11200             "osxaudiosink": {
11201                 "author": "Zaheer Abbas Merali <zaheerabbas at merali dot org>",
11202                 "description": "Output to a sound card in OS X",
11203                 "hierarchy": [
11204                     "GstOsxAudioSink",
11205                     "GstAudioBaseSink",
11206                     "GstBaseSink",
11207                     "GstElement",
11208                     "GstObject",
11209                     "GInitiallyUnowned",
11210                     "GObject"
11211                 ],
11212                 "interfaces": [
11213                     "GstOsxAudioElement"
11214                 ],
11215                 "klass": "Sink/Audio",
11216                 "long-name": "Audio Sink (OSX)",
11217                 "pad-templates": {
11218                     "sink": {
11219                         "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",
11220                         "direction": "sink",
11221                         "presence": "always"
11222                     }
11223                 },
11224                 "properties": {
11225                     "device": {
11226                         "blurb": "Device ID of output device",
11227                         "conditionally-available": false,
11228                         "construct": false,
11229                         "construct-only": false,
11230                         "controllable": false,
11231                         "default": "0",
11232                         "max": "2147483647",
11233                         "min": "0",
11234                         "mutable": "null",
11235                         "readable": true,
11236                         "type": "gint",
11237                         "writable": true
11238                     },
11239                     "volume": {
11240                         "blurb": "Volume of this stream",
11241                         "conditionally-available": false,
11242                         "construct": false,
11243                         "construct-only": false,
11244                         "controllable": false,
11245                         "default": "1",
11246                         "max": "1",
11247                         "min": "0",
11248                         "mutable": "null",
11249                         "readable": true,
11250                         "type": "gdouble",
11251                         "writable": true
11252                     }
11253                 },
11254                 "rank": "primary"
11255             },
11256             "osxaudiosrc": {
11257                 "author": "Zaheer Abbas Merali <zaheerabbas at merali dot org>",
11258                 "description": "Input from a sound card in OS X",
11259                 "hierarchy": [
11260                     "GstOsxAudioSrc",
11261                     "GstAudioBaseSrc",
11262                     "GstPushSrc",
11263                     "GstBaseSrc",
11264                     "GstElement",
11265                     "GstObject",
11266                     "GInitiallyUnowned",
11267                     "GObject"
11268                 ],
11269                 "interfaces": [
11270                     "GstOsxAudioElement"
11271                 ],
11272                 "klass": "Source/Audio",
11273                 "long-name": "Audio Source (OSX)",
11274                 "pad-templates": {
11275                     "src": {
11276                         "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",
11277                         "direction": "src",
11278                         "presence": "always"
11279                     }
11280                 },
11281                 "properties": {
11282                     "device": {
11283                         "blurb": "Device ID of input device",
11284                         "conditionally-available": false,
11285                         "construct": false,
11286                         "construct-only": false,
11287                         "controllable": false,
11288                         "default": "0",
11289                         "max": "2147483647",
11290                         "min": "0",
11291                         "mutable": "null",
11292                         "readable": true,
11293                         "type": "gint",
11294                         "writable": true
11295                     }
11296                 },
11297                 "rank": "primary"
11298             }
11299         },
11300         "filename": "gstosxaudio",
11301         "license": "LGPL",
11302         "other-types": {
11303             "GstOsxAudioElement": {
11304                 "hierarchy": [
11305                     "GstOsxAudioElement",
11306                     "GInterface"
11307                 ],
11308                 "kind": "interface"
11309             }
11310         },
11311         "package": "GStreamer Good Plug-ins",
11312         "source": "gst-plugins-good",
11313         "tracers": {},
11314         "url": "Unknown package origin"
11315     },
11316     "osxvideo": {
11317         "description": "OSX native video output plugin",
11318         "elements": {
11319             "osxvideosink": {
11320                 "author": "Zaheer Abbas Merali <zaheerabbas at merali dot org>",
11321                 "description": "OSX native videosink",
11322                 "hierarchy": [
11323                     "GstOSXVideoSink",
11324                     "GstVideoSink",
11325                     "GstBaseSink",
11326                     "GstElement",
11327                     "GstObject",
11328                     "GInitiallyUnowned",
11329                     "GObject"
11330                 ],
11331                 "interfaces": [
11332                     "GstVideoOverlay",
11333                     "GstNavigation"
11334                 ],
11335                 "klass": "Sink/Video",
11336                 "long-name": "OSX Video sink",
11337                 "pad-templates": {
11338                     "sink": {
11339                         "caps": "video/x-raw:\n      framerate: [ 0/1, 2147483647/1 ]\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n         format: UYVY\n",
11340                         "direction": "sink",
11341                         "presence": "always"
11342                     }
11343                 },
11344                 "properties": {
11345                     "embed": {
11346                         "blurb": "For ABI compatibility only, do not use",
11347                         "conditionally-available": false,
11348                         "construct": false,
11349                         "construct-only": false,
11350                         "controllable": false,
11351                         "default": "false",
11352                         "mutable": "null",
11353                         "readable": true,
11354                         "type": "gboolean",
11355                         "writable": true
11356                     },
11357                     "force-aspect-ratio": {
11358                         "blurb": "When enabled, scaling will respect original aspect ration",
11359                         "conditionally-available": false,
11360                         "construct": false,
11361                         "construct-only": false,
11362                         "controllable": false,
11363                         "default": "false",
11364                         "mutable": "null",
11365                         "readable": true,
11366                         "type": "gboolean",
11367                         "writable": true
11368                     }
11369                 },
11370                 "rank": "marginal"
11371             }
11372         },
11373         "filename": "gstosxvideo",
11374         "license": "LGPL",
11375         "other-types": {},
11376         "package": "GStreamer Good Plug-ins",
11377         "source": "gst-plugins-good",
11378         "tracers": {},
11379         "url": "Unknown package origin"
11380     },
11381     "png": {
11382         "description": "PNG plugin library",
11383         "elements": {
11384             "pngdec": {
11385                 "author": "Wim Taymans <wim@fluendo.com>",
11386                 "description": "Decode a png video frame to a raw image",
11387                 "hierarchy": [
11388                     "GstPngDec",
11389                     "GstVideoDecoder",
11390                     "GstElement",
11391                     "GstObject",
11392                     "GInitiallyUnowned",
11393                     "GObject"
11394                 ],
11395                 "klass": "Codec/Decoder/Image",
11396                 "long-name": "PNG image decoder",
11397                 "pad-templates": {
11398                     "sink": {
11399                         "caps": "image/png:\n",
11400                         "direction": "sink",
11401                         "presence": "always"
11402                     },
11403                     "src": {
11404                         "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",
11405                         "direction": "src",
11406                         "presence": "always"
11407                     }
11408                 },
11409                 "properties": {},
11410                 "rank": "primary"
11411             },
11412             "pngenc": {
11413                 "author": "Jeremy SIMON <jsimon13@yahoo.fr>",
11414                 "description": "Encode a video frame to a .png image",
11415                 "hierarchy": [
11416                     "GstPngEnc",
11417                     "GstVideoEncoder",
11418                     "GstElement",
11419                     "GstObject",
11420                     "GInitiallyUnowned",
11421                     "GObject"
11422                 ],
11423                 "interfaces": [
11424                     "GstPreset"
11425                 ],
11426                 "klass": "Codec/Encoder/Image",
11427                 "long-name": "PNG image encoder",
11428                 "pad-templates": {
11429                     "sink": {
11430                         "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",
11431                         "direction": "sink",
11432                         "presence": "always"
11433                     },
11434                     "src": {
11435                         "caps": "image/png:\n          width: [ 1, 1000000 ]\n         height: [ 1, 1000000 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
11436                         "direction": "src",
11437                         "presence": "always"
11438                     }
11439                 },
11440                 "properties": {
11441                     "compression-level": {
11442                         "blurb": "PNG compression level",
11443                         "conditionally-available": false,
11444                         "construct": false,
11445                         "construct-only": false,
11446                         "controllable": false,
11447                         "default": "6",
11448                         "max": "9",
11449                         "min": "0",
11450                         "mutable": "null",
11451                         "readable": true,
11452                         "type": "guint",
11453                         "writable": true
11454                     },
11455                     "snapshot": {
11456                         "blurb": "Send EOS after encoding a frame, useful for snapshots",
11457                         "conditionally-available": false,
11458                         "construct": false,
11459                         "construct-only": false,
11460                         "controllable": false,
11461                         "default": "false",
11462                         "mutable": "null",
11463                         "readable": true,
11464                         "type": "gboolean",
11465                         "writable": true
11466                     }
11467                 },
11468                 "rank": "primary"
11469             }
11470         },
11471         "filename": "gstpng",
11472         "license": "LGPL",
11473         "other-types": {},
11474         "package": "GStreamer Good Plug-ins",
11475         "source": "gst-plugins-good",
11476         "tracers": {},
11477         "url": "Unknown package origin"
11478     },
11479     "pulseaudio": {
11480         "description": "PulseAudio plugin library",
11481         "elements": {
11482             "pulsesink": {
11483                 "author": "Lennart Poettering",
11484                 "description": "Plays audio to a PulseAudio server",
11485                 "hierarchy": [
11486                     "GstPulseSink",
11487                     "GstAudioBaseSink",
11488                     "GstBaseSink",
11489                     "GstElement",
11490                     "GstObject",
11491                     "GInitiallyUnowned",
11492                     "GObject"
11493                 ],
11494                 "interfaces": [
11495                     "GstStreamVolume"
11496                 ],
11497                 "klass": "Sink/Audio",
11498                 "long-name": "PulseAudio Audio Sink",
11499                 "pad-templates": {
11500                     "sink": {
11501                         "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",
11502                         "direction": "sink",
11503                         "presence": "always"
11504                     }
11505                 },
11506                 "properties": {
11507                     "client-name": {
11508                         "blurb": "The PulseAudio client name to use",
11509                         "conditionally-available": false,
11510                         "construct": false,
11511                         "construct-only": false,
11512                         "controllable": false,
11513                         "default": "gst-hotdoc-plugins-scanner",
11514                         "mutable": "ready",
11515                         "readable": true,
11516                         "type": "gchararray",
11517                         "writable": true
11518                     },
11519                     "current-device": {
11520                         "blurb": "The current PulseAudio sink device",
11521                         "conditionally-available": false,
11522                         "construct": false,
11523                         "construct-only": false,
11524                         "controllable": false,
11525                         "default": "",
11526                         "mutable": "null",
11527                         "readable": true,
11528                         "type": "gchararray",
11529                         "writable": false
11530                     },
11531                     "device": {
11532                         "blurb": "The PulseAudio sink device to connect to",
11533                         "conditionally-available": false,
11534                         "construct": false,
11535                         "construct-only": false,
11536                         "controllable": false,
11537                         "default": "NULL",
11538                         "mutable": "null",
11539                         "readable": true,
11540                         "type": "gchararray",
11541                         "writable": true
11542                     },
11543                     "device-name": {
11544                         "blurb": "Human-readable name of the sound device",
11545                         "conditionally-available": false,
11546                         "construct": false,
11547                         "construct-only": false,
11548                         "controllable": false,
11549                         "default": "NULL",
11550                         "mutable": "null",
11551                         "readable": true,
11552                         "type": "gchararray",
11553                         "writable": false
11554                     },
11555                     "mute": {
11556                         "blurb": "Mute state of this stream",
11557                         "conditionally-available": false,
11558                         "construct": false,
11559                         "construct-only": false,
11560                         "controllable": false,
11561                         "default": "false",
11562                         "mutable": "null",
11563                         "readable": true,
11564                         "type": "gboolean",
11565                         "writable": true
11566                     },
11567                     "server": {
11568                         "blurb": "The PulseAudio server to connect to",
11569                         "conditionally-available": false,
11570                         "construct": false,
11571                         "construct-only": false,
11572                         "controllable": false,
11573                         "default": "NULL",
11574                         "mutable": "null",
11575                         "readable": true,
11576                         "type": "gchararray",
11577                         "writable": true
11578                     },
11579                     "stream-properties": {
11580                         "blurb": "list of pulseaudio stream properties",
11581                         "conditionally-available": false,
11582                         "construct": false,
11583                         "construct-only": false,
11584                         "controllable": false,
11585                         "mutable": "null",
11586                         "readable": true,
11587                         "type": "GstStructure",
11588                         "writable": true
11589                     },
11590                     "volume": {
11591                         "blurb": "Linear volume of this stream, 1.0=100%%",
11592                         "conditionally-available": false,
11593                         "construct": false,
11594                         "construct-only": false,
11595                         "controllable": false,
11596                         "default": "1",
11597                         "max": "10",
11598                         "min": "0",
11599                         "mutable": "null",
11600                         "readable": true,
11601                         "type": "gdouble",
11602                         "writable": true
11603                     }
11604                 },
11605                 "rank": "primary + 10"
11606             },
11607             "pulsesrc": {
11608                 "author": "Lennart Poettering",
11609                 "description": "Captures audio from a PulseAudio server",
11610                 "hierarchy": [
11611                     "GstPulseSrc",
11612                     "GstAudioSrc",
11613                     "GstAudioBaseSrc",
11614                     "GstPushSrc",
11615                     "GstBaseSrc",
11616                     "GstElement",
11617                     "GstObject",
11618                     "GInitiallyUnowned",
11619                     "GObject"
11620                 ],
11621                 "interfaces": [
11622                     "GstStreamVolume"
11623                 ],
11624                 "klass": "Source/Audio",
11625                 "long-name": "PulseAudio Audio Source",
11626                 "pad-templates": {
11627                     "src": {
11628                         "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",
11629                         "direction": "src",
11630                         "presence": "always"
11631                     }
11632                 },
11633                 "properties": {
11634                     "client-name": {
11635                         "blurb": "The PulseAudio client_name_to_use",
11636                         "conditionally-available": false,
11637                         "construct": false,
11638                         "construct-only": false,
11639                         "controllable": false,
11640                         "default": "gst-hotdoc-plugins-scanner",
11641                         "mutable": "ready",
11642                         "readable": true,
11643                         "type": "gchararray",
11644                         "writable": true
11645                     },
11646                     "current-device": {
11647                         "blurb": "The current PulseAudio source device",
11648                         "conditionally-available": false,
11649                         "construct": false,
11650                         "construct-only": false,
11651                         "controllable": false,
11652                         "default": "",
11653                         "mutable": "null",
11654                         "readable": true,
11655                         "type": "gchararray",
11656                         "writable": false
11657                     },
11658                     "device": {
11659                         "blurb": "The PulseAudio source device to connect to",
11660                         "conditionally-available": false,
11661                         "construct": false,
11662                         "construct-only": false,
11663                         "controllable": false,
11664                         "default": "NULL",
11665                         "mutable": "null",
11666                         "readable": true,
11667                         "type": "gchararray",
11668                         "writable": true
11669                     },
11670                     "device-name": {
11671                         "blurb": "Human-readable name of the sound device",
11672                         "conditionally-available": false,
11673                         "construct": false,
11674                         "construct-only": false,
11675                         "controllable": false,
11676                         "default": "NULL",
11677                         "mutable": "null",
11678                         "readable": true,
11679                         "type": "gchararray",
11680                         "writable": false
11681                     },
11682                     "mute": {
11683                         "blurb": "Mute state of this stream",
11684                         "conditionally-available": false,
11685                         "construct": false,
11686                         "construct-only": false,
11687                         "controllable": false,
11688                         "default": "false",
11689                         "mutable": "null",
11690                         "readable": true,
11691                         "type": "gboolean",
11692                         "writable": true
11693                     },
11694                     "server": {
11695                         "blurb": "The PulseAudio server to connect to",
11696                         "conditionally-available": false,
11697                         "construct": false,
11698                         "construct-only": false,
11699                         "controllable": false,
11700                         "default": "NULL",
11701                         "mutable": "null",
11702                         "readable": true,
11703                         "type": "gchararray",
11704                         "writable": true
11705                     },
11706                     "source-output-index": {
11707                         "blurb": "The index of the PulseAudio source output corresponding to this record stream",
11708                         "conditionally-available": false,
11709                         "construct": false,
11710                         "construct-only": false,
11711                         "controllable": false,
11712                         "default": "-1",
11713                         "max": "-1",
11714                         "min": "0",
11715                         "mutable": "null",
11716                         "readable": true,
11717                         "type": "guint",
11718                         "writable": false
11719                     },
11720                     "stream-properties": {
11721                         "blurb": "list of pulseaudio stream properties",
11722                         "conditionally-available": false,
11723                         "construct": false,
11724                         "construct-only": false,
11725                         "controllable": false,
11726                         "mutable": "null",
11727                         "readable": true,
11728                         "type": "GstStructure",
11729                         "writable": true
11730                     },
11731                     "volume": {
11732                         "blurb": "Linear volume of this stream, 1.0=100%%",
11733                         "conditionally-available": false,
11734                         "construct": false,
11735                         "construct-only": false,
11736                         "controllable": false,
11737                         "default": "1",
11738                         "max": "10",
11739                         "min": "0",
11740                         "mutable": "null",
11741                         "readable": true,
11742                         "type": "gdouble",
11743                         "writable": true
11744                     }
11745                 },
11746                 "rank": "primary + 10"
11747             }
11748         },
11749         "filename": "gstpulseaudio",
11750         "license": "LGPL",
11751         "other-types": {},
11752         "package": "GStreamer Good Plug-ins",
11753         "source": "gst-plugins-good",
11754         "tracers": {},
11755         "url": "Unknown package origin"
11756     },
11757     "qmlgl": {
11758         "description": "Qt gl plugin",
11759         "elements": {
11760             "qmlgloverlay": {
11761                 "author": "Matthew Waters <matthew@centricular.com>",
11762                 "description": "A filter that renders a QML scene onto a video stream",
11763                 "hierarchy": [
11764                     "GstQtOverlay",
11765                     "GstGLFilter",
11766                     "GstGLBaseFilter",
11767                     "GstBaseTransform",
11768                     "GstElement",
11769                     "GstObject",
11770                     "GInitiallyUnowned",
11771                     "GObject"
11772                 ],
11773                 "klass": "Filter/QML/Overlay",
11774                 "long-name": "Qt Video Overlay",
11775                 "pad-templates": {
11776                     "sink": {
11777                         "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",
11778                         "direction": "sink",
11779                         "presence": "always"
11780                     },
11781                     "src": {
11782                         "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",
11783                         "direction": "src",
11784                         "presence": "always"
11785                     }
11786                 },
11787                 "properties": {
11788                     "context": {
11789                         "blurb": "Get OpenGL context",
11790                         "conditionally-available": false,
11791                         "construct": false,
11792                         "construct-only": false,
11793                         "controllable": false,
11794                         "mutable": "null",
11795                         "readable": true,
11796                         "type": "GstGLContext",
11797                         "writable": false
11798                     },
11799                     "qml-scene": {
11800                         "blurb": "The contents of the QML scene",
11801                         "conditionally-available": false,
11802                         "construct": false,
11803                         "construct-only": false,
11804                         "controllable": false,
11805                         "default": "NULL",
11806                         "mutable": "null",
11807                         "readable": true,
11808                         "type": "gchararray",
11809                         "writable": true
11810                     },
11811                     "qos": {
11812                         "blurb": "Handle Quality-of-Service events",
11813                         "conditionally-available": false,
11814                         "construct": false,
11815                         "construct-only": false,
11816                         "controllable": false,
11817                         "default": "true",
11818                         "mutable": "null",
11819                         "readable": true,
11820                         "type": "gboolean",
11821                         "writable": true
11822                     },
11823                     "root-item": {
11824                         "blurb": "The root QQuickItem from the qml-scene used to render",
11825                         "conditionally-available": false,
11826                         "construct": false,
11827                         "construct-only": false,
11828                         "controllable": false,
11829                         "mutable": "null",
11830                         "readable": true,
11831                         "type": "gpointer",
11832                         "writable": false
11833                     },
11834                     "widget": {
11835                         "blurb": "The QQuickItem to place the input video in the object hierarchy",
11836                         "conditionally-available": false,
11837                         "construct": false,
11838                         "construct-only": false,
11839                         "controllable": false,
11840                         "mutable": "null",
11841                         "readable": true,
11842                         "type": "gpointer",
11843                         "writable": true
11844                     }
11845                 },
11846                 "rank": "none",
11847                 "signals": {
11848                     "qml-scene-destroyed": {
11849                         "args": [],
11850                         "return-type": "void",
11851                         "when": "last"
11852                     },
11853                     "qml-scene-initialized": {
11854                         "args": [],
11855                         "return-type": "void",
11856                         "when": "last"
11857                     }
11858                 }
11859             },
11860             "qmlglsink": {
11861                 "author": "Matthew Waters <matthew@centricular.com>",
11862                 "description": "A video sink that renders to a QQuickItem",
11863                 "hierarchy": [
11864                     "GstQtSink",
11865                     "GstVideoSink",
11866                     "GstBaseSink",
11867                     "GstElement",
11868                     "GstObject",
11869                     "GInitiallyUnowned",
11870                     "GObject"
11871                 ],
11872                 "interfaces": [
11873                     "GstNavigation"
11874                 ],
11875                 "klass": "Sink/Video",
11876                 "long-name": "Qt Video Sink",
11877                 "pad-templates": {
11878                     "sink": {
11879                         "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",
11880                         "direction": "sink",
11881                         "presence": "always"
11882                     }
11883                 },
11884                 "properties": {
11885                     "async": {
11886                         "blurb": "Go asynchronously to PAUSED",
11887                         "conditionally-available": false,
11888                         "construct": false,
11889                         "construct-only": false,
11890                         "controllable": false,
11891                         "default": "true",
11892                         "mutable": "null",
11893                         "readable": true,
11894                         "type": "gboolean",
11895                         "writable": true
11896                     },
11897                     "blocksize": {
11898                         "blurb": "Size in bytes to pull per buffer (0 = default)",
11899                         "conditionally-available": false,
11900                         "construct": false,
11901                         "construct-only": false,
11902                         "controllable": false,
11903                         "default": "4096",
11904                         "max": "-1",
11905                         "min": "0",
11906                         "mutable": "null",
11907                         "readable": true,
11908                         "type": "guint",
11909                         "writable": true
11910                     },
11911                     "enable-last-sample": {
11912                         "blurb": "Enable the last-sample property",
11913                         "conditionally-available": false,
11914                         "construct": false,
11915                         "construct-only": false,
11916                         "controllable": false,
11917                         "default": "true",
11918                         "mutable": "null",
11919                         "readable": true,
11920                         "type": "gboolean",
11921                         "writable": true
11922                     },
11923                     "force-aspect-ratio": {
11924                         "blurb": "When enabled, scaling will respect original aspect ratio",
11925                         "conditionally-available": false,
11926                         "construct": false,
11927                         "construct-only": false,
11928                         "controllable": false,
11929                         "default": "true",
11930                         "mutable": "null",
11931                         "readable": true,
11932                         "type": "gboolean",
11933                         "writable": true
11934                     },
11935                     "last-sample": {
11936                         "blurb": "The last sample received in the sink",
11937                         "conditionally-available": false,
11938                         "construct": false,
11939                         "construct-only": false,
11940                         "controllable": false,
11941                         "mutable": "null",
11942                         "readable": true,
11943                         "type": "GstSample",
11944                         "writable": false
11945                     },
11946                     "max-bitrate": {
11947                         "blurb": "The maximum bits per second to render (0 = disabled)",
11948                         "conditionally-available": false,
11949                         "construct": false,
11950                         "construct-only": false,
11951                         "controllable": false,
11952                         "default": "0",
11953                         "max": "18446744073709551615",
11954                         "min": "0",
11955                         "mutable": "null",
11956                         "readable": true,
11957                         "type": "guint64",
11958                         "writable": true
11959                     },
11960                     "max-lateness": {
11961                         "blurb": "Maximum number of nanoseconds that a buffer can be late before it is dropped (-1 unlimited)",
11962                         "conditionally-available": false,
11963                         "construct": false,
11964                         "construct-only": false,
11965                         "controllable": false,
11966                         "default": "5000000",
11967                         "max": "9223372036854775807",
11968                         "min": "-1",
11969                         "mutable": "null",
11970                         "readable": true,
11971                         "type": "gint64",
11972                         "writable": true
11973                     },
11974                     "pixel-aspect-ratio": {
11975                         "blurb": "The pixel aspect ratio of the device",
11976                         "conditionally-available": false,
11977                         "construct": false,
11978                         "construct-only": false,
11979                         "controllable": false,
11980                         "default": "0/1",
11981                         "max": "2147483647/1",
11982                         "min": "0/1",
11983                         "mutable": "null",
11984                         "readable": true,
11985                         "type": "GstFraction",
11986                         "writable": true
11987                     },
11988                     "processing-deadline": {
11989                         "blurb": "Maximum processing time for a buffer in nanoseconds",
11990                         "conditionally-available": false,
11991                         "construct": false,
11992                         "construct-only": false,
11993                         "controllable": false,
11994                         "default": "15000000",
11995                         "max": "18446744073709551615",
11996                         "min": "0",
11997                         "mutable": "null",
11998                         "readable": true,
11999                         "type": "guint64",
12000                         "writable": true
12001                     },
12002                     "qos": {
12003                         "blurb": "Generate Quality-of-Service events upstream",
12004                         "conditionally-available": false,
12005                         "construct": false,
12006                         "construct-only": false,
12007                         "controllable": false,
12008                         "default": "true",
12009                         "mutable": "null",
12010                         "readable": true,
12011                         "type": "gboolean",
12012                         "writable": true
12013                     },
12014                     "render-delay": {
12015                         "blurb": "Additional render delay of the sink in nanoseconds",
12016                         "conditionally-available": false,
12017                         "construct": false,
12018                         "construct-only": false,
12019                         "controllable": false,
12020                         "default": "0",
12021                         "max": "18446744073709551615",
12022                         "min": "0",
12023                         "mutable": "null",
12024                         "readable": true,
12025                         "type": "guint64",
12026                         "writable": true
12027                     },
12028                     "show-preroll-frame": {
12029                         "blurb": "Whether to render video frames during preroll",
12030                         "conditionally-available": false,
12031                         "construct": true,
12032                         "construct-only": false,
12033                         "controllable": false,
12034                         "default": "true",
12035                         "mutable": "null",
12036                         "readable": true,
12037                         "type": "gboolean",
12038                         "writable": true
12039                     },
12040                     "stats": {
12041                         "blurb": "Sink Statistics",
12042                         "conditionally-available": false,
12043                         "construct": false,
12044                         "construct-only": false,
12045                         "controllable": false,
12046                         "default": "application/x-gst-base-sink-stats, average-rate=(double)0, dropped=(guint64)0, rendered=(guint64)0;",
12047                         "mutable": "null",
12048                         "readable": true,
12049                         "type": "GstStructure",
12050                         "writable": false
12051                     },
12052                     "sync": {
12053                         "blurb": "Sync on the clock",
12054                         "conditionally-available": false,
12055                         "construct": false,
12056                         "construct-only": false,
12057                         "controllable": false,
12058                         "default": "true",
12059                         "mutable": "null",
12060                         "readable": true,
12061                         "type": "gboolean",
12062                         "writable": true
12063                     },
12064                     "throttle-time": {
12065                         "blurb": "The time to keep between rendered buffers (0 = disabled)",
12066                         "conditionally-available": false,
12067                         "construct": false,
12068                         "construct-only": false,
12069                         "controllable": false,
12070                         "default": "0",
12071                         "max": "18446744073709551615",
12072                         "min": "0",
12073                         "mutable": "null",
12074                         "readable": true,
12075                         "type": "guint64",
12076                         "writable": true
12077                     },
12078                     "ts-offset": {
12079                         "blurb": "Timestamp offset in nanoseconds",
12080                         "conditionally-available": false,
12081                         "construct": false,
12082                         "construct-only": false,
12083                         "controllable": false,
12084                         "default": "0",
12085                         "max": "9223372036854775807",
12086                         "min": "-9223372036854775808",
12087                         "mutable": "null",
12088                         "readable": true,
12089                         "type": "gint64",
12090                         "writable": true
12091                     },
12092                     "widget": {
12093                         "blurb": "The QQuickItem to place in the object hierarchy",
12094                         "conditionally-available": false,
12095                         "construct": false,
12096                         "construct-only": false,
12097                         "controllable": false,
12098                         "mutable": "null",
12099                         "readable": true,
12100                         "type": "gpointer",
12101                         "writable": true
12102                     }
12103                 },
12104                 "rank": "none"
12105             },
12106             "qmlglsrc": {
12107                 "author": "Multimedia Team <shmmmw@freescale.com>",
12108                 "description": "A video src that captures a window from a QML view",
12109                 "hierarchy": [
12110                     "GstQtSrc",
12111                     "GstPushSrc",
12112                     "GstBaseSrc",
12113                     "GstElement",
12114                     "GstObject",
12115                     "GInitiallyUnowned",
12116                     "GObject"
12117                 ],
12118                 "klass": "Source/Video",
12119                 "long-name": "Qt Video Source",
12120                 "pad-templates": {
12121                     "src": {
12122                         "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",
12123                         "direction": "src",
12124                         "presence": "always"
12125                     }
12126                 },
12127                 "properties": {
12128                     "blocksize": {
12129                         "blurb": "Size in bytes to read per buffer (-1 = default)",
12130                         "conditionally-available": false,
12131                         "construct": false,
12132                         "construct-only": false,
12133                         "controllable": false,
12134                         "default": "4096",
12135                         "max": "-1",
12136                         "min": "0",
12137                         "mutable": "null",
12138                         "readable": true,
12139                         "type": "guint",
12140                         "writable": true
12141                     },
12142                     "do-timestamp": {
12143                         "blurb": "Apply current stream time to buffers",
12144                         "conditionally-available": false,
12145                         "construct": false,
12146                         "construct-only": false,
12147                         "controllable": false,
12148                         "default": "false",
12149                         "mutable": "null",
12150                         "readable": true,
12151                         "type": "gboolean",
12152                         "writable": true
12153                     },
12154                     "num-buffers": {
12155                         "blurb": "Number of buffers to output before sending EOS (-1 = unlimited)",
12156                         "conditionally-available": false,
12157                         "construct": false,
12158                         "construct-only": false,
12159                         "controllable": false,
12160                         "default": "-1",
12161                         "max": "2147483647",
12162                         "min": "-1",
12163                         "mutable": "null",
12164                         "readable": true,
12165                         "type": "gint",
12166                         "writable": true
12167                     },
12168                     "typefind": {
12169                         "blurb": "Run typefind before negotiating (deprecated, non-functional)",
12170                         "conditionally-available": false,
12171                         "construct": false,
12172                         "construct-only": false,
12173                         "controllable": false,
12174                         "default": "false",
12175                         "mutable": "null",
12176                         "readable": true,
12177                         "type": "gboolean",
12178                         "writable": true
12179                     },
12180                     "use-default-fbo": {
12181                         "blurb": "When set it will not create a new FBO for the QML render thread",
12182                         "conditionally-available": false,
12183                         "construct": false,
12184                         "construct-only": false,
12185                         "controllable": false,
12186                         "default": "false",
12187                         "mutable": "null",
12188                         "readable": true,
12189                         "type": "gboolean",
12190                         "writable": true
12191                     },
12192                     "window": {
12193                         "blurb": "The QQuickWindow to place in the object hierarchy",
12194                         "conditionally-available": false,
12195                         "construct": false,
12196                         "construct-only": false,
12197                         "controllable": false,
12198                         "mutable": "null",
12199                         "readable": true,
12200                         "type": "gpointer",
12201                         "writable": true
12202                     }
12203                 },
12204                 "rank": "none"
12205             }
12206         },
12207         "filename": "gstqmlgl",
12208         "license": "LGPL",
12209         "other-types": {},
12210         "package": "GStreamer Good Plug-ins",
12211         "source": "gst-plugins-good",
12212         "tracers": {},
12213         "url": "Unknown package origin"
12214     },
12215     "replaygain": {
12216         "description": "ReplayGain volume normalization",
12217         "elements": {
12218             "rganalysis": {
12219                 "author": "René Stadler <mail@renestadler.de>",
12220                 "description": "Perform the ReplayGain analysis",
12221                 "hierarchy": [
12222                     "GstRgAnalysis",
12223                     "GstBaseTransform",
12224                     "GstElement",
12225                     "GstObject",
12226                     "GInitiallyUnowned",
12227                     "GObject"
12228                 ],
12229                 "klass": "Filter/Analyzer/Audio",
12230                 "long-name": "ReplayGain analysis",
12231                 "pad-templates": {
12232                     "sink": {
12233                         "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",
12234                         "direction": "sink",
12235                         "presence": "always"
12236                     },
12237                     "src": {
12238                         "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",
12239                         "direction": "src",
12240                         "presence": "always"
12241                     }
12242                 },
12243                 "properties": {
12244                     "forced": {
12245                         "blurb": "Analyze even if ReplayGain tags exist",
12246                         "conditionally-available": false,
12247                         "construct": false,
12248                         "construct-only": false,
12249                         "controllable": false,
12250                         "default": "true",
12251                         "mutable": "null",
12252                         "readable": true,
12253                         "type": "gboolean",
12254                         "writable": true
12255                     },
12256                     "message": {
12257                         "blurb": "Post statics messages",
12258                         "conditionally-available": false,
12259                         "construct": true,
12260                         "construct-only": false,
12261                         "controllable": false,
12262                         "default": "false",
12263                         "mutable": "null",
12264                         "readable": true,
12265                         "type": "gboolean",
12266                         "writable": true
12267                     },
12268                     "num-tracks": {
12269                         "blurb": "Number of remaining album tracks",
12270                         "conditionally-available": false,
12271                         "construct": false,
12272                         "construct-only": false,
12273                         "controllable": false,
12274                         "default": "0",
12275                         "max": "2147483647",
12276                         "min": "0",
12277                         "mutable": "null",
12278                         "readable": true,
12279                         "type": "gint",
12280                         "writable": true
12281                     },
12282                     "reference-level": {
12283                         "blurb": "Reference level [dB]",
12284                         "conditionally-available": false,
12285                         "construct": false,
12286                         "construct-only": false,
12287                         "controllable": false,
12288                         "default": "89",
12289                         "max": "150",
12290                         "min": "0",
12291                         "mutable": "null",
12292                         "readable": true,
12293                         "type": "gdouble",
12294                         "writable": true
12295                     }
12296                 },
12297                 "rank": "none"
12298             },
12299             "rglimiter": {
12300                 "author": "René Stadler <mail@renestadler.de>",
12301                 "description": "Apply signal compression to raw audio data",
12302                 "hierarchy": [
12303                     "GstRgLimiter",
12304                     "GstBaseTransform",
12305                     "GstElement",
12306                     "GstObject",
12307                     "GInitiallyUnowned",
12308                     "GObject"
12309                 ],
12310                 "klass": "Filter/Effect/Audio",
12311                 "long-name": "ReplayGain limiter",
12312                 "pad-templates": {
12313                     "sink": {
12314                         "caps": "audio/x-raw:\n         format: F32LE\n         layout: { (string)interleaved, (string)non-interleaved }\n       channels: [ 1, 2147483647 ]\n           rate: [ 1, 2147483647 ]\n",
12315                         "direction": "sink",
12316                         "presence": "always"
12317                     },
12318                     "src": {
12319                         "caps": "audio/x-raw:\n         format: F32LE\n         layout: { (string)interleaved, (string)non-interleaved }\n       channels: [ 1, 2147483647 ]\n           rate: [ 1, 2147483647 ]\n",
12320                         "direction": "src",
12321                         "presence": "always"
12322                     }
12323                 },
12324                 "properties": {
12325                     "enabled": {
12326                         "blurb": "Enable processing",
12327                         "conditionally-available": false,
12328                         "construct": false,
12329                         "construct-only": false,
12330                         "controllable": false,
12331                         "default": "true",
12332                         "mutable": "null",
12333                         "readable": true,
12334                         "type": "gboolean",
12335                         "writable": true
12336                     }
12337                 },
12338                 "rank": "none"
12339             },
12340             "rgvolume": {
12341                 "author": "René Stadler <mail@renestadler.de>",
12342                 "description": "Apply ReplayGain volume adjustment",
12343                 "hierarchy": [
12344                     "GstRgVolume",
12345                     "GstBin",
12346                     "GstElement",
12347                     "GstObject",
12348                     "GInitiallyUnowned",
12349                     "GObject"
12350                 ],
12351                 "interfaces": [
12352                     "GstChildProxy"
12353                 ],
12354                 "klass": "Filter/Effect/Audio",
12355                 "long-name": "ReplayGain volume",
12356                 "pad-templates": {
12357                     "sink": {
12358                         "caps": "audio/x-raw:\n         format: { F32LE, S16LE }\n         layout: { (string)interleaved, (string)non-interleaved }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
12359                         "direction": "sink",
12360                         "presence": "always"
12361                     },
12362                     "src": {
12363                         "caps": "audio/x-raw:\n         format: { F32LE, S16LE }\n         layout: { (string)interleaved, (string)non-interleaved }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
12364                         "direction": "src",
12365                         "presence": "always"
12366                     }
12367                 },
12368                 "properties": {
12369                     "album-mode": {
12370                         "blurb": "Prefer album over track gain",
12371                         "conditionally-available": false,
12372                         "construct": false,
12373                         "construct-only": false,
12374                         "controllable": false,
12375                         "default": "true",
12376                         "mutable": "null",
12377                         "readable": true,
12378                         "type": "gboolean",
12379                         "writable": true
12380                     },
12381                     "fallback-gain": {
12382                         "blurb": "Gain for streams missing tags [dB]",
12383                         "conditionally-available": false,
12384                         "construct": false,
12385                         "construct-only": false,
12386                         "controllable": false,
12387                         "default": "0",
12388                         "max": "60",
12389                         "min": "-60",
12390                         "mutable": "null",
12391                         "readable": true,
12392                         "type": "gdouble",
12393                         "writable": true
12394                     },
12395                     "headroom": {
12396                         "blurb": "Extra headroom [dB]",
12397                         "conditionally-available": false,
12398                         "construct": false,
12399                         "construct-only": false,
12400                         "controllable": false,
12401                         "default": "0",
12402                         "max": "60",
12403                         "min": "0",
12404                         "mutable": "null",
12405                         "readable": true,
12406                         "type": "gdouble",
12407                         "writable": true
12408                     },
12409                     "pre-amp": {
12410                         "blurb": "Extra gain [dB]",
12411                         "conditionally-available": false,
12412                         "construct": false,
12413                         "construct-only": false,
12414                         "controllable": false,
12415                         "default": "0",
12416                         "max": "60",
12417                         "min": "-60",
12418                         "mutable": "null",
12419                         "readable": true,
12420                         "type": "gdouble",
12421                         "writable": true
12422                     },
12423                     "result-gain": {
12424                         "blurb": "Applied gain [dB]",
12425                         "conditionally-available": false,
12426                         "construct": false,
12427                         "construct-only": false,
12428                         "controllable": false,
12429                         "default": "0",
12430                         "max": "120",
12431                         "min": "-120",
12432                         "mutable": "null",
12433                         "readable": true,
12434                         "type": "gdouble",
12435                         "writable": false
12436                     },
12437                     "target-gain": {
12438                         "blurb": "Applicable gain [dB]",
12439                         "conditionally-available": false,
12440                         "construct": false,
12441                         "construct-only": false,
12442                         "controllable": false,
12443                         "default": "0",
12444                         "max": "120",
12445                         "min": "-120",
12446                         "mutable": "null",
12447                         "readable": true,
12448                         "type": "gdouble",
12449                         "writable": false
12450                     }
12451                 },
12452                 "rank": "none"
12453             }
12454         },
12455         "filename": "gstreplaygain",
12456         "license": "LGPL",
12457         "other-types": {},
12458         "package": "GStreamer Good Plug-ins",
12459         "source": "gst-plugins-good",
12460         "tracers": {},
12461         "url": "Unknown package origin"
12462     },
12463     "rpicamsrc": {
12464         "description": "Raspberry Pi Camera Source",
12465         "elements": {
12466             "rpicamsrc": {
12467                 "author": "Jan Schmidt <jan@centricular.com>",
12468                 "description": "Raspberry Pi camera module source",
12469                 "hierarchy": [
12470                     "GstRpiCamSrc",
12471                     "GstPushSrc",
12472                     "GstBaseSrc",
12473                     "GstElement",
12474                     "GstObject",
12475                     "GInitiallyUnowned",
12476                     "GObject"
12477                 ],
12478                 "interfaces": [
12479                     "GstColorBalance",
12480                     "GstVideoDirection",
12481                     "GstVideoOrientation"
12482                 ],
12483                 "klass": "Source/Video",
12484                 "long-name": "Raspberry Pi Camera Source",
12485                 "pad-templates": {
12486                     "src": {
12487                         "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",
12488                         "direction": "src",
12489                         "presence": "always"
12490                     }
12491                 },
12492                 "properties": {
12493                     "annotation-mode": {
12494                         "blurb": "Flags to control annotation of the output video",
12495                         "conditionally-available": false,
12496                         "construct": false,
12497                         "construct-only": false,
12498                         "controllable": false,
12499                         "default": "(none)",
12500                         "mutable": "null",
12501                         "readable": true,
12502                         "type": "GstRpiCamSrcAnnotationMode",
12503                         "writable": true
12504                     },
12505                     "annotation-text": {
12506                         "blurb": "Text string to annotate onto video when annotation-mode flags include 'custom-text'",
12507                         "conditionally-available": false,
12508                         "construct": false,
12509                         "construct-only": false,
12510                         "controllable": false,
12511                         "default": "",
12512                         "mutable": "null",
12513                         "readable": true,
12514                         "type": "gchararray",
12515                         "writable": true
12516                     },
12517                     "annotation-text-bg-colour": {
12518                         "blurb": "Set the annotation text background colour, as the integer corresponding to a VUY value eg 0x8080FF = 8421631, -1 for default",
12519                         "conditionally-available": false,
12520                         "construct": false,
12521                         "construct-only": false,
12522                         "controllable": false,
12523                         "default": "-1",
12524                         "max": "2147483647",
12525                         "min": "-1",
12526                         "mutable": "null",
12527                         "readable": true,
12528                         "type": "gint",
12529                         "writable": true
12530                     },
12531                     "annotation-text-colour": {
12532                         "blurb": "Set the annotation text colour, as the integer corresponding to a VUY value eg 0x8080FF = 8421631, -1 for default",
12533                         "conditionally-available": false,
12534                         "construct": false,
12535                         "construct-only": false,
12536                         "controllable": false,
12537                         "default": "-1",
12538                         "max": "2147483647",
12539                         "min": "-1",
12540                         "mutable": "null",
12541                         "readable": true,
12542                         "type": "gint",
12543                         "writable": true
12544                     },
12545                     "annotation-text-size": {
12546                         "blurb": "Set the size of annotation text (in pixels) (0 = Auto)",
12547                         "conditionally-available": false,
12548                         "construct": false,
12549                         "construct-only": false,
12550                         "controllable": false,
12551                         "default": "0",
12552                         "max": "2147483647",
12553                         "min": "0",
12554                         "mutable": "null",
12555                         "readable": true,
12556                         "type": "gint",
12557                         "writable": true
12558                     },
12559                     "awb-gain-blue": {
12560                         "blurb": "Manual AWB Gain for blue channel when awb-mode=off",
12561                         "conditionally-available": false,
12562                         "construct": false,
12563                         "construct-only": false,
12564                         "controllable": false,
12565                         "default": "0",
12566                         "max": "8",
12567                         "min": "0",
12568                         "mutable": "null",
12569                         "readable": true,
12570                         "type": "gfloat",
12571                         "writable": true
12572                     },
12573                     "awb-gain-red": {
12574                         "blurb": "Manual AWB Gain for red channel when awb-mode=off",
12575                         "conditionally-available": false,
12576                         "construct": false,
12577                         "construct-only": false,
12578                         "controllable": false,
12579                         "default": "0",
12580                         "max": "8",
12581                         "min": "0",
12582                         "mutable": "null",
12583                         "readable": true,
12584                         "type": "gfloat",
12585                         "writable": true
12586                     },
12587                     "awb-mode": {
12588                         "blurb": "White Balance mode",
12589                         "conditionally-available": false,
12590                         "construct": false,
12591                         "construct-only": false,
12592                         "controllable": false,
12593                         "default": "auto (1)",
12594                         "mutable": "null",
12595                         "readable": true,
12596                         "type": "GstRpiCamSrcAWBMode",
12597                         "writable": true
12598                     },
12599                     "bitrate": {
12600                         "blurb": "Bitrate for encoding. 0 for VBR using quantisation-parameter",
12601                         "conditionally-available": false,
12602                         "construct": false,
12603                         "construct-only": false,
12604                         "controllable": false,
12605                         "default": "17000000",
12606                         "max": "25000000",
12607                         "min": "0",
12608                         "mutable": "null",
12609                         "readable": true,
12610                         "type": "gint",
12611                         "writable": true
12612                     },
12613                     "brightness": {
12614                         "blurb": "Image capture brightness",
12615                         "conditionally-available": false,
12616                         "construct": false,
12617                         "construct-only": false,
12618                         "controllable": false,
12619                         "default": "50",
12620                         "max": "100",
12621                         "min": "0",
12622                         "mutable": "null",
12623                         "readable": true,
12624                         "type": "gint",
12625                         "writable": true
12626                     },
12627                     "camera-number": {
12628                         "blurb": "Which camera to use on a multi-camera system - 0 or 1",
12629                         "conditionally-available": false,
12630                         "construct": false,
12631                         "construct-only": false,
12632                         "controllable": false,
12633                         "default": "0",
12634                         "max": "1",
12635                         "min": "0",
12636                         "mutable": "null",
12637                         "readable": true,
12638                         "type": "gint",
12639                         "writable": true
12640                     },
12641                     "contrast": {
12642                         "blurb": "Image capture contrast",
12643                         "conditionally-available": false,
12644                         "construct": false,
12645                         "construct-only": false,
12646                         "controllable": false,
12647                         "default": "0",
12648                         "max": "100",
12649                         "min": "-100",
12650                         "mutable": "null",
12651                         "readable": true,
12652                         "type": "gint",
12653                         "writable": true
12654                     },
12655                     "drc": {
12656                         "blurb": "Dynamic Range Control level",
12657                         "conditionally-available": false,
12658                         "construct": false,
12659                         "construct-only": false,
12660                         "controllable": false,
12661                         "default": "off (0)",
12662                         "mutable": "null",
12663                         "readable": true,
12664                         "type": "GstRpiCamSrcDRCLevel",
12665                         "writable": true
12666                     },
12667                     "exposure-compensation": {
12668                         "blurb": "Exposure Value compensation",
12669                         "conditionally-available": false,
12670                         "construct": false,
12671                         "construct-only": false,
12672                         "controllable": false,
12673                         "default": "0",
12674                         "max": "10",
12675                         "min": "-10",
12676                         "mutable": "null",
12677                         "readable": true,
12678                         "type": "gint",
12679                         "writable": true
12680                     },
12681                     "exposure-mode": {
12682                         "blurb": "Camera exposure mode to use",
12683                         "conditionally-available": false,
12684                         "construct": false,
12685                         "construct-only": false,
12686                         "controllable": false,
12687                         "default": "auto (1)",
12688                         "mutable": "null",
12689                         "readable": true,
12690                         "type": "GstRpiCamSrcExposureMode",
12691                         "writable": true
12692                     },
12693                     "fullscreen": {
12694                         "blurb": "Display preview window full screen",
12695                         "conditionally-available": false,
12696                         "construct": false,
12697                         "construct-only": false,
12698                         "controllable": false,
12699                         "default": "true",
12700                         "mutable": "null",
12701                         "readable": true,
12702                         "type": "gboolean",
12703                         "writable": true
12704                     },
12705                     "hflip": {
12706                         "blurb": "Flip capture horizontally",
12707                         "conditionally-available": false,
12708                         "construct": false,
12709                         "construct-only": false,
12710                         "controllable": false,
12711                         "default": "false",
12712                         "mutable": "null",
12713                         "readable": true,
12714                         "type": "gboolean",
12715                         "writable": true
12716                     },
12717                     "image-effect": {
12718                         "blurb": "Visual FX to apply to the image",
12719                         "conditionally-available": false,
12720                         "construct": false,
12721                         "construct-only": false,
12722                         "controllable": false,
12723                         "default": "none (0)",
12724                         "mutable": "null",
12725                         "readable": true,
12726                         "type": "GstRpiCamSrcImageEffect",
12727                         "writable": true
12728                     },
12729                     "inline-headers": {
12730                         "blurb": "Set to TRUE to insert SPS/PPS before each IDR packet",
12731                         "conditionally-available": false,
12732                         "construct": false,
12733                         "construct-only": false,
12734                         "controllable": false,
12735                         "default": "false",
12736                         "mutable": "null",
12737                         "readable": true,
12738                         "type": "gboolean",
12739                         "writable": true
12740                     },
12741                     "intra-refresh-type": {
12742                         "blurb": "Type of Intra Refresh to use, -1 to disable intra refresh",
12743                         "conditionally-available": false,
12744                         "construct": false,
12745                         "construct-only": false,
12746                         "controllable": false,
12747                         "default": "none (-1)",
12748                         "mutable": "null",
12749                         "readable": true,
12750                         "type": "GstRpiCamSrcIntraRefreshType",
12751                         "writable": true
12752                     },
12753                     "iso": {
12754                         "blurb": "ISO value to use (0 = Auto)",
12755                         "conditionally-available": false,
12756                         "construct": false,
12757                         "construct-only": false,
12758                         "controllable": false,
12759                         "default": "0",
12760                         "max": "3200",
12761                         "min": "0",
12762                         "mutable": "null",
12763                         "readable": true,
12764                         "type": "gint",
12765                         "writable": true
12766                     },
12767                     "keyframe-interval": {
12768                         "blurb": "Interval (in frames) between I frames. -1 = automatic, 0 = single-keyframe",
12769                         "conditionally-available": false,
12770                         "construct": false,
12771                         "construct-only": false,
12772                         "controllable": false,
12773                         "default": "-1",
12774                         "max": "2147483647",
12775                         "min": "-1",
12776                         "mutable": "null",
12777                         "readable": true,
12778                         "type": "gint",
12779                         "writable": true
12780                     },
12781                     "metering-mode": {
12782                         "blurb": "Camera exposure metering mode to use",
12783                         "conditionally-available": false,
12784                         "construct": false,
12785                         "construct-only": false,
12786                         "controllable": false,
12787                         "default": "average (0)",
12788                         "mutable": "null",
12789                         "readable": true,
12790                         "type": "GstRpiCamSrcExposureMeteringMode",
12791                         "writable": true
12792                     },
12793                     "preview": {
12794                         "blurb": "Display preview window overlay",
12795                         "conditionally-available": false,
12796                         "construct": false,
12797                         "construct-only": false,
12798                         "controllable": false,
12799                         "default": "true",
12800                         "mutable": "null",
12801                         "readable": true,
12802                         "type": "gboolean",
12803                         "writable": true
12804                     },
12805                     "preview-encoded": {
12806                         "blurb": "Display encoder output in the preview",
12807                         "conditionally-available": false,
12808                         "construct": false,
12809                         "construct-only": false,
12810                         "controllable": false,
12811                         "default": "true",
12812                         "mutable": "null",
12813                         "readable": true,
12814                         "type": "gboolean",
12815                         "writable": true
12816                     },
12817                     "preview-h": {
12818                         "blurb": "Height of the preview window (in pixels)",
12819                         "conditionally-available": false,
12820                         "construct": false,
12821                         "construct-only": false,
12822                         "controllable": false,
12823                         "default": "768",
12824                         "max": "2048",
12825                         "min": "0",
12826                         "mutable": "null",
12827                         "readable": true,
12828                         "type": "gint",
12829                         "writable": true
12830                     },
12831                     "preview-opacity": {
12832                         "blurb": "Opacity to use for the preview window",
12833                         "conditionally-available": false,
12834                         "construct": false,
12835                         "construct-only": false,
12836                         "controllable": false,
12837                         "default": "255",
12838                         "max": "255",
12839                         "min": "0",
12840                         "mutable": "null",
12841                         "readable": true,
12842                         "type": "gint",
12843                         "writable": true
12844                     },
12845                     "preview-w": {
12846                         "blurb": "Width of the preview window (in pixels)",
12847                         "conditionally-available": false,
12848                         "construct": false,
12849                         "construct-only": false,
12850                         "controllable": false,
12851                         "default": "1024",
12852                         "max": "2048",
12853                         "min": "0",
12854                         "mutable": "null",
12855                         "readable": true,
12856                         "type": "gint",
12857                         "writable": true
12858                     },
12859                     "preview-x": {
12860                         "blurb": "Start X coordinate of the preview window (in pixels)",
12861                         "conditionally-available": false,
12862                         "construct": false,
12863                         "construct-only": false,
12864                         "controllable": false,
12865                         "default": "0",
12866                         "max": "2048",
12867                         "min": "0",
12868                         "mutable": "null",
12869                         "readable": true,
12870                         "type": "gint",
12871                         "writable": true
12872                     },
12873                     "preview-y": {
12874                         "blurb": "Start Y coordinate of the preview window (in pixels)",
12875                         "conditionally-available": false,
12876                         "construct": false,
12877                         "construct-only": false,
12878                         "controllable": false,
12879                         "default": "0",
12880                         "max": "2048",
12881                         "min": "0",
12882                         "mutable": "null",
12883                         "readable": true,
12884                         "type": "gint",
12885                         "writable": true
12886                     },
12887                     "quantisation-parameter": {
12888                         "blurb": "Set a Quantisation Parameter approx 10-40 with bitrate=0 for VBR encoding. 0 = off",
12889                         "conditionally-available": false,
12890                         "construct": false,
12891                         "construct-only": false,
12892                         "controllable": false,
12893                         "default": "0",
12894                         "max": "2147483647",
12895                         "min": "0",
12896                         "mutable": "null",
12897                         "readable": true,
12898                         "type": "gint",
12899                         "writable": true
12900                     },
12901                     "roi-h": {
12902                         "blurb": "Normalised region-of-interest H coord",
12903                         "conditionally-available": false,
12904                         "construct": false,
12905                         "construct-only": false,
12906                         "controllable": false,
12907                         "default": "1",
12908                         "max": "1",
12909                         "min": "0",
12910                         "mutable": "null",
12911                         "readable": true,
12912                         "type": "gfloat",
12913                         "writable": true
12914                     },
12915                     "roi-w": {
12916                         "blurb": "Normalised region-of-interest W coord",
12917                         "conditionally-available": false,
12918                         "construct": false,
12919                         "construct-only": false,
12920                         "controllable": false,
12921                         "default": "1",
12922                         "max": "1",
12923                         "min": "0",
12924                         "mutable": "null",
12925                         "readable": true,
12926                         "type": "gfloat",
12927                         "writable": true
12928                     },
12929                     "roi-x": {
12930                         "blurb": "Normalised region-of-interest X coord",
12931                         "conditionally-available": false,
12932                         "construct": false,
12933                         "construct-only": false,
12934                         "controllable": false,
12935                         "default": "0",
12936                         "max": "1",
12937                         "min": "0",
12938                         "mutable": "null",
12939                         "readable": true,
12940                         "type": "gfloat",
12941                         "writable": true
12942                     },
12943                     "roi-y": {
12944                         "blurb": "Normalised region-of-interest Y coord",
12945                         "conditionally-available": false,
12946                         "construct": false,
12947                         "construct-only": false,
12948                         "controllable": false,
12949                         "default": "0",
12950                         "max": "1",
12951                         "min": "0",
12952                         "mutable": "null",
12953                         "readable": true,
12954                         "type": "gfloat",
12955                         "writable": true
12956                     },
12957                     "rotation": {
12958                         "blurb": "Rotate captured image (0, 90, 180, 270 degrees)",
12959                         "conditionally-available": false,
12960                         "construct": false,
12961                         "construct-only": false,
12962                         "controllable": false,
12963                         "default": "0",
12964                         "max": "270",
12965                         "min": "0",
12966                         "mutable": "null",
12967                         "readable": true,
12968                         "type": "gint",
12969                         "writable": true
12970                     },
12971                     "saturation": {
12972                         "blurb": "Image capture saturation",
12973                         "conditionally-available": false,
12974                         "construct": false,
12975                         "construct-only": false,
12976                         "controllable": false,
12977                         "default": "0",
12978                         "max": "100",
12979                         "min": "-100",
12980                         "mutable": "null",
12981                         "readable": true,
12982                         "type": "gint",
12983                         "writable": true
12984                     },
12985                     "sensor-mode": {
12986                         "blurb": "Manually set the camera sensor mode",
12987                         "conditionally-available": false,
12988                         "construct": false,
12989                         "construct-only": false,
12990                         "controllable": false,
12991                         "default": "automatic (0)",
12992                         "mutable": "null",
12993                         "readable": true,
12994                         "type": "GstRpiCamSrcSensorMode",
12995                         "writable": true
12996                     },
12997                     "sharpness": {
12998                         "blurb": "Image capture sharpness",
12999                         "conditionally-available": false,
13000                         "construct": false,
13001                         "construct-only": false,
13002                         "controllable": false,
13003                         "default": "0",
13004                         "max": "100",
13005                         "min": "-100",
13006                         "mutable": "null",
13007                         "readable": true,
13008                         "type": "gint",
13009                         "writable": true
13010                     },
13011                     "shutter-speed": {
13012                         "blurb": "Set a fixed shutter speed, in microseconds. (0 = Auto)",
13013                         "conditionally-available": false,
13014                         "construct": false,
13015                         "construct-only": false,
13016                         "controllable": false,
13017                         "default": "0",
13018                         "max": "6000000",
13019                         "min": "0",
13020                         "mutable": "null",
13021                         "readable": true,
13022                         "type": "gint",
13023                         "writable": true
13024                     },
13025                     "use-stc": {
13026                         "blurb": "Use the camera STC for timestamping buffers",
13027                         "conditionally-available": false,
13028                         "construct": false,
13029                         "construct-only": false,
13030                         "controllable": false,
13031                         "default": "true",
13032                         "mutable": "null",
13033                         "readable": true,
13034                         "type": "gboolean",
13035                         "writable": true
13036                     },
13037                     "vflip": {
13038                         "blurb": "Flip capture vertically",
13039                         "conditionally-available": false,
13040                         "construct": false,
13041                         "construct-only": false,
13042                         "controllable": false,
13043                         "default": "false",
13044                         "mutable": "null",
13045                         "readable": true,
13046                         "type": "gboolean",
13047                         "writable": true
13048                     },
13049                     "video-stabilisation": {
13050                         "blurb": "Enable or disable video stabilisation",
13051                         "conditionally-available": false,
13052                         "construct": false,
13053                         "construct-only": false,
13054                         "controllable": false,
13055                         "default": "false",
13056                         "mutable": "null",
13057                         "readable": true,
13058                         "type": "gboolean",
13059                         "writable": true
13060                     }
13061                 },
13062                 "rank": "none"
13063             }
13064         },
13065         "filename": "gstrpicamsrc",
13066         "license": "LGPL",
13067         "other-types": {
13068             "GstRpiCamSrcAWBMode": {
13069                 "kind": "enum",
13070                 "values": [
13071                     {
13072                         "desc": "GST_RPI_CAM_SRC_AWB_MODE_OFF",
13073                         "name": "off",
13074                         "value": "0"
13075                     },
13076                     {
13077                         "desc": "GST_RPI_CAM_SRC_AWB_MODE_AUTO",
13078                         "name": "auto",
13079                         "value": "1"
13080                     },
13081                     {
13082                         "desc": "GST_RPI_CAM_SRC_AWB_MODE_SUNLIGHT",
13083                         "name": "sunlight",
13084                         "value": "2"
13085                     },
13086                     {
13087                         "desc": "GST_RPI_CAM_SRC_AWB_MODE_CLOUDY",
13088                         "name": "cloudy",
13089                         "value": "3"
13090                     },
13091                     {
13092                         "desc": "GST_RPI_CAM_SRC_AWB_MODE_SHADE",
13093                         "name": "shade",
13094                         "value": "4"
13095                     },
13096                     {
13097                         "desc": "GST_RPI_CAM_SRC_AWB_MODE_TUNGSTEN",
13098                         "name": "tungsten",
13099                         "value": "5"
13100                     },
13101                     {
13102                         "desc": "GST_RPI_CAM_SRC_AWB_MODE_FLUORESCENT",
13103                         "name": "fluorescent",
13104                         "value": "6"
13105                     },
13106                     {
13107                         "desc": "GST_RPI_CAM_SRC_AWB_MODE_INCANDESCENT",
13108                         "name": "incandescent",
13109                         "value": "7"
13110                     },
13111                     {
13112                         "desc": "GST_RPI_CAM_SRC_AWB_MODE_FLASH",
13113                         "name": "flash",
13114                         "value": "8"
13115                     },
13116                     {
13117                         "desc": "GST_RPI_CAM_SRC_AWB_MODE_HORIZON",
13118                         "name": "horizon",
13119                         "value": "9"
13120                     }
13121                 ]
13122             },
13123             "GstRpiCamSrcAnnotationMode": {
13124                 "kind": "flags",
13125                 "values": [
13126                     {
13127                         "desc": "GST_RPI_CAM_SRC_ANNOTATION_MODE_CUSTOM_TEXT",
13128                         "name": "custom-text",
13129                         "value": "0x00000001"
13130                     },
13131                     {
13132                         "desc": "GST_RPI_CAM_SRC_ANNOTATION_MODE_TEXT",
13133                         "name": "text",
13134                         "value": "0x00000002"
13135                     },
13136                     {
13137                         "desc": "GST_RPI_CAM_SRC_ANNOTATION_MODE_DATE",
13138                         "name": "date",
13139                         "value": "0x00000004"
13140                     },
13141                     {
13142                         "desc": "GST_RPI_CAM_SRC_ANNOTATION_MODE_TIME",
13143                         "name": "time",
13144                         "value": "0x00000008"
13145                     },
13146                     {
13147                         "desc": "GST_RPI_CAM_SRC_ANNOTATION_MODE_SHUTTER_SETTINGS",
13148                         "name": "shutter-settings",
13149                         "value": "0x00000010"
13150                     },
13151                     {
13152                         "desc": "GST_RPI_CAM_SRC_ANNOTATION_MODE_CAF_SETTINGS",
13153                         "name": "caf-settings",
13154                         "value": "0x00000020"
13155                     },
13156                     {
13157                         "desc": "GST_RPI_CAM_SRC_ANNOTATION_MODE_GAIN_SETTINGS",
13158                         "name": "gain-settings",
13159                         "value": "0x00000040"
13160                     },
13161                     {
13162                         "desc": "GST_RPI_CAM_SRC_ANNOTATION_MODE_LENS_SETTINGS",
13163                         "name": "lens-settings",
13164                         "value": "0x00000080"
13165                     },
13166                     {
13167                         "desc": "GST_RPI_CAM_SRC_ANNOTATION_MODE_MOTION_SETTINGS",
13168                         "name": "motion-settings",
13169                         "value": "0x00000100"
13170                     },
13171                     {
13172                         "desc": "GST_RPI_CAM_SRC_ANNOTATION_MODE_FRAME_NUMBER",
13173                         "name": "frame-number",
13174                         "value": "0x00000200"
13175                     },
13176                     {
13177                         "desc": "GST_RPI_CAM_SRC_ANNOTATION_MODE_BLACK_BACKGROUND",
13178                         "name": "black-background",
13179                         "value": "0x00000400"
13180                     }
13181                 ]
13182             },
13183             "GstRpiCamSrcDRCLevel": {
13184                 "kind": "enum",
13185                 "values": [
13186                     {
13187                         "desc": "GST_RPI_CAM_SRC_DRC_LEVEL_OFF",
13188                         "name": "off",
13189                         "value": "0"
13190                     },
13191                     {
13192                         "desc": "GST_RPI_CAM_SRC_DRC_LEVEL_LOW",
13193                         "name": "low",
13194                         "value": "1"
13195                     },
13196                     {
13197                         "desc": "GST_RPI_CAM_SRC_DRC_LEVEL_MEDIUM",
13198                         "name": "medium",
13199                         "value": "2"
13200                     },
13201                     {
13202                         "desc": "GST_RPI_CAM_SRC_DRC_LEVEL_HIGH",
13203                         "name": "high",
13204                         "value": "3"
13205                     }
13206                 ]
13207             },
13208             "GstRpiCamSrcExposureMeteringMode": {
13209                 "kind": "enum",
13210                 "values": [
13211                     {
13212                         "desc": "GST_RPI_CAM_SRC_EXPOSURE_METERING_MODE_AVERAGE",
13213                         "name": "average",
13214                         "value": "0"
13215                     },
13216                     {
13217                         "desc": "GST_RPI_CAM_SRC_EXPOSURE_METERING_MODE_SPOT",
13218                         "name": "spot",
13219                         "value": "1"
13220                     },
13221                     {
13222                         "desc": "GST_RPI_CAM_SRC_EXPOSURE_METERING_MODE_BACKLIST",
13223                         "name": "backlist",
13224                         "value": "2"
13225                     },
13226                     {
13227                         "desc": "GST_RPI_CAM_SRC_EXPOSURE_METERING_MODE_MATRIX",
13228                         "name": "matrix",
13229                         "value": "3"
13230                     }
13231                 ]
13232             },
13233             "GstRpiCamSrcExposureMode": {
13234                 "kind": "enum",
13235                 "values": [
13236                     {
13237                         "desc": "GST_RPI_CAM_SRC_EXPOSURE_MODE_OFF",
13238                         "name": "off",
13239                         "value": "0"
13240                     },
13241                     {
13242                         "desc": "GST_RPI_CAM_SRC_EXPOSURE_MODE_AUTO",
13243                         "name": "auto",
13244                         "value": "1"
13245                     },
13246                     {
13247                         "desc": "GST_RPI_CAM_SRC_EXPOSURE_MODE_NIGHT",
13248                         "name": "night",
13249                         "value": "2"
13250                     },
13251                     {
13252                         "desc": "GST_RPI_CAM_SRC_EXPOSURE_MODE_NIGHTPREVIEW",
13253                         "name": "nightpreview",
13254                         "value": "3"
13255                     },
13256                     {
13257                         "desc": "GST_RPI_CAM_SRC_EXPOSURE_MODE_BACKLIGHT",
13258                         "name": "backlight",
13259                         "value": "4"
13260                     },
13261                     {
13262                         "desc": "GST_RPI_CAM_SRC_EXPOSURE_MODE_SPOTLIGHT",
13263                         "name": "spotlight",
13264                         "value": "5"
13265                     },
13266                     {
13267                         "desc": "GST_RPI_CAM_SRC_EXPOSURE_MODE_SPORTS",
13268                         "name": "sports",
13269                         "value": "6"
13270                     },
13271                     {
13272                         "desc": "GST_RPI_CAM_SRC_EXPOSURE_MODE_SNOW",
13273                         "name": "snow",
13274                         "value": "7"
13275                     },
13276                     {
13277                         "desc": "GST_RPI_CAM_SRC_EXPOSURE_MODE_BEACH",
13278                         "name": "beach",
13279                         "value": "8"
13280                     },
13281                     {
13282                         "desc": "GST_RPI_CAM_SRC_EXPOSURE_MODE_VERYLONG",
13283                         "name": "verylong",
13284                         "value": "9"
13285                     },
13286                     {
13287                         "desc": "GST_RPI_CAM_SRC_EXPOSURE_MODE_FIXEDFPS",
13288                         "name": "fixedfps",
13289                         "value": "10"
13290                     },
13291                     {
13292                         "desc": "GST_RPI_CAM_SRC_EXPOSURE_MODE_ANTISHAKE",
13293                         "name": "antishake",
13294                         "value": "11"
13295                     },
13296                     {
13297                         "desc": "GST_RPI_CAM_SRC_EXPOSURE_MODE_FIREWORKS",
13298                         "name": "fireworks",
13299                         "value": "12"
13300                     }
13301                 ]
13302             },
13303             "GstRpiCamSrcImageEffect": {
13304                 "kind": "enum",
13305                 "values": [
13306                     {
13307                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_NONE",
13308                         "name": "none",
13309                         "value": "0"
13310                     },
13311                     {
13312                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_NEGATIVE",
13313                         "name": "negative",
13314                         "value": "1"
13315                     },
13316                     {
13317                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_SOLARIZE",
13318                         "name": "solarize",
13319                         "value": "2"
13320                     },
13321                     {
13322                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_POSTERIZE",
13323                         "name": "posterize",
13324                         "value": "3"
13325                     },
13326                     {
13327                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_WHITEBOARD",
13328                         "name": "whiteboard",
13329                         "value": "4"
13330                     },
13331                     {
13332                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_BLACKBOARD",
13333                         "name": "blackboard",
13334                         "value": "5"
13335                     },
13336                     {
13337                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_SKETCH",
13338                         "name": "sketch",
13339                         "value": "6"
13340                     },
13341                     {
13342                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_DENOISE",
13343                         "name": "denoise",
13344                         "value": "7"
13345                     },
13346                     {
13347                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_EMBOSS",
13348                         "name": "emboss",
13349                         "value": "8"
13350                     },
13351                     {
13352                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_OILPAINT",
13353                         "name": "oilpaint",
13354                         "value": "9"
13355                     },
13356                     {
13357                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_HATCH",
13358                         "name": "hatch",
13359                         "value": "10"
13360                     },
13361                     {
13362                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_GPEN",
13363                         "name": "gpen",
13364                         "value": "11"
13365                     },
13366                     {
13367                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_PASTEL",
13368                         "name": "pastel",
13369                         "value": "12"
13370                     },
13371                     {
13372                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_WATERCOLOUR",
13373                         "name": "watercolour",
13374                         "value": "13"
13375                     },
13376                     {
13377                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_FILM",
13378                         "name": "film",
13379                         "value": "14"
13380                     },
13381                     {
13382                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_BLUR",
13383                         "name": "blur",
13384                         "value": "15"
13385                     },
13386                     {
13387                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_SATURATION",
13388                         "name": "saturation",
13389                         "value": "16"
13390                     },
13391                     {
13392                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_COLOURSWAP",
13393                         "name": "colourswap",
13394                         "value": "17"
13395                     },
13396                     {
13397                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_WASHEDOUT",
13398                         "name": "washedout",
13399                         "value": "18"
13400                     },
13401                     {
13402                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_POSTERISE",
13403                         "name": "posterise",
13404                         "value": "19"
13405                     },
13406                     {
13407                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_COLOURPOINT",
13408                         "name": "colourpoint",
13409                         "value": "20"
13410                     },
13411                     {
13412                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_COLOURBALANCE",
13413                         "name": "colourbalance",
13414                         "value": "21"
13415                     },
13416                     {
13417                         "desc": "GST_RPI_CAM_SRC_IMAGEFX_CARTOON",
13418                         "name": "cartoon",
13419                         "value": "22"
13420                     }
13421                 ]
13422             },
13423             "GstRpiCamSrcIntraRefreshType": {
13424                 "kind": "enum",
13425                 "values": [
13426                     {
13427                         "desc": "GST_RPI_CAM_SRC_INTRA_REFRESH_TYPE_NONE",
13428                         "name": "none",
13429                         "value": "-1"
13430                     },
13431                     {
13432                         "desc": "GST_RPI_CAM_SRC_INTRA_REFRESH_TYPE_CYCLIC",
13433                         "name": "cyclic",
13434                         "value": "0"
13435                     },
13436                     {
13437                         "desc": "GST_RPI_CAM_SRC_INTRA_REFRESH_TYPE_ADAPTIVE",
13438                         "name": "adaptive",
13439                         "value": "1"
13440                     },
13441                     {
13442                         "desc": "GST_RPI_CAM_SRC_INTRA_REFRESH_TYPE_BOTH",
13443                         "name": "both",
13444                         "value": "2"
13445                     },
13446                     {
13447                         "desc": "GST_RPI_CAM_SRC_INTRA_REFRESH_TYPE_CYCLIC_ROWS",
13448                         "name": "cyclic-rows",
13449                         "value": "2130706433"
13450                     }
13451                 ]
13452             },
13453             "GstRpiCamSrcSensorMode": {
13454                 "kind": "enum",
13455                 "values": [
13456                     {
13457                         "desc": "Automatic",
13458                         "name": "automatic",
13459                         "value": "0"
13460                     },
13461                     {
13462                         "desc": "1920x1080 16:9 1-30fps",
13463                         "name": "1920x1080",
13464                         "value": "1"
13465                     },
13466                     {
13467                         "desc": "2592x1944 4:3 1-15fps / 3240x2464 15fps w/ v.2 board",
13468                         "name": "2592x1944-fast",
13469                         "value": "2"
13470                     },
13471                     {
13472                         "desc": "2592x1944 4:3 0.1666-1fps / 3240x2464 15fps w/ v.2 board",
13473                         "name": "2592x1944-slow",
13474                         "value": "3"
13475                     },
13476                     {
13477                         "desc": "1296x972 4:3 1-42fps",
13478                         "name": "1296x972",
13479                         "value": "4"
13480                     },
13481                     {
13482                         "desc": "1296x730 16:9 1-49fps",
13483                         "name": "1296x730",
13484                         "value": "5"
13485                     },
13486                     {
13487                         "desc": "640x480 4:3 42.1-60fps",
13488                         "name": "640x480-slow",
13489                         "value": "6"
13490                     },
13491                     {
13492                         "desc": "640x480 4:3 60.1-90fps",
13493                         "name": "640x480-fast",
13494                         "value": "7"
13495                     }
13496                 ]
13497             }
13498         },
13499         "package": "GStreamer Good Plug-ins",
13500         "source": "gst-plugins-good",
13501         "tracers": {},
13502         "url": "Unknown package origin"
13503     },
13504     "rtp": {
13505         "description": "Real-time protocol plugins",
13506         "elements": {
13507             "asteriskh263": {
13508                 "author": "Neil Stratford <neils@vipadia.com>",
13509                 "description": "Extracts H263 video from RTP and encodes in Asterisk H263 format",
13510                 "hierarchy": [
13511                     "GstAsteriskh263",
13512                     "GstElement",
13513                     "GstObject",
13514                     "GInitiallyUnowned",
13515                     "GObject"
13516                 ],
13517                 "klass": "Codec/Depayloader/Network/RTP",
13518                 "long-name": "RTP Asterisk H263 depayloader",
13519                 "pad-templates": {
13520                     "sink": {
13521                         "caps": "application/x-rtp:\n          media: video\n        payload: [ 96, 127 ]\n     clock-rate: 90000\n  encoding-name: H263-1998\n",
13522                         "direction": "sink",
13523                         "presence": "always"
13524                     },
13525                     "src": {
13526                         "caps": "application/x-asteriskh263:\n",
13527                         "direction": "src",
13528                         "presence": "always"
13529                     }
13530                 },
13531                 "rank": "none"
13532             },
13533             "rtpL16depay": {
13534                 "author": "Zeeshan Ali <zak147@yahoo.com>,Wim Taymans <wim.taymans@gmail.com>",
13535                 "description": "Extracts raw audio from RTP packets",
13536                 "hierarchy": [
13537                     "GstRtpL16Depay",
13538                     "GstRTPBaseDepayload",
13539                     "GstElement",
13540                     "GstObject",
13541                     "GInitiallyUnowned",
13542                     "GObject"
13543                 ],
13544                 "klass": "Codec/Depayloader/Network/RTP",
13545                 "long-name": "RTP audio depayloader",
13546                 "pad-templates": {
13547                     "sink": {
13548                         "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",
13549                         "direction": "sink",
13550                         "presence": "always"
13551                     },
13552                     "src": {
13553                         "caps": "audio/x-raw:\n         format: S16BE\n         layout: interleaved\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
13554                         "direction": "src",
13555                         "presence": "always"
13556                     }
13557                 },
13558                 "properties": {},
13559                 "rank": "secondary"
13560             },
13561             "rtpL16pay": {
13562                 "author": "Wim Taymans <wim.taymans@gmail.com>",
13563                 "description": "Payload-encode Raw audio into RTP packets (RFC 3551)",
13564                 "hierarchy": [
13565                     "GstRtpL16Pay",
13566                     "GstRTPBaseAudioPayload",
13567                     "GstRTPBasePayload",
13568                     "GstElement",
13569                     "GstObject",
13570                     "GInitiallyUnowned",
13571                     "GObject"
13572                 ],
13573                 "klass": "Codec/Payloader/Network/RTP",
13574                 "long-name": "RTP audio payloader",
13575                 "pad-templates": {
13576                     "sink": {
13577                         "caps": "audio/x-raw:\n         format: S16BE\n         layout: interleaved\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
13578                         "direction": "sink",
13579                         "presence": "always"
13580                     },
13581                     "src": {
13582                         "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",
13583                         "direction": "src",
13584                         "presence": "always"
13585                     }
13586                 },
13587                 "properties": {},
13588                 "rank": "secondary"
13589             },
13590             "rtpL24depay": {
13591                 "author": "Zeeshan Ali <zak147@yahoo.com>,Wim Taymans <wim.taymans@gmail.com>,David Holroyd <dave@badgers-in-foil.co.uk>",
13592                 "description": "Extracts raw 24-bit audio from RTP packets",
13593                 "hierarchy": [
13594                     "GstRtpL24Depay",
13595                     "GstRTPBaseDepayload",
13596                     "GstElement",
13597                     "GstObject",
13598                     "GInitiallyUnowned",
13599                     "GObject"
13600                 ],
13601                 "klass": "Codec/Depayloader/Network/RTP",
13602                 "long-name": "RTP audio depayloader",
13603                 "pad-templates": {
13604                     "sink": {
13605                         "caps": "application/x-rtp:\n          media: audio\n     clock-rate: [ 1, 2147483647 ]\n  encoding-name: L24\n",
13606                         "direction": "sink",
13607                         "presence": "always"
13608                     },
13609                     "src": {
13610                         "caps": "audio/x-raw:\n         format: S24BE\n         layout: interleaved\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
13611                         "direction": "src",
13612                         "presence": "always"
13613                     }
13614                 },
13615                 "properties": {},
13616                 "rank": "secondary"
13617             },
13618             "rtpL24pay": {
13619                 "author": "Wim Taymans <wim.taymans@gmail.com>,David Holroyd <dave@badgers-in-foil.co.uk>",
13620                 "description": "Payload-encode Raw 24-bit audio into RTP packets (RFC 3190)",
13621                 "hierarchy": [
13622                     "GstRtpL24Pay",
13623                     "GstRTPBaseAudioPayload",
13624                     "GstRTPBasePayload",
13625                     "GstElement",
13626                     "GstObject",
13627                     "GInitiallyUnowned",
13628                     "GObject"
13629                 ],
13630                 "klass": "Codec/Payloader/Network/RTP",
13631                 "long-name": "RTP audio payloader",
13632                 "pad-templates": {
13633                     "sink": {
13634                         "caps": "audio/x-raw:\n         format: S24BE\n         layout: interleaved\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
13635                         "direction": "sink",
13636                         "presence": "always"
13637                     },
13638                     "src": {
13639                         "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",
13640                         "direction": "src",
13641                         "presence": "always"
13642                     }
13643                 },
13644                 "properties": {},
13645                 "rank": "secondary"
13646             },
13647             "rtpL8depay": {
13648                 "author": "Zeeshan Ali <zak147@yahoo.com>,Wim Taymans <wim.taymans@gmail.com>, GE Intelligent Platforms Embedded Systems, Inc.",
13649                 "description": "Extracts raw audio from RTP packets",
13650                 "hierarchy": [
13651                     "GstRtpL8Depay",
13652                     "GstRTPBaseDepayload",
13653                     "GstElement",
13654                     "GstObject",
13655                     "GInitiallyUnowned",
13656                     "GObject"
13657                 ],
13658                 "klass": "Codec/Depayloader/Network/RTP",
13659                 "long-name": "RTP audio depayloader",
13660                 "pad-templates": {
13661                     "sink": {
13662                         "caps": "application/x-rtp:\n          media: audio\n     clock-rate: [ 1, 2147483647 ]\n  encoding-name: L8\n",
13663                         "direction": "sink",
13664                         "presence": "always"
13665                     },
13666                     "src": {
13667                         "caps": "audio/x-raw:\n         format: U8\n         layout: interleaved\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
13668                         "direction": "src",
13669                         "presence": "always"
13670                     }
13671                 },
13672                 "properties": {},
13673                 "rank": "secondary"
13674             },
13675             "rtpL8pay": {
13676                 "author": "Wim Taymans <wim.taymans@gmail.com>, GE Intelligent Platforms Embedded Systems, Inc.",
13677                 "description": "Payload-encode Raw audio into RTP packets (RFC 3551)",
13678                 "hierarchy": [
13679                     "GstRtpL8Pay",
13680                     "GstRTPBaseAudioPayload",
13681                     "GstRTPBasePayload",
13682                     "GstElement",
13683                     "GstObject",
13684                     "GInitiallyUnowned",
13685                     "GObject"
13686                 ],
13687                 "klass": "Codec/Payloader/Network/RTP",
13688                 "long-name": "RTP audio payloader",
13689                 "pad-templates": {
13690                     "sink": {
13691                         "caps": "audio/x-raw:\n         format: U8\n         layout: interleaved\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
13692                         "direction": "sink",
13693                         "presence": "always"
13694                     },
13695                     "src": {
13696                         "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",
13697                         "direction": "src",
13698                         "presence": "always"
13699                     }
13700                 },
13701                 "properties": {},
13702                 "rank": "secondary"
13703             },
13704             "rtpac3depay": {
13705                 "author": "Wim Taymans <wim.taymans@gmail.com>",
13706                 "description": "Extracts AC3 audio from RTP packets (RFC 4184)",
13707                 "hierarchy": [
13708                     "GstRtpAC3Depay",
13709                     "GstRTPBaseDepayload",
13710                     "GstElement",
13711                     "GstObject",
13712                     "GInitiallyUnowned",
13713                     "GObject"
13714                 ],
13715                 "klass": "Codec/Depayloader/Network/RTP",
13716                 "long-name": "RTP AC3 depayloader",
13717                 "pad-templates": {
13718                     "sink": {
13719                         "caps": "application/x-rtp:\n          media: audio\n     clock-rate: { (int)32000, (int)44100, (int)48000 }\n  encoding-name: AC3\n",
13720                         "direction": "sink",
13721                         "presence": "always"
13722                     },
13723                     "src": {
13724                         "caps": "audio/ac3:\n",
13725                         "direction": "src",
13726                         "presence": "always"
13727                     }
13728                 },
13729                 "properties": {},
13730                 "rank": "secondary"
13731             },
13732             "rtpac3pay": {
13733                 "author": "Wim Taymans <wim.taymans@gmail.com>",
13734                 "description": "Payload AC3 audio as RTP packets (RFC 4184)",
13735                 "hierarchy": [
13736                     "GstRtpAC3Pay",
13737                     "GstRTPBasePayload",
13738                     "GstElement",
13739                     "GstObject",
13740                     "GInitiallyUnowned",
13741                     "GObject"
13742                 ],
13743                 "klass": "Codec/Payloader/Network/RTP",
13744                 "long-name": "RTP AC3 audio payloader",
13745                 "pad-templates": {
13746                     "sink": {
13747                         "caps": "audio/ac3:\naudio/x-ac3:\n",
13748                         "direction": "sink",
13749                         "presence": "always"
13750                     },
13751                     "src": {
13752                         "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",
13753                         "direction": "src",
13754                         "presence": "always"
13755                     }
13756                 },
13757                 "properties": {},
13758                 "rank": "secondary"
13759             },
13760             "rtpamrdepay": {
13761                 "author": "Wim Taymans <wim.taymans@gmail.com>",
13762                 "description": "Extracts AMR or AMR-WB audio from RTP packets (RFC 3267)",
13763                 "hierarchy": [
13764                     "GstRtpAMRDepay",
13765                     "GstRTPBaseDepayload",
13766                     "GstElement",
13767                     "GstObject",
13768                     "GInitiallyUnowned",
13769                     "GObject"
13770                 ],
13771                 "klass": "Codec/Depayloader/Network/RTP",
13772                 "long-name": "RTP AMR depayloader",
13773                 "pad-templates": {
13774                     "sink": {
13775                         "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",
13776                         "direction": "sink",
13777                         "presence": "always"
13778                     },
13779                     "src": {
13780                         "caps": "audio/AMR:\n       channels: 1\n           rate: 8000\naudio/AMR-WB:\n       channels: 1\n           rate: 16000\n",
13781                         "direction": "src",
13782                         "presence": "always"
13783                     }
13784                 },
13785                 "properties": {},
13786                 "rank": "secondary"
13787             },
13788             "rtpamrpay": {
13789                 "author": "Wim Taymans <wim.taymans@gmail.com>",
13790                 "description": "Payload-encode AMR or AMR-WB audio into RTP packets (RFC 3267)",
13791                 "hierarchy": [
13792                     "GstRtpAMRPay",
13793                     "GstRTPBasePayload",
13794                     "GstElement",
13795                     "GstObject",
13796                     "GInitiallyUnowned",
13797                     "GObject"
13798                 ],
13799                 "klass": "Codec/Payloader/Network/RTP",
13800                 "long-name": "RTP AMR payloader",
13801                 "pad-templates": {
13802                     "sink": {
13803                         "caps": "audio/AMR:\n       channels: 1\n           rate: 8000\naudio/AMR-WB:\n       channels: 1\n           rate: 16000\n",
13804                         "direction": "sink",
13805                         "presence": "always"
13806                     },
13807                     "src": {
13808                         "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",
13809                         "direction": "src",
13810                         "presence": "always"
13811                     }
13812                 },
13813                 "properties": {},
13814                 "rank": "secondary"
13815             },
13816             "rtpbvdepay": {
13817                 "author": "Wim Taymans <wim.taymans@collabora.co.uk>",
13818                 "description": "Extracts BroadcomVoice audio from RTP packets (RFC 4298)",
13819                 "hierarchy": [
13820                     "GstRTPBVDepay",
13821                     "GstRTPBaseDepayload",
13822                     "GstElement",
13823                     "GstObject",
13824                     "GInitiallyUnowned",
13825                     "GObject"
13826                 ],
13827                 "klass": "Codec/Depayloader/Network/RTP",
13828                 "long-name": "RTP BroadcomVoice depayloader",
13829                 "pad-templates": {
13830                     "sink": {
13831                         "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",
13832                         "direction": "sink",
13833                         "presence": "always"
13834                     },
13835                     "src": {
13836                         "caps": "audio/x-bv:\n           mode: { (int)16, (int)32 }\n",
13837                         "direction": "src",
13838                         "presence": "always"
13839                     }
13840                 },
13841                 "properties": {},
13842                 "rank": "secondary"
13843             },
13844             "rtpbvpay": {
13845                 "author": "Wim Taymans <wim.taymans@collabora.co.uk>",
13846                 "description": "Packetize BroadcomVoice audio streams into RTP packets (RFC 4298)",
13847                 "hierarchy": [
13848                     "GstRTPBVPay",
13849                     "GstRTPBaseAudioPayload",
13850                     "GstRTPBasePayload",
13851                     "GstElement",
13852                     "GstObject",
13853                     "GInitiallyUnowned",
13854                     "GObject"
13855                 ],
13856                 "klass": "Codec/Payloader/Network/RTP",
13857                 "long-name": "RTP BV Payloader",
13858                 "pad-templates": {
13859                     "sink": {
13860                         "caps": "audio/x-bv:\n           mode: { (int)16, (int)32 }\n",
13861                         "direction": "sink",
13862                         "presence": "always"
13863                     },
13864                     "src": {
13865                         "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",
13866                         "direction": "src",
13867                         "presence": "always"
13868                     }
13869                 },
13870                 "properties": {},
13871                 "rank": "secondary"
13872             },
13873             "rtpceltdepay": {
13874                 "author": "Wim Taymans <wim.taymans@gmail.com>",
13875                 "description": "Extracts CELT audio from RTP packets",
13876                 "hierarchy": [
13877                     "GstRtpCELTDepay",
13878                     "GstRTPBaseDepayload",
13879                     "GstElement",
13880                     "GstObject",
13881                     "GInitiallyUnowned",
13882                     "GObject"
13883                 ],
13884                 "klass": "Codec/Depayloader/Network/RTP",
13885                 "long-name": "RTP CELT depayloader",
13886                 "pad-templates": {
13887                     "sink": {
13888                         "caps": "application/x-rtp:\n          media: audio\n     clock-rate: [ 32000, 48000 ]\n  encoding-name: CELT\n",
13889                         "direction": "sink",
13890                         "presence": "always"
13891                     },
13892                     "src": {
13893                         "caps": "audio/x-celt:\n",
13894                         "direction": "src",
13895                         "presence": "always"
13896                     }
13897                 },
13898                 "properties": {},
13899                 "rank": "secondary"
13900             },
13901             "rtpceltpay": {
13902                 "author": "Wim Taymans <wim.taymans@gmail.com>",
13903                 "description": "Payload-encodes CELT audio into a RTP packet",
13904                 "hierarchy": [
13905                     "GstRtpCELTPay",
13906                     "GstRTPBasePayload",
13907                     "GstElement",
13908                     "GstObject",
13909                     "GInitiallyUnowned",
13910                     "GObject"
13911                 ],
13912                 "klass": "Codec/Payloader/Network/RTP",
13913                 "long-name": "RTP CELT payloader",
13914                 "pad-templates": {
13915                     "sink": {
13916                         "caps": "audio/x-celt:\n           rate: [ 32000, 64000 ]\n       channels: [ 1, 2 ]\n     frame-size: [ 64, 512 ]\n",
13917                         "direction": "sink",
13918                         "presence": "always"
13919                     },
13920                     "src": {
13921                         "caps": "application/x-rtp:\n          media: audio\n        payload: [ 96, 127 ]\n     clock-rate: [ 32000, 48000 ]\n  encoding-name: CELT\n",
13922                         "direction": "src",
13923                         "presence": "always"
13924                     }
13925                 },
13926                 "properties": {},
13927                 "rank": "secondary"
13928             },
13929             "rtpdvdepay": {
13930                 "author": "Marcel Moreaux <marcelm@spacelabs.nl>, Wim Taymans <wim.taymans@gmail.com>",
13931                 "description": "Depayloads DV from RTP packets (RFC 3189)",
13932                 "hierarchy": [
13933                     "GstRTPDVDepay",
13934                     "GstRTPBaseDepayload",
13935                     "GstElement",
13936                     "GstObject",
13937                     "GInitiallyUnowned",
13938                     "GObject"
13939                 ],
13940                 "klass": "Codec/Depayloader/Network/RTP",
13941                 "long-name": "RTP DV Depayloader",
13942                 "pad-templates": {
13943                     "sink": {
13944                         "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",
13945                         "direction": "sink",
13946                         "presence": "always"
13947                     },
13948                     "src": {
13949                         "caps": "video/x-dv:\n",
13950                         "direction": "src",
13951                         "presence": "always"
13952                     }
13953                 },
13954                 "properties": {},
13955                 "rank": "secondary"
13956             },
13957             "rtpdvpay": {
13958                 "author": "Marcel Moreaux <marcelm@spacelabs.nl>, Wim Taymans <wim.taymans@gmail.com>",
13959                 "description": "Payloads DV into RTP packets (RFC 3189)",
13960                 "hierarchy": [
13961                     "GstRTPDVPay",
13962                     "GstRTPBasePayload",
13963                     "GstElement",
13964                     "GstObject",
13965                     "GInitiallyUnowned",
13966                     "GObject"
13967                 ],
13968                 "klass": "Codec/Payloader/Network/RTP",
13969                 "long-name": "RTP DV Payloader",
13970                 "pad-templates": {
13971                     "sink": {
13972                         "caps": "video/x-dv:\n",
13973                         "direction": "sink",
13974                         "presence": "always"
13975                     },
13976                     "src": {
13977                         "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",
13978                         "direction": "src",
13979                         "presence": "always"
13980                     }
13981                 },
13982                 "properties": {
13983                     "mode": {
13984                         "blurb": "The payload mode of payloading",
13985                         "conditionally-available": false,
13986                         "construct": false,
13987                         "construct-only": false,
13988                         "controllable": false,
13989                         "default": "video (0)",
13990                         "mutable": "null",
13991                         "readable": true,
13992                         "type": "GstDVPayMode",
13993                         "writable": true
13994                     }
13995                 },
13996                 "rank": "secondary"
13997             },
13998             "rtpg722depay": {
13999                 "author": "Wim Taymans <wim.taymans@gmail.com>",
14000                 "description": "Extracts G722 audio from RTP packets",
14001                 "hierarchy": [
14002                     "GstRtpG722Depay",
14003                     "GstRTPBaseDepayload",
14004                     "GstElement",
14005                     "GstObject",
14006                     "GInitiallyUnowned",
14007                     "GObject"
14008                 ],
14009                 "klass": "Codec/Depayloader/Network/RTP",
14010                 "long-name": "RTP audio depayloader",
14011                 "pad-templates": {
14012                     "sink": {
14013                         "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",
14014                         "direction": "sink",
14015                         "presence": "always"
14016                     },
14017                     "src": {
14018                         "caps": "audio/G722:\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n",
14019                         "direction": "src",
14020                         "presence": "always"
14021                     }
14022                 },
14023                 "properties": {},
14024                 "rank": "secondary"
14025             },
14026             "rtpg722pay": {
14027                 "author": "Wim Taymans <wim.taymans@gmail.com>",
14028                 "description": "Payload-encode Raw audio into RTP packets (RFC 3551)",
14029                 "hierarchy": [
14030                     "GstRtpG722Pay",
14031                     "GstRTPBaseAudioPayload",
14032                     "GstRTPBasePayload",
14033                     "GstElement",
14034                     "GstObject",
14035                     "GInitiallyUnowned",
14036                     "GObject"
14037                 ],
14038                 "klass": "Codec/Payloader/Network/RTP",
14039                 "long-name": "RTP audio payloader",
14040                 "pad-templates": {
14041                     "sink": {
14042                         "caps": "audio/G722:\n           rate: 16000\n       channels: 1\n",
14043                         "direction": "sink",
14044                         "presence": "always"
14045                     },
14046                     "src": {
14047                         "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",
14048                         "direction": "src",
14049                         "presence": "always"
14050                     }
14051                 },
14052                 "properties": {},
14053                 "rank": "secondary"
14054             },
14055             "rtpg723depay": {
14056                 "author": "Wim Taymans <wim.taymans@gmail.com>",
14057                 "description": "Extracts G.723 audio from RTP packets (RFC 3551)",
14058                 "hierarchy": [
14059                     "GstRtpG723Depay",
14060                     "GstRTPBaseDepayload",
14061                     "GstElement",
14062                     "GstObject",
14063                     "GInitiallyUnowned",
14064                     "GObject"
14065                 ],
14066                 "klass": "Codec/Depayloader/Network/RTP",
14067                 "long-name": "RTP G.723 depayloader",
14068                 "pad-templates": {
14069                     "sink": {
14070                         "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",
14071                         "direction": "sink",
14072                         "presence": "always"
14073                     },
14074                     "src": {
14075                         "caps": "audio/G723:\n       channels: 1\n           rate: 8000\n",
14076                         "direction": "src",
14077                         "presence": "always"
14078                     }
14079                 },
14080                 "properties": {},
14081                 "rank": "secondary"
14082             },
14083             "rtpg723pay": {
14084                 "author": "Wim Taymans <wim.taymans@gmail.com>",
14085                 "description": "Packetize G.723 audio into RTP packets",
14086                 "hierarchy": [
14087                     "GstRTPG723Pay",
14088                     "GstRTPBasePayload",
14089                     "GstElement",
14090                     "GstObject",
14091                     "GInitiallyUnowned",
14092                     "GObject"
14093                 ],
14094                 "klass": "Codec/Payloader/Network/RTP",
14095                 "long-name": "RTP G.723 payloader",
14096                 "pad-templates": {
14097                     "sink": {
14098                         "caps": "audio/G723:\n       channels: 1\n           rate: 8000\n",
14099                         "direction": "sink",
14100                         "presence": "always"
14101                     },
14102                     "src": {
14103                         "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",
14104                         "direction": "src",
14105                         "presence": "always"
14106                     }
14107                 },
14108                 "properties": {},
14109                 "rank": "secondary"
14110             },
14111             "rtpg726depay": {
14112                 "author": "Axis Communications <dev-gstreamer@axis.com>",
14113                 "description": "Extracts G.726 audio from RTP packets",
14114                 "hierarchy": [
14115                     "GstRtpG726Depay",
14116                     "GstRTPBaseDepayload",
14117                     "GstElement",
14118                     "GstObject",
14119                     "GInitiallyUnowned",
14120                     "GObject"
14121                 ],
14122                 "klass": "Codec/Depayloader/Network/RTP",
14123                 "long-name": "RTP G.726 depayloader",
14124                 "pad-templates": {
14125                     "sink": {
14126                         "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",
14127                         "direction": "sink",
14128                         "presence": "always"
14129                     },
14130                     "src": {
14131                         "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",
14132                         "direction": "src",
14133                         "presence": "always"
14134                     }
14135                 },
14136                 "properties": {
14137                     "force-aal2": {
14138                         "blurb": "Force AAL2 decoding for compatibility with bad payloaders",
14139                         "conditionally-available": false,
14140                         "construct": false,
14141                         "construct-only": false,
14142                         "controllable": false,
14143                         "default": "true",
14144                         "mutable": "null",
14145                         "readable": true,
14146                         "type": "gboolean",
14147                         "writable": true
14148                     }
14149                 },
14150                 "rank": "secondary"
14151             },
14152             "rtpg726pay": {
14153                 "author": "Axis Communications <dev-gstreamer@axis.com>",
14154                 "description": "Payload-encodes G.726 audio into a RTP packet",
14155                 "hierarchy": [
14156                     "GstRtpG726Pay",
14157                     "GstRTPBaseAudioPayload",
14158                     "GstRTPBasePayload",
14159                     "GstElement",
14160                     "GstObject",
14161                     "GInitiallyUnowned",
14162                     "GObject"
14163                 ],
14164                 "klass": "Codec/Payloader/Network/RTP",
14165                 "long-name": "RTP G.726 payloader",
14166                 "pad-templates": {
14167                     "sink": {
14168                         "caps": "audio/x-adpcm:\n       channels: 1\n           rate: 8000\n        bitrate: { (int)16000, (int)24000, (int)32000, (int)40000 }\n         layout: g726\n",
14169                         "direction": "sink",
14170                         "presence": "always"
14171                     },
14172                     "src": {
14173                         "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",
14174                         "direction": "src",
14175                         "presence": "always"
14176                     }
14177                 },
14178                 "properties": {
14179                     "force-aal2": {
14180                         "blurb": "Force AAL2 encoding for compatibility with bad depayloaders",
14181                         "conditionally-available": false,
14182                         "construct": false,
14183                         "construct-only": false,
14184                         "controllable": false,
14185                         "default": "true",
14186                         "mutable": "null",
14187                         "readable": true,
14188                         "type": "gboolean",
14189                         "writable": true
14190                     }
14191                 },
14192                 "rank": "secondary"
14193             },
14194             "rtpg729depay": {
14195                 "author": "Laurent Glayal <spglegle@yahoo.fr>",
14196                 "description": "Extracts G.729 audio from RTP packets (RFC 3551)",
14197                 "hierarchy": [
14198                     "GstRtpG729Depay",
14199                     "GstRTPBaseDepayload",
14200                     "GstElement",
14201                     "GstObject",
14202                     "GInitiallyUnowned",
14203                     "GObject"
14204                 ],
14205                 "klass": "Codec/Depayloader/Network/RTP",
14206                 "long-name": "RTP G.729 depayloader",
14207                 "pad-templates": {
14208                     "sink": {
14209                         "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",
14210                         "direction": "sink",
14211                         "presence": "always"
14212                     },
14213                     "src": {
14214                         "caps": "audio/G729:\n       channels: 1\n           rate: 8000\n",
14215                         "direction": "src",
14216                         "presence": "always"
14217                     }
14218                 },
14219                 "properties": {},
14220                 "rank": "secondary"
14221             },
14222             "rtpg729pay": {
14223                 "author": "Olivier Crete <olivier.crete@collabora.co.uk>",
14224                 "description": "Packetize G.729 audio into RTP packets",
14225                 "hierarchy": [
14226                     "GstRTPG729Pay",
14227                     "GstRTPBasePayload",
14228                     "GstElement",
14229                     "GstObject",
14230                     "GInitiallyUnowned",
14231                     "GObject"
14232                 ],
14233                 "klass": "Codec/Payloader/Network/RTP",
14234                 "long-name": "RTP G.729 payloader",
14235                 "pad-templates": {
14236                     "sink": {
14237                         "caps": "audio/G729:\n       channels: 1\n           rate: 8000\n",
14238                         "direction": "sink",
14239                         "presence": "always"
14240                     },
14241                     "src": {
14242                         "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",
14243                         "direction": "src",
14244                         "presence": "always"
14245                     }
14246                 },
14247                 "properties": {},
14248                 "rank": "secondary"
14249             },
14250             "rtpgsmdepay": {
14251                 "author": "Zeeshan Ali <zeenix@gmail.com>",
14252                 "description": "Extracts GSM audio from RTP packets",
14253                 "hierarchy": [
14254                     "GstRTPGSMDepay",
14255                     "GstRTPBaseDepayload",
14256                     "GstElement",
14257                     "GstObject",
14258                     "GInitiallyUnowned",
14259                     "GObject"
14260                 ],
14261                 "klass": "Codec/Depayloader/Network/RTP",
14262                 "long-name": "RTP GSM depayloader",
14263                 "pad-templates": {
14264                     "sink": {
14265                         "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",
14266                         "direction": "sink",
14267                         "presence": "always"
14268                     },
14269                     "src": {
14270                         "caps": "audio/x-gsm:\n           rate: 8000\n       channels: 1\n",
14271                         "direction": "src",
14272                         "presence": "always"
14273                     }
14274                 },
14275                 "properties": {},
14276                 "rank": "secondary"
14277             },
14278             "rtpgsmpay": {
14279                 "author": "Zeeshan Ali <zeenix@gmail.com>",
14280                 "description": "Payload-encodes GSM audio into a RTP packet",
14281                 "hierarchy": [
14282                     "GstRTPGSMPay",
14283                     "GstRTPBasePayload",
14284                     "GstElement",
14285                     "GstObject",
14286                     "GInitiallyUnowned",
14287                     "GObject"
14288                 ],
14289                 "klass": "Codec/Payloader/Network/RTP",
14290                 "long-name": "RTP GSM payloader",
14291                 "pad-templates": {
14292                     "sink": {
14293                         "caps": "audio/x-gsm:\n           rate: 8000\n       channels: 1\n",
14294                         "direction": "sink",
14295                         "presence": "always"
14296                     },
14297                     "src": {
14298                         "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",
14299                         "direction": "src",
14300                         "presence": "always"
14301                     }
14302                 },
14303                 "properties": {},
14304                 "rank": "secondary"
14305             },
14306             "rtpgstdepay": {
14307                 "author": "Wim Taymans <wim.taymans@gmail.com>",
14308                 "description": "Extracts GStreamer buffers from RTP packets",
14309                 "hierarchy": [
14310                     "GstRtpGSTDepay",
14311                     "GstRTPBaseDepayload",
14312                     "GstElement",
14313                     "GstObject",
14314                     "GInitiallyUnowned",
14315                     "GObject"
14316                 ],
14317                 "klass": "Codec/Depayloader/Network",
14318                 "long-name": "GStreamer depayloader",
14319                 "pad-templates": {
14320                     "sink": {
14321                         "caps": "application/x-rtp:\n          media: application\n     clock-rate: 90000\n  encoding-name: X-GST\n",
14322                         "direction": "sink",
14323                         "presence": "always"
14324                     },
14325                     "src": {
14326                         "caps": "ANY",
14327                         "direction": "src",
14328                         "presence": "always"
14329                     }
14330                 },
14331                 "properties": {},
14332                 "rank": "marginal"
14333             },
14334             "rtpgstpay": {
14335                 "author": "Wim Taymans <wim.taymans@gmail.com>",
14336                 "description": "Payload GStreamer buffers as RTP packets",
14337                 "hierarchy": [
14338                     "GstRtpGSTPay",
14339                     "GstRTPBasePayload",
14340                     "GstElement",
14341                     "GstObject",
14342                     "GInitiallyUnowned",
14343                     "GObject"
14344                 ],
14345                 "klass": "Codec/Payloader/Network/RTP",
14346                 "long-name": "RTP GStreamer payloader",
14347                 "pad-templates": {
14348                     "sink": {
14349                         "caps": "ANY",
14350                         "direction": "sink",
14351                         "presence": "always"
14352                     },
14353                     "src": {
14354                         "caps": "application/x-rtp:\n          media: application\n        payload: [ 96, 127 ]\n     clock-rate: 90000\n  encoding-name: X-GST\n",
14355                         "direction": "src",
14356                         "presence": "always"
14357                     }
14358                 },
14359                 "properties": {
14360                     "config-interval": {
14361                         "blurb": "Interval for sending caps and TAG events in seconds (0 = disabled)",
14362                         "conditionally-available": false,
14363                         "construct": false,
14364                         "construct-only": false,
14365                         "controllable": false,
14366                         "default": "0",
14367                         "max": "3600",
14368                         "min": "0",
14369                         "mutable": "null",
14370                         "readable": true,
14371                         "type": "guint",
14372                         "writable": true
14373                     }
14374                 },
14375                 "rank": "none"
14376             },
14377             "rtph261depay": {
14378                 "author": "Stian Selnes <stian@pexip.com>",
14379                 "description": "Extracts H261 video from RTP packets (RFC 4587)",
14380                 "hierarchy": [
14381                     "GstRtpH261Depay",
14382                     "GstRTPBaseDepayload",
14383                     "GstElement",
14384                     "GstObject",
14385                     "GInitiallyUnowned",
14386                     "GObject"
14387                 ],
14388                 "klass": "Codec/Depayloader/Network/RTP",
14389                 "long-name": "RTP H261 depayloader",
14390                 "pad-templates": {
14391                     "sink": {
14392                         "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",
14393                         "direction": "sink",
14394                         "presence": "always"
14395                     },
14396                     "src": {
14397                         "caps": "video/x-h261:\n",
14398                         "direction": "src",
14399                         "presence": "always"
14400                     }
14401                 },
14402                 "properties": {},
14403                 "rank": "secondary"
14404             },
14405             "rtph261pay": {
14406                 "author": "Stian Selnes <stian@pexip.com>",
14407                 "description": "Payload-encodes H261 video in RTP packets (RFC 4587)",
14408                 "hierarchy": [
14409                     "GstRtpH261Pay",
14410                     "GstRTPBasePayload",
14411                     "GstElement",
14412                     "GstObject",
14413                     "GInitiallyUnowned",
14414                     "GObject"
14415                 ],
14416                 "klass": "Codec/Payloader/Network/RTP",
14417                 "long-name": "RTP H261 packet payloader",
14418                 "pad-templates": {
14419                     "sink": {
14420                         "caps": "video/x-h261:\n",
14421                         "direction": "sink",
14422                         "presence": "always"
14423                     },
14424                     "src": {
14425                         "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",
14426                         "direction": "src",
14427                         "presence": "always"
14428                     }
14429                 },
14430                 "properties": {},
14431                 "rank": "secondary"
14432             },
14433             "rtph263depay": {
14434                 "author": "Philippe Kalaf <philippe.kalaf@collabora.co.uk>, Edward Hervey <bilboed@bilboed.com>",
14435                 "description": "Extracts H263 video from RTP packets (RFC 2190)",
14436                 "hierarchy": [
14437                     "GstRtpH263Depay",
14438                     "GstRTPBaseDepayload",
14439                     "GstElement",
14440                     "GstObject",
14441                     "GInitiallyUnowned",
14442                     "GObject"
14443                 ],
14444                 "klass": "Codec/Depayloader/Network/RTP",
14445                 "long-name": "RTP H263 depayloader",
14446                 "pad-templates": {
14447                     "sink": {
14448                         "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",
14449                         "direction": "sink",
14450                         "presence": "always"
14451                     },
14452                     "src": {
14453                         "caps": "video/x-h263:\n        variant: itu\n    h263version: h263\n",
14454                         "direction": "src",
14455                         "presence": "always"
14456                     }
14457                 },
14458                 "properties": {},
14459                 "rank": "secondary"
14460             },
14461             "rtph263pay": {
14462                 "author": "Neil Stratford <neils@vipadia.com>Dejan Sakelsak <dejan.sakelsak@marand.si>",
14463                 "description": "Payload-encodes H263 video in RTP packets (RFC 2190)",
14464                 "hierarchy": [
14465                     "GstRtpH263Pay",
14466                     "GstRTPBasePayload",
14467                     "GstElement",
14468                     "GstObject",
14469                     "GInitiallyUnowned",
14470                     "GObject"
14471                 ],
14472                 "klass": "Codec/Payloader/Network/RTP",
14473                 "long-name": "RTP H263 packet payloader",
14474                 "pad-templates": {
14475                     "sink": {
14476                         "caps": "video/x-h263:\n        variant: itu\n    h263version: h263\n",
14477                         "direction": "sink",
14478                         "presence": "always"
14479                     },
14480                     "src": {
14481                         "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",
14482                         "direction": "src",
14483                         "presence": "always"
14484                     }
14485                 },
14486                 "properties": {
14487                     "modea-only": {
14488                         "blurb": "Disable packetization modes B and C",
14489                         "conditionally-available": false,
14490                         "construct": false,
14491                         "construct-only": false,
14492                         "controllable": false,
14493                         "default": "false",
14494                         "mutable": "null",
14495                         "readable": true,
14496                         "type": "gboolean",
14497                         "writable": true
14498                     }
14499                 },
14500                 "rank": "secondary"
14501             },
14502             "rtph263pdepay": {
14503                 "author": "Wim Taymans <wim.taymans@gmail.com>",
14504                 "description": "Extracts H263/+/++ video from RTP packets (RFC 4629)",
14505                 "hierarchy": [
14506                     "GstRtpH263PDepay",
14507                     "GstRTPBaseDepayload",
14508                     "GstElement",
14509                     "GstObject",
14510                     "GInitiallyUnowned",
14511                     "GObject"
14512                 ],
14513                 "klass": "Codec/Depayloader/Network/RTP",
14514                 "long-name": "RTP H263 depayloader",
14515                 "pad-templates": {
14516                     "sink": {
14517                         "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",
14518                         "direction": "sink",
14519                         "presence": "always"
14520                     },
14521                     "src": {
14522                         "caps": "video/x-h263:\n        variant: itu\n",
14523                         "direction": "src",
14524                         "presence": "always"
14525                     }
14526                 },
14527                 "properties": {},
14528                 "rank": "secondary"
14529             },
14530             "rtph263ppay": {
14531                 "author": "Wim Taymans <wim.taymans@gmail.com>",
14532                 "description": "Payload-encodes H263/+/++ video in RTP packets (RFC 4629)",
14533                 "hierarchy": [
14534                     "GstRtpH263PPay",
14535                     "GstRTPBasePayload",
14536                     "GstElement",
14537                     "GstObject",
14538                     "GInitiallyUnowned",
14539                     "GObject"
14540                 ],
14541                 "klass": "Codec/Payloader/Network/RTP",
14542                 "long-name": "RTP H263 payloader",
14543                 "pad-templates": {
14544                     "sink": {
14545                         "caps": "video/x-h263:\n        variant: itu\n",
14546                         "direction": "sink",
14547                         "presence": "always"
14548                     },
14549                     "src": {
14550                         "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",
14551                         "direction": "src",
14552                         "presence": "always"
14553                     }
14554                 },
14555                 "properties": {
14556                     "fragmentation-mode": {
14557                         "blurb": "Packet Fragmentation Mode",
14558                         "conditionally-available": false,
14559                         "construct": false,
14560                         "construct-only": false,
14561                         "controllable": false,
14562                         "default": "normal (0)",
14563                         "mutable": "null",
14564                         "readable": true,
14565                         "type": "GstFragmentationMode",
14566                         "writable": true
14567                     }
14568                 },
14569                 "rank": "secondary"
14570             },
14571             "rtph264depay": {
14572                 "author": "Wim Taymans <wim.taymans@gmail.com>",
14573                 "description": "Extracts H264 video from RTP packets (RFC 3984)",
14574                 "hierarchy": [
14575                     "GstRtpH264Depay",
14576                     "GstRTPBaseDepayload",
14577                     "GstElement",
14578                     "GstObject",
14579                     "GInitiallyUnowned",
14580                     "GObject"
14581                 ],
14582                 "klass": "Codec/Depayloader/Network/RTP",
14583                 "long-name": "RTP H264 depayloader",
14584                 "pad-templates": {
14585                     "sink": {
14586                         "caps": "application/x-rtp:\n          media: video\n     clock-rate: 90000\n  encoding-name: H264\n",
14587                         "direction": "sink",
14588                         "presence": "always"
14589                     },
14590                     "src": {
14591                         "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",
14592                         "direction": "src",
14593                         "presence": "always"
14594                     }
14595                 },
14596                 "properties": {
14597                     "request-keyframe": {
14598                         "blurb": "Request new keyframe when packet loss is detected",
14599                         "conditionally-available": false,
14600                         "construct": false,
14601                         "construct-only": false,
14602                         "controllable": false,
14603                         "default": "false",
14604                         "mutable": "null",
14605                         "readable": true,
14606                         "type": "gboolean",
14607                         "writable": true
14608                     },
14609                     "wait-for-keyframe": {
14610                         "blurb": "Wait for the next keyframe after packet loss, meaningful only when outputting access units",
14611                         "conditionally-available": false,
14612                         "construct": false,
14613                         "construct-only": false,
14614                         "controllable": false,
14615                         "default": "false",
14616                         "mutable": "null",
14617                         "readable": true,
14618                         "type": "gboolean",
14619                         "writable": true
14620                     }
14621                 },
14622                 "rank": "secondary"
14623             },
14624             "rtph264pay": {
14625                 "author": "Laurent Glayal <spglegle@yahoo.fr>",
14626                 "description": "Payload-encode H264 video into RTP packets (RFC 3984)",
14627                 "hierarchy": [
14628                     "GstRtpH264Pay",
14629                     "GstRTPBasePayload",
14630                     "GstElement",
14631                     "GstObject",
14632                     "GInitiallyUnowned",
14633                     "GObject"
14634                 ],
14635                 "klass": "Codec/Payloader/Network/RTP",
14636                 "long-name": "RTP H264 payloader",
14637                 "pad-templates": {
14638                     "sink": {
14639                         "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",
14640                         "direction": "sink",
14641                         "presence": "always"
14642                     },
14643                     "src": {
14644                         "caps": "application/x-rtp:\n          media: video\n        payload: [ 96, 127 ]\n     clock-rate: 90000\n  encoding-name: H264\n",
14645                         "direction": "src",
14646                         "presence": "always"
14647                     }
14648                 },
14649                 "properties": {
14650                     "aggregate-mode": {
14651                         "blurb": "Bundle suitable SPS/PPS NAL units into STAP-A aggregate packets",
14652                         "conditionally-available": false,
14653                         "construct": false,
14654                         "construct-only": false,
14655                         "controllable": false,
14656                         "default": "none (0)",
14657                         "mutable": "null",
14658                         "readable": true,
14659                         "type": "GstRtpH264AggregateMode",
14660                         "writable": true
14661                     },
14662                     "config-interval": {
14663                         "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)",
14664                         "conditionally-available": false,
14665                         "construct": false,
14666                         "construct-only": false,
14667                         "controllable": false,
14668                         "default": "0",
14669                         "max": "3600",
14670                         "min": "-1",
14671                         "mutable": "null",
14672                         "readable": true,
14673                         "type": "gint",
14674                         "writable": true
14675                     },
14676                     "sprop-parameter-sets": {
14677                         "blurb": "The base64 sprop-parameter-sets to set in out caps (set to NULL to extract from stream)",
14678                         "conditionally-available": false,
14679                         "construct": false,
14680                         "construct-only": false,
14681                         "controllable": false,
14682                         "default": "NULL",
14683                         "mutable": "null",
14684                         "readable": true,
14685                         "type": "gchararray",
14686                         "writable": true
14687                     }
14688                 },
14689                 "rank": "secondary"
14690             },
14691             "rtph265depay": {
14692                 "author": "Jurgen Slowack <jurgenslowack@gmail.com>",
14693                 "description": "Extracts H265 video from RTP packets (RFC 7798)",
14694                 "hierarchy": [
14695                     "GstRtpH265Depay",
14696                     "GstRTPBaseDepayload",
14697                     "GstElement",
14698                     "GstObject",
14699                     "GInitiallyUnowned",
14700                     "GObject"
14701                 ],
14702                 "klass": "Codec/Depayloader/Network/RTP",
14703                 "long-name": "RTP H265 depayloader",
14704                 "pad-templates": {
14705                     "sink": {
14706                         "caps": "application/x-rtp:\n          media: video\n     clock-rate: 90000\n  encoding-name: H265\n",
14707                         "direction": "sink",
14708                         "presence": "always"
14709                     },
14710                     "src": {
14711                         "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",
14712                         "direction": "src",
14713                         "presence": "always"
14714                     }
14715                 },
14716                 "properties": {},
14717                 "rank": "secondary"
14718             },
14719             "rtph265pay": {
14720                 "author": "Jurgen Slowack <jurgenslowack@gmail.com>",
14721                 "description": "Payload-encode H265 video into RTP packets (RFC 7798)",
14722                 "hierarchy": [
14723                     "GstRtpH265Pay",
14724                     "GstRTPBasePayload",
14725                     "GstElement",
14726                     "GstObject",
14727                     "GInitiallyUnowned",
14728                     "GObject"
14729                 ],
14730                 "klass": "Codec/Payloader/Network/RTP",
14731                 "long-name": "RTP H265 payloader",
14732                 "pad-templates": {
14733                     "sink": {
14734                         "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",
14735                         "direction": "sink",
14736                         "presence": "always"
14737                     },
14738                     "src": {
14739                         "caps": "application/x-rtp:\n          media: video\n        payload: [ 96, 127 ]\n     clock-rate: 90000\n  encoding-name: H265\n",
14740                         "direction": "src",
14741                         "presence": "always"
14742                     }
14743                 },
14744                 "properties": {
14745                     "aggregate-mode": {
14746                         "blurb": "Bundle suitable SPS/PPS NAL units into aggregate packets.",
14747                         "conditionally-available": false,
14748                         "construct": false,
14749                         "construct-only": false,
14750                         "controllable": false,
14751                         "default": "none (0)",
14752                         "mutable": "null",
14753                         "readable": true,
14754                         "type": "GstRtpH265AggregateMode",
14755                         "writable": true
14756                     },
14757                     "config-interval": {
14758                         "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)",
14759                         "conditionally-available": false,
14760                         "construct": false,
14761                         "construct-only": false,
14762                         "controllable": false,
14763                         "default": "0",
14764                         "max": "3600",
14765                         "min": "-1",
14766                         "mutable": "null",
14767                         "readable": true,
14768                         "type": "gint",
14769                         "writable": true
14770                     }
14771                 },
14772                 "rank": "secondary"
14773             },
14774             "rtphdrextcolorspace": {
14775                 "RTP-Header-Extension-URI": "http://www.webrtc.org/experiments/rtp-hdrext/color-space",
14776                 "author": "Jakub Adam <jakub.adam@collabora.com>",
14777                 "description": "Extends RTP packets with color space and high dynamic range (HDR) information.",
14778                 "hierarchy": [
14779                     "GstRTPHeaderExtensionColorspace",
14780                     "GstRTPHeaderExtension",
14781                     "GstElement",
14782                     "GstObject",
14783                     "GInitiallyUnowned",
14784                     "GObject"
14785                 ],
14786                 "klass": "Network/Extension/RTPHeader",
14787                 "long-name": "Color Space",
14788                 "rank": "marginal"
14789             },
14790             "rtpilbcdepay": {
14791                 "author": "Philippe Kalaf <philippe.kalaf@collabora.co.uk>",
14792                 "description": "Extracts iLBC audio from RTP packets (RFC 3952)",
14793                 "hierarchy": [
14794                     "GstRTPiLBCDepay",
14795                     "GstRTPBaseDepayload",
14796                     "GstElement",
14797                     "GstObject",
14798                     "GInitiallyUnowned",
14799                     "GObject"
14800                 ],
14801                 "klass": "Codec/Depayloader/Network/RTP",
14802                 "long-name": "RTP iLBC depayloader",
14803                 "pad-templates": {
14804                     "sink": {
14805                         "caps": "application/x-rtp:\n          media: audio\n     clock-rate: 8000\n  encoding-name: ILBC\n",
14806                         "direction": "sink",
14807                         "presence": "always"
14808                     },
14809                     "src": {
14810                         "caps": "audio/x-iLBC:\n           mode: { (int)20, (int)30 }\n",
14811                         "direction": "src",
14812                         "presence": "always"
14813                     }
14814                 },
14815                 "properties": {
14816                     "mode": {
14817                         "blurb": "iLBC frame mode",
14818                         "conditionally-available": false,
14819                         "construct": false,
14820                         "construct-only": false,
14821                         "controllable": false,
14822                         "default": "30ms (30)",
14823                         "mutable": "null",
14824                         "readable": true,
14825                         "type": "iLBCMode",
14826                         "writable": true
14827                     }
14828                 },
14829                 "rank": "secondary"
14830             },
14831             "rtpilbcpay": {
14832                 "author": "Philippe Kalaf <philippe.kalaf@collabora.co.uk>",
14833                 "description": "Packetize iLBC audio streams into RTP packets",
14834                 "hierarchy": [
14835                     "GstRTPILBCPay",
14836                     "GstRTPBaseAudioPayload",
14837                     "GstRTPBasePayload",
14838                     "GstElement",
14839                     "GstObject",
14840                     "GInitiallyUnowned",
14841                     "GObject"
14842                 ],
14843                 "klass": "Codec/Payloader/Network/RTP",
14844                 "long-name": "RTP iLBC Payloader",
14845                 "pad-templates": {
14846                     "sink": {
14847                         "caps": "audio/x-iLBC:\n           mode: { (int)20, (int)30 }\n",
14848                         "direction": "sink",
14849                         "presence": "always"
14850                     },
14851                     "src": {
14852                         "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",
14853                         "direction": "src",
14854                         "presence": "always"
14855                     }
14856                 },
14857                 "properties": {},
14858                 "rank": "secondary"
14859             },
14860             "rtpisacdepay": {
14861                 "author": "Guillaume Desmottes <guillaume.desmottes@collabora.com>",
14862                 "description": "Extracts iSAC audio from RTP packets",
14863                 "hierarchy": [
14864                     "GstRtpIsacDepay",
14865                     "GstRTPBaseDepayload",
14866                     "GstElement",
14867                     "GstObject",
14868                     "GInitiallyUnowned",
14869                     "GObject"
14870                 ],
14871                 "klass": "Codec/Depayloader/Network/RTP",
14872                 "long-name": "RTP iSAC depayloader",
14873                 "pad-templates": {
14874                     "sink": {
14875                         "caps": "application/x-rtp:\n          media: audio\n        payload: [ 96, 127 ]\n     clock-rate: { (int)16000, (int)32000 }\n  encoding-name: ISAC\n",
14876                         "direction": "sink",
14877                         "presence": "always"
14878                     },
14879                     "src": {
14880                         "caps": "audio/isac:\n           rate: { (int)16000, (int)32000 }\n       channels: 1\n",
14881                         "direction": "src",
14882                         "presence": "always"
14883                     }
14884                 },
14885                 "rank": "secondary"
14886             },
14887             "rtpisacpay": {
14888                 "author": "Guillaume Desmottes <guillaume.desmottes@collabora.com>",
14889                 "description": "Payload-encodes iSAC audio into a RTP packet",
14890                 "hierarchy": [
14891                     "GstRtpIsacPay",
14892                     "GstRTPBasePayload",
14893                     "GstElement",
14894                     "GstObject",
14895                     "GInitiallyUnowned",
14896                     "GObject"
14897                 ],
14898                 "klass": "Codec/Payloader/Network/RTP",
14899                 "long-name": "RTP iSAC payloader",
14900                 "pad-templates": {
14901                     "sink": {
14902                         "caps": "audio/isac:\n           rate: { (int)16000, (int)32000 }\n       channels: 1\n",
14903                         "direction": "sink",
14904                         "presence": "always"
14905                     },
14906                     "src": {
14907                         "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",
14908                         "direction": "src",
14909                         "presence": "always"
14910                     }
14911                 },
14912                 "rank": "secondary"
14913             },
14914             "rtpj2kdepay": {
14915                 "author": "Wim Taymans <wim.taymans@gmail.com>",
14916                 "description": "Extracts JPEG 2000 video from RTP packets (RFC 5371)",
14917                 "hierarchy": [
14918                     "GstRtpJ2KDepay",
14919                     "GstRTPBaseDepayload",
14920                     "GstElement",
14921                     "GstObject",
14922                     "GInitiallyUnowned",
14923                     "GObject"
14924                 ],
14925                 "klass": "Codec/Depayloader/Network/RTP",
14926                 "long-name": "RTP JPEG 2000 depayloader",
14927                 "pad-templates": {
14928                     "sink": {
14929                         "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",
14930                         "direction": "sink",
14931                         "presence": "always"
14932                     },
14933                     "src": {
14934                         "caps": "image/x-jpc:\n     colorspace: { (string)sRGB, (string)sYUV, (string)GRAY }\n",
14935                         "direction": "src",
14936                         "presence": "always"
14937                     }
14938                 },
14939                 "properties": {},
14940                 "rank": "secondary"
14941             },
14942             "rtpj2kpay": {
14943                 "author": "Wim Taymans <wim.taymans@gmail.com>",
14944                 "description": "Payload-encodes JPEG 2000 pictures into RTP packets (RFC 5371)",
14945                 "hierarchy": [
14946                     "GstRtpJ2KPay",
14947                     "GstRTPBasePayload",
14948                     "GstElement",
14949                     "GstObject",
14950                     "GInitiallyUnowned",
14951                     "GObject"
14952                 ],
14953                 "klass": "Codec/Payloader/Network/RTP",
14954                 "long-name": "RTP JPEG 2000 payloader",
14955                 "pad-templates": {
14956                     "sink": {
14957                         "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",
14958                         "direction": "sink",
14959                         "presence": "always"
14960                     },
14961                     "src": {
14962                         "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",
14963                         "direction": "src",
14964                         "presence": "always"
14965                     }
14966                 },
14967                 "properties": {},
14968                 "rank": "secondary"
14969             },
14970             "rtpjpegdepay": {
14971                 "author": "Wim Taymans <wim.taymans@gmail.com>",
14972                 "description": "Extracts JPEG video from RTP packets (RFC 2435)",
14973                 "hierarchy": [
14974                     "GstRtpJPEGDepay",
14975                     "GstRTPBaseDepayload",
14976                     "GstElement",
14977                     "GstObject",
14978                     "GInitiallyUnowned",
14979                     "GObject"
14980                 ],
14981                 "klass": "Codec/Depayloader/Network/RTP",
14982                 "long-name": "RTP JPEG depayloader",
14983                 "pad-templates": {
14984                     "sink": {
14985                         "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",
14986                         "direction": "sink",
14987                         "presence": "always"
14988                     },
14989                     "src": {
14990                         "caps": "image/jpeg:\n",
14991                         "direction": "src",
14992                         "presence": "always"
14993                     }
14994                 },
14995                 "properties": {},
14996                 "rank": "secondary"
14997             },
14998             "rtpjpegpay": {
14999                 "author": "Axis Communications <dev-gstreamer@axis.com>",
15000                 "description": "Payload-encodes JPEG pictures into RTP packets (RFC 2435)",
15001                 "hierarchy": [
15002                     "GstRtpJPEGPay",
15003                     "GstRTPBasePayload",
15004                     "GstElement",
15005                     "GstObject",
15006                     "GInitiallyUnowned",
15007                     "GObject"
15008                 ],
15009                 "klass": "Codec/Payloader/Network/RTP",
15010                 "long-name": "RTP JPEG payloader",
15011                 "pad-templates": {
15012                     "sink": {
15013                         "caps": "image/jpeg:\nvideo/x-jpeg:\n",
15014                         "direction": "sink",
15015                         "presence": "always"
15016                     },
15017                     "src": {
15018                         "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",
15019                         "direction": "src",
15020                         "presence": "always"
15021                     }
15022                 },
15023                 "properties": {
15024                     "quality": {
15025                         "blurb": "Quality factor on JPEG data (unused)",
15026                         "conditionally-available": false,
15027                         "construct": false,
15028                         "construct-only": false,
15029                         "controllable": false,
15030                         "default": "255",
15031                         "max": "255",
15032                         "min": "0",
15033                         "mutable": "null",
15034                         "readable": true,
15035                         "type": "gint",
15036                         "writable": true
15037                     },
15038                     "type": {
15039                         "blurb": "Default JPEG Type, overwritten by SOF when present",
15040                         "conditionally-available": false,
15041                         "construct": false,
15042                         "construct-only": false,
15043                         "controllable": false,
15044                         "default": "1",
15045                         "max": "255",
15046                         "min": "0",
15047                         "mutable": "null",
15048                         "readable": true,
15049                         "type": "gint",
15050                         "writable": true
15051                     }
15052                 },
15053                 "rank": "secondary"
15054             },
15055             "rtpklvdepay": {
15056                 "author": "Tim-Philipp Müller <tim@centricular.com>",
15057                 "description": "Extracts KLV (SMPTE ST 336) metadata from RTP packets",
15058                 "hierarchy": [
15059                     "GstRtpKlvDepay",
15060                     "GstRTPBaseDepayload",
15061                     "GstElement",
15062                     "GstObject",
15063                     "GInitiallyUnowned",
15064                     "GObject"
15065                 ],
15066                 "klass": "Codec/Depayloader/Network/RTP",
15067                 "long-name": "RTP KLV Depayloader",
15068                 "pad-templates": {
15069                     "sink": {
15070                         "caps": "application/x-rtp:\n          media: application\n     clock-rate: [ 1, 2147483647 ]\n  encoding-name: SMPTE336M\n",
15071                         "direction": "sink",
15072                         "presence": "always"
15073                     },
15074                     "src": {
15075                         "caps": "meta/x-klv:\n         parsed: true\n",
15076                         "direction": "src",
15077                         "presence": "always"
15078                     }
15079                 },
15080                 "properties": {},
15081                 "rank": "secondary"
15082             },
15083             "rtpklvpay": {
15084                 "author": "Tim-Philipp Müller <tim@centricular.com>",
15085                 "description": "Payloads KLV (SMPTE ST 336) metadata as RTP packets",
15086                 "hierarchy": [
15087                     "GstRtpKlvPay",
15088                     "GstRTPBasePayload",
15089                     "GstElement",
15090                     "GstObject",
15091                     "GInitiallyUnowned",
15092                     "GObject"
15093                 ],
15094                 "klass": "Codec/Payloader/Network/RTP",
15095                 "long-name": "RTP KLV Payloader",
15096                 "pad-templates": {
15097                     "sink": {
15098                         "caps": "meta/x-klv:\n         parsed: true\n",
15099                         "direction": "sink",
15100                         "presence": "always"
15101                     },
15102                     "src": {
15103                         "caps": "application/x-rtp:\n          media: application\n     clock-rate: [ 1, 2147483647 ]\n  encoding-name: SMPTE336M\n",
15104                         "direction": "src",
15105                         "presence": "always"
15106                     }
15107                 },
15108                 "properties": {},
15109                 "rank": "secondary"
15110             },
15111             "rtpldacpay": {
15112                 "author": "Sanchayan Maity <sanchayan@asymptotic.io>",
15113                 "description": "Payload LDAC audio as RTP packets",
15114                 "hierarchy": [
15115                     "GstRtpLdacPay",
15116                     "GstRTPBasePayload",
15117                     "GstElement",
15118                     "GstObject",
15119                     "GInitiallyUnowned",
15120                     "GObject"
15121                 ],
15122                 "klass": "Codec/Payloader/Network",
15123                 "long-name": "RTP packet payloader",
15124                 "pad-templates": {
15125                     "sink": {
15126                         "caps": "audio/x-ldac:\n       channels: [ 1, 2 ]\n          eqmid: { (int)0, (int)1, (int)2 }\n           rate: { (int)44100, (int)48000, (int)88200, (int)96000 }\n",
15127                         "direction": "sink",
15128                         "presence": "always"
15129                     },
15130                     "src": {
15131                         "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",
15132                         "direction": "src",
15133                         "presence": "always"
15134                     }
15135                 },
15136                 "rank": "none"
15137             },
15138             "rtpmp1sdepay": {
15139                 "author": "Wim Taymans <wim.taymans@gmail.com>",
15140                 "description": "Extracts MPEG1 System Streams from RTP packets (RFC 3555)",
15141                 "hierarchy": [
15142                     "GstRtpMP1SDepay",
15143                     "GstRTPBaseDepayload",
15144                     "GstElement",
15145                     "GstObject",
15146                     "GInitiallyUnowned",
15147                     "GObject"
15148                 ],
15149                 "klass": "Codec/Depayloader/Network/RTP",
15150                 "long-name": "RTP MPEG1 System Stream depayloader",
15151                 "pad-templates": {
15152                     "sink": {
15153                         "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",
15154                         "direction": "sink",
15155                         "presence": "always"
15156                     },
15157                     "src": {
15158                         "caps": "video/mpeg:\n   systemstream: true\n",
15159                         "direction": "src",
15160                         "presence": "always"
15161                     }
15162                 },
15163                 "properties": {},
15164                 "rank": "secondary"
15165             },
15166             "rtpmp2tdepay": {
15167                 "author": "Wim Taymans <wim.taymans@gmail.com>, Thijs Vermeir <thijs.vermeir@barco.com>",
15168                 "description": "Extracts MPEG2 TS from RTP packets (RFC 2250)",
15169                 "hierarchy": [
15170                     "GstRtpMP2TDepay",
15171                     "GstRTPBaseDepayload",
15172                     "GstElement",
15173                     "GstObject",
15174                     "GInitiallyUnowned",
15175                     "GObject"
15176                 ],
15177                 "klass": "Codec/Depayloader/Network/RTP",
15178                 "long-name": "RTP MPEG Transport Stream depayloader",
15179                 "pad-templates": {
15180                     "sink": {
15181                         "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",
15182                         "direction": "sink",
15183                         "presence": "always"
15184                     },
15185                     "src": {
15186                         "caps": "video/mpegts:\n     packetsize: 188\n   systemstream: true\n",
15187                         "direction": "src",
15188                         "presence": "always"
15189                     }
15190                 },
15191                 "properties": {
15192                     "skip-first-bytes": {
15193                         "blurb": "The amount of bytes that need to be skipped at the beginning of the payload",
15194                         "conditionally-available": false,
15195                         "construct": false,
15196                         "construct-only": false,
15197                         "controllable": false,
15198                         "default": "0",
15199                         "max": "-1",
15200                         "min": "0",
15201                         "mutable": "null",
15202                         "readable": true,
15203                         "type": "guint",
15204                         "writable": true
15205                     }
15206                 },
15207                 "rank": "secondary"
15208             },
15209             "rtpmp2tpay": {
15210                 "author": "Wim Taymans <wim.taymans@gmail.com>",
15211                 "description": "Payload-encodes MPEG2 TS into RTP packets (RFC 2250)",
15212                 "hierarchy": [
15213                     "GstRTPMP2TPay",
15214                     "GstRTPBasePayload",
15215                     "GstElement",
15216                     "GstObject",
15217                     "GInitiallyUnowned",
15218                     "GObject"
15219                 ],
15220                 "klass": "Codec/Payloader/Network/RTP",
15221                 "long-name": "RTP MPEG2 Transport Stream payloader",
15222                 "pad-templates": {
15223                     "sink": {
15224                         "caps": "video/mpegts:\n     packetsize: 188\n   systemstream: true\n",
15225                         "direction": "sink",
15226                         "presence": "always"
15227                     },
15228                     "src": {
15229                         "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",
15230                         "direction": "src",
15231                         "presence": "always"
15232                     }
15233                 },
15234                 "properties": {},
15235                 "rank": "secondary"
15236             },
15237             "rtpmp4adepay": {
15238                 "author": "Nokia Corporation (contact <stefan.kost@nokia.com>), Wim Taymans <wim.taymans@gmail.com>",
15239                 "description": "Extracts MPEG4 audio from RTP packets (RFC 3016)",
15240                 "hierarchy": [
15241                     "GstRtpMP4ADepay",
15242                     "GstRTPBaseDepayload",
15243                     "GstElement",
15244                     "GstObject",
15245                     "GInitiallyUnowned",
15246                     "GObject"
15247                 ],
15248                 "klass": "Codec/Depayloader/Network/RTP",
15249                 "long-name": "RTP MPEG4 audio depayloader",
15250                 "pad-templates": {
15251                     "sink": {
15252                         "caps": "application/x-rtp:\n          media: audio\n     clock-rate: [ 1, 2147483647 ]\n  encoding-name: MP4A-LATM\n",
15253                         "direction": "sink",
15254                         "presence": "always"
15255                     },
15256                     "src": {
15257                         "caps": "audio/mpeg:\n    mpegversion: 4\n         framed: { (boolean)false, (boolean)true }\n  stream-format: raw\n",
15258                         "direction": "src",
15259                         "presence": "always"
15260                     }
15261                 },
15262                 "properties": {},
15263                 "rank": "secondary"
15264             },
15265             "rtpmp4apay": {
15266                 "author": "Wim Taymans <wim.taymans@gmail.com>",
15267                 "description": "Payload MPEG4 audio as RTP packets (RFC 3016)",
15268                 "hierarchy": [
15269                     "GstRtpMP4APay",
15270                     "GstRTPBasePayload",
15271                     "GstElement",
15272                     "GstObject",
15273                     "GInitiallyUnowned",
15274                     "GObject"
15275                 ],
15276                 "klass": "Codec/Payloader/Network/RTP",
15277                 "long-name": "RTP MPEG4 audio payloader",
15278                 "pad-templates": {
15279                     "sink": {
15280                         "caps": "audio/mpeg:\n    mpegversion: 4\n  stream-format: raw\n",
15281                         "direction": "sink",
15282                         "presence": "always"
15283                     },
15284                     "src": {
15285                         "caps": "application/x-rtp:\n          media: audio\n        payload: [ 96, 127 ]\n     clock-rate: [ 1, 2147483647 ]\n  encoding-name: MP4A-LATM\n",
15286                         "direction": "src",
15287                         "presence": "always"
15288                     }
15289                 },
15290                 "properties": {},
15291                 "rank": "secondary"
15292             },
15293             "rtpmp4gdepay": {
15294                 "author": "Wim Taymans <wim.taymans@gmail.com>",
15295                 "description": "Extracts MPEG4 elementary streams from RTP packets (RFC 3640)",
15296                 "hierarchy": [
15297                     "GstRtpMP4GDepay",
15298                     "GstRTPBaseDepayload",
15299                     "GstElement",
15300                     "GstObject",
15301                     "GInitiallyUnowned",
15302                     "GObject"
15303                 ],
15304                 "klass": "Codec/Depayloader/Network/RTP",
15305                 "long-name": "RTP MPEG4 ES depayloader",
15306                 "pad-templates": {
15307                     "sink": {
15308                         "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",
15309                         "direction": "sink",
15310                         "presence": "always"
15311                     },
15312                     "src": {
15313                         "caps": "video/mpeg:\n    mpegversion: 4\n   systemstream: false\naudio/mpeg:\n    mpegversion: 4\n  stream-format: raw\n",
15314                         "direction": "src",
15315                         "presence": "always"
15316                     }
15317                 },
15318                 "properties": {},
15319                 "rank": "secondary"
15320             },
15321             "rtpmp4gpay": {
15322                 "author": "Wim Taymans <wim.taymans@gmail.com>",
15323                 "description": "Payload MPEG4 elementary streams as RTP packets (RFC 3640)",
15324                 "hierarchy": [
15325                     "GstRtpMP4GPay",
15326                     "GstRTPBasePayload",
15327                     "GstElement",
15328                     "GstObject",
15329                     "GInitiallyUnowned",
15330                     "GObject"
15331                 ],
15332                 "klass": "Codec/Payloader/Network/RTP",
15333                 "long-name": "RTP MPEG4 ES payloader",
15334                 "pad-templates": {
15335                     "sink": {
15336                         "caps": "video/mpeg:\n    mpegversion: 4\n   systemstream: false\naudio/mpeg:\n    mpegversion: 4\n  stream-format: raw\n",
15337                         "direction": "sink",
15338                         "presence": "always"
15339                     },
15340                     "src": {
15341                         "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",
15342                         "direction": "src",
15343                         "presence": "always"
15344                     }
15345                 },
15346                 "properties": {},
15347                 "rank": "secondary"
15348             },
15349             "rtpmp4vdepay": {
15350                 "author": "Wim Taymans <wim.taymans@gmail.com>",
15351                 "description": "Extracts MPEG4 video from RTP packets (RFC 3016)",
15352                 "hierarchy": [
15353                     "GstRtpMP4VDepay",
15354                     "GstRTPBaseDepayload",
15355                     "GstElement",
15356                     "GstObject",
15357                     "GInitiallyUnowned",
15358                     "GObject"
15359                 ],
15360                 "klass": "Codec/Depayloader/Network/RTP",
15361                 "long-name": "RTP MPEG4 video depayloader",
15362                 "pad-templates": {
15363                     "sink": {
15364                         "caps": "application/x-rtp:\n          media: video\n     clock-rate: [ 1, 2147483647 ]\n  encoding-name: MP4V-ES\n",
15365                         "direction": "sink",
15366                         "presence": "always"
15367                     },
15368                     "src": {
15369                         "caps": "video/mpeg:\n    mpegversion: 4\n   systemstream: false\n",
15370                         "direction": "src",
15371                         "presence": "always"
15372                     }
15373                 },
15374                 "properties": {},
15375                 "rank": "secondary"
15376             },
15377             "rtpmp4vpay": {
15378                 "author": "Wim Taymans <wim.taymans@gmail.com>",
15379                 "description": "Payload MPEG-4 video as RTP packets (RFC 3016)",
15380                 "hierarchy": [
15381                     "GstRtpMP4VPay",
15382                     "GstRTPBasePayload",
15383                     "GstElement",
15384                     "GstObject",
15385                     "GInitiallyUnowned",
15386                     "GObject"
15387                 ],
15388                 "klass": "Codec/Payloader/Network/RTP",
15389                 "long-name": "RTP MPEG4 Video payloader",
15390                 "pad-templates": {
15391                     "sink": {
15392                         "caps": "video/mpeg:\n    mpegversion: 4\n   systemstream: false\nvideo/x-divx:\n",
15393                         "direction": "sink",
15394                         "presence": "always"
15395                     },
15396                     "src": {
15397                         "caps": "application/x-rtp:\n          media: video\n        payload: [ 96, 127 ]\n     clock-rate: [ 1, 2147483647 ]\n  encoding-name: MP4V-ES\n",
15398                         "direction": "src",
15399                         "presence": "always"
15400                     }
15401                 },
15402                 "properties": {
15403                     "config-interval": {
15404                         "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)",
15405                         "conditionally-available": false,
15406                         "construct": false,
15407                         "construct-only": false,
15408                         "controllable": false,
15409                         "default": "0",
15410                         "max": "3600",
15411                         "min": "-1",
15412                         "mutable": "null",
15413                         "readable": true,
15414                         "type": "gint",
15415                         "writable": true
15416                     }
15417                 },
15418                 "rank": "secondary + 1"
15419             },
15420             "rtpmpadepay": {
15421                 "author": "Wim Taymans <wim.taymans@gmail.com>",
15422                 "description": "Extracts MPEG audio from RTP packets (RFC 2038)",
15423                 "hierarchy": [
15424                     "GstRtpMPADepay",
15425                     "GstRTPBaseDepayload",
15426                     "GstElement",
15427                     "GstObject",
15428                     "GInitiallyUnowned",
15429                     "GObject"
15430                 ],
15431                 "klass": "Codec/Depayloader/Network/RTP",
15432                 "long-name": "RTP MPEG audio depayloader",
15433                 "pad-templates": {
15434                     "sink": {
15435                         "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",
15436                         "direction": "sink",
15437                         "presence": "always"
15438                     },
15439                     "src": {
15440                         "caps": "audio/mpeg:\n    mpegversion: 1\n",
15441                         "direction": "src",
15442                         "presence": "always"
15443                     }
15444                 },
15445                 "properties": {},
15446                 "rank": "secondary"
15447             },
15448             "rtpmpapay": {
15449                 "author": "Wim Taymans <wim.taymans@gmail.com>",
15450                 "description": "Payload MPEG audio as RTP packets (RFC 2038)",
15451                 "hierarchy": [
15452                     "GstRtpMPAPay",
15453                     "GstRTPBasePayload",
15454                     "GstElement",
15455                     "GstObject",
15456                     "GInitiallyUnowned",
15457                     "GObject"
15458                 ],
15459                 "klass": "Codec/Payloader/Network/RTP",
15460                 "long-name": "RTP MPEG audio payloader",
15461                 "pad-templates": {
15462                     "sink": {
15463                         "caps": "audio/mpeg:\n    mpegversion: 1\n",
15464                         "direction": "sink",
15465                         "presence": "always"
15466                     },
15467                     "src": {
15468                         "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",
15469                         "direction": "src",
15470                         "presence": "always"
15471                     }
15472                 },
15473                 "properties": {},
15474                 "rank": "secondary"
15475             },
15476             "rtpmparobustdepay": {
15477                 "author": "Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>",
15478                 "description": "Extracts MPEG audio from RTP packets (RFC 5219)",
15479                 "hierarchy": [
15480                     "GstRtpMPARobustDepay",
15481                     "GstRTPBaseDepayload",
15482                     "GstElement",
15483                     "GstObject",
15484                     "GInitiallyUnowned",
15485                     "GObject"
15486                 ],
15487                 "klass": "Codec/Depayloader/Network/RTP",
15488                 "long-name": "RTP MPEG audio depayloader",
15489                 "pad-templates": {
15490                     "sink": {
15491                         "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",
15492                         "direction": "sink",
15493                         "presence": "always"
15494                     },
15495                     "src": {
15496                         "caps": "audio/mpeg:\n    mpegversion: 1\n",
15497                         "direction": "src",
15498                         "presence": "always"
15499                     }
15500                 },
15501                 "properties": {},
15502                 "rank": "secondary"
15503             },
15504             "rtpmpvdepay": {
15505                 "author": "Wim Taymans <wim.taymans@gmail.com>",
15506                 "description": "Extracts MPEG video from RTP packets (RFC 2250)",
15507                 "hierarchy": [
15508                     "GstRtpMPVDepay",
15509                     "GstRTPBaseDepayload",
15510                     "GstElement",
15511                     "GstObject",
15512                     "GInitiallyUnowned",
15513                     "GObject"
15514                 ],
15515                 "klass": "Codec/Depayloader/Network/RTP",
15516                 "long-name": "RTP MPEG video depayloader",
15517                 "pad-templates": {
15518                     "sink": {
15519                         "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",
15520                         "direction": "sink",
15521                         "presence": "always"
15522                     },
15523                     "src": {
15524                         "caps": "video/mpeg:\n    mpegversion: 2\n   systemstream: false\n",
15525                         "direction": "src",
15526                         "presence": "always"
15527                     }
15528                 },
15529                 "properties": {},
15530                 "rank": "secondary"
15531             },
15532             "rtpmpvpay": {
15533                 "author": "Thijs Vermeir <thijsvermeir@gmail.com>",
15534                 "description": "Payload-encodes MPEG2 ES into RTP packets (RFC 2250)",
15535                 "hierarchy": [
15536                     "GstRTPMPVPay",
15537                     "GstRTPBasePayload",
15538                     "GstElement",
15539                     "GstObject",
15540                     "GInitiallyUnowned",
15541                     "GObject"
15542                 ],
15543                 "klass": "Codec/Payloader/Network/RTP",
15544                 "long-name": "RTP MPEG2 ES video payloader",
15545                 "pad-templates": {
15546                     "sink": {
15547                         "caps": "video/mpeg:\n    mpegversion: 2\n   systemstream: false\n",
15548                         "direction": "sink",
15549                         "presence": "always"
15550                     },
15551                     "src": {
15552                         "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",
15553                         "direction": "src",
15554                         "presence": "always"
15555                     }
15556                 },
15557                 "properties": {},
15558                 "rank": "secondary"
15559             },
15560             "rtpopusdepay": {
15561                 "author": "Danilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk>",
15562                 "description": "Extracts Opus audio from RTP packets",
15563                 "hierarchy": [
15564                     "GstRTPOpusDepay",
15565                     "GstRTPBaseDepayload",
15566                     "GstElement",
15567                     "GstObject",
15568                     "GInitiallyUnowned",
15569                     "GObject"
15570                 ],
15571                 "klass": "Codec/Depayloader/Network/RTP",
15572                 "long-name": "RTP Opus packet depayloader",
15573                 "pad-templates": {
15574                     "sink": {
15575                         "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",
15576                         "direction": "sink",
15577                         "presence": "always"
15578                     },
15579                     "src": {
15580                         "caps": "audio/x-opus:\nchannel-mapping-family: [ 0, 1 ]\n",
15581                         "direction": "src",
15582                         "presence": "always"
15583                     }
15584                 },
15585                 "properties": {},
15586                 "rank": "primary"
15587             },
15588             "rtpopuspay": {
15589                 "author": "Danilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk>",
15590                 "description": "Puts Opus audio in RTP packets",
15591                 "hierarchy": [
15592                     "GstRtpOPUSPay",
15593                     "GstRTPBasePayload",
15594                     "GstElement",
15595                     "GstObject",
15596                     "GInitiallyUnowned",
15597                     "GObject"
15598                 ],
15599                 "klass": "Codec/Payloader/Network/RTP",
15600                 "long-name": "RTP Opus payloader",
15601                 "pad-templates": {
15602                     "sink": {
15603                         "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",
15604                         "direction": "sink",
15605                         "presence": "always"
15606                     },
15607                     "src": {
15608                         "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",
15609                         "direction": "src",
15610                         "presence": "always"
15611                     }
15612                 },
15613                 "properties": {
15614                     "dtx": {
15615                         "blurb": "If enabled, the payloader will not transmit empty packets",
15616                         "conditionally-available": false,
15617                         "construct": false,
15618                         "construct-only": false,
15619                         "controllable": false,
15620                         "default": "false",
15621                         "mutable": "playing",
15622                         "readable": true,
15623                         "type": "gboolean",
15624                         "writable": true
15625                     }
15626                 },
15627                 "rank": "primary"
15628             },
15629             "rtppcmadepay": {
15630                 "author": "Edgard Lima <edgard.lima@gmail.com>, Zeeshan Ali <zeenix@gmail.com>",
15631                 "description": "Extracts PCMA audio from RTP packets",
15632                 "hierarchy": [
15633                     "GstRtpPcmaDepay",
15634                     "GstRTPBaseDepayload",
15635                     "GstElement",
15636                     "GstObject",
15637                     "GInitiallyUnowned",
15638                     "GObject"
15639                 ],
15640                 "klass": "Codec/Depayloader/Network/RTP",
15641                 "long-name": "RTP PCMA depayloader",
15642                 "pad-templates": {
15643                     "sink": {
15644                         "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",
15645                         "direction": "sink",
15646                         "presence": "always"
15647                     },
15648                     "src": {
15649                         "caps": "audio/x-alaw:\n       channels: 1\n           rate: [ 1, 2147483647 ]\n",
15650                         "direction": "src",
15651                         "presence": "always"
15652                     }
15653                 },
15654                 "properties": {},
15655                 "rank": "secondary"
15656             },
15657             "rtppcmapay": {
15658                 "author": "Edgard Lima <edgard.lima@gmail.com>",
15659                 "description": "Payload-encodes PCMA audio into a RTP packet",
15660                 "hierarchy": [
15661                     "GstRtpPcmaPay",
15662                     "GstRTPBaseAudioPayload",
15663                     "GstRTPBasePayload",
15664                     "GstElement",
15665                     "GstObject",
15666                     "GInitiallyUnowned",
15667                     "GObject"
15668                 ],
15669                 "klass": "Codec/Payloader/Network/RTP",
15670                 "long-name": "RTP PCMA payloader",
15671                 "pad-templates": {
15672                     "sink": {
15673                         "caps": "audio/x-alaw:\n       channels: 1\n           rate: 8000\n",
15674                         "direction": "sink",
15675                         "presence": "always"
15676                     },
15677                     "src": {
15678                         "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",
15679                         "direction": "src",
15680                         "presence": "always"
15681                     }
15682                 },
15683                 "properties": {},
15684                 "rank": "secondary"
15685             },
15686             "rtppcmudepay": {
15687                 "author": "Edgard Lima <edgard.lima@gmail.com>, Zeeshan Ali <zeenix@gmail.com>",
15688                 "description": "Extracts PCMU audio from RTP packets",
15689                 "hierarchy": [
15690                     "GstRtpPcmuDepay",
15691                     "GstRTPBaseDepayload",
15692                     "GstElement",
15693                     "GstObject",
15694                     "GInitiallyUnowned",
15695                     "GObject"
15696                 ],
15697                 "klass": "Codec/Depayloader/Network/RTP",
15698                 "long-name": "RTP PCMU depayloader",
15699                 "pad-templates": {
15700                     "sink": {
15701                         "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",
15702                         "direction": "sink",
15703                         "presence": "always"
15704                     },
15705                     "src": {
15706                         "caps": "audio/x-mulaw:\n       channels: 1\n           rate: [ 1, 2147483647 ]\n",
15707                         "direction": "src",
15708                         "presence": "always"
15709                     }
15710                 },
15711                 "properties": {},
15712                 "rank": "secondary"
15713             },
15714             "rtppcmupay": {
15715                 "author": "Edgard Lima <edgard.lima@gmail.com>",
15716                 "description": "Payload-encodes PCMU audio into a RTP packet",
15717                 "hierarchy": [
15718                     "GstRtpPcmuPay",
15719                     "GstRTPBaseAudioPayload",
15720                     "GstRTPBasePayload",
15721                     "GstElement",
15722                     "GstObject",
15723                     "GInitiallyUnowned",
15724                     "GObject"
15725                 ],
15726                 "klass": "Codec/Payloader/Network/RTP",
15727                 "long-name": "RTP PCMU payloader",
15728                 "pad-templates": {
15729                     "sink": {
15730                         "caps": "audio/x-mulaw:\n       channels: 1\n           rate: 8000\n",
15731                         "direction": "sink",
15732                         "presence": "always"
15733                     },
15734                     "src": {
15735                         "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",
15736                         "direction": "src",
15737                         "presence": "always"
15738                     }
15739                 },
15740                 "properties": {},
15741                 "rank": "secondary"
15742             },
15743             "rtpqcelpdepay": {
15744                 "author": "Wim Taymans <wim.taymans@gmail.com>",
15745                 "description": "Extracts QCELP (PureVoice) audio from RTP packets (RFC 2658)",
15746                 "hierarchy": [
15747                     "GstRtpQCELPDepay",
15748                     "GstRTPBaseDepayload",
15749                     "GstElement",
15750                     "GstObject",
15751                     "GInitiallyUnowned",
15752                     "GObject"
15753                 ],
15754                 "klass": "Codec/Depayloader/Network/RTP",
15755                 "long-name": "RTP QCELP depayloader",
15756                 "pad-templates": {
15757                     "sink": {
15758                         "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",
15759                         "direction": "sink",
15760                         "presence": "always"
15761                     },
15762                     "src": {
15763                         "caps": "audio/qcelp:\n       channels: 1\n           rate: 8000\n",
15764                         "direction": "src",
15765                         "presence": "always"
15766                     }
15767                 },
15768                 "properties": {},
15769                 "rank": "secondary"
15770             },
15771             "rtpqdm2depay": {
15772                 "author": "Edward Hervey <bilboed@bilboed.com>",
15773                 "description": "Extracts QDM2 audio from RTP packets (no RFC)",
15774                 "hierarchy": [
15775                     "GstRtpQDM2Depay",
15776                     "GstRTPBaseDepayload",
15777                     "GstElement",
15778                     "GstObject",
15779                     "GInitiallyUnowned",
15780                     "GObject"
15781                 ],
15782                 "klass": "Codec/Depayloader/Network/RTP",
15783                 "long-name": "RTP QDM2 depayloader",
15784                 "pad-templates": {
15785                     "sink": {
15786                         "caps": "application/x-rtp:\n          media: audio\n  encoding-name: X-QDM\n",
15787                         "direction": "sink",
15788                         "presence": "always"
15789                     },
15790                     "src": {
15791                         "caps": "audio/x-qdm2:\n",
15792                         "direction": "src",
15793                         "presence": "always"
15794                     }
15795                 },
15796                 "properties": {},
15797                 "rank": "secondary"
15798             },
15799             "rtpreddec": {
15800                 "author": "Hani Mustafa <hani@pexip.com>, Mikhail Fludkov <misha@pexip.com>",
15801                 "description": "Decode Redundant Audio Data (RED)",
15802                 "hierarchy": [
15803                     "GstRtpRedDec",
15804                     "GstElement",
15805                     "GstObject",
15806                     "GInitiallyUnowned",
15807                     "GObject"
15808                 ],
15809                 "klass": "Codec/Depayloader/Network/RTP",
15810                 "long-name": "Redundant Audio Data (RED) Decoder",
15811                 "pad-templates": {
15812                     "sink": {
15813                         "caps": "application/x-rtp:\n",
15814                         "direction": "sink",
15815                         "presence": "always"
15816                     },
15817                     "src": {
15818                         "caps": "application/x-rtp:\n",
15819                         "direction": "src",
15820                         "presence": "always"
15821                     }
15822                 },
15823                 "properties": {
15824                     "payloads": {
15825                         "blurb": "All the RED payloads this decoder may encounter",
15826                         "conditionally-available": false,
15827                         "construct": false,
15828                         "construct-only": false,
15829                         "controllable": false,
15830                         "mutable": "null",
15831                         "readable": true,
15832                         "type": "GstValueArray",
15833                         "writable": true
15834                     },
15835                     "pt": {
15836                         "blurb": "Payload type FEC packets",
15837                         "conditionally-available": false,
15838                         "construct": false,
15839                         "construct-only": false,
15840                         "controllable": false,
15841                         "default": "-1",
15842                         "max": "127",
15843                         "min": "-1",
15844                         "mutable": "null",
15845                         "readable": true,
15846                         "type": "gint",
15847                         "writable": true
15848                     },
15849                     "received": {
15850                         "blurb": "Count of received packets",
15851                         "conditionally-available": false,
15852                         "construct": false,
15853                         "construct-only": false,
15854                         "controllable": false,
15855                         "default": "0",
15856                         "max": "-1",
15857                         "min": "0",
15858                         "mutable": "null",
15859                         "readable": true,
15860                         "type": "guint",
15861                         "writable": false
15862                     }
15863                 },
15864                 "rank": "none"
15865             },
15866             "rtpredenc": {
15867                 "author": "Hani Mustafa <hani@pexip.com>, Mikhail Fludkov <misha@pexip.com>",
15868                 "description": "Encode Redundant Audio Data (RED)",
15869                 "hierarchy": [
15870                     "GstRtpRedEnc",
15871                     "GstElement",
15872                     "GstObject",
15873                     "GInitiallyUnowned",
15874                     "GObject"
15875                 ],
15876                 "klass": "Codec/Payloader/Network/RTP",
15877                 "long-name": "Redundant Audio Data (RED) Encoder",
15878                 "pad-templates": {
15879                     "sink": {
15880                         "caps": "application/x-rtp:\n",
15881                         "direction": "sink",
15882                         "presence": "always"
15883                     },
15884                     "src": {
15885                         "caps": "application/x-rtp:\n",
15886                         "direction": "src",
15887                         "presence": "always"
15888                     }
15889                 },
15890                 "properties": {
15891                     "allow-no-red-blocks": {
15892                         "blurb": "true - can produce RED packets even without redundant blocks (distance==0) false - RED packets will be produced only if distance>0",
15893                         "conditionally-available": false,
15894                         "construct": false,
15895                         "construct-only": false,
15896                         "controllable": false,
15897                         "default": "true",
15898                         "mutable": "null",
15899                         "readable": true,
15900                         "type": "gboolean",
15901                         "writable": true
15902                     },
15903                     "distance": {
15904                         "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.)",
15905                         "conditionally-available": false,
15906                         "construct": false,
15907                         "construct-only": false,
15908                         "controllable": false,
15909                         "default": "0",
15910                         "max": "-1",
15911                         "min": "0",
15912                         "mutable": "null",
15913                         "readable": true,
15914                         "type": "guint",
15915                         "writable": true
15916                     },
15917                     "pt": {
15918                         "blurb": "Payload type FEC packets (-1 disable)",
15919                         "conditionally-available": false,
15920                         "construct": false,
15921                         "construct-only": false,
15922                         "controllable": false,
15923                         "default": "0",
15924                         "max": "127",
15925                         "min": "0",
15926                         "mutable": "null",
15927                         "readable": true,
15928                         "type": "gint",
15929                         "writable": true
15930                     },
15931                     "sent": {
15932                         "blurb": "Count of sent packets",
15933                         "conditionally-available": false,
15934                         "construct": false,
15935                         "construct-only": false,
15936                         "controllable": false,
15937                         "default": "0",
15938                         "max": "-1",
15939                         "min": "0",
15940                         "mutable": "null",
15941                         "readable": true,
15942                         "type": "guint",
15943                         "writable": false
15944                     }
15945                 },
15946                 "rank": "none"
15947             },
15948             "rtpsbcdepay": {
15949                 "author": "Arun Raghavan <arun.raghavan@collabora.co.uk>",
15950                 "description": "Extracts SBC audio from RTP packets",
15951                 "hierarchy": [
15952                     "GstRtpSbcDepay",
15953                     "GstRTPBaseDepayload",
15954                     "GstElement",
15955                     "GstObject",
15956                     "GInitiallyUnowned",
15957                     "GObject"
15958                 ],
15959                 "klass": "Codec/Depayloader/Network/RTP",
15960                 "long-name": "RTP SBC audio depayloader",
15961                 "pad-templates": {
15962                     "sink": {
15963                         "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",
15964                         "direction": "sink",
15965                         "presence": "always"
15966                     },
15967                     "src": {
15968                         "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",
15969                         "direction": "src",
15970                         "presence": "always"
15971                     }
15972                 },
15973                 "properties": {
15974                     "ignore-timestamps": {
15975                         "blurb": "Various statistics",
15976                         "conditionally-available": false,
15977                         "construct": false,
15978                         "construct-only": false,
15979                         "controllable": false,
15980                         "default": "false",
15981                         "mutable": "null",
15982                         "readable": true,
15983                         "type": "gboolean",
15984                         "writable": true
15985                     }
15986                 },
15987                 "rank": "secondary"
15988             },
15989             "rtpsbcpay": {
15990                 "author": "Thiago Sousa Santos <thiagoss@lcc.ufcg.edu.br>",
15991                 "description": "Payload SBC audio as RTP packets",
15992                 "hierarchy": [
15993                     "GstRtpSBCPay",
15994                     "GstRTPBasePayload",
15995                     "GstElement",
15996                     "GstObject",
15997                     "GInitiallyUnowned",
15998                     "GObject"
15999                 ],
16000                 "klass": "Codec/Payloader/Network",
16001                 "long-name": "RTP packet payloader",
16002                 "pad-templates": {
16003                     "sink": {
16004                         "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",
16005                         "direction": "sink",
16006                         "presence": "always"
16007                     },
16008                     "src": {
16009                         "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",
16010                         "direction": "src",
16011                         "presence": "always"
16012                     }
16013                 },
16014                 "properties": {
16015                     "min-frames": {
16016                         "blurb": "Minimum quantity of frames to send in one packet (-1 for maximum allowed by the mtu)",
16017                         "conditionally-available": false,
16018                         "construct": false,
16019                         "construct-only": false,
16020                         "controllable": false,
16021                         "default": "0",
16022                         "max": "2147483647",
16023                         "min": "-1",
16024                         "mutable": "null",
16025                         "readable": true,
16026                         "type": "gint",
16027                         "writable": true
16028                     }
16029                 },
16030                 "rank": "none"
16031             },
16032             "rtpsirendepay": {
16033                 "author": "Philippe Kalaf <philippe.kalaf@collabora.co.uk>",
16034                 "description": "Extracts Siren audio from RTP packets",
16035                 "hierarchy": [
16036                     "GstRTPSirenDepay",
16037                     "GstRTPBaseDepayload",
16038                     "GstElement",
16039                     "GstObject",
16040                     "GInitiallyUnowned",
16041                     "GObject"
16042                 ],
16043                 "klass": "Codec/Depayloader/Network/RTP",
16044                 "long-name": "RTP Siren packet depayloader",
16045                 "pad-templates": {
16046                     "sink": {
16047                         "caps": "application/x-rtp:\n          media: audio\n     clock-rate: 16000\n  encoding-name: SIREN\n",
16048                         "direction": "sink",
16049                         "presence": "always"
16050                     },
16051                     "src": {
16052                         "caps": "audio/x-siren:\n     dct-length: 320\n",
16053                         "direction": "src",
16054                         "presence": "always"
16055                     }
16056                 },
16057                 "properties": {},
16058                 "rank": "secondary"
16059             },
16060             "rtpsirenpay": {
16061                 "author": "Youness Alaoui <kakaroto@kakaroto.homelinux.net>",
16062                 "description": "Packetize Siren audio streams into RTP packets",
16063                 "hierarchy": [
16064                     "GstRTPSirenPay",
16065                     "GstRTPBaseAudioPayload",
16066                     "GstRTPBasePayload",
16067                     "GstElement",
16068                     "GstObject",
16069                     "GInitiallyUnowned",
16070                     "GObject"
16071                 ],
16072                 "klass": "Codec/Payloader/Network/RTP",
16073                 "long-name": "RTP Payloader for Siren Audio",
16074                 "pad-templates": {
16075                     "sink": {
16076                         "caps": "audio/x-siren:\n     dct-length: 320\n",
16077                         "direction": "sink",
16078                         "presence": "always"
16079                     },
16080                     "src": {
16081                         "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",
16082                         "direction": "src",
16083                         "presence": "always"
16084                     }
16085                 },
16086                 "properties": {},
16087                 "rank": "secondary"
16088             },
16089             "rtpspeexdepay": {
16090                 "author": "Edgard Lima <edgard.lima@gmail.com>",
16091                 "description": "Extracts Speex audio from RTP packets",
16092                 "hierarchy": [
16093                     "GstRtpSPEEXDepay",
16094                     "GstRTPBaseDepayload",
16095                     "GstElement",
16096                     "GstObject",
16097                     "GInitiallyUnowned",
16098                     "GObject"
16099                 ],
16100                 "klass": "Codec/Depayloader/Network/RTP",
16101                 "long-name": "RTP Speex depayloader",
16102                 "pad-templates": {
16103                     "sink": {
16104                         "caps": "application/x-rtp:\n          media: audio\n     clock-rate: [ 6000, 48000 ]\n  encoding-name: SPEEX\n",
16105                         "direction": "sink",
16106                         "presence": "always"
16107                     },
16108                     "src": {
16109                         "caps": "audio/x-speex:\n",
16110                         "direction": "src",
16111                         "presence": "always"
16112                     }
16113                 },
16114                 "properties": {},
16115                 "rank": "secondary"
16116             },
16117             "rtpspeexpay": {
16118                 "author": "Edgard Lima <edgard.lima@gmail.com>",
16119                 "description": "Payload-encodes Speex audio into a RTP packet",
16120                 "hierarchy": [
16121                     "GstRtpSPEEXPay",
16122                     "GstRTPBasePayload",
16123                     "GstElement",
16124                     "GstObject",
16125                     "GInitiallyUnowned",
16126                     "GObject"
16127                 ],
16128                 "klass": "Codec/Payloader/Network/RTP",
16129                 "long-name": "RTP Speex payloader",
16130                 "pad-templates": {
16131                     "sink": {
16132                         "caps": "audio/x-speex:\n           rate: [ 6000, 48000 ]\n       channels: 1\n",
16133                         "direction": "sink",
16134                         "presence": "always"
16135                     },
16136                     "src": {
16137                         "caps": "application/x-rtp:\n          media: audio\n        payload: [ 96, 127 ]\n     clock-rate: [ 6000, 48000 ]\n  encoding-name: SPEEX\nencoding-params: 1\n",
16138                         "direction": "src",
16139                         "presence": "always"
16140                     }
16141                 },
16142                 "properties": {},
16143                 "rank": "secondary"
16144             },
16145             "rtpstorage": {
16146                 "author": "Mikhail Fludkov <misha@pexip.com>",
16147                 "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",
16148                 "hierarchy": [
16149                     "GstRtpStorage",
16150                     "GstElement",
16151                     "GstObject",
16152                     "GInitiallyUnowned",
16153                     "GObject"
16154                 ],
16155                 "klass": "Analyzer/RTP",
16156                 "long-name": "RTP storage",
16157                 "pad-templates": {
16158                     "sink": {
16159                         "caps": "application/x-rtp:\n",
16160                         "direction": "sink",
16161                         "presence": "always"
16162                     },
16163                     "src": {
16164                         "caps": "application/x-rtp:\n",
16165                         "direction": "src",
16166                         "presence": "always"
16167                     }
16168                 },
16169                 "properties": {
16170                     "internal-storage": {
16171                         "blurb": "Internal RtpStorage object",
16172                         "conditionally-available": false,
16173                         "construct": false,
16174                         "construct-only": false,
16175                         "controllable": false,
16176                         "mutable": "null",
16177                         "readable": true,
16178                         "type": "GObject",
16179                         "writable": false
16180                     },
16181                     "size-time": {
16182                         "blurb": "The amount of data to keep in the storage (in ns, 0-disable)",
16183                         "conditionally-available": false,
16184                         "construct": true,
16185                         "construct-only": false,
16186                         "controllable": false,
16187                         "default": "0",
16188                         "max": "18446744073709551615",
16189                         "min": "0",
16190                         "mutable": "null",
16191                         "readable": true,
16192                         "type": "guint64",
16193                         "writable": true
16194                     }
16195                 },
16196                 "rank": "none"
16197             },
16198             "rtpstreamdepay": {
16199                 "author": "Sebastian Dröge <sebastian@centricular.com>",
16200                 "description": "Depayloads RTP/RTCP packets for streaming protocols according to RFC4571",
16201                 "hierarchy": [
16202                     "GstRtpStreamDepay",
16203                     "GstBaseParse",
16204                     "GstElement",
16205                     "GstObject",
16206                     "GInitiallyUnowned",
16207                     "GObject"
16208                 ],
16209                 "klass": "Codec/Depayloader/Network",
16210                 "long-name": "RTP Stream Depayloading",
16211                 "pad-templates": {
16212                     "sink": {
16213                         "caps": "application/x-rtp-stream:\napplication/x-rtcp-stream:\napplication/x-srtp-stream:\napplication/x-srtcp-stream:\n",
16214                         "direction": "sink",
16215                         "presence": "always"
16216                     },
16217                     "src": {
16218                         "caps": "application/x-rtp:\napplication/x-rtcp:\napplication/x-srtp:\napplication/x-srtcp:\n",
16219                         "direction": "src",
16220                         "presence": "always"
16221                     }
16222                 },
16223                 "properties": {},
16224                 "rank": "none"
16225             },
16226             "rtpstreampay": {
16227                 "author": "Sebastian Dröge <sebastian@centricular.com>",
16228                 "description": "Payloads RTP/RTCP packets for streaming protocols according to RFC4571",
16229                 "hierarchy": [
16230                     "GstRtpStreamPay",
16231                     "GstElement",
16232                     "GstObject",
16233                     "GInitiallyUnowned",
16234                     "GObject"
16235                 ],
16236                 "klass": "Codec/Payloader/Network",
16237                 "long-name": "RTP Stream Payloading",
16238                 "pad-templates": {
16239                     "sink": {
16240                         "caps": "application/x-rtp:\napplication/x-rtcp:\napplication/x-srtp:\napplication/x-srtcp:\n",
16241                         "direction": "sink",
16242                         "presence": "always"
16243                     },
16244                     "src": {
16245                         "caps": "application/x-rtp-stream:\napplication/x-rtcp-stream:\napplication/x-srtp-stream:\napplication/x-srtcp-stream:\n",
16246                         "direction": "src",
16247                         "presence": "always"
16248                     }
16249                 },
16250                 "rank": "none"
16251             },
16252             "rtpsv3vdepay": {
16253                 "author": "Wim Taymans <wim.taymans@gmail.com>",
16254                 "description": "Extracts SVQ3 video from RTP packets (no RFC)",
16255                 "hierarchy": [
16256                     "GstRtpSV3VDepay",
16257                     "GstRTPBaseDepayload",
16258                     "GstElement",
16259                     "GstObject",
16260                     "GInitiallyUnowned",
16261                     "GObject"
16262                 ],
16263                 "klass": "Codec/Depayloader/Network/RTP",
16264                 "long-name": "RTP SVQ3 depayloader",
16265                 "pad-templates": {
16266                     "sink": {
16267                         "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",
16268                         "direction": "sink",
16269                         "presence": "always"
16270                     },
16271                     "src": {
16272                         "caps": "video/x-svq:\n     svqversion: 3\n",
16273                         "direction": "src",
16274                         "presence": "always"
16275                     }
16276                 },
16277                 "properties": {},
16278                 "rank": "secondary"
16279             },
16280             "rtptheoradepay": {
16281                 "author": "Wim Taymans <wim.taymans@gmail.com>",
16282                 "description": "Extracts Theora video from RTP packets (draft-01 of RFC XXXX)",
16283                 "hierarchy": [
16284                     "GstRtpTheoraDepay",
16285                     "GstRTPBaseDepayload",
16286                     "GstElement",
16287                     "GstObject",
16288                     "GInitiallyUnowned",
16289                     "GObject"
16290                 ],
16291                 "klass": "Codec/Depayloader/Network/RTP",
16292                 "long-name": "RTP Theora depayloader",
16293                 "pad-templates": {
16294                     "sink": {
16295                         "caps": "application/x-rtp:\n          media: video\n     clock-rate: 90000\n  encoding-name: THEORA\n",
16296                         "direction": "sink",
16297                         "presence": "always"
16298                     },
16299                     "src": {
16300                         "caps": "video/x-theora:\n",
16301                         "direction": "src",
16302                         "presence": "always"
16303                     }
16304                 },
16305                 "properties": {},
16306                 "rank": "secondary"
16307             },
16308             "rtptheorapay": {
16309                 "author": "Wim Taymans <wim.taymans@gmail.com>",
16310                 "description": "Payload-encode Theora video into RTP packets (draft-01 RFC XXXX)",
16311                 "hierarchy": [
16312                     "GstRtpTheoraPay",
16313                     "GstRTPBasePayload",
16314                     "GstElement",
16315                     "GstObject",
16316                     "GInitiallyUnowned",
16317                     "GObject"
16318                 ],
16319                 "klass": "Codec/Payloader/Network/RTP",
16320                 "long-name": "RTP Theora payloader",
16321                 "pad-templates": {
16322                     "sink": {
16323                         "caps": "video/x-theora:\n",
16324                         "direction": "sink",
16325                         "presence": "always"
16326                     },
16327                     "src": {
16328                         "caps": "application/x-rtp:\n          media: video\n        payload: [ 96, 127 ]\n     clock-rate: 90000\n  encoding-name: THEORA\n",
16329                         "direction": "src",
16330                         "presence": "always"
16331                     }
16332                 },
16333                 "properties": {
16334                     "config-interval": {
16335                         "blurb": "Send Config Insertion Interval in seconds (configuration headers will be multiplexed in the data stream when detected.) (0 = disabled)",
16336                         "conditionally-available": false,
16337                         "construct": false,
16338                         "construct-only": false,
16339                         "controllable": false,
16340                         "default": "0",
16341                         "max": "3600",
16342                         "min": "0",
16343                         "mutable": "null",
16344                         "readable": true,
16345                         "type": "guint",
16346                         "writable": true
16347                     }
16348                 },
16349                 "rank": "secondary"
16350             },
16351             "rtpulpfecdec": {
16352                 "author": "Mikhail Fludkov <misha@pexip.com>",
16353                 "description": "Decodes RTP FEC (RFC5109)",
16354                 "hierarchy": [
16355                     "GstRtpUlpFecDec",
16356                     "GstElement",
16357                     "GstObject",
16358                     "GInitiallyUnowned",
16359                     "GObject"
16360                 ],
16361                 "klass": "Codec/Depayloader/Network/RTP",
16362                 "long-name": "RTP FEC Decoder",
16363                 "pad-templates": {
16364                     "sink": {
16365                         "caps": "application/x-rtp:\n",
16366                         "direction": "sink",
16367                         "presence": "always"
16368                     },
16369                     "src": {
16370                         "caps": "application/x-rtp:\n",
16371                         "direction": "src",
16372                         "presence": "always"
16373                     }
16374                 },
16375                 "properties": {
16376                     "passthrough": {
16377                         "blurb": "Whether to passthrough all data as-is without modification and never attempt to recover packets",
16378                         "conditionally-available": false,
16379                         "construct": false,
16380                         "construct-only": false,
16381                         "controllable": false,
16382                         "default": "false",
16383                         "mutable": "null",
16384                         "readable": true,
16385                         "type": "gboolean",
16386                         "writable": true
16387                     },
16388                     "pt": {
16389                         "blurb": "FEC packets payload type",
16390                         "conditionally-available": false,
16391                         "construct": false,
16392                         "construct-only": false,
16393                         "controllable": false,
16394                         "default": "0",
16395                         "max": "127",
16396                         "min": "0",
16397                         "mutable": "null",
16398                         "readable": true,
16399                         "type": "guint",
16400                         "writable": true
16401                     },
16402                     "recovered": {
16403                         "blurb": "The number of recovered packets",
16404                         "conditionally-available": false,
16405                         "construct": false,
16406                         "construct-only": false,
16407                         "controllable": false,
16408                         "default": "0",
16409                         "max": "-1",
16410                         "min": "0",
16411                         "mutable": "null",
16412                         "readable": true,
16413                         "type": "guint",
16414                         "writable": false
16415                     },
16416                     "storage": {
16417                         "blurb": "RTP storage",
16418                         "conditionally-available": false,
16419                         "construct": false,
16420                         "construct-only": false,
16421                         "controllable": false,
16422                         "mutable": "null",
16423                         "readable": true,
16424                         "type": "GObject",
16425                         "writable": true
16426                     },
16427                     "unrecovered": {
16428                         "blurb": "The number of unrecovered packets",
16429                         "conditionally-available": false,
16430                         "construct": false,
16431                         "construct-only": false,
16432                         "controllable": false,
16433                         "default": "0",
16434                         "max": "-1",
16435                         "min": "0",
16436                         "mutable": "null",
16437                         "readable": true,
16438                         "type": "guint",
16439                         "writable": false
16440                     }
16441                 },
16442                 "rank": "none"
16443             },
16444             "rtpulpfecenc": {
16445                 "author": "Mikhail Fludkov <misha@pexip.com>",
16446                 "description": "Encodes RTP FEC (RFC5109)",
16447                 "hierarchy": [
16448                     "GstRtpUlpFecEnc",
16449                     "GstElement",
16450                     "GstObject",
16451                     "GInitiallyUnowned",
16452                     "GObject"
16453                 ],
16454                 "klass": "Codec/Payloader/Network/RTP",
16455                 "long-name": "RTP FEC Encoder",
16456                 "pad-templates": {
16457                     "sink": {
16458                         "caps": "application/x-rtp:\n",
16459                         "direction": "sink",
16460                         "presence": "always"
16461                     },
16462                     "src": {
16463                         "caps": "application/x-rtp:\n",
16464                         "direction": "src",
16465                         "presence": "always"
16466                     }
16467                 },
16468                 "properties": {
16469                     "multipacket": {
16470                         "blurb": "Apply FEC on multiple packets",
16471                         "conditionally-available": false,
16472                         "construct": true,
16473                         "construct-only": false,
16474                         "controllable": false,
16475                         "default": "true",
16476                         "mutable": "null",
16477                         "readable": true,
16478                         "type": "gboolean",
16479                         "writable": true
16480                     },
16481                     "percentage": {
16482                         "blurb": "FEC overhead percentage for the whole stream",
16483                         "conditionally-available": false,
16484                         "construct": true,
16485                         "construct-only": false,
16486                         "controllable": false,
16487                         "default": "0",
16488                         "max": "100",
16489                         "min": "0",
16490                         "mutable": "null",
16491                         "readable": true,
16492                         "type": "guint",
16493                         "writable": true
16494                     },
16495                     "percentage-important": {
16496                         "blurb": "FEC overhead percentage for important packets",
16497                         "conditionally-available": false,
16498                         "construct": true,
16499                         "construct-only": false,
16500                         "controllable": false,
16501                         "default": "0",
16502                         "max": "100",
16503                         "min": "0",
16504                         "mutable": "null",
16505                         "readable": true,
16506                         "type": "guint",
16507                         "writable": true
16508                     },
16509                     "protected": {
16510                         "blurb": "Count of protected packets",
16511                         "conditionally-available": false,
16512                         "construct": false,
16513                         "construct-only": false,
16514                         "controllable": false,
16515                         "default": "0",
16516                         "max": "-1",
16517                         "min": "0",
16518                         "mutable": "null",
16519                         "readable": true,
16520                         "type": "guint",
16521                         "writable": false
16522                     },
16523                     "pt": {
16524                         "blurb": "The payload type of FEC packets",
16525                         "conditionally-available": false,
16526                         "construct": true,
16527                         "construct-only": false,
16528                         "controllable": false,
16529                         "default": "255",
16530                         "max": "255",
16531                         "min": "0",
16532                         "mutable": "null",
16533                         "readable": true,
16534                         "type": "guint",
16535                         "writable": true
16536                     }
16537                 },
16538                 "rank": "none"
16539             },
16540             "rtpvorbisdepay": {
16541                 "author": "Wim Taymans <wim.taymans@gmail.com>",
16542                 "description": "Extracts Vorbis Audio from RTP packets (RFC 5215)",
16543                 "hierarchy": [
16544                     "GstRtpVorbisDepay",
16545                     "GstRTPBaseDepayload",
16546                     "GstElement",
16547                     "GstObject",
16548                     "GInitiallyUnowned",
16549                     "GObject"
16550                 ],
16551                 "klass": "Codec/Depayloader/Network/RTP",
16552                 "long-name": "RTP Vorbis depayloader",
16553                 "pad-templates": {
16554                     "sink": {
16555                         "caps": "application/x-rtp:\n          media: audio\n     clock-rate: [ 1, 2147483647 ]\n  encoding-name: VORBIS\n",
16556                         "direction": "sink",
16557                         "presence": "always"
16558                     },
16559                     "src": {
16560                         "caps": "audio/x-vorbis:\n",
16561                         "direction": "src",
16562                         "presence": "always"
16563                     }
16564                 },
16565                 "properties": {},
16566                 "rank": "secondary"
16567             },
16568             "rtpvorbispay": {
16569                 "author": "Wim Taymans <wim.taymans@gmail.com>",
16570                 "description": "Payload-encode Vorbis audio into RTP packets (RFC 5215)",
16571                 "hierarchy": [
16572                     "GstRtpVorbisPay",
16573                     "GstRTPBasePayload",
16574                     "GstElement",
16575                     "GstObject",
16576                     "GInitiallyUnowned",
16577                     "GObject"
16578                 ],
16579                 "klass": "Codec/Payloader/Network/RTP",
16580                 "long-name": "RTP Vorbis payloader",
16581                 "pad-templates": {
16582                     "sink": {
16583                         "caps": "audio/x-vorbis:\n",
16584                         "direction": "sink",
16585                         "presence": "always"
16586                     },
16587                     "src": {
16588                         "caps": "application/x-rtp:\n          media: audio\n        payload: [ 96, 127 ]\n     clock-rate: [ 1, 2147483647 ]\n  encoding-name: VORBIS\n",
16589                         "direction": "src",
16590                         "presence": "always"
16591                     }
16592                 },
16593                 "properties": {
16594                     "config-interval": {
16595                         "blurb": "Send Config Insertion Interval in seconds (configuration headers will be multiplexed in the data stream when detected.) (0 = disabled)",
16596                         "conditionally-available": false,
16597                         "construct": false,
16598                         "construct-only": false,
16599                         "controllable": false,
16600                         "default": "0",
16601                         "max": "3600",
16602                         "min": "0",
16603                         "mutable": "null",
16604                         "readable": true,
16605                         "type": "guint",
16606                         "writable": true
16607                     }
16608                 },
16609                 "rank": "secondary"
16610             },
16611             "rtpvp8depay": {
16612                 "author": "Sjoerd Simons <sjoerd@luon.net>",
16613                 "description": "Extracts VP8 video from RTP packets)",
16614                 "hierarchy": [
16615                     "GstRtpVP8Depay",
16616                     "GstRTPBaseDepayload",
16617                     "GstElement",
16618                     "GstObject",
16619                     "GInitiallyUnowned",
16620                     "GObject"
16621                 ],
16622                 "klass": "Codec/Depayloader/Network/RTP",
16623                 "long-name": "RTP VP8 depayloader",
16624                 "pad-templates": {
16625                     "sink": {
16626                         "caps": "application/x-rtp:\n     clock-rate: 90000\n          media: video\n  encoding-name: { (string)VP8, (string)VP8-DRAFT-IETF-01 }\n",
16627                         "direction": "sink",
16628                         "presence": "always"
16629                     },
16630                     "src": {
16631                         "caps": "video/x-vp8:\n",
16632                         "direction": "src",
16633                         "presence": "always"
16634                     }
16635                 },
16636                 "properties": {
16637                     "request-keyframe": {
16638                         "blurb": "Request new keyframe when packet loss is detected",
16639                         "conditionally-available": false,
16640                         "construct": false,
16641                         "construct-only": false,
16642                         "controllable": false,
16643                         "default": "false",
16644                         "mutable": "null",
16645                         "readable": true,
16646                         "type": "gboolean",
16647                         "writable": true
16648                     },
16649                     "wait-for-keyframe": {
16650                         "blurb": "Wait for the next keyframe after packet loss",
16651                         "conditionally-available": false,
16652                         "construct": false,
16653                         "construct-only": false,
16654                         "controllable": false,
16655                         "default": "false",
16656                         "mutable": "null",
16657                         "readable": true,
16658                         "type": "gboolean",
16659                         "writable": true
16660                     }
16661                 },
16662                 "rank": "marginal"
16663             },
16664             "rtpvp8pay": {
16665                 "author": "Sjoerd Simons <sjoerd@luon.net>",
16666                 "description": "Puts VP8 video in RTP packets",
16667                 "hierarchy": [
16668                     "GstRtpVP8Pay",
16669                     "GstRTPBasePayload",
16670                     "GstElement",
16671                     "GstObject",
16672                     "GInitiallyUnowned",
16673                     "GObject"
16674                 ],
16675                 "klass": "Codec/Payloader/Network/RTP",
16676                 "long-name": "RTP VP8 payloader",
16677                 "pad-templates": {
16678                     "sink": {
16679                         "caps": "video/x-vp8:\n",
16680                         "direction": "sink",
16681                         "presence": "always"
16682                     },
16683                     "src": {
16684                         "caps": "application/x-rtp:\n        payload: [ 96, 127 ]\n     clock-rate: 90000\n  encoding-name: { (string)VP8, (string)VP8-DRAFT-IETF-01 }\n",
16685                         "direction": "src",
16686                         "presence": "always"
16687                     }
16688                 },
16689                 "properties": {
16690                     "picture-id-mode": {
16691                         "blurb": "The picture ID mode for payloading",
16692                         "conditionally-available": false,
16693                         "construct": false,
16694                         "construct-only": false,
16695                         "controllable": false,
16696                         "default": "none (0)",
16697                         "mutable": "null",
16698                         "readable": true,
16699                         "type": "GstVP8RTPPayMode",
16700                         "writable": true
16701                     },
16702                     "picture-id-offset": {
16703                         "blurb": "Offset to add to the initial picture-id (-1 = random)",
16704                         "conditionally-available": false,
16705                         "construct": false,
16706                         "construct-only": false,
16707                         "controllable": false,
16708                         "default": "-1",
16709                         "max": "32767",
16710                         "min": "-1",
16711                         "mutable": "null",
16712                         "readable": true,
16713                         "type": "gint",
16714                         "writable": true
16715                     }
16716                 },
16717                 "rank": "marginal"
16718             },
16719             "rtpvp9depay": {
16720                 "author": "Stian Selnes <stian@pexip.com>",
16721                 "description": "Extracts VP9 video from RTP packets)",
16722                 "hierarchy": [
16723                     "GstRtpVP9Depay",
16724                     "GstRTPBaseDepayload",
16725                     "GstElement",
16726                     "GstObject",
16727                     "GInitiallyUnowned",
16728                     "GObject"
16729                 ],
16730                 "klass": "Codec/Depayloader/Network/RTP",
16731                 "long-name": "RTP VP9 depayloader",
16732                 "pad-templates": {
16733                     "sink": {
16734                         "caps": "application/x-rtp:\n     clock-rate: 90000\n          media: video\n  encoding-name: { (string)VP9, (string)VP9-DRAFT-IETF-01 }\n",
16735                         "direction": "sink",
16736                         "presence": "always"
16737                     },
16738                     "src": {
16739                         "caps": "video/x-vp9:\n",
16740                         "direction": "src",
16741                         "presence": "always"
16742                     }
16743                 },
16744                 "properties": {},
16745                 "rank": "marginal"
16746             },
16747             "rtpvp9pay": {
16748                 "author": "Stian Selnes <stian@pexip.com>",
16749                 "description": "Puts VP9 video in RTP packets)",
16750                 "hierarchy": [
16751                     "GstRtpVP9Pay",
16752                     "GstRTPBasePayload",
16753                     "GstElement",
16754                     "GstObject",
16755                     "GInitiallyUnowned",
16756                     "GObject"
16757                 ],
16758                 "klass": "Codec/Payloader/Network/RTP",
16759                 "long-name": "RTP VP9 payloader",
16760                 "pad-templates": {
16761                     "sink": {
16762                         "caps": "video/x-vp9:\n",
16763                         "direction": "sink",
16764                         "presence": "always"
16765                     },
16766                     "src": {
16767                         "caps": "application/x-rtp:\n        payload: [ 96, 127 ]\n     clock-rate: 90000\n  encoding-name: { (string)VP9, (string)VP9-DRAFT-IETF-01 }\n",
16768                         "direction": "src",
16769                         "presence": "always"
16770                     }
16771                 },
16772                 "properties": {
16773                     "picture-id-mode": {
16774                         "blurb": "The picture ID mode for payloading",
16775                         "conditionally-available": false,
16776                         "construct": false,
16777                         "construct-only": false,
16778                         "controllable": false,
16779                         "default": "none (0)",
16780                         "mutable": "null",
16781                         "readable": true,
16782                         "type": "GstVP9RTPPayMode",
16783                         "writable": true
16784                     }
16785                 },
16786                 "rank": "marginal"
16787             },
16788             "rtpvrawdepay": {
16789                 "author": "Wim Taymans <wim.taymans@gmail.com>",
16790                 "description": "Extracts raw video from RTP packets (RFC 4175)",
16791                 "hierarchy": [
16792                     "GstRtpVRawDepay",
16793                     "GstRTPBaseDepayload",
16794                     "GstElement",
16795                     "GstObject",
16796                     "GInitiallyUnowned",
16797                     "GObject"
16798                 ],
16799                 "klass": "Codec/Depayloader/Network/RTP",
16800                 "long-name": "RTP Raw Video depayloader",
16801                 "pad-templates": {
16802                     "sink": {
16803                         "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",
16804                         "direction": "sink",
16805                         "presence": "always"
16806                     },
16807                     "src": {
16808                         "caps": "video/x-raw:\n",
16809                         "direction": "src",
16810                         "presence": "always"
16811                     }
16812                 },
16813                 "properties": {},
16814                 "rank": "secondary"
16815             },
16816             "rtpvrawpay": {
16817                 "author": "Wim Taymans <wim.taymans@gmail.com>",
16818                 "description": "Payload raw video as RTP packets (RFC 4175)",
16819                 "hierarchy": [
16820                     "GstRtpVRawPay",
16821                     "GstRTPBasePayload",
16822                     "GstElement",
16823                     "GstObject",
16824                     "GInitiallyUnowned",
16825                     "GObject"
16826                 ],
16827                 "klass": "Codec/Payloader/Network/RTP",
16828                 "long-name": "RTP Raw Video payloader",
16829                 "pad-templates": {
16830                     "sink": {
16831                         "caps": "video/x-raw:\n         format: { RGB, RGBA, BGR, BGRA, AYUV, UYVY, I420, Y41B, UYVP }\n          width: [ 1, 32767 ]\n         height: [ 1, 32767 ]\n",
16832                         "direction": "sink",
16833                         "presence": "always"
16834                     },
16835                     "src": {
16836                         "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",
16837                         "direction": "src",
16838                         "presence": "always"
16839                     }
16840                 },
16841                 "properties": {
16842                     "chunks-per-frame": {
16843                         "blurb": "Split and send out each frame in multiple chunks to reduce overhead",
16844                         "conditionally-available": false,
16845                         "construct": false,
16846                         "construct-only": false,
16847                         "controllable": false,
16848                         "default": "10",
16849                         "max": "2147483647",
16850                         "min": "1",
16851                         "mutable": "null",
16852                         "readable": true,
16853                         "type": "gint",
16854                         "writable": true
16855                     }
16856                 },
16857                 "rank": "secondary"
16858             }
16859         },
16860         "filename": "gstrtp",
16861         "license": "LGPL",
16862         "other-types": {
16863             "GstDVPayMode": {
16864                 "kind": "enum",
16865                 "values": [
16866                     {
16867                         "desc": "Video only",
16868                         "name": "video",
16869                         "value": "0"
16870                     },
16871                     {
16872                         "desc": "Video and Audio bundled",
16873                         "name": "bundled",
16874                         "value": "1"
16875                     },
16876                     {
16877                         "desc": "Audio only",
16878                         "name": "audio",
16879                         "value": "2"
16880                     }
16881                 ]
16882             },
16883             "GstFragmentationMode": {
16884                 "kind": "enum",
16885                 "values": [
16886                     {
16887                         "desc": "Normal",
16888                         "name": "normal",
16889                         "value": "0"
16890                     },
16891                     {
16892                         "desc": "Fragment at sync points",
16893                         "name": "sync",
16894                         "value": "1"
16895                     }
16896                 ]
16897             },
16898             "GstRtpH264AggregateMode": {
16899                 "kind": "enum",
16900                 "values": [
16901                     {
16902                         "desc": "Do not aggregate NAL units",
16903                         "name": "none",
16904                         "value": "0"
16905                     },
16906                     {
16907                         "desc": "Aggregate NAL units until a VCL unit is included",
16908                         "name": "zero-latency",
16909                         "value": "1"
16910                     },
16911                     {
16912                         "desc": "Aggregate all NAL units with the same timestamp (adds one frame of latency)",
16913                         "name": "max-stap",
16914                         "value": "2"
16915                     }
16916                 ]
16917             },
16918             "GstRtpH265AggregateMode": {
16919                 "kind": "enum",
16920                 "values": [
16921                     {
16922                         "desc": "Do not aggregate NAL units",
16923                         "name": "none",
16924                         "value": "0"
16925                     },
16926                     {
16927                         "desc": "Aggregate NAL units until a VCL or suffix unit is included",
16928                         "name": "zero-latency",
16929                         "value": "1"
16930                     },
16931                     {
16932                         "desc": "Aggregate all NAL units with the same timestamp (adds one frame of latency)",
16933                         "name": "max",
16934                         "value": "2"
16935                     }
16936                 ]
16937             },
16938             "GstVP8RTPPayMode": {
16939                 "kind": "enum",
16940                 "values": [
16941                     {
16942                         "desc": "No Picture ID",
16943                         "name": "none",
16944                         "value": "0"
16945                     },
16946                     {
16947                         "desc": "7-bit Picture ID",
16948                         "name": "7-bit",
16949                         "value": "1"
16950                     },
16951                     {
16952                         "desc": "15-bit Picture ID",
16953                         "name": "15-bit",
16954                         "value": "2"
16955                     }
16956                 ]
16957             },
16958             "GstVP9RTPPayMode": {
16959                 "kind": "enum",
16960                 "values": [
16961                     {
16962                         "desc": "No Picture ID",
16963                         "name": "none",
16964                         "value": "0"
16965                     },
16966                     {
16967                         "desc": "7-bit Picture ID",
16968                         "name": "7-bit",
16969                         "value": "1"
16970                     },
16971                     {
16972                         "desc": "15-bit Picture ID",
16973                         "name": "15-bit",
16974                         "value": "2"
16975                     }
16976                 ]
16977             },
16978             "iLBCMode": {
16979                 "kind": "enum",
16980                 "values": [
16981                     {
16982                         "desc": "20ms frames",
16983                         "name": "20ms",
16984                         "value": "20"
16985                     },
16986                     {
16987                         "desc": "30ms frames",
16988                         "name": "30ms",
16989                         "value": "30"
16990                     }
16991                 ]
16992             }
16993         },
16994         "package": "GStreamer Good Plug-ins",
16995         "source": "gst-plugins-good",
16996         "tracers": {},
16997         "url": "Unknown package origin"
16998     },
16999     "rtpmanager": {
17000         "description": "RTP session management plugin library",
17001         "elements": {
17002             "rtpbin": {
17003                 "author": "Wim Taymans <wim.taymans@gmail.com>",
17004                 "description": "Real-Time Transport Protocol bin",
17005                 "hierarchy": [
17006                     "GstRtpBin",
17007                     "GstBin",
17008                     "GstElement",
17009                     "GstObject",
17010                     "GInitiallyUnowned",
17011                     "GObject"
17012                 ],
17013                 "interfaces": [
17014                     "GstChildProxy"
17015                 ],
17016                 "klass": "Filter/Network/RTP",
17017                 "long-name": "RTP Bin",
17018                 "pad-templates": {
17019                     "recv_fec_sink_%%u_%%u": {
17020                         "caps": "application/x-rtp:\n",
17021                         "direction": "sink",
17022                         "presence": "request"
17023                     },
17024                     "recv_rtcp_sink_%%u": {
17025                         "caps": "application/x-rtcp:\napplication/x-srtcp:\n",
17026                         "direction": "sink",
17027                         "presence": "request"
17028                     },
17029                     "recv_rtp_sink_%%u": {
17030                         "caps": "application/x-rtp:\napplication/x-srtp:\n",
17031                         "direction": "sink",
17032                         "presence": "request"
17033                     },
17034                     "recv_rtp_src_%%u_%%u_%%u": {
17035                         "caps": "application/x-rtp:\n",
17036                         "direction": "src",
17037                         "presence": "sometimes"
17038                     },
17039                     "send_fec_src_%%u_%%u": {
17040                         "caps": "application/x-rtp:\n",
17041                         "direction": "src",
17042                         "presence": "sometimes"
17043                     },
17044                     "send_rtcp_src_%%u": {
17045                         "caps": "application/x-rtcp:\napplication/x-srtcp:\n",
17046                         "direction": "src",
17047                         "presence": "request"
17048                     },
17049                     "send_rtp_sink_%%u": {
17050                         "caps": "application/x-rtp:\n",
17051                         "direction": "sink",
17052                         "presence": "request"
17053                     },
17054                     "send_rtp_src_%%u": {
17055                         "caps": "application/x-rtp:\napplication/x-srtp:\n",
17056                         "direction": "src",
17057                         "presence": "sometimes"
17058                     }
17059                 },
17060                 "properties": {
17061                     "add-reference-timestamp-meta": {
17062                         "blurb": "Add Reference Timestamp Meta to buffers with the original clock timestamp before any adjustments when syncing to an RFC7273 clock or after clock synchronization via RTCP or inband NTP-64 header extensions has happened.",
17063                         "conditionally-available": false,
17064                         "construct": false,
17065                         "construct-only": false,
17066                         "controllable": false,
17067                         "default": "false",
17068                         "mutable": "null",
17069                         "readable": true,
17070                         "type": "gboolean",
17071                         "writable": true
17072                     },
17073                     "autoremove": {
17074                         "blurb": "Automatically remove timed out sources",
17075                         "conditionally-available": false,
17076                         "construct": false,
17077                         "construct-only": false,
17078                         "controllable": false,
17079                         "default": "false",
17080                         "mutable": "null",
17081                         "readable": true,
17082                         "type": "gboolean",
17083                         "writable": true
17084                     },
17085                     "buffer-mode": {
17086                         "blurb": "Control the buffering algorithm in use",
17087                         "conditionally-available": false,
17088                         "construct": false,
17089                         "construct-only": false,
17090                         "controllable": false,
17091                         "default": "slave (1)",
17092                         "mutable": "null",
17093                         "readable": true,
17094                         "type": "RTPJitterBufferMode",
17095                         "writable": true
17096                     },
17097                     "do-lost": {
17098                         "blurb": "Send an event downstream when a packet is lost",
17099                         "conditionally-available": false,
17100                         "construct": false,
17101                         "construct-only": false,
17102                         "controllable": false,
17103                         "default": "false",
17104                         "mutable": "null",
17105                         "readable": true,
17106                         "type": "gboolean",
17107                         "writable": true
17108                     },
17109                     "do-retransmission": {
17110                         "blurb": "Enable retransmission on all streams",
17111                         "conditionally-available": false,
17112                         "construct": false,
17113                         "construct-only": false,
17114                         "controllable": false,
17115                         "default": "false",
17116                         "mutable": "null",
17117                         "readable": true,
17118                         "type": "gboolean",
17119                         "writable": true
17120                     },
17121                     "do-sync-event": {
17122                         "blurb": "Send event downstream when a stream is synchronized to the sender",
17123                         "conditionally-available": false,
17124                         "construct": false,
17125                         "construct-only": false,
17126                         "controllable": false,
17127                         "default": "false",
17128                         "mutable": "null",
17129                         "readable": true,
17130                         "type": "gboolean",
17131                         "writable": true
17132                     },
17133                     "drop-on-latency": {
17134                         "blurb": "Tells the jitterbuffer to never exceed the given latency in size",
17135                         "conditionally-available": false,
17136                         "construct": false,
17137                         "construct-only": false,
17138                         "controllable": false,
17139                         "default": "false",
17140                         "mutable": "null",
17141                         "readable": true,
17142                         "type": "gboolean",
17143                         "writable": true
17144                     },
17145                     "fec-decoders": {
17146                         "blurb": "GstStructure mapping from session index to FEC decoder factory, eg fec-decoders='fec,0=\"rtpst2022-1-fecdec\\ size-time\\=1000000000\";'",
17147                         "conditionally-available": false,
17148                         "construct": false,
17149                         "construct-only": false,
17150                         "controllable": false,
17151                         "default": "application/x-rtp-fec-decoders;",
17152                         "mutable": "null",
17153                         "readable": true,
17154                         "type": "GstStructure",
17155                         "writable": true
17156                     },
17157                     "fec-encoders": {
17158                         "blurb": "GstStructure mapping from session index to FEC encoder factory, eg fec-encoders='fec,0=\"rtpst2022-1-fecenc\\ rows\\=5\\ columns\\=5\";'",
17159                         "conditionally-available": false,
17160                         "construct": false,
17161                         "construct-only": false,
17162                         "controllable": false,
17163                         "default": "application/x-rtp-fec-encoders;",
17164                         "mutable": "null",
17165                         "readable": true,
17166                         "type": "GstStructure",
17167                         "writable": true
17168                     },
17169                     "ignore-pt": {
17170                         "blurb": "Do not demultiplex based on PT values",
17171                         "conditionally-available": false,
17172                         "construct": false,
17173                         "construct-only": false,
17174                         "controllable": false,
17175                         "default": "false",
17176                         "mutable": "null",
17177                         "readable": true,
17178                         "type": "gboolean",
17179                         "writable": true
17180                     },
17181                     "latency": {
17182                         "blurb": "Default amount of ms to buffer in the jitterbuffers",
17183                         "conditionally-available": false,
17184                         "construct": false,
17185                         "construct-only": false,
17186                         "controllable": false,
17187                         "default": "200",
17188                         "max": "-1",
17189                         "min": "0",
17190                         "mutable": "null",
17191                         "readable": true,
17192                         "type": "guint",
17193                         "writable": true
17194                     },
17195                     "max-dropout-time": {
17196                         "blurb": "The maximum time (milliseconds) of missing packets tolerated.",
17197                         "conditionally-available": false,
17198                         "construct": false,
17199                         "construct-only": false,
17200                         "controllable": false,
17201                         "default": "60000",
17202                         "max": "-1",
17203                         "min": "0",
17204                         "mutable": "null",
17205                         "readable": true,
17206                         "type": "guint",
17207                         "writable": true
17208                     },
17209                     "max-misorder-time": {
17210                         "blurb": "The maximum time (milliseconds) of misordered packets tolerated.",
17211                         "conditionally-available": false,
17212                         "construct": false,
17213                         "construct-only": false,
17214                         "controllable": false,
17215                         "default": "2000",
17216                         "max": "-1",
17217                         "min": "0",
17218                         "mutable": "null",
17219                         "readable": true,
17220                         "type": "guint",
17221                         "writable": true
17222                     },
17223                     "max-rtcp-rtp-time-diff": {
17224                         "blurb": "Maximum amount of time in ms that the RTP time in RTCP SRs is allowed to be ahead (-1 disabled)",
17225                         "conditionally-available": false,
17226                         "construct": false,
17227                         "construct-only": false,
17228                         "controllable": false,
17229                         "default": "1000",
17230                         "max": "2147483647",
17231                         "min": "-1",
17232                         "mutable": "null",
17233                         "readable": true,
17234                         "type": "gint",
17235                         "writable": true
17236                     },
17237                     "max-streams": {
17238                         "blurb": "The maximum number of streams to create for one session",
17239                         "conditionally-available": false,
17240                         "construct": false,
17241                         "construct-only": false,
17242                         "controllable": false,
17243                         "default": "-1",
17244                         "max": "-1",
17245                         "min": "0",
17246                         "mutable": "null",
17247                         "readable": true,
17248                         "type": "guint",
17249                         "writable": true
17250                     },
17251                     "max-ts-offset": {
17252                         "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)",
17253                         "conditionally-available": false,
17254                         "construct": false,
17255                         "construct-only": false,
17256                         "controllable": false,
17257                         "default": "3000000000",
17258                         "max": "9223372036854775807",
17259                         "min": "0",
17260                         "mutable": "null",
17261                         "readable": true,
17262                         "type": "gint64",
17263                         "writable": true
17264                     },
17265                     "max-ts-offset-adjustment": {
17266                         "blurb": "The maximum number of nanoseconds per frame that time stamp offsets may be adjusted (0 = no limit).",
17267                         "conditionally-available": false,
17268                         "construct": false,
17269                         "construct-only": false,
17270                         "controllable": false,
17271                         "default": "0",
17272                         "max": "18446744073709551615",
17273                         "min": "0",
17274                         "mutable": "null",
17275                         "readable": true,
17276                         "type": "guint64",
17277                         "writable": true
17278                     },
17279                     "min-ts-offset": {
17280                         "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)",
17281                         "conditionally-available": false,
17282                         "construct": false,
17283                         "construct-only": false,
17284                         "controllable": false,
17285                         "default": "4000000",
17286                         "max": "18446744073709551615",
17287                         "min": "0",
17288                         "mutable": "null",
17289                         "readable": true,
17290                         "type": "guint64",
17291                         "writable": true
17292                     },
17293                     "ntp-sync": {
17294                         "blurb": "Synchronize received streams to the NTP clock",
17295                         "conditionally-available": false,
17296                         "construct": false,
17297                         "construct-only": false,
17298                         "controllable": false,
17299                         "default": "false",
17300                         "mutable": "null",
17301                         "readable": true,
17302                         "type": "gboolean",
17303                         "writable": true
17304                     },
17305                     "ntp-time-source": {
17306                         "blurb": "NTP time source for RTCP packets",
17307                         "conditionally-available": false,
17308                         "construct": false,
17309                         "construct-only": false,
17310                         "controllable": false,
17311                         "default": "ntp (0)",
17312                         "mutable": "null",
17313                         "readable": true,
17314                         "type": "GstRtpNtpTimeSource",
17315                         "writable": true
17316                     },
17317                     "rfc7273-sync": {
17318                         "blurb": "Synchronize received streams to the RFC7273 clock (requires clock and offset to be provided)",
17319                         "conditionally-available": false,
17320                         "construct": false,
17321                         "construct-only": false,
17322                         "controllable": false,
17323                         "default": "false",
17324                         "mutable": "null",
17325                         "readable": true,
17326                         "type": "gboolean",
17327                         "writable": true
17328                     },
17329                     "rtcp-sync": {
17330                         "blurb": "Use of RTCP SR in synchronization",
17331                         "conditionally-available": false,
17332                         "construct": false,
17333                         "construct-only": false,
17334                         "controllable": false,
17335                         "default": "always (0)",
17336                         "mutable": "null",
17337                         "readable": true,
17338                         "type": "GstRTCPSync",
17339                         "writable": true
17340                     },
17341                     "rtcp-sync-interval": {
17342                         "blurb": "RTCP SR / NTP-64 interval synchronization (ms) (0 = always)",
17343                         "conditionally-available": false,
17344                         "construct": false,
17345                         "construct-only": false,
17346                         "controllable": false,
17347                         "default": "0",
17348                         "max": "-1",
17349                         "min": "0",
17350                         "mutable": "null",
17351                         "readable": true,
17352                         "type": "guint",
17353                         "writable": true
17354                     },
17355                     "rtcp-sync-send-time": {
17356                         "blurb": "Use send time or capture time for RTCP sync (TRUE = send time, FALSE = capture time)",
17357                         "conditionally-available": false,
17358                         "construct": false,
17359                         "construct-only": false,
17360                         "controllable": false,
17361                         "default": "true",
17362                         "mutable": "null",
17363                         "readable": true,
17364                         "type": "gboolean",
17365                         "writable": true
17366                     },
17367                     "rtp-profile": {
17368                         "blurb": "Default RTP profile of newly created sessions",
17369                         "conditionally-available": false,
17370                         "construct": false,
17371                         "construct-only": false,
17372                         "controllable": false,
17373                         "default": "avp (1)",
17374                         "mutable": "null",
17375                         "readable": true,
17376                         "type": "GstRTPProfile",
17377                         "writable": true
17378                     },
17379                     "sdes": {
17380                         "blurb": "The SDES items of this session",
17381                         "conditionally-available": false,
17382                         "construct": false,
17383                         "construct-only": false,
17384                         "controllable": false,
17385                         "mutable": "null",
17386                         "readable": true,
17387                         "type": "GstStructure",
17388                         "writable": true
17389                     },
17390                     "ts-offset-smoothing-factor": {
17391                         "blurb": "Sets a smoothing factor for the timestamp offset in number of values for a calculated running moving average. (0 = no smoothing factor)",
17392                         "conditionally-available": false,
17393                         "construct": false,
17394                         "construct-only": false,
17395                         "controllable": false,
17396                         "default": "0",
17397                         "max": "-1",
17398                         "min": "0",
17399                         "mutable": "null",
17400                         "readable": true,
17401                         "type": "guint",
17402                         "writable": true
17403                     },
17404                     "use-pipeline-clock": {
17405                         "blurb": "Use the pipeline running-time to set the NTP time in the RTCP SR messages (DEPRECATED: Use ntp-time-source property)",
17406                         "conditionally-available": false,
17407                         "construct": false,
17408                         "construct-only": false,
17409                         "controllable": false,
17410                         "default": "false",
17411                         "mutable": "null",
17412                         "readable": true,
17413                         "type": "gboolean",
17414                         "writable": true
17415                     }
17416                 },
17417                 "rank": "none",
17418                 "signals": {
17419                     "clear-pt-map": {
17420                         "action": true,
17421                         "args": [],
17422                         "return-type": "void",
17423                         "when": "last"
17424                     },
17425                     "clear-ssrc": {
17426                         "action": true,
17427                         "args": [
17428                             {
17429                                 "name": "arg0",
17430                                 "type": "guint"
17431                             },
17432                             {
17433                                 "name": "arg1",
17434                                 "type": "guint"
17435                             }
17436                         ],
17437                         "return-type": "void",
17438                         "when": "last"
17439                     },
17440                     "get-internal-session": {
17441                         "action": true,
17442                         "args": [
17443                             {
17444                                 "name": "arg0",
17445                                 "type": "guint"
17446                             }
17447                         ],
17448                         "return-type": "RTPSession",
17449                         "when": "last"
17450                     },
17451                     "get-internal-storage": {
17452                         "action": true,
17453                         "args": [
17454                             {
17455                                 "name": "arg0",
17456                                 "type": "guint"
17457                             }
17458                         ],
17459                         "return-type": "GObject",
17460                         "when": "last"
17461                     },
17462                     "get-session": {
17463                         "action": true,
17464                         "args": [
17465                             {
17466                                 "name": "arg0",
17467                                 "type": "guint"
17468                             }
17469                         ],
17470                         "return-type": "GstElement",
17471                         "when": "last"
17472                     },
17473                     "get-storage": {
17474                         "action": true,
17475                         "args": [
17476                             {
17477                                 "name": "arg0",
17478                                 "type": "guint"
17479                             }
17480                         ],
17481                         "return-type": "GstElement",
17482                         "when": "last"
17483                     },
17484                     "new-jitterbuffer": {
17485                         "args": [
17486                             {
17487                                 "name": "arg0",
17488                                 "type": "GstElement"
17489                             },
17490                             {
17491                                 "name": "arg1",
17492                                 "type": "guint"
17493                             },
17494                             {
17495                                 "name": "arg2",
17496                                 "type": "guint"
17497                             }
17498                         ],
17499                         "return-type": "void",
17500                         "when": "last"
17501                     },
17502                     "new-storage": {
17503                         "args": [
17504                             {
17505                                 "name": "arg0",
17506                                 "type": "GstElement"
17507                             },
17508                             {
17509                                 "name": "arg1",
17510                                 "type": "guint"
17511                             }
17512                         ],
17513                         "return-type": "void",
17514                         "when": "last"
17515                     },
17516                     "on-bye-ssrc": {
17517                         "args": [
17518                             {
17519                                 "name": "arg0",
17520                                 "type": "guint"
17521                             },
17522                             {
17523                                 "name": "arg1",
17524                                 "type": "guint"
17525                             }
17526                         ],
17527                         "return-type": "void",
17528                         "when": "last"
17529                     },
17530                     "on-bye-timeout": {
17531                         "args": [
17532                             {
17533                                 "name": "arg0",
17534                                 "type": "guint"
17535                             },
17536                             {
17537                                 "name": "arg1",
17538                                 "type": "guint"
17539                             }
17540                         ],
17541                         "return-type": "void",
17542                         "when": "last"
17543                     },
17544                     "on-new-sender-ssrc": {
17545                         "args": [
17546                             {
17547                                 "name": "arg0",
17548                                 "type": "guint"
17549                             },
17550                             {
17551                                 "name": "arg1",
17552                                 "type": "guint"
17553                             }
17554                         ],
17555                         "return-type": "void",
17556                         "when": "last"
17557                     },
17558                     "on-new-ssrc": {
17559                         "args": [
17560                             {
17561                                 "name": "arg0",
17562                                 "type": "guint"
17563                             },
17564                             {
17565                                 "name": "arg1",
17566                                 "type": "guint"
17567                             }
17568                         ],
17569                         "return-type": "void",
17570                         "when": "last"
17571                     },
17572                     "on-npt-stop": {
17573                         "args": [
17574                             {
17575                                 "name": "arg0",
17576                                 "type": "guint"
17577                             },
17578                             {
17579                                 "name": "arg1",
17580                                 "type": "guint"
17581                             }
17582                         ],
17583                         "return-type": "void",
17584                         "when": "last"
17585                     },
17586                     "on-sender-ssrc-active": {
17587                         "args": [
17588                             {
17589                                 "name": "arg0",
17590                                 "type": "guint"
17591                             },
17592                             {
17593                                 "name": "arg1",
17594                                 "type": "guint"
17595                             }
17596                         ],
17597                         "return-type": "void",
17598                         "when": "last"
17599                     },
17600                     "on-sender-timeout": {
17601                         "args": [
17602                             {
17603                                 "name": "arg0",
17604                                 "type": "guint"
17605                             },
17606                             {
17607                                 "name": "arg1",
17608                                 "type": "guint"
17609                             }
17610                         ],
17611                         "return-type": "void",
17612                         "when": "last"
17613                     },
17614                     "on-ssrc-active": {
17615                         "args": [
17616                             {
17617                                 "name": "arg0",
17618                                 "type": "guint"
17619                             },
17620                             {
17621                                 "name": "arg1",
17622                                 "type": "guint"
17623                             }
17624                         ],
17625                         "return-type": "void",
17626                         "when": "last"
17627                     },
17628                     "on-ssrc-collision": {
17629                         "args": [
17630                             {
17631                                 "name": "arg0",
17632                                 "type": "guint"
17633                             },
17634                             {
17635                                 "name": "arg1",
17636                                 "type": "guint"
17637                             }
17638                         ],
17639                         "return-type": "void",
17640                         "when": "last"
17641                     },
17642                     "on-ssrc-sdes": {
17643                         "args": [
17644                             {
17645                                 "name": "arg0",
17646                                 "type": "guint"
17647                             },
17648                             {
17649                                 "name": "arg1",
17650                                 "type": "guint"
17651                             }
17652                         ],
17653                         "return-type": "void",
17654                         "when": "last"
17655                     },
17656                     "on-ssrc-validated": {
17657                         "args": [
17658                             {
17659                                 "name": "arg0",
17660                                 "type": "guint"
17661                             },
17662                             {
17663                                 "name": "arg1",
17664                                 "type": "guint"
17665                             }
17666                         ],
17667                         "return-type": "void",
17668                         "when": "last"
17669                     },
17670                     "on-timeout": {
17671                         "args": [
17672                             {
17673                                 "name": "arg0",
17674                                 "type": "guint"
17675                             },
17676                             {
17677                                 "name": "arg1",
17678                                 "type": "guint"
17679                             }
17680                         ],
17681                         "return-type": "void",
17682                         "when": "last"
17683                     },
17684                     "payload-type-change": {
17685                         "args": [
17686                             {
17687                                 "name": "arg0",
17688                                 "type": "guint"
17689                             },
17690                             {
17691                                 "name": "arg1",
17692                                 "type": "guint"
17693                             }
17694                         ],
17695                         "return-type": "void",
17696                         "when": "last"
17697                     },
17698                     "request-aux-receiver": {
17699                         "args": [
17700                             {
17701                                 "name": "arg0",
17702                                 "type": "guint"
17703                             }
17704                         ],
17705                         "return-type": "GstElement",
17706                         "when": "last"
17707                     },
17708                     "request-aux-sender": {
17709                         "args": [
17710                             {
17711                                 "name": "arg0",
17712                                 "type": "guint"
17713                             }
17714                         ],
17715                         "return-type": "GstElement",
17716                         "when": "last"
17717                     },
17718                     "request-fec-decoder": {
17719                         "args": [
17720                             {
17721                                 "name": "arg0",
17722                                 "type": "guint"
17723                             }
17724                         ],
17725                         "return-type": "GstElement",
17726                         "when": "last"
17727                     },
17728                     "request-fec-decoder-full": {
17729                         "args": [
17730                             {
17731                                 "name": "arg0",
17732                                 "type": "guint"
17733                             },
17734                             {
17735                                 "name": "arg1",
17736                                 "type": "guint"
17737                             },
17738                             {
17739                                 "name": "arg2",
17740                                 "type": "guint"
17741                             }
17742                         ],
17743                         "return-type": "GstElement",
17744                         "when": "last"
17745                     },
17746                     "request-fec-encoder": {
17747                         "args": [
17748                             {
17749                                 "name": "arg0",
17750                                 "type": "guint"
17751                             }
17752                         ],
17753                         "return-type": "GstElement",
17754                         "when": "last"
17755                     },
17756                     "request-jitterbuffer": {
17757                         "args": [
17758                             {
17759                                 "name": "arg0",
17760                                 "type": "guint"
17761                             }
17762                         ],
17763                         "return-type": "GstElement",
17764                         "when": "last"
17765                     },
17766                     "request-pt-map": {
17767                         "args": [
17768                             {
17769                                 "name": "arg0",
17770                                 "type": "guint"
17771                             },
17772                             {
17773                                 "name": "arg1",
17774                                 "type": "guint"
17775                             }
17776                         ],
17777                         "return-type": "GstCaps",
17778                         "when": "last"
17779                     },
17780                     "request-rtcp-decoder": {
17781                         "args": [
17782                             {
17783                                 "name": "arg0",
17784                                 "type": "guint"
17785                             }
17786                         ],
17787                         "return-type": "GstElement",
17788                         "when": "last"
17789                     },
17790                     "request-rtcp-encoder": {
17791                         "args": [
17792                             {
17793                                 "name": "arg0",
17794                                 "type": "guint"
17795                             }
17796                         ],
17797                         "return-type": "GstElement",
17798                         "when": "last"
17799                     },
17800                     "request-rtp-decoder": {
17801                         "args": [
17802                             {
17803                                 "name": "arg0",
17804                                 "type": "guint"
17805                             }
17806                         ],
17807                         "return-type": "GstElement",
17808                         "when": "last"
17809                     },
17810                     "request-rtp-encoder": {
17811                         "args": [
17812                             {
17813                                 "name": "arg0",
17814                                 "type": "guint"
17815                             }
17816                         ],
17817                         "return-type": "GstElement",
17818                         "when": "last"
17819                     },
17820                     "reset-sync": {
17821                         "action": true,
17822                         "args": [],
17823                         "return-type": "void",
17824                         "when": "last"
17825                     }
17826                 }
17827             },
17828             "rtpdtmfmux": {
17829                 "author": "Zeeshan Ali <first.last@nokia.com>",
17830                 "description": "mixes RTP DTMF streams into other RTP streams",
17831                 "hierarchy": [
17832                     "GstRTPDTMFMux",
17833                     "GstRTPMux",
17834                     "GstElement",
17835                     "GstObject",
17836                     "GInitiallyUnowned",
17837                     "GObject"
17838                 ],
17839                 "klass": "Codec/Muxer",
17840                 "long-name": "RTP muxer",
17841                 "pad-templates": {
17842                     "priority_sink_%%u": {
17843                         "caps": "application/x-rtp:\n",
17844                         "direction": "sink",
17845                         "presence": "request"
17846                     },
17847                     "sink_%%u": {
17848                         "caps": "application/x-rtp:\n",
17849                         "direction": "sink",
17850                         "presence": "request"
17851                     },
17852                     "src": {
17853                         "caps": "application/x-rtp:\n",
17854                         "direction": "src",
17855                         "presence": "always"
17856                     }
17857                 },
17858                 "properties": {},
17859                 "rank": "none"
17860             },
17861             "rtpfunnel": {
17862                 "author": "Havard Graff <havard@gstip.com>",
17863                 "description": "Funnel RTP buffers together for multiplexing",
17864                 "hierarchy": [
17865                     "GstRtpFunnel",
17866                     "GstElement",
17867                     "GstObject",
17868                     "GInitiallyUnowned",
17869                     "GObject"
17870                 ],
17871                 "klass": "RTP Funneling",
17872                 "long-name": "RTP funnel",
17873                 "pad-templates": {
17874                     "sink_%%u": {
17875                         "caps": "application/x-rtp:\n",
17876                         "direction": "sink",
17877                         "presence": "request"
17878                     },
17879                     "src": {
17880                         "caps": "application/x-rtp:\n",
17881                         "direction": "src",
17882                         "presence": "always"
17883                     }
17884                 },
17885                 "properties": {
17886                     "common-ts-offset": {
17887                         "blurb": "Use the same RTP timestamp offset for all sinkpads (-1 = disable)",
17888                         "conditionally-available": false,
17889                         "construct": true,
17890                         "construct-only": false,
17891                         "controllable": false,
17892                         "default": "-1",
17893                         "max": "2147483647",
17894                         "min": "-1",
17895                         "mutable": "null",
17896                         "readable": true,
17897                         "type": "gint",
17898                         "writable": true
17899                     }
17900                 },
17901                 "rank": "none"
17902             },
17903             "rtphdrextclientaudiolevel": {
17904                 "RTP-Header-Extension-URI": "urn:ietf:params:rtp-hdrext:ssrc-audio-level",
17905                 "author": "Guillaume Desmottes <guillaume.desmottes@collabora.com>",
17906                 "description": "Client-to-Mixer Audio Level Indication (RFC6464) RTP Header Extension",
17907                 "hierarchy": [
17908                     "GstRTPHeaderExtensionClientAudioLevel",
17909                     "GstRTPHeaderExtension",
17910                     "GstElement",
17911                     "GstObject",
17912                     "GInitiallyUnowned",
17913                     "GObject"
17914                 ],
17915                 "klass": "Network/Extension/RTPHeader",
17916                 "long-name": "Client-to-Mixer Audio Level Indication (RFC6464) RTP Header Extension",
17917                 "properties": {
17918                     "vad": {
17919                         "blurb": "If the vad extension attribute is enabled or not",
17920                         "conditionally-available": false,
17921                         "construct": false,
17922                         "construct-only": false,
17923                         "controllable": false,
17924                         "default": "true",
17925                         "mutable": "null",
17926                         "readable": true,
17927                         "type": "gboolean",
17928                         "writable": false
17929                     }
17930                 },
17931                 "rank": "marginal"
17932             },
17933             "rtphdrextmid": {
17934                 "RTP-Header-Extension-URI": "urn:ietf:params:rtp-hdrext:sdes:mid",
17935                 "author": "Matthew Waters <matthew@centricular.com>",
17936                 "description": "Extends RTP packets to add or retrieve a Media Identification (MID) value as specified in RFC8843",
17937                 "hierarchy": [
17938                     "GstRTPHeaderExtensionMid",
17939                     "GstRTPHeaderExtension",
17940                     "GstElement",
17941                     "GstObject",
17942                     "GInitiallyUnowned",
17943                     "GObject"
17944                 ],
17945                 "klass": "Network/Extension/RTPHeader",
17946                 "long-name": "RTP BUNDLE MID Header Extension",
17947                 "properties": {
17948                     "mid": {
17949                         "blurb": "The Media Identification (MID) value last read or to write from/to RTP buffers",
17950                         "conditionally-available": false,
17951                         "construct": false,
17952                         "construct-only": false,
17953                         "controllable": false,
17954                         "default": "NULL",
17955                         "mutable": "null",
17956                         "readable": true,
17957                         "type": "gchararray",
17958                         "writable": true
17959                     }
17960                 },
17961                 "rank": "marginal"
17962             },
17963             "rtphdrextntp64": {
17964                 "RTP-Header-Extension-URI": "urn:ietf:params:rtp-hdrext:ntp-64",
17965                 "author": "Sebastian Dröge <sebastian@centricular.com>",
17966                 "description": "Extends RTP packets to add or retrieve a 64-bit NTP timestamp as specified in RFC6501",
17967                 "hierarchy": [
17968                     "GstRTPHeaderExtensionNtp64",
17969                     "GstRTPHeaderExtension",
17970                     "GstElement",
17971                     "GstObject",
17972                     "GInitiallyUnowned",
17973                     "GObject"
17974                 ],
17975                 "klass": "Network/Extension/RTPHeader",
17976                 "long-name": "RTP Header Extension RFC6051 64-bit NTP timestamp",
17977                 "properties": {
17978                     "every-packet": {
17979                         "blurb": "Add the header extension to every packet",
17980                         "conditionally-available": false,
17981                         "construct": false,
17982                         "construct-only": false,
17983                         "controllable": false,
17984                         "default": "false",
17985                         "mutable": "null",
17986                         "readable": true,
17987                         "type": "gboolean",
17988                         "writable": true
17989                     },
17990                     "interval": {
17991                         "blurb": "Interval between consecutive packets that get the header extension added",
17992                         "conditionally-available": false,
17993                         "construct": false,
17994                         "construct-only": false,
17995                         "controllable": false,
17996                         "default": "0",
17997                         "max": "18446744073709551615",
17998                         "min": "0",
17999                         "mutable": "null",
18000                         "readable": true,
18001                         "type": "guint64",
18002                         "writable": true
18003                     }
18004                 },
18005                 "rank": "marginal"
18006             },
18007             "rtphdrextrepairedstreamid": {
18008                 "RTP-Header-Extension-URI": "urn:ietf:params:rtp-hdrext:sdes:repaired-rtp-stream-id",
18009                 "author": "Matthew Waters <matthew@centricular.com>",
18010                 "description": "Extends RTP packets to add or retrieve a RepairedStreamId (RID) value as specified in RFC8852",
18011                 "hierarchy": [
18012                     "GstRTPHeaderExtensionRepairedStreamId",
18013                     "GstRTPHeaderExtension",
18014                     "GstElement",
18015                     "GstObject",
18016                     "GInitiallyUnowned",
18017                     "GObject"
18018                 ],
18019                 "klass": "Network/Extension/RTPHeader",
18020                 "long-name": "RTP Header Extension Repaired RFC8852 Stream ID",
18021                 "properties": {
18022                     "rid": {
18023                         "blurb": "The RepairedRtpStreamId (RID) value last read or to write from/to RTP buffers",
18024                         "conditionally-available": false,
18025                         "construct": false,
18026                         "construct-only": false,
18027                         "controllable": false,
18028                         "default": "NULL",
18029                         "mutable": "null",
18030                         "readable": true,
18031                         "type": "gchararray",
18032                         "writable": true
18033                     }
18034                 },
18035                 "rank": "marginal"
18036             },
18037             "rtphdrextstreamid": {
18038                 "RTP-Header-Extension-URI": "urn:ietf:params:rtp-hdrext:sdes:rtp-stream-id",
18039                 "author": "Matthew Waters <matthew@centricular.com>",
18040                 "description": "Extends RTP packets to add or retrieve a RtpStreamId (RID) value as specified in RFC8852",
18041                 "hierarchy": [
18042                     "GstRTPHeaderExtensionStreamId",
18043                     "GstRTPHeaderExtension",
18044                     "GstElement",
18045                     "GstObject",
18046                     "GInitiallyUnowned",
18047                     "GObject"
18048                 ],
18049                 "klass": "Network/Extension/RTPHeader",
18050                 "long-name": "RTP Header Extension RFC8852 Stream ID",
18051                 "properties": {
18052                     "rid": {
18053                         "blurb": "The RtpStreamId (RID) value last read or to write from/to RTP buffers",
18054                         "conditionally-available": false,
18055                         "construct": false,
18056                         "construct-only": false,
18057                         "controllable": false,
18058                         "default": "NULL",
18059                         "mutable": "null",
18060                         "readable": true,
18061                         "type": "gchararray",
18062                         "writable": true
18063                     }
18064                 },
18065                 "rank": "marginal"
18066             },
18067             "rtphdrexttwcc": {
18068                 "RTP-Header-Extension-URI": "http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01",
18069                 "author": "Matthew Waters <matthew@centricular.com>",
18070                 "description": "Extends RTP packets to add sequence number transport wide.",
18071                 "hierarchy": [
18072                     "GstRTPHeaderExtensionTWCC",
18073                     "GstRTPHeaderExtension",
18074                     "GstElement",
18075                     "GstObject",
18076                     "GInitiallyUnowned",
18077                     "GObject"
18078                 ],
18079                 "klass": "Network/Extension/RTPHeader",
18080                 "long-name": "Transport Wide Congestion Control",
18081                 "properties": {
18082                     "n-streams": {
18083                         "blurb": "The number of separate RTP streams this header applies to",
18084                         "conditionally-available": false,
18085                         "construct": false,
18086                         "construct-only": false,
18087                         "controllable": false,
18088                         "default": "1",
18089                         "max": "-1",
18090                         "min": "1",
18091                         "mutable": "null",
18092                         "readable": true,
18093                         "type": "guint",
18094                         "writable": true
18095                     }
18096                 },
18097                 "rank": "marginal"
18098             },
18099             "rtpjitterbuffer": {
18100                 "author": "Philippe Kalaf <philippe.kalaf@collabora.co.uk>, Wim Taymans <wim.taymans@gmail.com>",
18101                 "description": "A buffer that deals with network jitter and other transmission faults",
18102                 "hierarchy": [
18103                     "GstRtpJitterBuffer",
18104                     "GstElement",
18105                     "GstObject",
18106                     "GInitiallyUnowned",
18107                     "GObject"
18108                 ],
18109                 "klass": "Filter/Network/RTP",
18110                 "long-name": "RTP packet jitter-buffer",
18111                 "pad-templates": {
18112                     "sink": {
18113                         "caps": "application/x-rtp:\n",
18114                         "direction": "sink",
18115                         "presence": "always"
18116                     },
18117                     "sink_rtcp": {
18118                         "caps": "application/x-rtcp:\n",
18119                         "direction": "sink",
18120                         "presence": "request"
18121                     },
18122                     "src": {
18123                         "caps": "application/x-rtp:\n",
18124                         "direction": "src",
18125                         "presence": "always"
18126                     }
18127                 },
18128                 "properties": {
18129                     "add-reference-timestamp-meta": {
18130                         "blurb": "Add Reference Timestamp Meta to buffers with the original clock timestamp before any adjustments when syncing to an RFC7273 clock or after clock synchronization via RTCP or inband NTP-64 header extensions has happened.",
18131                         "conditionally-available": false,
18132                         "construct": false,
18133                         "construct-only": false,
18134                         "controllable": false,
18135                         "default": "false",
18136                         "mutable": "null",
18137                         "readable": true,
18138                         "type": "gboolean",
18139                         "writable": true
18140                     },
18141                     "do-lost": {
18142                         "blurb": "Send an event downstream when a packet is lost",
18143                         "conditionally-available": false,
18144                         "construct": false,
18145                         "construct-only": false,
18146                         "controllable": false,
18147                         "default": "false",
18148                         "mutable": "null",
18149                         "readable": true,
18150                         "type": "gboolean",
18151                         "writable": true
18152                     },
18153                     "do-retransmission": {
18154                         "blurb": "Send retransmission events upstream when a packet is late",
18155                         "conditionally-available": false,
18156                         "construct": false,
18157                         "construct-only": false,
18158                         "controllable": false,
18159                         "default": "false",
18160                         "mutable": "null",
18161                         "readable": true,
18162                         "type": "gboolean",
18163                         "writable": true
18164                     },
18165                     "drop-messages-interval": {
18166                         "blurb": "Minimal time between posting dropped packet messages",
18167                         "conditionally-available": false,
18168                         "construct": false,
18169                         "construct-only": false,
18170                         "controllable": false,
18171                         "default": "200",
18172                         "max": "-1",
18173                         "min": "0",
18174                         "mutable": "null",
18175                         "readable": true,
18176                         "type": "guint",
18177                         "writable": true
18178                     },
18179                     "drop-on-latency": {
18180                         "blurb": "Tells the jitterbuffer to never exceed the given latency in size",
18181                         "conditionally-available": false,
18182                         "construct": false,
18183                         "construct-only": false,
18184                         "controllable": false,
18185                         "default": "false",
18186                         "mutable": "null",
18187                         "readable": true,
18188                         "type": "gboolean",
18189                         "writable": true
18190                     },
18191                     "faststart-min-packets": {
18192                         "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)",
18193                         "conditionally-available": false,
18194                         "construct": false,
18195                         "construct-only": false,
18196                         "controllable": false,
18197                         "default": "0",
18198                         "max": "-1",
18199                         "min": "0",
18200                         "mutable": "null",
18201                         "readable": true,
18202                         "type": "guint",
18203                         "writable": true
18204                     },
18205                     "latency": {
18206                         "blurb": "Amount of ms to buffer",
18207                         "conditionally-available": false,
18208                         "construct": false,
18209                         "construct-only": false,
18210                         "controllable": false,
18211                         "default": "200",
18212                         "max": "-1",
18213                         "min": "0",
18214                         "mutable": "null",
18215                         "readable": true,
18216                         "type": "guint",
18217                         "writable": true
18218                     },
18219                     "max-dropout-time": {
18220                         "blurb": "The maximum time (milliseconds) of missing packets tolerated.",
18221                         "conditionally-available": false,
18222                         "construct": false,
18223                         "construct-only": false,
18224                         "controllable": false,
18225                         "default": "60000",
18226                         "max": "2147483647",
18227                         "min": "0",
18228                         "mutable": "null",
18229                         "readable": true,
18230                         "type": "guint",
18231                         "writable": true
18232                     },
18233                     "max-misorder-time": {
18234                         "blurb": "The maximum time (milliseconds) of misordered packets tolerated.",
18235                         "conditionally-available": false,
18236                         "construct": false,
18237                         "construct-only": false,
18238                         "controllable": false,
18239                         "default": "2000",
18240                         "max": "-1",
18241                         "min": "0",
18242                         "mutable": "null",
18243                         "readable": true,
18244                         "type": "guint",
18245                         "writable": true
18246                     },
18247                     "max-rtcp-rtp-time-diff": {
18248                         "blurb": "Maximum amount of time in ms that the RTP time in RTCP SRs is allowed to be ahead (-1 disabled)",
18249                         "conditionally-available": false,
18250                         "construct": false,
18251                         "construct-only": false,
18252                         "controllable": false,
18253                         "default": "1000",
18254                         "max": "2147483647",
18255                         "min": "-1",
18256                         "mutable": "null",
18257                         "readable": true,
18258                         "type": "gint",
18259                         "writable": true
18260                     },
18261                     "max-ts-offset-adjustment": {
18262                         "blurb": "The maximum number of nanoseconds per frame that time stamp offsets may be adjusted (0 = no limit).",
18263                         "conditionally-available": false,
18264                         "construct": false,
18265                         "construct-only": false,
18266                         "controllable": false,
18267                         "default": "0",
18268                         "max": "18446744073709551615",
18269                         "min": "0",
18270                         "mutable": "null",
18271                         "readable": true,
18272                         "type": "guint64",
18273                         "writable": true
18274                     },
18275                     "mode": {
18276                         "blurb": "Control the buffering algorithm in use",
18277                         "conditionally-available": false,
18278                         "construct": false,
18279                         "construct-only": false,
18280                         "controllable": false,
18281                         "default": "slave (1)",
18282                         "mutable": "null",
18283                         "readable": true,
18284                         "type": "RTPJitterBufferMode",
18285                         "writable": true
18286                     },
18287                     "percent": {
18288                         "blurb": "The buffer filled percent",
18289                         "conditionally-available": false,
18290                         "construct": false,
18291                         "construct-only": false,
18292                         "controllable": false,
18293                         "default": "0",
18294                         "max": "100",
18295                         "min": "0",
18296                         "mutable": "null",
18297                         "readable": true,
18298                         "type": "gint",
18299                         "writable": false
18300                     },
18301                     "post-drop-messages": {
18302                         "blurb": "Post a custom message to the bus when a packet is dropped by the jitterbuffer",
18303                         "conditionally-available": false,
18304                         "construct": false,
18305                         "construct-only": false,
18306                         "controllable": false,
18307                         "default": "false",
18308                         "mutable": "null",
18309                         "readable": true,
18310                         "type": "gboolean",
18311                         "writable": true
18312                     },
18313                     "rfc7273-sync": {
18314                         "blurb": "Synchronize received streams to the RFC7273 clock (requires clock and offset to be provided)",
18315                         "conditionally-available": false,
18316                         "construct": false,
18317                         "construct-only": false,
18318                         "controllable": false,
18319                         "default": "false",
18320                         "mutable": "null",
18321                         "readable": true,
18322                         "type": "gboolean",
18323                         "writable": true
18324                     },
18325                     "rtx-deadline": {
18326                         "blurb": "The deadline for a valid RTX request in milliseconds. (-1 automatic)",
18327                         "conditionally-available": false,
18328                         "construct": false,
18329                         "construct-only": false,
18330                         "controllable": false,
18331                         "default": "-1",
18332                         "max": "2147483647",
18333                         "min": "-1",
18334                         "mutable": "null",
18335                         "readable": true,
18336                         "type": "gint",
18337                         "writable": true
18338                     },
18339                     "rtx-delay": {
18340                         "blurb": "Extra time in ms to wait before sending retransmission event (-1 automatic)",
18341                         "conditionally-available": false,
18342                         "construct": false,
18343                         "construct-only": false,
18344                         "controllable": false,
18345                         "default": "-1",
18346                         "max": "2147483647",
18347                         "min": "-1",
18348                         "mutable": "null",
18349                         "readable": true,
18350                         "type": "gint",
18351                         "writable": true
18352                     },
18353                     "rtx-delay-reorder": {
18354                         "blurb": "Sending retransmission event when this much reordering (0 disable)",
18355                         "conditionally-available": false,
18356                         "construct": false,
18357                         "construct-only": false,
18358                         "controllable": false,
18359                         "default": "3",
18360                         "max": "2147483647",
18361                         "min": "-1",
18362                         "mutable": "null",
18363                         "readable": true,
18364                         "type": "gint",
18365                         "writable": true
18366                     },
18367                     "rtx-max-retries": {
18368                         "blurb": "The maximum number of retries to request a retransmission. (-1 not limited)",
18369                         "conditionally-available": false,
18370                         "construct": false,
18371                         "construct-only": false,
18372                         "controllable": false,
18373                         "default": "-1",
18374                         "max": "2147483647",
18375                         "min": "-1",
18376                         "mutable": "null",
18377                         "readable": true,
18378                         "type": "gint",
18379                         "writable": true
18380                     },
18381                     "rtx-min-delay": {
18382                         "blurb": "Minimum time in ms to wait before sending retransmission event",
18383                         "conditionally-available": false,
18384                         "construct": false,
18385                         "construct-only": false,
18386                         "controllable": false,
18387                         "default": "0",
18388                         "max": "-1",
18389                         "min": "0",
18390                         "mutable": "null",
18391                         "readable": true,
18392                         "type": "guint",
18393                         "writable": true
18394                     },
18395                     "rtx-min-retry-timeout": {
18396                         "blurb": "Minimum timeout between sending a transmission event in ms (-1 automatic)",
18397                         "conditionally-available": false,
18398                         "construct": false,
18399                         "construct-only": false,
18400                         "controllable": false,
18401                         "default": "-1",
18402                         "max": "2147483647",
18403                         "min": "-1",
18404                         "mutable": "null",
18405                         "readable": true,
18406                         "type": "gint",
18407                         "writable": true
18408                     },
18409                     "rtx-next-seqnum": {
18410                         "blurb": "Estimate when the next packet should arrive and schedule a retransmission request for it.",
18411                         "conditionally-available": false,
18412                         "construct": false,
18413                         "construct-only": false,
18414                         "controllable": false,
18415                         "default": "true",
18416                         "mutable": "null",
18417                         "readable": true,
18418                         "type": "gboolean",
18419                         "writable": true
18420                     },
18421                     "rtx-retry-period": {
18422                         "blurb": "Try to get a retransmission for this many ms (-1 automatic)",
18423                         "conditionally-available": false,
18424                         "construct": false,
18425                         "construct-only": false,
18426                         "controllable": false,
18427                         "default": "-1",
18428                         "max": "2147483647",
18429                         "min": "-1",
18430                         "mutable": "null",
18431                         "readable": true,
18432                         "type": "gint",
18433                         "writable": true
18434                     },
18435                     "rtx-retry-timeout": {
18436                         "blurb": "Retry sending a transmission event after this timeout in ms (-1 automatic)",
18437                         "conditionally-available": false,
18438                         "construct": false,
18439                         "construct-only": false,
18440                         "controllable": false,
18441                         "default": "-1",
18442                         "max": "2147483647",
18443                         "min": "-1",
18444                         "mutable": "null",
18445                         "readable": true,
18446                         "type": "gint",
18447                         "writable": true
18448                     },
18449                     "rtx-stats-timeout": {
18450                         "blurb": "The time to wait for a retransmitted packet after it has been considered lost in order to collect statistics (ms)",
18451                         "conditionally-available": false,
18452                         "construct": false,
18453                         "construct-only": false,
18454                         "controllable": false,
18455                         "default": "1000",
18456                         "max": "-1",
18457                         "min": "0",
18458                         "mutable": "null",
18459                         "readable": true,
18460                         "type": "guint",
18461                         "writable": true
18462                     },
18463                     "stats": {
18464                         "blurb": "Various statistics",
18465                         "conditionally-available": false,
18466                         "construct": false,
18467                         "construct-only": false,
18468                         "controllable": false,
18469                         "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;",
18470                         "mutable": "null",
18471                         "readable": true,
18472                         "type": "GstStructure",
18473                         "writable": false
18474                     },
18475                     "sync-interval": {
18476                         "blurb": "RTCP SR / NTP-64 interval synchronization (ms) (0 = always)",
18477                         "conditionally-available": false,
18478                         "construct": false,
18479                         "construct-only": false,
18480                         "controllable": false,
18481                         "default": "0",
18482                         "max": "-1",
18483                         "min": "0",
18484                         "mutable": "null",
18485                         "readable": true,
18486                         "type": "guint",
18487                         "writable": true
18488                     },
18489                     "ts-offset": {
18490                         "blurb": "Adjust buffer timestamps with offset in nanoseconds",
18491                         "conditionally-available": false,
18492                         "construct": false,
18493                         "construct-only": false,
18494                         "controllable": false,
18495                         "default": "0",
18496                         "max": "9223372036854775807",
18497                         "min": "-9223372036854775808",
18498                         "mutable": "null",
18499                         "readable": true,
18500                         "type": "gint64",
18501                         "writable": true
18502                     }
18503                 },
18504                 "rank": "none",
18505                 "signals": {
18506                     "clear-pt-map": {
18507                         "action": true,
18508                         "args": [],
18509                         "return-type": "void",
18510                         "when": "last"
18511                     },
18512                     "handle-sync": {
18513                         "args": [
18514                             {
18515                                 "name": "arg0",
18516                                 "type": "GstStructure"
18517                             }
18518                         ],
18519                         "return-type": "void",
18520                         "when": "last"
18521                     },
18522                     "on-npt-stop": {
18523                         "args": [],
18524                         "return-type": "void",
18525                         "when": "last"
18526                     },
18527                     "request-pt-map": {
18528                         "args": [
18529                             {
18530                                 "name": "arg0",
18531                                 "type": "guint"
18532                             }
18533                         ],
18534                         "return-type": "GstCaps",
18535                         "when": "last"
18536                     },
18537                     "set-active": {
18538                         "action": true,
18539                         "args": [
18540                             {
18541                                 "name": "arg0",
18542                                 "type": "gboolean"
18543                             },
18544                             {
18545                                 "name": "arg1",
18546                                 "type": "guint64"
18547                             }
18548                         ],
18549                         "return-type": "guint64",
18550                         "when": "last"
18551                     }
18552                 }
18553             },
18554             "rtpmux": {
18555                 "author": "Zeeshan Ali <first.last@nokia.com>",
18556                 "description": "multiplex N rtp streams into one",
18557                 "hierarchy": [
18558                     "GstRTPMux",
18559                     "GstElement",
18560                     "GstObject",
18561                     "GInitiallyUnowned",
18562                     "GObject"
18563                 ],
18564                 "klass": "Codec/Muxer",
18565                 "long-name": "RTP muxer",
18566                 "pad-templates": {
18567                     "sink_%%u": {
18568                         "caps": "application/x-rtp:\n",
18569                         "direction": "sink",
18570                         "presence": "request"
18571                     },
18572                     "src": {
18573                         "caps": "application/x-rtp:\n",
18574                         "direction": "src",
18575                         "presence": "always"
18576                     }
18577                 },
18578                 "properties": {
18579                     "seqnum": {
18580                         "blurb": "The RTP sequence number of the last processed packet",
18581                         "conditionally-available": false,
18582                         "construct": false,
18583                         "construct-only": false,
18584                         "controllable": false,
18585                         "default": "0",
18586                         "max": "-1",
18587                         "min": "0",
18588                         "mutable": "null",
18589                         "readable": true,
18590                         "type": "guint",
18591                         "writable": false
18592                     },
18593                     "seqnum-offset": {
18594                         "blurb": "Offset to add to all outgoing seqnum (-1 = random)",
18595                         "conditionally-available": false,
18596                         "construct": false,
18597                         "construct-only": false,
18598                         "controllable": false,
18599                         "default": "-1",
18600                         "max": "2147483647",
18601                         "min": "-1",
18602                         "mutable": "null",
18603                         "readable": true,
18604                         "type": "gint",
18605                         "writable": true
18606                     },
18607                     "ssrc": {
18608                         "blurb": "The SSRC of the packets (default == random)",
18609                         "conditionally-available": false,
18610                         "construct": false,
18611                         "construct-only": false,
18612                         "controllable": false,
18613                         "default": "-1",
18614                         "max": "-1",
18615                         "min": "0",
18616                         "mutable": "playing",
18617                         "readable": true,
18618                         "type": "guint",
18619                         "writable": true
18620                     },
18621                     "timestamp-offset": {
18622                         "blurb": "Offset to add to all outgoing timestamps (-1 = random)",
18623                         "conditionally-available": false,
18624                         "construct": false,
18625                         "construct-only": false,
18626                         "controllable": false,
18627                         "default": "-1",
18628                         "max": "2147483647",
18629                         "min": "-1",
18630                         "mutable": "null",
18631                         "readable": true,
18632                         "type": "gint",
18633                         "writable": true
18634                     }
18635                 },
18636                 "rank": "none"
18637             },
18638             "rtpptdemux": {
18639                 "author": "Kai Vehmanen <kai.vehmanen@nokia.com>",
18640                 "description": "Parses codec streams transmitted in the same RTP session",
18641                 "hierarchy": [
18642                     "GstRtpPtDemux",
18643                     "GstElement",
18644                     "GstObject",
18645                     "GInitiallyUnowned",
18646                     "GObject"
18647                 ],
18648                 "klass": "Demux/Network/RTP",
18649                 "long-name": "RTP Demux",
18650                 "pad-templates": {
18651                     "sink": {
18652                         "caps": "application/x-rtp:\n",
18653                         "direction": "sink",
18654                         "presence": "always"
18655                     },
18656                     "src_%%u": {
18657                         "caps": "application/x-rtp:\n        payload: [ 0, 255 ]\n",
18658                         "direction": "src",
18659                         "presence": "sometimes"
18660                     }
18661                 },
18662                 "properties": {
18663                     "ignored-payload-types": {
18664                         "blurb": "Packets with these payload types will be dropped",
18665                         "conditionally-available": false,
18666                         "construct": false,
18667                         "construct-only": false,
18668                         "controllable": false,
18669                         "mutable": "null",
18670                         "readable": true,
18671                         "type": "GstValueArray",
18672                         "writable": true
18673                     }
18674                 },
18675                 "rank": "none",
18676                 "signals": {
18677                     "clear-pt-map": {
18678                         "action": true,
18679                         "args": [],
18680                         "return-type": "void",
18681                         "when": "last"
18682                     },
18683                     "new-payload-type": {
18684                         "args": [
18685                             {
18686                                 "name": "arg0",
18687                                 "type": "guint"
18688                             },
18689                             {
18690                                 "name": "arg1",
18691                                 "type": "GstPad"
18692                             }
18693                         ],
18694                         "return-type": "void",
18695                         "when": "last"
18696                     },
18697                     "payload-type-change": {
18698                         "args": [
18699                             {
18700                                 "name": "arg0",
18701                                 "type": "guint"
18702                             }
18703                         ],
18704                         "return-type": "void",
18705                         "when": "last"
18706                     },
18707                     "request-pt-map": {
18708                         "args": [
18709                             {
18710                                 "name": "arg0",
18711                                 "type": "guint"
18712                             }
18713                         ],
18714                         "return-type": "GstCaps",
18715                         "when": "last"
18716                     }
18717                 }
18718             },
18719             "rtprtxqueue": {
18720                 "author": "Wim Taymans <wim.taymans@gmail.com>",
18721                 "description": "Keep RTP packets in a queue for retransmission",
18722                 "hierarchy": [
18723                     "GstRTPRtxQueue",
18724                     "GstElement",
18725                     "GstObject",
18726                     "GInitiallyUnowned",
18727                     "GObject"
18728                 ],
18729                 "klass": "Codec",
18730                 "long-name": "RTP Retransmission Queue",
18731                 "pad-templates": {
18732                     "sink": {
18733                         "caps": "application/x-rtp:\n",
18734                         "direction": "sink",
18735                         "presence": "always"
18736                     },
18737                     "src": {
18738                         "caps": "application/x-rtp:\n",
18739                         "direction": "src",
18740                         "presence": "always"
18741                     }
18742                 },
18743                 "properties": {
18744                     "fulfilled-requests": {
18745                         "blurb": "Number of fulfilled retransmission requests",
18746                         "conditionally-available": false,
18747                         "construct": false,
18748                         "construct-only": false,
18749                         "controllable": false,
18750                         "default": "0",
18751                         "max": "-1",
18752                         "min": "0",
18753                         "mutable": "null",
18754                         "readable": true,
18755                         "type": "guint",
18756                         "writable": false
18757                     },
18758                     "max-size-packets": {
18759                         "blurb": "Amount of packets to queue (0 = unlimited)",
18760                         "conditionally-available": false,
18761                         "construct": false,
18762                         "construct-only": false,
18763                         "controllable": false,
18764                         "default": "100",
18765                         "max": "-1",
18766                         "min": "0",
18767                         "mutable": "null",
18768                         "readable": true,
18769                         "type": "guint",
18770                         "writable": true
18771                     },
18772                     "max-size-time": {
18773                         "blurb": "Amount of ms to queue (0 = unlimited)",
18774                         "conditionally-available": false,
18775                         "construct": false,
18776                         "construct-only": false,
18777                         "controllable": false,
18778                         "default": "0",
18779                         "max": "-1",
18780                         "min": "0",
18781                         "mutable": "null",
18782                         "readable": true,
18783                         "type": "guint",
18784                         "writable": true
18785                     },
18786                     "requests": {
18787                         "blurb": "Total number of retransmission requests",
18788                         "conditionally-available": false,
18789                         "construct": false,
18790                         "construct-only": false,
18791                         "controllable": false,
18792                         "default": "0",
18793                         "max": "-1",
18794                         "min": "0",
18795                         "mutable": "null",
18796                         "readable": true,
18797                         "type": "guint",
18798                         "writable": false
18799                     }
18800                 },
18801                 "rank": "none"
18802             },
18803             "rtprtxreceive": {
18804                 "author": "Julien Isorce <julien.isorce@collabora.co.uk>",
18805                 "description": "Receive retransmitted RTP packets according to RFC4588",
18806                 "hierarchy": [
18807                     "GstRtpRtxReceive",
18808                     "GstElement",
18809                     "GstObject",
18810                     "GInitiallyUnowned",
18811                     "GObject"
18812                 ],
18813                 "klass": "Codec",
18814                 "long-name": "RTP Retransmission receiver",
18815                 "pad-templates": {
18816                     "sink": {
18817                         "caps": "application/x-rtp:\n",
18818                         "direction": "sink",
18819                         "presence": "always"
18820                     },
18821                     "src": {
18822                         "caps": "application/x-rtp:\n",
18823                         "direction": "src",
18824                         "presence": "always"
18825                     }
18826                 },
18827                 "properties": {
18828                     "num-rtx-assoc-packets": {
18829                         "blurb": "Number of retransmission packets correctly associated with retransmission requests",
18830                         "conditionally-available": false,
18831                         "construct": false,
18832                         "construct-only": false,
18833                         "controllable": false,
18834                         "default": "0",
18835                         "max": "-1",
18836                         "min": "0",
18837                         "mutable": "null",
18838                         "readable": true,
18839                         "type": "guint",
18840                         "writable": false
18841                     },
18842                     "num-rtx-packets": {
18843                         "blurb": " Number of retransmission packets received",
18844                         "conditionally-available": false,
18845                         "construct": false,
18846                         "construct-only": false,
18847                         "controllable": false,
18848                         "default": "0",
18849                         "max": "-1",
18850                         "min": "0",
18851                         "mutable": "null",
18852                         "readable": true,
18853                         "type": "guint",
18854                         "writable": false
18855                     },
18856                     "num-rtx-requests": {
18857                         "blurb": "Number of retransmission events received",
18858                         "conditionally-available": false,
18859                         "construct": false,
18860                         "construct-only": false,
18861                         "controllable": false,
18862                         "default": "0",
18863                         "max": "-1",
18864                         "min": "0",
18865                         "mutable": "null",
18866                         "readable": true,
18867                         "type": "guint",
18868                         "writable": false
18869                     },
18870                     "payload-type-map": {
18871                         "blurb": "Map of original payload types to their retransmission payload types",
18872                         "conditionally-available": false,
18873                         "construct": false,
18874                         "construct-only": false,
18875                         "controllable": false,
18876                         "mutable": "null",
18877                         "readable": true,
18878                         "type": "GstStructure",
18879                         "writable": true
18880                     },
18881                     "ssrc-map": {
18882                         "blurb": "Map of SSRCs to their retransmission SSRCs for SSRC-multiplexed mode",
18883                         "conditionally-available": false,
18884                         "construct": false,
18885                         "construct-only": false,
18886                         "controllable": false,
18887                         "mutable": "null",
18888                         "readable": false,
18889                         "type": "GstStructure",
18890                         "writable": true
18891                     }
18892                 },
18893                 "rank": "none",
18894                 "signals": {
18895                     "add-extension": {
18896                         "action": true,
18897                         "args": [
18898                             {
18899                                 "name": "arg0",
18900                                 "type": "GstRTPHeaderExtension"
18901                             }
18902                         ],
18903                         "return-type": "void",
18904                         "when": "last"
18905                     },
18906                     "clear-extensions": {
18907                         "action": true,
18908                         "args": [],
18909                         "return-type": "void",
18910                         "when": "last"
18911                     }
18912                 }
18913             },
18914             "rtprtxsend": {
18915                 "author": "Julien Isorce <julien.isorce@collabora.co.uk>",
18916                 "description": "Retransmit RTP packets when needed, according to RFC4588",
18917                 "hierarchy": [
18918                     "GstRtpRtxSend",
18919                     "GstElement",
18920                     "GstObject",
18921                     "GInitiallyUnowned",
18922                     "GObject"
18923                 ],
18924                 "klass": "Codec",
18925                 "long-name": "RTP Retransmission Sender",
18926                 "pad-templates": {
18927                     "sink": {
18928                         "caps": "application/x-rtp:\n",
18929                         "direction": "sink",
18930                         "presence": "always"
18931                     },
18932                     "src": {
18933                         "caps": "application/x-rtp:\n",
18934                         "direction": "src",
18935                         "presence": "always"
18936                     }
18937                 },
18938                 "properties": {
18939                     "clock-rate-map": {
18940                         "blurb": "Map of payload types to their clock rates",
18941                         "conditionally-available": false,
18942                         "construct": false,
18943                         "construct-only": false,
18944                         "controllable": false,
18945                         "mutable": "null",
18946                         "readable": true,
18947                         "type": "GstStructure",
18948                         "writable": true
18949                     },
18950                     "max-size-packets": {
18951                         "blurb": "Amount of packets to queue (0 = unlimited)",
18952                         "conditionally-available": false,
18953                         "construct": false,
18954                         "construct-only": false,
18955                         "controllable": false,
18956                         "default": "100",
18957                         "max": "32767",
18958                         "min": "0",
18959                         "mutable": "null",
18960                         "readable": true,
18961                         "type": "guint",
18962                         "writable": true
18963                     },
18964                     "max-size-time": {
18965                         "blurb": "Amount of ms to queue (0 = unlimited)",
18966                         "conditionally-available": false,
18967                         "construct": false,
18968                         "construct-only": false,
18969                         "controllable": false,
18970                         "default": "0",
18971                         "max": "-1",
18972                         "min": "0",
18973                         "mutable": "null",
18974                         "readable": true,
18975                         "type": "guint",
18976                         "writable": true
18977                     },
18978                     "num-rtx-packets": {
18979                         "blurb": " Number of retransmission packets sent",
18980                         "conditionally-available": false,
18981                         "construct": false,
18982                         "construct-only": false,
18983                         "controllable": false,
18984                         "default": "0",
18985                         "max": "-1",
18986                         "min": "0",
18987                         "mutable": "null",
18988                         "readable": true,
18989                         "type": "guint",
18990                         "writable": false
18991                     },
18992                     "num-rtx-requests": {
18993                         "blurb": "Number of retransmission events received",
18994                         "conditionally-available": false,
18995                         "construct": false,
18996                         "construct-only": false,
18997                         "controllable": false,
18998                         "default": "0",
18999                         "max": "-1",
19000                         "min": "0",
19001                         "mutable": "null",
19002                         "readable": true,
19003                         "type": "guint",
19004                         "writable": false
19005                     },
19006                     "payload-type-map": {
19007                         "blurb": "Map of original payload types to their retransmission payload types",
19008                         "conditionally-available": false,
19009                         "construct": false,
19010                         "construct-only": false,
19011                         "controllable": false,
19012                         "mutable": "null",
19013                         "readable": true,
19014                         "type": "GstStructure",
19015                         "writable": true
19016                     },
19017                     "ssrc-map": {
19018                         "blurb": "Map of SSRCs to their retransmission SSRCs for SSRC-multiplexed mode (default = random)",
19019                         "conditionally-available": false,
19020                         "construct": false,
19021                         "construct-only": false,
19022                         "controllable": false,
19023                         "mutable": "null",
19024                         "readable": false,
19025                         "type": "GstStructure",
19026                         "writable": true
19027                     }
19028                 },
19029                 "rank": "none",
19030                 "signals": {
19031                     "add-extension": {
19032                         "action": true,
19033                         "args": [
19034                             {
19035                                 "name": "arg0",
19036                                 "type": "GstRTPHeaderExtension"
19037                             }
19038                         ],
19039                         "return-type": "void",
19040                         "when": "last"
19041                     },
19042                     "clear-extensions": {
19043                         "action": true,
19044                         "args": [],
19045                         "return-type": "void",
19046                         "when": "last"
19047                     }
19048                 }
19049             },
19050             "rtpsession": {
19051                 "author": "Wim Taymans <wim.taymans@gmail.com>",
19052                 "description": "Implement an RTP session",
19053                 "hierarchy": [
19054                     "GstRtpSession",
19055                     "GstElement",
19056                     "GstObject",
19057                     "GInitiallyUnowned",
19058                     "GObject"
19059                 ],
19060                 "klass": "Filter/Network/RTP",
19061                 "long-name": "RTP Session",
19062                 "pad-templates": {
19063                     "recv_rtcp_sink": {
19064                         "caps": "application/x-rtcp:\n",
19065                         "direction": "sink",
19066                         "presence": "request"
19067                     },
19068                     "recv_rtp_sink": {
19069                         "caps": "application/x-rtp:\n",
19070                         "direction": "sink",
19071                         "presence": "request"
19072                     },
19073                     "recv_rtp_src": {
19074                         "caps": "application/x-rtp:\n",
19075                         "direction": "src",
19076                         "presence": "sometimes"
19077                     },
19078                     "send_rtcp_src": {
19079                         "caps": "application/x-rtcp:\n",
19080                         "direction": "src",
19081                         "presence": "request"
19082                     },
19083                     "send_rtp_sink": {
19084                         "caps": "application/x-rtp:\n",
19085                         "direction": "sink",
19086                         "presence": "request"
19087                     },
19088                     "send_rtp_src": {
19089                         "caps": "application/x-rtp:\n",
19090                         "direction": "src",
19091                         "presence": "sometimes"
19092                     },
19093                     "sync_src": {
19094                         "caps": "application/x-rtcp:\n",
19095                         "direction": "src",
19096                         "presence": "sometimes"
19097                     }
19098                 },
19099                 "properties": {
19100                     "bandwidth": {
19101                         "blurb": "The bandwidth of the session in bytes per second (0 for auto-discover)",
19102                         "conditionally-available": false,
19103                         "construct": false,
19104                         "construct-only": false,
19105                         "controllable": false,
19106                         "default": "0",
19107                         "max": "1.79769e+308",
19108                         "min": "0",
19109                         "mutable": "null",
19110                         "readable": true,
19111                         "type": "gdouble",
19112                         "writable": true
19113                     },
19114                     "internal-session": {
19115                         "blurb": "The internal RTPSession object",
19116                         "conditionally-available": false,
19117                         "construct": false,
19118                         "construct-only": false,
19119                         "controllable": false,
19120                         "mutable": "null",
19121                         "readable": true,
19122                         "type": "RTPSession",
19123                         "writable": false
19124                     },
19125                     "max-dropout-time": {
19126                         "blurb": "The maximum time (milliseconds) of missing packets tolerated.",
19127                         "conditionally-available": false,
19128                         "construct": false,
19129                         "construct-only": false,
19130                         "controllable": false,
19131                         "default": "60000",
19132                         "max": "-1",
19133                         "min": "0",
19134                         "mutable": "null",
19135                         "readable": true,
19136                         "type": "guint",
19137                         "writable": true
19138                     },
19139                     "max-misorder-time": {
19140                         "blurb": "The maximum time (milliseconds) of misordered packets tolerated.",
19141                         "conditionally-available": false,
19142                         "construct": false,
19143                         "construct-only": false,
19144                         "controllable": false,
19145                         "default": "2000",
19146                         "max": "-1",
19147                         "min": "0",
19148                         "mutable": "null",
19149                         "readable": true,
19150                         "type": "guint",
19151                         "writable": true
19152                     },
19153                     "ntp-time-source": {
19154                         "blurb": "NTP time source for RTCP packets",
19155                         "conditionally-available": false,
19156                         "construct": false,
19157                         "construct-only": false,
19158                         "controllable": false,
19159                         "default": "ntp (0)",
19160                         "mutable": "null",
19161                         "readable": true,
19162                         "type": "GstRtpNtpTimeSource",
19163                         "writable": true
19164                     },
19165                     "num-active-sources": {
19166                         "blurb": "The number of active sources in the session",
19167                         "conditionally-available": false,
19168                         "construct": false,
19169                         "construct-only": false,
19170                         "controllable": false,
19171                         "default": "0",
19172                         "max": "-1",
19173                         "min": "0",
19174                         "mutable": "null",
19175                         "readable": true,
19176                         "type": "guint",
19177                         "writable": false
19178                     },
19179                     "num-sources": {
19180                         "blurb": "The number of sources in the session",
19181                         "conditionally-available": false,
19182                         "construct": false,
19183                         "construct-only": false,
19184                         "controllable": false,
19185                         "default": "0",
19186                         "max": "-1",
19187                         "min": "0",
19188                         "mutable": "null",
19189                         "readable": true,
19190                         "type": "guint",
19191                         "writable": false
19192                     },
19193                     "probation": {
19194                         "blurb": "Consecutive packet sequence numbers to accept the source",
19195                         "conditionally-available": false,
19196                         "construct": false,
19197                         "construct-only": false,
19198                         "controllable": false,
19199                         "default": "2",
19200                         "max": "-1",
19201                         "min": "0",
19202                         "mutable": "null",
19203                         "readable": true,
19204                         "type": "guint",
19205                         "writable": true
19206                     },
19207                     "rtcp-fraction": {
19208                         "blurb": "The RTCP bandwidth of the session in bytes per second (or as a real fraction of the RTP bandwidth if < 1.0)",
19209                         "conditionally-available": false,
19210                         "construct": false,
19211                         "construct-only": false,
19212                         "controllable": false,
19213                         "default": "0.05",
19214                         "max": "1.79769e+308",
19215                         "min": "0",
19216                         "mutable": "null",
19217                         "readable": true,
19218                         "type": "gdouble",
19219                         "writable": true
19220                     },
19221                     "rtcp-min-interval": {
19222                         "blurb": "Minimum interval between Regular RTCP packet (in ns)",
19223                         "conditionally-available": false,
19224                         "construct": false,
19225                         "construct-only": false,
19226                         "controllable": false,
19227                         "default": "5000000000",
19228                         "max": "18446744073709551615",
19229                         "min": "0",
19230                         "mutable": "null",
19231                         "readable": true,
19232                         "type": "guint64",
19233                         "writable": true
19234                     },
19235                     "rtcp-rr-bandwidth": {
19236                         "blurb": "The RTCP bandwidth used for receivers in bytes per second (-1 = default)",
19237                         "conditionally-available": false,
19238                         "construct": false,
19239                         "construct-only": false,
19240                         "controllable": false,
19241                         "default": "-1",
19242                         "max": "2147483647",
19243                         "min": "-1",
19244                         "mutable": "null",
19245                         "readable": true,
19246                         "type": "gint",
19247                         "writable": true
19248                     },
19249                     "rtcp-rs-bandwidth": {
19250                         "blurb": "The RTCP bandwidth used for senders in bytes per second (-1 = default)",
19251                         "conditionally-available": false,
19252                         "construct": false,
19253                         "construct-only": false,
19254                         "controllable": false,
19255                         "default": "-1",
19256                         "max": "2147483647",
19257                         "min": "-1",
19258                         "mutable": "null",
19259                         "readable": true,
19260                         "type": "gint",
19261                         "writable": true
19262                     },
19263                     "rtcp-sync-send-time": {
19264                         "blurb": "Use send time or capture time for RTCP sync (TRUE = send time, FALSE = capture time)",
19265                         "conditionally-available": false,
19266                         "construct": false,
19267                         "construct-only": false,
19268                         "controllable": false,
19269                         "default": "true",
19270                         "mutable": "null",
19271                         "readable": true,
19272                         "type": "gboolean",
19273                         "writable": true
19274                     },
19275                     "rtp-profile": {
19276                         "blurb": "RTP profile to use",
19277                         "conditionally-available": false,
19278                         "construct": false,
19279                         "construct-only": false,
19280                         "controllable": false,
19281                         "default": "avp (1)",
19282                         "mutable": "null",
19283                         "readable": true,
19284                         "type": "GstRTPProfile",
19285                         "writable": true
19286                     },
19287                     "sdes": {
19288                         "blurb": "The SDES items of this session",
19289                         "conditionally-available": false,
19290                         "construct": false,
19291                         "construct-only": false,
19292                         "controllable": false,
19293                         "mutable": "null",
19294                         "readable": true,
19295                         "type": "GstStructure",
19296                         "writable": true
19297                     },
19298                     "stats": {
19299                         "blurb": "Various statistics",
19300                         "conditionally-available": false,
19301                         "construct": false,
19302                         "construct-only": false,
19303                         "controllable": false,
19304                         "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;",
19305                         "mutable": "null",
19306                         "readable": true,
19307                         "type": "GstStructure",
19308                         "writable": false
19309                     },
19310                     "twcc-stats": {
19311                         "blurb": "Various statistics from TWCC",
19312                         "conditionally-available": false,
19313                         "construct": false,
19314                         "construct-only": false,
19315                         "controllable": false,
19316                         "mutable": "null",
19317                         "readable": true,
19318                         "type": "GstStructure",
19319                         "writable": false
19320                     },
19321                     "use-pipeline-clock": {
19322                         "blurb": "Use the pipeline running-time to set the NTP time in the RTCP SR messages (DEPRECATED: Use ntp-time-source property)",
19323                         "conditionally-available": false,
19324                         "construct": false,
19325                         "construct-only": false,
19326                         "controllable": false,
19327                         "default": "false",
19328                         "mutable": "null",
19329                         "readable": true,
19330                         "type": "gboolean",
19331                         "writable": true
19332                     }
19333                 },
19334                 "rank": "none",
19335                 "signals": {
19336                     "clear-pt-map": {
19337                         "action": true,
19338                         "args": [],
19339                         "return-type": "void",
19340                         "when": "last"
19341                     },
19342                     "on-bye-ssrc": {
19343                         "args": [
19344                             {
19345                                 "name": "arg0",
19346                                 "type": "guint"
19347                             }
19348                         ],
19349                         "return-type": "void",
19350                         "when": "last"
19351                     },
19352                     "on-bye-timeout": {
19353                         "args": [
19354                             {
19355                                 "name": "arg0",
19356                                 "type": "guint"
19357                             }
19358                         ],
19359                         "return-type": "void",
19360                         "when": "last"
19361                     },
19362                     "on-new-sender-ssrc": {
19363                         "args": [
19364                             {
19365                                 "name": "arg0",
19366                                 "type": "guint"
19367                             }
19368                         ],
19369                         "return-type": "void",
19370                         "when": "last"
19371                     },
19372                     "on-new-ssrc": {
19373                         "args": [
19374                             {
19375                                 "name": "arg0",
19376                                 "type": "guint"
19377                             }
19378                         ],
19379                         "return-type": "void",
19380                         "when": "last"
19381                     },
19382                     "on-sender-ssrc-active": {
19383                         "args": [
19384                             {
19385                                 "name": "arg0",
19386                                 "type": "guint"
19387                             }
19388                         ],
19389                         "return-type": "void",
19390                         "when": "last"
19391                     },
19392                     "on-sender-timeout": {
19393                         "args": [
19394                             {
19395                                 "name": "arg0",
19396                                 "type": "guint"
19397                             }
19398                         ],
19399                         "return-type": "void",
19400                         "when": "last"
19401                     },
19402                     "on-ssrc-active": {
19403                         "args": [
19404                             {
19405                                 "name": "arg0",
19406                                 "type": "guint"
19407                             }
19408                         ],
19409                         "return-type": "void",
19410                         "when": "last"
19411                     },
19412                     "on-ssrc-collision": {
19413                         "args": [
19414                             {
19415                                 "name": "arg0",
19416                                 "type": "guint"
19417                             }
19418                         ],
19419                         "return-type": "void",
19420                         "when": "last"
19421                     },
19422                     "on-ssrc-sdes": {
19423                         "args": [
19424                             {
19425                                 "name": "arg0",
19426                                 "type": "guint"
19427                             }
19428                         ],
19429                         "return-type": "void",
19430                         "when": "last"
19431                     },
19432                     "on-ssrc-validated": {
19433                         "args": [
19434                             {
19435                                 "name": "arg0",
19436                                 "type": "guint"
19437                             }
19438                         ],
19439                         "return-type": "void",
19440                         "when": "last"
19441                     },
19442                     "on-timeout": {
19443                         "args": [
19444                             {
19445                                 "name": "arg0",
19446                                 "type": "guint"
19447                             }
19448                         ],
19449                         "return-type": "void",
19450                         "when": "last"
19451                     },
19452                     "request-pt-map": {
19453                         "args": [
19454                             {
19455                                 "name": "arg0",
19456                                 "type": "guint"
19457                             }
19458                         ],
19459                         "return-type": "GstCaps",
19460                         "when": "last"
19461                     }
19462                 }
19463             },
19464             "rtpssrcdemux": {
19465                 "author": "Wim Taymans <wim.taymans@gmail.com>",
19466                 "description": "Splits RTP streams based on the SSRC",
19467                 "hierarchy": [
19468                     "GstRtpSsrcDemux",
19469                     "GstElement",
19470                     "GstObject",
19471                     "GInitiallyUnowned",
19472                     "GObject"
19473                 ],
19474                 "klass": "Demux/Network/RTP",
19475                 "long-name": "RTP SSRC Demux",
19476                 "pad-templates": {
19477                     "rtcp_sink": {
19478                         "caps": "application/x-rtcp:\n",
19479                         "direction": "sink",
19480                         "presence": "always"
19481                     },
19482                     "rtcp_src_%%u": {
19483                         "caps": "application/x-rtcp:\n",
19484                         "direction": "src",
19485                         "presence": "sometimes"
19486                     },
19487                     "sink": {
19488                         "caps": "application/x-rtp:\n",
19489                         "direction": "sink",
19490                         "presence": "always"
19491                     },
19492                     "src_%%u": {
19493                         "caps": "application/x-rtp:\n",
19494                         "direction": "src",
19495                         "presence": "sometimes"
19496                     }
19497                 },
19498                 "properties": {
19499                     "max-streams": {
19500                         "blurb": "The maximum number of streams allowed",
19501                         "conditionally-available": false,
19502                         "construct": false,
19503                         "construct-only": false,
19504                         "controllable": false,
19505                         "default": "-1",
19506                         "max": "-1",
19507                         "min": "0",
19508                         "mutable": "null",
19509                         "readable": true,
19510                         "type": "guint",
19511                         "writable": true
19512                     }
19513                 },
19514                 "rank": "none",
19515                 "signals": {
19516                     "clear-ssrc": {
19517                         "action": true,
19518                         "args": [
19519                             {
19520                                 "name": "arg0",
19521                                 "type": "guint"
19522                             }
19523                         ],
19524                         "return-type": "void",
19525                         "when": "last"
19526                     },
19527                     "new-ssrc-pad": {
19528                         "args": [
19529                             {
19530                                 "name": "arg0",
19531                                 "type": "guint"
19532                             },
19533                             {
19534                                 "name": "arg1",
19535                                 "type": "GstPad"
19536                             }
19537                         ],
19538                         "return-type": "void",
19539                         "when": "last"
19540                     },
19541                     "removed-ssrc-pad": {
19542                         "args": [
19543                             {
19544                                 "name": "arg0",
19545                                 "type": "guint"
19546                             },
19547                             {
19548                                 "name": "arg1",
19549                                 "type": "GstPad"
19550                             }
19551                         ],
19552                         "return-type": "void",
19553                         "when": "last"
19554                     }
19555                 }
19556             },
19557             "rtpst2022-1-fecdec": {
19558                 "author": "Mathieu Duponchelle <mathieu@centricular.com>",
19559                 "description": "performs FEC as described by SMPTE 2022-1",
19560                 "hierarchy": [
19561                     "GstRTPST_2022_1_FecDec",
19562                     "GstElement",
19563                     "GstObject",
19564                     "GInitiallyUnowned",
19565                     "GObject"
19566                 ],
19567                 "klass": "SMPTE 2022-1 FEC decoding",
19568                 "long-name": "SMPTE 2022-1 FEC decoder",
19569                 "pad-templates": {
19570                     "fec_%%u": {
19571                         "caps": "application/x-rtp:\n",
19572                         "direction": "sink",
19573                         "presence": "request"
19574                     },
19575                     "sink": {
19576                         "caps": "application/x-rtp:\n",
19577                         "direction": "sink",
19578                         "presence": "always"
19579                     },
19580                     "src": {
19581                         "caps": "application/x-rtp:\n",
19582                         "direction": "src",
19583                         "presence": "always"
19584                     }
19585                 },
19586                 "properties": {
19587                     "size-time": {
19588                         "blurb": "The amount of data to store (in ns, 0-disable)",
19589                         "conditionally-available": false,
19590                         "construct": true,
19591                         "construct-only": false,
19592                         "controllable": false,
19593                         "default": "1000000000",
19594                         "max": "18446744073709551615",
19595                         "min": "0",
19596                         "mutable": "null",
19597                         "readable": true,
19598                         "type": "guint64",
19599                         "writable": true
19600                     }
19601                 },
19602                 "rank": "none"
19603             },
19604             "rtpst2022-1-fecenc": {
19605                 "author": "Mathieu Duponchelle <mathieu@centricular.com>",
19606                 "description": "performs FEC as described by SMPTE 2022-1",
19607                 "hierarchy": [
19608                     "GstRTPST_2022_1_FecEnc",
19609                     "GstElement",
19610                     "GstObject",
19611                     "GInitiallyUnowned",
19612                     "GObject"
19613                 ],
19614                 "klass": "SMPTE 2022-1 FEC encoding",
19615                 "long-name": "SMPTE 2022-1 FEC encoder",
19616                 "pad-templates": {
19617                     "fec_%%u": {
19618                         "caps": "application/x-rtp:\n",
19619                         "direction": "src",
19620                         "presence": "sometimes"
19621                     },
19622                     "sink": {
19623                         "caps": "application/x-rtp:\n",
19624                         "direction": "sink",
19625                         "presence": "always"
19626                     },
19627                     "src": {
19628                         "caps": "application/x-rtp:\n",
19629                         "direction": "src",
19630                         "presence": "always"
19631                     }
19632                 },
19633                 "properties": {
19634                     "columns": {
19635                         "blurb": "Number of columns to apply row FEC on, 0=disabled",
19636                         "conditionally-available": false,
19637                         "construct": true,
19638                         "construct-only": false,
19639                         "controllable": false,
19640                         "default": "0",
19641                         "max": "255",
19642                         "min": "0",
19643                         "mutable": "ready",
19644                         "readable": true,
19645                         "type": "guint",
19646                         "writable": true
19647                     },
19648                     "enable-column-fec": {
19649                         "blurb": "Whether the encoder should compute and send column FEC",
19650                         "conditionally-available": false,
19651                         "construct": true,
19652                         "construct-only": false,
19653                         "controllable": false,
19654                         "default": "true",
19655                         "mutable": "playing",
19656                         "readable": true,
19657                         "type": "gboolean",
19658                         "writable": true
19659                     },
19660                     "enable-row-fec": {
19661                         "blurb": "Whether the encoder should compute and send row FEC",
19662                         "conditionally-available": false,
19663                         "construct": true,
19664                         "construct-only": false,
19665                         "controllable": false,
19666                         "default": "true",
19667                         "mutable": "playing",
19668                         "readable": true,
19669                         "type": "gboolean",
19670                         "writable": true
19671                     },
19672                     "pt": {
19673                         "blurb": "The payload type of FEC packets",
19674                         "conditionally-available": false,
19675                         "construct": true,
19676                         "construct-only": false,
19677                         "controllable": false,
19678                         "default": "96",
19679                         "max": "255",
19680                         "min": "96",
19681                         "mutable": "ready",
19682                         "readable": true,
19683                         "type": "gint",
19684                         "writable": true
19685                     },
19686                     "rows": {
19687                         "blurb": "Number of rows to apply column FEC on, 0=disabled",
19688                         "conditionally-available": false,
19689                         "construct": true,
19690                         "construct-only": false,
19691                         "controllable": false,
19692                         "default": "0",
19693                         "max": "255",
19694                         "min": "0",
19695                         "mutable": "ready",
19696                         "readable": true,
19697                         "type": "guint",
19698                         "writable": true
19699                     }
19700                 },
19701                 "rank": "none"
19702             }
19703         },
19704         "filename": "gstrtpmanager",
19705         "license": "LGPL",
19706         "other-types": {
19707             "GstRTCPSync": {
19708                 "kind": "enum",
19709                 "values": [
19710                     {
19711                         "desc": "always",
19712                         "name": "always",
19713                         "value": "0"
19714                     },
19715                     {
19716                         "desc": "initial",
19717                         "name": "initial",
19718                         "value": "1"
19719                     },
19720                     {
19721                         "desc": "rtp-info",
19722                         "name": "rtp-info",
19723                         "value": "2"
19724                     }
19725                 ]
19726             },
19727             "GstRtpNtpTimeSource": {
19728                 "kind": "enum",
19729                 "values": [
19730                     {
19731                         "desc": "NTP time based on realtime clock",
19732                         "name": "ntp",
19733                         "value": "0"
19734                     },
19735                     {
19736                         "desc": "UNIX time based on realtime clock",
19737                         "name": "unix",
19738                         "value": "1"
19739                     },
19740                     {
19741                         "desc": "Running time based on pipeline clock",
19742                         "name": "running-time",
19743                         "value": "2"
19744                     },
19745                     {
19746                         "desc": "Pipeline clock time",
19747                         "name": "clock-time",
19748                         "value": "3"
19749                     }
19750                 ]
19751             },
19752             "RTPJitterBufferMode": {
19753                 "kind": "enum",
19754                 "values": [
19755                     {
19756                         "desc": "Only use RTP timestamps",
19757                         "name": "none",
19758                         "value": "0"
19759                     },
19760                     {
19761                         "desc": "Slave receiver to sender clock",
19762                         "name": "slave",
19763                         "value": "1"
19764                     },
19765                     {
19766                         "desc": "Do low/high watermark buffering",
19767                         "name": "buffer",
19768                         "value": "2"
19769                     },
19770                     {
19771                         "desc": "Synchronized sender and receiver clocks",
19772                         "name": "synced",
19773                         "value": "4"
19774                     }
19775                 ]
19776             },
19777             "RTPSession": {
19778                 "hierarchy": [
19779                     "RTPSession",
19780                     "GObject"
19781                 ],
19782                 "kind": "object",
19783                 "properties": {
19784                     "bandwidth": {
19785                         "blurb": "The bandwidth of the session in bits per second (0 for auto-discover)",
19786                         "conditionally-available": false,
19787                         "construct": false,
19788                         "construct-only": false,
19789                         "controllable": false,
19790                         "default": "0",
19791                         "max": "1.79769e+308",
19792                         "min": "0",
19793                         "mutable": "null",
19794                         "readable": true,
19795                         "type": "gdouble",
19796                         "writable": true
19797                     },
19798                     "disable-sr-timestamp": {
19799                         "blurb": "Whether sender reports should be timestamped",
19800                         "conditionally-available": false,
19801                         "construct": false,
19802                         "construct-only": false,
19803                         "controllable": false,
19804                         "default": "false",
19805                         "mutable": "null",
19806                         "readable": true,
19807                         "type": "gboolean",
19808                         "writable": true
19809                     },
19810                     "favor-new": {
19811                         "blurb": "Resolve SSRC conflict in favor of new sources",
19812                         "conditionally-available": false,
19813                         "construct": false,
19814                         "construct-only": false,
19815                         "controllable": false,
19816                         "default": "false",
19817                         "mutable": "null",
19818                         "readable": true,
19819                         "type": "gboolean",
19820                         "writable": true
19821                     },
19822                     "internal-source": {
19823                         "blurb": "The internal source element of the session (deprecated)",
19824                         "conditionally-available": false,
19825                         "construct": false,
19826                         "construct-only": false,
19827                         "controllable": false,
19828                         "mutable": "null",
19829                         "readable": true,
19830                         "type": "RTPSource",
19831                         "writable": false
19832                     },
19833                     "internal-ssrc": {
19834                         "blurb": "The internal SSRC used for the session (deprecated)",
19835                         "conditionally-available": false,
19836                         "construct": false,
19837                         "construct-only": false,
19838                         "controllable": false,
19839                         "default": "0",
19840                         "max": "-1",
19841                         "min": "0",
19842                         "mutable": "null",
19843                         "readable": true,
19844                         "type": "guint",
19845                         "writable": true
19846                     },
19847                     "max-dropout-time": {
19848                         "blurb": "The maximum time (milliseconds) of missing packets tolerated.",
19849                         "conditionally-available": false,
19850                         "construct": false,
19851                         "construct-only": false,
19852                         "controllable": false,
19853                         "default": "60000",
19854                         "max": "-1",
19855                         "min": "0",
19856                         "mutable": "null",
19857                         "readable": true,
19858                         "type": "guint",
19859                         "writable": true
19860                     },
19861                     "max-misorder-time": {
19862                         "blurb": "The maximum time (milliseconds) of misordered packets tolerated.",
19863                         "conditionally-available": false,
19864                         "construct": false,
19865                         "construct-only": false,
19866                         "controllable": false,
19867                         "default": "2000",
19868                         "max": "-1",
19869                         "min": "0",
19870                         "mutable": "null",
19871                         "readable": true,
19872                         "type": "guint",
19873                         "writable": true
19874                     },
19875                     "num-active-sources": {
19876                         "blurb": "The number of active sources in the session",
19877                         "conditionally-available": false,
19878                         "construct": false,
19879                         "construct-only": false,
19880                         "controllable": false,
19881                         "default": "0",
19882                         "max": "-1",
19883                         "min": "0",
19884                         "mutable": "null",
19885                         "readable": true,
19886                         "type": "guint",
19887                         "writable": false
19888                     },
19889                     "num-sources": {
19890                         "blurb": "The number of sources in the session",
19891                         "conditionally-available": false,
19892                         "construct": false,
19893                         "construct-only": false,
19894                         "controllable": false,
19895                         "default": "0",
19896                         "max": "-1",
19897                         "min": "0",
19898                         "mutable": "null",
19899                         "readable": true,
19900                         "type": "guint",
19901                         "writable": false
19902                     },
19903                     "probation": {
19904                         "blurb": "Consecutive packet sequence numbers to accept the source",
19905                         "conditionally-available": false,
19906                         "construct": false,
19907                         "construct-only": false,
19908                         "controllable": false,
19909                         "default": "2",
19910                         "max": "-1",
19911                         "min": "0",
19912                         "mutable": "null",
19913                         "readable": true,
19914                         "type": "guint",
19915                         "writable": true
19916                     },
19917                     "rtcp-feedback-retention-window": {
19918                         "blurb": "Duration during which RTCP Feedback packets are retained (in ns)",
19919                         "conditionally-available": false,
19920                         "construct": false,
19921                         "construct-only": false,
19922                         "controllable": false,
19923                         "default": "2000000000",
19924                         "max": "18446744073709551615",
19925                         "min": "0",
19926                         "mutable": "null",
19927                         "readable": true,
19928                         "type": "guint64",
19929                         "writable": true
19930                     },
19931                     "rtcp-fraction": {
19932                         "blurb": "The fraction of the bandwidth used for RTCP in bits per second (or as a real fraction of the RTP bandwidth if < 1)",
19933                         "conditionally-available": false,
19934                         "construct": false,
19935                         "construct-only": false,
19936                         "controllable": false,
19937                         "default": "0.05",
19938                         "max": "1.79769e+308",
19939                         "min": "0",
19940                         "mutable": "null",
19941                         "readable": true,
19942                         "type": "gdouble",
19943                         "writable": true
19944                     },
19945                     "rtcp-immediate-feedback-threshold": {
19946                         "blurb": "The maximum number of members of a RTP session for which immediate feedback is used (DEPRECATED: has no effect and is not needed)",
19947                         "conditionally-available": false,
19948                         "construct": false,
19949                         "construct-only": false,
19950                         "controllable": false,
19951                         "default": "3",
19952                         "max": "-1",
19953                         "min": "0",
19954                         "mutable": "null",
19955                         "readable": true,
19956                         "type": "guint",
19957                         "writable": true
19958                     },
19959                     "rtcp-min-interval": {
19960                         "blurb": "Minimum interval between Regular RTCP packet (in ns)",
19961                         "conditionally-available": false,
19962                         "construct": false,
19963                         "construct-only": false,
19964                         "controllable": false,
19965                         "default": "5000000000",
19966                         "max": "18446744073709551615",
19967                         "min": "0",
19968                         "mutable": "null",
19969                         "readable": true,
19970                         "type": "guint64",
19971                         "writable": true
19972                     },
19973                     "rtcp-mtu": {
19974                         "blurb": "The maximum size of the RTCP packets",
19975                         "conditionally-available": false,
19976                         "construct": false,
19977                         "construct-only": false,
19978                         "controllable": false,
19979                         "default": "1400",
19980                         "max": "32767",
19981                         "min": "16",
19982                         "mutable": "null",
19983                         "readable": true,
19984                         "type": "guint",
19985                         "writable": true
19986                     },
19987                     "rtcp-reduced-size": {
19988                         "blurb": "Use Reduced Size RTCP for feedback packets",
19989                         "conditionally-available": false,
19990                         "construct": false,
19991                         "construct-only": false,
19992                         "controllable": false,
19993                         "default": "false",
19994                         "mutable": "null",
19995                         "readable": true,
19996                         "type": "gboolean",
19997                         "writable": true
19998                     },
19999                     "rtcp-rr-bandwidth": {
20000                         "blurb": "The RTCP bandwidth used for receivers in bits per second (-1 = default)",
20001                         "conditionally-available": false,
20002                         "construct": false,
20003                         "construct-only": false,
20004                         "controllable": false,
20005                         "default": "-1",
20006                         "max": "2147483647",
20007                         "min": "-1",
20008                         "mutable": "null",
20009                         "readable": true,
20010                         "type": "gint",
20011                         "writable": true
20012                     },
20013                     "rtcp-rs-bandwidth": {
20014                         "blurb": "The RTCP bandwidth used for senders in bits per second (-1 = default)",
20015                         "conditionally-available": false,
20016                         "construct": false,
20017                         "construct-only": false,
20018                         "controllable": false,
20019                         "default": "-1",
20020                         "max": "2147483647",
20021                         "min": "-1",
20022                         "mutable": "null",
20023                         "readable": true,
20024                         "type": "gint",
20025                         "writable": true
20026                     },
20027                     "rtp-profile": {
20028                         "blurb": "RTP profile to use for this session",
20029                         "conditionally-available": false,
20030                         "construct": false,
20031                         "construct-only": false,
20032                         "controllable": false,
20033                         "default": "avp (1)",
20034                         "mutable": "null",
20035                         "readable": true,
20036                         "type": "GstRTPProfile",
20037                         "writable": true
20038                     },
20039                     "sdes": {
20040                         "blurb": "The SDES items of this session",
20041                         "conditionally-available": false,
20042                         "construct": false,
20043                         "construct-only": false,
20044                         "controllable": false,
20045                         "mutable": "null",
20046                         "readable": true,
20047                         "type": "GstStructure",
20048                         "writable": true
20049                     },
20050                     "sources": {
20051                         "blurb": "An array of all known sources in the session",
20052                         "conditionally-available": false,
20053                         "construct": false,
20054                         "construct-only": false,
20055                         "controllable": false,
20056                         "mutable": "null",
20057                         "readable": true,
20058                         "type": "GValueArray",
20059                         "writable": false
20060                     },
20061                     "stats": {
20062                         "blurb": "Various statistics",
20063                         "conditionally-available": false,
20064                         "construct": false,
20065                         "construct-only": false,
20066                         "controllable": false,
20067                         "default": "application/x-rtp-session-stats, rtx-drop-count=(uint)0, sent-nack-count=(uint)0, recv-nack-count=(uint)0, source-stats=(GValueArray)<  >;",
20068                         "mutable": "null",
20069                         "readable": true,
20070                         "type": "GstStructure",
20071                         "writable": false
20072                     },
20073                     "twcc-feedback-interval": {
20074                         "blurb": "The interval to send TWCC reports on",
20075                         "conditionally-available": false,
20076                         "construct": false,
20077                         "construct-only": false,
20078                         "controllable": false,
20079                         "default": "18446744073709551615",
20080                         "max": "18446744073709551615",
20081                         "min": "0",
20082                         "mutable": "null",
20083                         "readable": true,
20084                         "type": "guint64",
20085                         "writable": true
20086                     }
20087                 },
20088                 "signals": {
20089                     "get-source-by-ssrc": {
20090                         "action": true,
20091                         "args": [
20092                             {
20093                                 "name": "arg0",
20094                                 "type": "guint"
20095                             }
20096                         ],
20097                         "return-type": "RTPSource",
20098                         "when": "last"
20099                     },
20100                     "on-app-rtcp": {
20101                         "args": [
20102                             {
20103                                 "name": "arg0",
20104                                 "type": "guint"
20105                             },
20106                             {
20107                                 "name": "arg1",
20108                                 "type": "guint"
20109                             },
20110                             {
20111                                 "name": "arg2",
20112                                 "type": "gchararray"
20113                             },
20114                             {
20115                                 "name": "arg3",
20116                                 "type": "GstBuffer"
20117                             }
20118                         ],
20119                         "return-type": "void",
20120                         "when": "last"
20121                     },
20122                     "on-bye-ssrc": {
20123                         "args": [
20124                             {
20125                                 "name": "arg0",
20126                                 "type": "RTPSource"
20127                             }
20128                         ],
20129                         "return-type": "void",
20130                         "when": "last"
20131                     },
20132                     "on-bye-timeout": {
20133                         "args": [
20134                             {
20135                                 "name": "arg0",
20136                                 "type": "RTPSource"
20137                             }
20138                         ],
20139                         "return-type": "void",
20140                         "when": "last"
20141                     },
20142                     "on-feedback-rtcp": {
20143                         "args": [
20144                             {
20145                                 "name": "arg0",
20146                                 "type": "guint"
20147                             },
20148                             {
20149                                 "name": "arg1",
20150                                 "type": "guint"
20151                             },
20152                             {
20153                                 "name": "arg2",
20154                                 "type": "guint"
20155                             },
20156                             {
20157                                 "name": "arg3",
20158                                 "type": "guint"
20159                             },
20160                             {
20161                                 "name": "arg4",
20162                                 "type": "GstBuffer"
20163                             }
20164                         ],
20165                         "return-type": "void",
20166                         "when": "last"
20167                     },
20168                     "on-new-sender-ssrc": {
20169                         "args": [
20170                             {
20171                                 "name": "arg0",
20172                                 "type": "RTPSource"
20173                             }
20174                         ],
20175                         "return-type": "void",
20176                         "when": "last"
20177                     },
20178                     "on-new-ssrc": {
20179                         "args": [
20180                             {
20181                                 "name": "arg0",
20182                                 "type": "RTPSource"
20183                             }
20184                         ],
20185                         "return-type": "void",
20186                         "when": "last"
20187                     },
20188                     "on-receiving-rtcp": {
20189                         "args": [
20190                             {
20191                                 "name": "arg0",
20192                                 "type": "GstBuffer"
20193                             }
20194                         ],
20195                         "return-type": "void",
20196                         "when": "last"
20197                     },
20198                     "on-sender-ssrc-active": {
20199                         "args": [
20200                             {
20201                                 "name": "arg0",
20202                                 "type": "RTPSource"
20203                             }
20204                         ],
20205                         "return-type": "void",
20206                         "when": "last"
20207                     },
20208                     "on-sender-timeout": {
20209                         "args": [
20210                             {
20211                                 "name": "arg0",
20212                                 "type": "RTPSource"
20213                             }
20214                         ],
20215                         "return-type": "void",
20216                         "when": "last"
20217                     },
20218                     "on-sending-nacks": {
20219                         "args": [
20220                             {
20221                                 "name": "arg0",
20222                                 "type": "guint"
20223                             },
20224                             {
20225                                 "name": "arg1",
20226                                 "type": "guint"
20227                             },
20228                             {
20229                                 "name": "arg2",
20230                                 "type": "GArray"
20231                             },
20232                             {
20233                                 "name": "arg3",
20234                                 "type": "GstBuffer"
20235                             }
20236                         ],
20237                         "return-type": "guint",
20238                         "when": "last"
20239                     },
20240                     "on-sending-rtcp": {
20241                         "args": [
20242                             {
20243                                 "name": "arg0",
20244                                 "type": "GstBuffer"
20245                             },
20246                             {
20247                                 "name": "arg1",
20248                                 "type": "gboolean"
20249                             }
20250                         ],
20251                         "return-type": "gboolean",
20252                         "when": "last"
20253                     },
20254                     "on-ssrc-active": {
20255                         "args": [
20256                             {
20257                                 "name": "arg0",
20258                                 "type": "RTPSource"
20259                             }
20260                         ],
20261                         "return-type": "void",
20262                         "when": "last"
20263                     },
20264                     "on-ssrc-collision": {
20265                         "args": [
20266                             {
20267                                 "name": "arg0",
20268                                 "type": "RTPSource"
20269                             }
20270                         ],
20271                         "return-type": "void",
20272                         "when": "last"
20273                     },
20274                     "on-ssrc-sdes": {
20275                         "args": [
20276                             {
20277                                 "name": "arg0",
20278                                 "type": "RTPSource"
20279                             }
20280                         ],
20281                         "return-type": "void",
20282                         "when": "last"
20283                     },
20284                     "on-ssrc-validated": {
20285                         "args": [
20286                             {
20287                                 "name": "arg0",
20288                                 "type": "RTPSource"
20289                             }
20290                         ],
20291                         "return-type": "void",
20292                         "when": "last"
20293                     },
20294                     "on-timeout": {
20295                         "args": [
20296                             {
20297                                 "name": "arg0",
20298                                 "type": "RTPSource"
20299                             }
20300                         ],
20301                         "return-type": "void",
20302                         "when": "last"
20303                     },
20304                     "send-rtcp": {
20305                         "action": true,
20306                         "args": [
20307                             {
20308                                 "name": "arg0",
20309                                 "type": "guint64"
20310                             }
20311                         ],
20312                         "return-type": "void",
20313                         "when": "last"
20314                     },
20315                     "send-rtcp-full": {
20316                         "action": true,
20317                         "args": [
20318                             {
20319                                 "name": "arg0",
20320                                 "type": "guint64"
20321                             }
20322                         ],
20323                         "return-type": "gboolean",
20324                         "when": "last"
20325                     }
20326                 }
20327             },
20328             "RTPSource": {
20329                 "hierarchy": [
20330                     "RTPSource",
20331                     "GObject"
20332                 ],
20333                 "kind": "object",
20334                 "properties": {
20335                     "disable-rtcp": {
20336                         "blurb": "Disable sending RTCP packets for this source",
20337                         "conditionally-available": false,
20338                         "construct": false,
20339                         "construct-only": false,
20340                         "controllable": false,
20341                         "default": "false",
20342                         "mutable": "null",
20343                         "readable": true,
20344                         "type": "gboolean",
20345                         "writable": true
20346                     },
20347                     "is-csrc": {
20348                         "blurb": "If this SSRC is acting as a contributing source",
20349                         "conditionally-available": false,
20350                         "construct": false,
20351                         "construct-only": false,
20352                         "controllable": false,
20353                         "default": "false",
20354                         "mutable": "null",
20355                         "readable": true,
20356                         "type": "gboolean",
20357                         "writable": false
20358                     },
20359                     "is-sender": {
20360                         "blurb": "If this SSRC is a sender",
20361                         "conditionally-available": false,
20362                         "construct": false,
20363                         "construct-only": false,
20364                         "controllable": false,
20365                         "default": "false",
20366                         "mutable": "null",
20367                         "readable": true,
20368                         "type": "gboolean",
20369                         "writable": false
20370                     },
20371                     "is-validated": {
20372                         "blurb": "If this SSRC is validated",
20373                         "conditionally-available": false,
20374                         "construct": false,
20375                         "construct-only": false,
20376                         "controllable": false,
20377                         "default": "false",
20378                         "mutable": "null",
20379                         "readable": true,
20380                         "type": "gboolean",
20381                         "writable": false
20382                     },
20383                     "max-dropout-time": {
20384                         "blurb": "The maximum time (milliseconds) of missing packets tolerated.",
20385                         "conditionally-available": false,
20386                         "construct": false,
20387                         "construct-only": false,
20388                         "controllable": false,
20389                         "default": "60000",
20390                         "max": "-1",
20391                         "min": "0",
20392                         "mutable": "null",
20393                         "readable": true,
20394                         "type": "guint",
20395                         "writable": true
20396                     },
20397                     "max-misorder-time": {
20398                         "blurb": "The maximum time (milliseconds) of misordered packets tolerated.",
20399                         "conditionally-available": false,
20400                         "construct": false,
20401                         "construct-only": false,
20402                         "controllable": false,
20403                         "default": "2000",
20404                         "max": "-1",
20405                         "min": "0",
20406                         "mutable": "null",
20407                         "readable": true,
20408                         "type": "guint",
20409                         "writable": true
20410                     },
20411                     "probation": {
20412                         "blurb": "Consecutive packet sequence numbers to accept the source",
20413                         "conditionally-available": false,
20414                         "construct": false,
20415                         "construct-only": false,
20416                         "controllable": false,
20417                         "default": "2",
20418                         "max": "-1",
20419                         "min": "0",
20420                         "mutable": "null",
20421                         "readable": true,
20422                         "type": "guint",
20423                         "writable": true
20424                     },
20425                     "sdes": {
20426                         "blurb": "The SDES information for this source",
20427                         "conditionally-available": false,
20428                         "construct": false,
20429                         "construct-only": false,
20430                         "controllable": false,
20431                         "default": "application/x-rtp-source-sdes;",
20432                         "mutable": "null",
20433                         "readable": true,
20434                         "type": "GstStructure",
20435                         "writable": false
20436                     },
20437                     "ssrc": {
20438                         "blurb": "The SSRC of this source",
20439                         "conditionally-available": false,
20440                         "construct": false,
20441                         "construct-only": true,
20442                         "controllable": false,
20443                         "default": "0",
20444                         "max": "-1",
20445                         "min": "0",
20446                         "mutable": "null",
20447                         "readable": true,
20448                         "type": "guint",
20449                         "writable": true
20450                     },
20451                     "stats": {
20452                         "blurb": "The stats of this source",
20453                         "conditionally-available": false,
20454                         "construct": false,
20455                         "construct-only": false,
20456                         "controllable": false,
20457                         "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;",
20458                         "mutable": "null",
20459                         "readable": true,
20460                         "type": "GstStructure",
20461                         "writable": false
20462                     }
20463                 }
20464             }
20465         },
20466         "package": "GStreamer Good Plug-ins",
20467         "source": "gst-plugins-good",
20468         "tracers": {},
20469         "url": "Unknown package origin"
20470     },
20471     "rtsp": {
20472         "description": "transfer data via RTSP",
20473         "elements": {
20474             "rtpdec": {
20475                 "author": "Wim Taymans <wim.taymans@gmail.com>",
20476                 "description": "Accepts raw RTP and RTCP packets and sends them forward",
20477                 "hierarchy": [
20478                     "GstRTPDec",
20479                     "GstElement",
20480                     "GstObject",
20481                     "GInitiallyUnowned",
20482                     "GObject"
20483                 ],
20484                 "klass": "Codec/Parser/Network",
20485                 "long-name": "RTP Decoder",
20486                 "pad-templates": {
20487                     "recv_rtcp_sink_%%u": {
20488                         "caps": "application/x-rtcp:\n",
20489                         "direction": "sink",
20490                         "presence": "request"
20491                     },
20492                     "recv_rtp_sink_%%u": {
20493                         "caps": "application/x-rtp:\n",
20494                         "direction": "sink",
20495                         "presence": "request"
20496                     },
20497                     "recv_rtp_src_%%u_%%u_%%u": {
20498                         "caps": "application/x-rtp:\n",
20499                         "direction": "src",
20500                         "presence": "sometimes"
20501                     },
20502                     "rtcp_src_%%u": {
20503                         "caps": "application/x-rtcp:\n",
20504                         "direction": "src",
20505                         "presence": "request"
20506                     }
20507                 },
20508                 "properties": {
20509                     "latency": {
20510                         "blurb": "Amount of ms to buffer",
20511                         "conditionally-available": false,
20512                         "construct": false,
20513                         "construct-only": false,
20514                         "controllable": false,
20515                         "default": "200",
20516                         "max": "-1",
20517                         "min": "0",
20518                         "mutable": "null",
20519                         "readable": true,
20520                         "type": "guint",
20521                         "writable": true
20522                     }
20523                 },
20524                 "rank": "none",
20525                 "signals": {
20526                     "clear-pt-map": {
20527                         "args": [],
20528                         "return-type": "void",
20529                         "when": "last"
20530                     },
20531                     "on-bye-ssrc": {
20532                         "args": [
20533                             {
20534                                 "name": "arg0",
20535                                 "type": "guint"
20536                             },
20537                             {
20538                                 "name": "arg1",
20539                                 "type": "guint"
20540                             }
20541                         ],
20542                         "return-type": "void",
20543                         "when": "last"
20544                     },
20545                     "on-bye-timeout": {
20546                         "args": [
20547                             {
20548                                 "name": "arg0",
20549                                 "type": "guint"
20550                             },
20551                             {
20552                                 "name": "arg1",
20553                                 "type": "guint"
20554                             }
20555                         ],
20556                         "return-type": "void",
20557                         "when": "last"
20558                     },
20559                     "on-new-ssrc": {
20560                         "args": [
20561                             {
20562                                 "name": "arg0",
20563                                 "type": "guint"
20564                             },
20565                             {
20566                                 "name": "arg1",
20567                                 "type": "guint"
20568                             }
20569                         ],
20570                         "return-type": "void",
20571                         "when": "last"
20572                     },
20573                     "on-ssrc-collision": {
20574                         "args": [
20575                             {
20576                                 "name": "arg0",
20577                                 "type": "guint"
20578                             },
20579                             {
20580                                 "name": "arg1",
20581                                 "type": "guint"
20582                             }
20583                         ],
20584                         "return-type": "void",
20585                         "when": "last"
20586                     },
20587                     "on-ssrc-validated": {
20588                         "args": [
20589                             {
20590                                 "name": "arg0",
20591                                 "type": "guint"
20592                             },
20593                             {
20594                                 "name": "arg1",
20595                                 "type": "guint"
20596                             }
20597                         ],
20598                         "return-type": "void",
20599                         "when": "last"
20600                     },
20601                     "on-timeout": {
20602                         "args": [
20603                             {
20604                                 "name": "arg0",
20605                                 "type": "guint"
20606                             },
20607                             {
20608                                 "name": "arg1",
20609                                 "type": "guint"
20610                             }
20611                         ],
20612                         "return-type": "void",
20613                         "when": "last"
20614                     },
20615                     "request-pt-map": {
20616                         "args": [
20617                             {
20618                                 "name": "arg0",
20619                                 "type": "guint"
20620                             },
20621                             {
20622                                 "name": "arg1",
20623                                 "type": "guint"
20624                             }
20625                         ],
20626                         "return-type": "GstCaps",
20627                         "when": "last"
20628                     }
20629                 }
20630             },
20631             "rtspsrc": {
20632                 "author": "Wim Taymans <wim@fluendo.com>, Thijs Vermeir <thijs.vermeir@barco.com>, Lutz Mueller <lutz@topfrose.de>",
20633                 "description": "Receive data over the network via RTSP (RFC 2326)",
20634                 "hierarchy": [
20635                     "GstRTSPSrc",
20636                     "GstBin",
20637                     "GstElement",
20638                     "GstObject",
20639                     "GInitiallyUnowned",
20640                     "GObject"
20641                 ],
20642                 "interfaces": [
20643                     "GstChildProxy",
20644                     "GstURIHandler"
20645                 ],
20646                 "klass": "Source/Network",
20647                 "long-name": "RTSP packet receiver",
20648                 "pad-templates": {
20649                     "stream_%%u": {
20650                         "caps": "application/x-rtp:\napplication/x-rdt:\n",
20651                         "direction": "src",
20652                         "presence": "sometimes"
20653                     }
20654                 },
20655                 "properties": {
20656                     "add-reference-timestamp-meta": {
20657                         "blurb": "Add Reference Timestamp Meta to buffers with the original clock timestamp before any adjustments when syncing to an RFC7273 clock.",
20658                         "conditionally-available": false,
20659                         "construct": false,
20660                         "construct-only": false,
20661                         "controllable": false,
20662                         "default": "false",
20663                         "mutable": "null",
20664                         "readable": true,
20665                         "type": "gboolean",
20666                         "writable": true
20667                     },
20668                     "backchannel": {
20669                         "blurb": "The type of backchannel to setup. Default is 'none'.",
20670                         "conditionally-available": false,
20671                         "construct": false,
20672                         "construct-only": false,
20673                         "controllable": false,
20674                         "default": "none (0)",
20675                         "mutable": "null",
20676                         "readable": true,
20677                         "type": "GstRTSPBackchannel",
20678                         "writable": true
20679                     },
20680                     "buffer-mode": {
20681                         "blurb": "Control the buffering algorithm in use",
20682                         "conditionally-available": false,
20683                         "construct": false,
20684                         "construct-only": false,
20685                         "controllable": false,
20686                         "default": "auto (3)",
20687                         "mutable": "null",
20688                         "readable": true,
20689                         "type": "GstRTSPSrcBufferMode",
20690                         "writable": true
20691                     },
20692                     "connection-speed": {
20693                         "blurb": "Network connection speed in kbps (0 = unknown)",
20694                         "conditionally-available": false,
20695                         "construct": false,
20696                         "construct-only": false,
20697                         "controllable": false,
20698                         "default": "0",
20699                         "max": "18446744073709551",
20700                         "min": "0",
20701                         "mutable": "null",
20702                         "readable": true,
20703                         "type": "guint64",
20704                         "writable": true
20705                     },
20706                     "debug": {
20707                         "blurb": "Dump request and response messages to stdout(DEPRECATED: Printed all RTSP message to gstreamer log as 'log' level)",
20708                         "conditionally-available": false,
20709                         "construct": false,
20710                         "construct-only": false,
20711                         "controllable": false,
20712                         "default": "false",
20713                         "mutable": "null",
20714                         "readable": true,
20715                         "type": "gboolean",
20716                         "writable": true
20717                     },
20718                     "default-rtsp-version": {
20719                         "blurb": "The RTSP version that should be tried first when negotiating version.",
20720                         "conditionally-available": false,
20721                         "construct": false,
20722                         "construct-only": false,
20723                         "controllable": false,
20724                         "default": "1-0 (16)",
20725                         "mutable": "null",
20726                         "readable": true,
20727                         "type": "GstRTSPVersion",
20728                         "writable": true
20729                     },
20730                     "do-retransmission": {
20731                         "blurb": "Ask the server to retransmit lost packets",
20732                         "conditionally-available": false,
20733                         "construct": false,
20734                         "construct-only": false,
20735                         "controllable": false,
20736                         "default": "true",
20737                         "mutable": "null",
20738                         "readable": true,
20739                         "type": "gboolean",
20740                         "writable": true
20741                     },
20742                     "do-rtcp": {
20743                         "blurb": "Send RTCP packets, disable for old incompatible server.",
20744                         "conditionally-available": false,
20745                         "construct": false,
20746                         "construct-only": false,
20747                         "controllable": false,
20748                         "default": "true",
20749                         "mutable": "null",
20750                         "readable": true,
20751                         "type": "gboolean",
20752                         "writable": true
20753                     },
20754                     "do-rtsp-keep-alive": {
20755                         "blurb": "Send RTSP keep alive packets, disable for old incompatible server.",
20756                         "conditionally-available": false,
20757                         "construct": false,
20758                         "construct-only": false,
20759                         "controllable": false,
20760                         "default": "true",
20761                         "mutable": "null",
20762                         "readable": true,
20763                         "type": "gboolean",
20764                         "writable": true
20765                     },
20766                     "drop-on-latency": {
20767                         "blurb": "Tells the jitterbuffer to never exceed the given latency in size",
20768                         "conditionally-available": false,
20769                         "construct": false,
20770                         "construct-only": false,
20771                         "controllable": false,
20772                         "default": "false",
20773                         "mutable": "null",
20774                         "readable": true,
20775                         "type": "gboolean",
20776                         "writable": true
20777                     },
20778                     "ignore-x-server-reply": {
20779                         "blurb": "Whether to ignore the x-server-ip-address server header reply",
20780                         "conditionally-available": false,
20781                         "construct": false,
20782                         "construct-only": false,
20783                         "controllable": false,
20784                         "default": "false",
20785                         "mutable": "null",
20786                         "readable": true,
20787                         "type": "gboolean",
20788                         "writable": true
20789                     },
20790                     "is-live": {
20791                         "blurb": "Whether to act as a live source",
20792                         "conditionally-available": false,
20793                         "construct": false,
20794                         "construct-only": false,
20795                         "controllable": false,
20796                         "default": "true",
20797                         "mutable": "null",
20798                         "readable": true,
20799                         "type": "gboolean",
20800                         "writable": true
20801                     },
20802                     "latency": {
20803                         "blurb": "Amount of ms to buffer",
20804                         "conditionally-available": false,
20805                         "construct": false,
20806                         "construct-only": false,
20807                         "controllable": false,
20808                         "default": "2000",
20809                         "max": "-1",
20810                         "min": "0",
20811                         "mutable": "null",
20812                         "readable": true,
20813                         "type": "guint",
20814                         "writable": true
20815                     },
20816                     "location": {
20817                         "blurb": "Location of the RTSP url to read",
20818                         "conditionally-available": false,
20819                         "construct": false,
20820                         "construct-only": false,
20821                         "controllable": false,
20822                         "default": "NULL",
20823                         "mutable": "null",
20824                         "readable": true,
20825                         "type": "gchararray",
20826                         "writable": true
20827                     },
20828                     "max-rtcp-rtp-time-diff": {
20829                         "blurb": "Maximum amount of time in ms that the RTP time in RTCP SRs is allowed to be ahead (-1 disabled)",
20830                         "conditionally-available": false,
20831                         "construct": false,
20832                         "construct-only": false,
20833                         "controllable": false,
20834                         "default": "1000",
20835                         "max": "2147483647",
20836                         "min": "-1",
20837                         "mutable": "null",
20838                         "readable": true,
20839                         "type": "gint",
20840                         "writable": true
20841                     },
20842                     "max-ts-offset": {
20843                         "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)",
20844                         "conditionally-available": false,
20845                         "construct": false,
20846                         "construct-only": false,
20847                         "controllable": false,
20848                         "default": "3000000000",
20849                         "max": "9223372036854775807",
20850                         "min": "0",
20851                         "mutable": "null",
20852                         "readable": true,
20853                         "type": "gint64",
20854                         "writable": true
20855                     },
20856                     "max-ts-offset-adjustment": {
20857                         "blurb": "The maximum number of nanoseconds per frame that time stamp offsets may be adjusted (0 = no limit).",
20858                         "conditionally-available": false,
20859                         "construct": false,
20860                         "construct-only": false,
20861                         "controllable": false,
20862                         "default": "0",
20863                         "max": "18446744073709551615",
20864                         "min": "0",
20865                         "mutable": "null",
20866                         "readable": true,
20867                         "type": "guint64",
20868                         "writable": true
20869                     },
20870                     "multicast-iface": {
20871                         "blurb": "The network interface on which to join the multicast group",
20872                         "conditionally-available": false,
20873                         "construct": false,
20874                         "construct-only": false,
20875                         "controllable": false,
20876                         "default": "NULL",
20877                         "mutable": "null",
20878                         "readable": true,
20879                         "type": "gchararray",
20880                         "writable": true
20881                     },
20882                     "nat-method": {
20883                         "blurb": "Method to use for traversing firewalls and NAT",
20884                         "conditionally-available": false,
20885                         "construct": false,
20886                         "construct-only": false,
20887                         "controllable": false,
20888                         "default": "dummy (1)",
20889                         "mutable": "null",
20890                         "readable": true,
20891                         "type": "GstRTSPNatMethod",
20892                         "writable": true
20893                     },
20894                     "ntp-sync": {
20895                         "blurb": "Synchronize received streams to the NTP clock",
20896                         "conditionally-available": false,
20897                         "construct": false,
20898                         "construct-only": false,
20899                         "controllable": false,
20900                         "default": "false",
20901                         "mutable": "null",
20902                         "readable": true,
20903                         "type": "gboolean",
20904                         "writable": true
20905                     },
20906                     "ntp-time-source": {
20907                         "blurb": "NTP time source for RTCP packets",
20908                         "conditionally-available": false,
20909                         "construct": false,
20910                         "construct-only": false,
20911                         "controllable": false,
20912                         "default": "ntp (0)",
20913                         "mutable": "null",
20914                         "readable": true,
20915                         "type": "GstRTSPSrcNtpTimeSource",
20916                         "writable": true
20917                     },
20918                     "onvif-mode": {
20919                         "blurb": "Act as an ONVIF client",
20920                         "conditionally-available": false,
20921                         "construct": false,
20922                         "construct-only": false,
20923                         "controllable": false,
20924                         "default": "false",
20925                         "mutable": "null",
20926                         "readable": true,
20927                         "type": "gboolean",
20928                         "writable": true
20929                     },
20930                     "onvif-rate-control": {
20931                         "blurb": "When in onvif-mode, whether to set Rate-Control to yes or no",
20932                         "conditionally-available": false,
20933                         "construct": false,
20934                         "construct-only": false,
20935                         "controllable": false,
20936                         "default": "true",
20937                         "mutable": "null",
20938                         "readable": true,
20939                         "type": "gboolean",
20940                         "writable": true
20941                     },
20942                     "port-range": {
20943                         "blurb": "Client port range that can be used to receive RTP and RTCP data, eg. 3000-3005 (NULL = no restrictions)",
20944                         "conditionally-available": false,
20945                         "construct": false,
20946                         "construct-only": false,
20947                         "controllable": false,
20948                         "default": "NULL",
20949                         "mutable": "null",
20950                         "readable": true,
20951                         "type": "gchararray",
20952                         "writable": true
20953                     },
20954                     "probation": {
20955                         "blurb": "Consecutive packet sequence numbers to accept the source",
20956                         "conditionally-available": false,
20957                         "construct": false,
20958                         "construct-only": false,
20959                         "controllable": false,
20960                         "default": "2",
20961                         "max": "-1",
20962                         "min": "0",
20963                         "mutable": "null",
20964                         "readable": true,
20965                         "type": "guint",
20966                         "writable": true
20967                     },
20968                     "protocols": {
20969                         "blurb": "Allowed lower transport protocols",
20970                         "conditionally-available": false,
20971                         "construct": false,
20972                         "construct-only": false,
20973                         "controllable": false,
20974                         "default": "tcp+udp-mcast+udp",
20975                         "mutable": "null",
20976                         "readable": true,
20977                         "type": "GstRTSPLowerTrans",
20978                         "writable": true
20979                     },
20980                     "proxy": {
20981                         "blurb": "Proxy settings for HTTP tunneling. Format: [http://][user:passwd@]host[:port]",
20982                         "conditionally-available": false,
20983                         "construct": false,
20984                         "construct-only": false,
20985                         "controllable": false,
20986                         "default": "NULL",
20987                         "mutable": "null",
20988                         "readable": true,
20989                         "type": "gchararray",
20990                         "writable": true
20991                     },
20992                     "proxy-id": {
20993                         "blurb": "HTTP proxy URI user id for authentication",
20994                         "conditionally-available": false,
20995                         "construct": false,
20996                         "construct-only": false,
20997                         "controllable": false,
20998                         "default": "NULL",
20999                         "mutable": "null",
21000                         "readable": true,
21001                         "type": "gchararray",
21002                         "writable": true
21003                     },
21004                     "proxy-pw": {
21005                         "blurb": "HTTP proxy URI user password for authentication",
21006                         "conditionally-available": false,
21007                         "construct": false,
21008                         "construct-only": false,
21009                         "controllable": false,
21010                         "default": "NULL",
21011                         "mutable": "null",
21012                         "readable": true,
21013                         "type": "gchararray",
21014                         "writable": true
21015                     },
21016                     "retry": {
21017                         "blurb": "Max number of retries when allocating RTP ports.",
21018                         "conditionally-available": false,
21019                         "construct": false,
21020                         "construct-only": false,
21021                         "controllable": false,
21022                         "default": "20",
21023                         "max": "65535",
21024                         "min": "0",
21025                         "mutable": "null",
21026                         "readable": true,
21027                         "type": "guint",
21028                         "writable": true
21029                     },
21030                     "rfc7273-sync": {
21031                         "blurb": "Synchronize received streams to the RFC7273 clock (requires clock and offset to be provided)",
21032                         "conditionally-available": false,
21033                         "construct": false,
21034                         "construct-only": false,
21035                         "controllable": false,
21036                         "default": "false",
21037                         "mutable": "null",
21038                         "readable": true,
21039                         "type": "gboolean",
21040                         "writable": true
21041                     },
21042                     "rtp-blocksize": {
21043                         "blurb": "RTP package size to suggest to server (0 = disabled)",
21044                         "conditionally-available": false,
21045                         "construct": false,
21046                         "construct-only": false,
21047                         "controllable": false,
21048                         "default": "0",
21049                         "max": "65536",
21050                         "min": "0",
21051                         "mutable": "null",
21052                         "readable": true,
21053                         "type": "guint",
21054                         "writable": true
21055                     },
21056                     "sdes": {
21057                         "blurb": "The SDES items of this session",
21058                         "conditionally-available": false,
21059                         "construct": false,
21060                         "construct-only": false,
21061                         "controllable": false,
21062                         "mutable": "null",
21063                         "readable": true,
21064                         "type": "GstStructure",
21065                         "writable": true
21066                     },
21067                     "short-header": {
21068                         "blurb": "Only send the basic RTSP headers for broken encoders",
21069                         "conditionally-available": false,
21070                         "construct": false,
21071                         "construct-only": false,
21072                         "controllable": false,
21073                         "default": "false",
21074                         "mutable": "null",
21075                         "readable": true,
21076                         "type": "gboolean",
21077                         "writable": true
21078                     },
21079                     "tcp-timeout": {
21080                         "blurb": "Fail after timeout microseconds on TCP connections (0 = disabled)",
21081                         "conditionally-available": false,
21082                         "construct": false,
21083                         "construct-only": false,
21084                         "controllable": false,
21085                         "default": "20000000",
21086                         "max": "18446744073709551615",
21087                         "min": "0",
21088                         "mutable": "null",
21089                         "readable": true,
21090                         "type": "guint64",
21091                         "writable": true
21092                     },
21093                     "teardown-timeout": {
21094                         "blurb": "When transitioning PAUSED-READY, allow up to timeout (in nanoseconds) delay in order to send teardown (0 = disabled)",
21095                         "conditionally-available": false,
21096                         "construct": false,
21097                         "construct-only": false,
21098                         "controllable": false,
21099                         "default": "100000000",
21100                         "max": "18446744073709551615",
21101                         "min": "0",
21102                         "mutable": "null",
21103                         "readable": true,
21104                         "type": "guint64",
21105                         "writable": true
21106                     },
21107                     "timeout": {
21108                         "blurb": "Retry TCP transport after UDP timeout microseconds (0 = disabled)",
21109                         "conditionally-available": false,
21110                         "construct": false,
21111                         "construct-only": false,
21112                         "controllable": false,
21113                         "default": "5000000",
21114                         "max": "18446744073709551615",
21115                         "min": "0",
21116                         "mutable": "null",
21117                         "readable": true,
21118                         "type": "guint64",
21119                         "writable": true
21120                     },
21121                     "tls-database": {
21122                         "blurb": "TLS database with anchor certificate authorities used to validate the server certificate",
21123                         "conditionally-available": false,
21124                         "construct": false,
21125                         "construct-only": false,
21126                         "controllable": false,
21127                         "mutable": "null",
21128                         "readable": true,
21129                         "type": "GTlsDatabase",
21130                         "writable": true
21131                     },
21132                     "tls-interaction": {
21133                         "blurb": "A GTlsInteraction object to prompt the user for password or certificate",
21134                         "conditionally-available": false,
21135                         "construct": false,
21136                         "construct-only": false,
21137                         "controllable": false,
21138                         "mutable": "null",
21139                         "readable": true,
21140                         "type": "GTlsInteraction",
21141                         "writable": true
21142                     },
21143                     "tls-validation-flags": {
21144                         "blurb": "TLS certificate validation flags used to validate the server certificate",
21145                         "conditionally-available": false,
21146                         "construct": false,
21147                         "construct-only": false,
21148                         "controllable": false,
21149                         "default": "validate-all",
21150                         "mutable": "null",
21151                         "readable": true,
21152                         "type": "GTlsCertificateFlags",
21153                         "writable": true
21154                     },
21155                     "udp-buffer-size": {
21156                         "blurb": "Size of the kernel UDP receive buffer in bytes, 0=default",
21157                         "conditionally-available": false,
21158                         "construct": false,
21159                         "construct-only": false,
21160                         "controllable": false,
21161                         "default": "524288",
21162                         "max": "2147483647",
21163                         "min": "0",
21164                         "mutable": "null",
21165                         "readable": true,
21166                         "type": "gint",
21167                         "writable": true
21168                     },
21169                     "udp-reconnect": {
21170                         "blurb": "Reconnect to the server if RTSP connection is closed when doing UDP",
21171                         "conditionally-available": false,
21172                         "construct": false,
21173                         "construct-only": false,
21174                         "controllable": false,
21175                         "default": "true",
21176                         "mutable": "null",
21177                         "readable": true,
21178                         "type": "gboolean",
21179                         "writable": true
21180                     },
21181                     "use-pipeline-clock": {
21182                         "blurb": "Use the pipeline running-time to set the NTP time in the RTCP SR messages(DEPRECATED: Use ntp-time-source property)",
21183                         "conditionally-available": false,
21184                         "construct": false,
21185                         "construct-only": false,
21186                         "controllable": false,
21187                         "default": "false",
21188                         "mutable": "null",
21189                         "readable": true,
21190                         "type": "gboolean",
21191                         "writable": true
21192                     },
21193                     "user-agent": {
21194                         "blurb": "The User-Agent string to send to the server",
21195                         "conditionally-available": false,
21196                         "construct": false,
21197                         "construct-only": false,
21198                         "controllable": false,
21199                         "default": "GStreamer/1.21.2",
21200                         "mutable": "null",
21201                         "readable": true,
21202                         "type": "gchararray",
21203                         "writable": true
21204                     },
21205                     "user-id": {
21206                         "blurb": "RTSP location URI user id for authentication",
21207                         "conditionally-available": false,
21208                         "construct": false,
21209                         "construct-only": false,
21210                         "controllable": false,
21211                         "default": "NULL",
21212                         "mutable": "null",
21213                         "readable": true,
21214                         "type": "gchararray",
21215                         "writable": true
21216                     },
21217                     "user-pw": {
21218                         "blurb": "RTSP location URI user password for authentication",
21219                         "conditionally-available": false,
21220                         "construct": false,
21221                         "construct-only": false,
21222                         "controllable": false,
21223                         "default": "NULL",
21224                         "mutable": "null",
21225                         "readable": true,
21226                         "type": "gchararray",
21227                         "writable": true
21228                     }
21229                 },
21230                 "rank": "none",
21231                 "signals": {
21232                     "accept-certificate": {
21233                         "args": [
21234                             {
21235                                 "name": "arg0",
21236                                 "type": "GTlsConnection"
21237                             },
21238                             {
21239                                 "name": "arg1",
21240                                 "type": "GTlsCertificate"
21241                             },
21242                             {
21243                                 "name": "arg2",
21244                                 "type": "GTlsCertificateFlags"
21245                             }
21246                         ],
21247                         "return-type": "gboolean",
21248                         "when": "last"
21249                     },
21250                     "before-send": {
21251                         "args": [
21252                             {
21253                                 "name": "arg0",
21254                                 "type": "GstRTSPMessage"
21255                             }
21256                         ],
21257                         "return-type": "gboolean",
21258                         "when": "last"
21259                     },
21260                     "get-parameter": {
21261                         "action": true,
21262                         "args": [
21263                             {
21264                                 "name": "arg0",
21265                                 "type": "gchararray"
21266                             },
21267                             {
21268                                 "name": "arg1",
21269                                 "type": "gchararray"
21270                             },
21271                             {
21272                                 "name": "arg2",
21273                                 "type": "GstPromise"
21274                             }
21275                         ],
21276                         "return-type": "gboolean",
21277                         "when": "last"
21278                     },
21279                     "get-parameters": {
21280                         "action": true,
21281                         "args": [
21282                             {
21283                                 "name": "arg0",
21284                                 "type": "GStrv"
21285                             },
21286                             {
21287                                 "name": "arg1",
21288                                 "type": "gchararray"
21289                             },
21290                             {
21291                                 "name": "arg2",
21292                                 "type": "GstPromise"
21293                             }
21294                         ],
21295                         "return-type": "gboolean",
21296                         "when": "last"
21297                     },
21298                     "handle-request": {
21299                         "args": [
21300                             {
21301                                 "name": "arg0",
21302                                 "type": "GstRTSPMessage"
21303                             },
21304                             {
21305                                 "name": "arg1",
21306                                 "type": "GstRTSPMessage"
21307                             }
21308                         ],
21309                         "return-type": "void"
21310                     },
21311                     "new-manager": {
21312                         "args": [
21313                             {
21314                                 "name": "arg0",
21315                                 "type": "GstElement"
21316                             }
21317                         ],
21318                         "return-type": "void",
21319                         "when": "first"
21320                     },
21321                     "on-sdp": {
21322                         "args": [
21323                             {
21324                                 "name": "arg0",
21325                                 "type": "GstSDPMessage"
21326                             }
21327                         ],
21328                         "return-type": "void"
21329                     },
21330                     "push-backchannel-buffer": {
21331                         "action": true,
21332                         "args": [
21333                             {
21334                                 "name": "arg0",
21335                                 "type": "guint"
21336                             },
21337                             {
21338                                 "name": "arg1",
21339                                 "type": "GstSample"
21340                             }
21341                         ],
21342                         "return-type": "GstFlowReturn",
21343                         "when": "last"
21344                     },
21345                     "request-rtcp-key": {
21346                         "args": [
21347                             {
21348                                 "name": "arg0",
21349                                 "type": "guint"
21350                             }
21351                         ],
21352                         "return-type": "GstCaps",
21353                         "when": "last"
21354                     },
21355                     "select-stream": {
21356                         "args": [
21357                             {
21358                                 "name": "arg0",
21359                                 "type": "guint"
21360                             },
21361                             {
21362                                 "name": "arg1",
21363                                 "type": "GstCaps"
21364                             }
21365                         ],
21366                         "return-type": "gboolean",
21367                         "when": "last"
21368                     },
21369                     "set-parameter": {
21370                         "action": true,
21371                         "args": [
21372                             {
21373                                 "name": "arg0",
21374                                 "type": "gchararray"
21375                             },
21376                             {
21377                                 "name": "arg1",
21378                                 "type": "gchararray"
21379                             },
21380                             {
21381                                 "name": "arg2",
21382                                 "type": "gchararray"
21383                             },
21384                             {
21385                                 "name": "arg3",
21386                                 "type": "GstPromise"
21387                             }
21388                         ],
21389                         "return-type": "gboolean",
21390                         "when": "last"
21391                     }
21392                 }
21393             }
21394         },
21395         "filename": "gstrtsp",
21396         "license": "LGPL",
21397         "other-types": {
21398             "GstRTSPBackchannel": {
21399                 "kind": "enum",
21400                 "values": [
21401                     {
21402                         "desc": "No backchannel",
21403                         "name": "none",
21404                         "value": "0"
21405                     },
21406                     {
21407                         "desc": "ONVIF audio backchannel",
21408                         "name": "onvif",
21409                         "value": "1"
21410                     }
21411                 ]
21412             },
21413             "GstRTSPNatMethod": {
21414                 "kind": "enum",
21415                 "values": [
21416                     {
21417                         "desc": "None",
21418                         "name": "none",
21419                         "value": "0"
21420                     },
21421                     {
21422                         "desc": "Send Dummy packets",
21423                         "name": "dummy",
21424                         "value": "1"
21425                     }
21426                 ]
21427             },
21428             "GstRTSPSrcBufferMode": {
21429                 "kind": "enum",
21430                 "values": [
21431                     {
21432                         "desc": "Only use RTP timestamps",
21433                         "name": "none",
21434                         "value": "0"
21435                     },
21436                     {
21437                         "desc": "Slave receiver to sender clock",
21438                         "name": "slave",
21439                         "value": "1"
21440                     },
21441                     {
21442                         "desc": "Do low/high watermark buffering",
21443                         "name": "buffer",
21444                         "value": "2"
21445                     },
21446                     {
21447                         "desc": "Choose mode depending on stream live",
21448                         "name": "auto",
21449                         "value": "3"
21450                     },
21451                     {
21452                         "desc": "Synchronized sender and receiver clocks",
21453                         "name": "synced",
21454                         "value": "4"
21455                     }
21456                 ]
21457             },
21458             "GstRTSPSrcNtpTimeSource": {
21459                 "kind": "enum",
21460                 "values": [
21461                     {
21462                         "desc": "NTP time based on realtime clock",
21463                         "name": "ntp",
21464                         "value": "0"
21465                     },
21466                     {
21467                         "desc": "UNIX time based on realtime clock",
21468                         "name": "unix",
21469                         "value": "1"
21470                     },
21471                     {
21472                         "desc": "Running time based on pipeline clock",
21473                         "name": "running-time",
21474                         "value": "2"
21475                     },
21476                     {
21477                         "desc": "Pipeline clock time",
21478                         "name": "clock-time",
21479                         "value": "3"
21480                     }
21481                 ]
21482             }
21483         },
21484         "package": "GStreamer Good Plug-ins",
21485         "source": "gst-plugins-good",
21486         "tracers": {},
21487         "url": "Unknown package origin"
21488     },
21489     "shapewipe": {
21490         "description": "Shape Wipe transition filter",
21491         "elements": {
21492             "shapewipe": {
21493                 "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>",
21494                 "description": "Adds a shape wipe transition to a video stream",
21495                 "hierarchy": [
21496                     "GstShapeWipe",
21497                     "GstElement",
21498                     "GstObject",
21499                     "GInitiallyUnowned",
21500                     "GObject"
21501                 ],
21502                 "klass": "Filter/Editor/Video",
21503                 "long-name": "Shape Wipe transition filter",
21504                 "pad-templates": {
21505                     "mask_sink": {
21506                         "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",
21507                         "direction": "sink",
21508                         "presence": "always"
21509                     },
21510                     "src": {
21511                         "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",
21512                         "direction": "src",
21513                         "presence": "always"
21514                     },
21515                     "video_sink": {
21516                         "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",
21517                         "direction": "sink",
21518                         "presence": "always"
21519                     }
21520                 },
21521                 "properties": {
21522                     "border": {
21523                         "blurb": "Border of the mask",
21524                         "conditionally-available": false,
21525                         "construct": false,
21526                         "construct-only": false,
21527                         "controllable": true,
21528                         "default": "0",
21529                         "max": "1",
21530                         "min": "0",
21531                         "mutable": "null",
21532                         "readable": true,
21533                         "type": "gfloat",
21534                         "writable": true
21535                     },
21536                     "position": {
21537                         "blurb": "Position of the mask",
21538                         "conditionally-available": false,
21539                         "construct": false,
21540                         "construct-only": false,
21541                         "controllable": true,
21542                         "default": "0",
21543                         "max": "1",
21544                         "min": "0",
21545                         "mutable": "null",
21546                         "readable": true,
21547                         "type": "gfloat",
21548                         "writable": true
21549                     }
21550                 },
21551                 "rank": "none"
21552             }
21553         },
21554         "filename": "gstshapewipe",
21555         "license": "LGPL",
21556         "other-types": {},
21557         "package": "GStreamer Good Plug-ins",
21558         "source": "gst-plugins-good",
21559         "tracers": {},
21560         "url": "Unknown package origin"
21561     },
21562     "shout2": {
21563         "description": "Sends data to an icecast server using libshout2",
21564         "elements": {
21565             "shout2send": {
21566                 "author": "Wim Taymans <wim.taymans@chello.be>, Pedro Corte-Real <typo@netcabo.pt>, Zaheer Abbas Merali <zaheerabbas at merali dot org>",
21567                 "description": "Sends data to an icecast server",
21568                 "hierarchy": [
21569                     "GstShout2send",
21570                     "GstBaseSink",
21571                     "GstElement",
21572                     "GstObject",
21573                     "GInitiallyUnowned",
21574                     "GObject"
21575                 ],
21576                 "interfaces": [
21577                     "GstTagSetter"
21578                 ],
21579                 "klass": "Sink/Network",
21580                 "long-name": "Icecast network sink",
21581                 "pad-templates": {
21582                     "sink": {
21583                         "caps": "application/ogg:\naudio/ogg:\nvideo/ogg:\naudio/mpeg:\n    mpegversion: 1\n          layer: [ 1, 3 ]\nvideo/webm:\naudio/webm:\n",
21584                         "direction": "sink",
21585                         "presence": "always"
21586                     }
21587                 },
21588                 "properties": {
21589                     "description": {
21590                         "blurb": "description",
21591                         "conditionally-available": false,
21592                         "construct": false,
21593                         "construct-only": false,
21594                         "controllable": false,
21595                         "default": "",
21596                         "mutable": "null",
21597                         "readable": true,
21598                         "type": "gchararray",
21599                         "writable": true
21600                     },
21601                     "genre": {
21602                         "blurb": "genre",
21603                         "conditionally-available": false,
21604                         "construct": false,
21605                         "construct-only": false,
21606                         "controllable": false,
21607                         "default": "",
21608                         "mutable": "null",
21609                         "readable": true,
21610                         "type": "gchararray",
21611                         "writable": true
21612                     },
21613                     "ip": {
21614                         "blurb": "IP address or hostname",
21615                         "conditionally-available": false,
21616                         "construct": false,
21617                         "construct-only": false,
21618                         "controllable": false,
21619                         "default": "127.0.0.1",
21620                         "mutable": "null",
21621                         "readable": true,
21622                         "type": "gchararray",
21623                         "writable": true
21624                     },
21625                     "mount": {
21626                         "blurb": "mount",
21627                         "conditionally-available": false,
21628                         "construct": false,
21629                         "construct-only": false,
21630                         "controllable": false,
21631                         "default": "",
21632                         "mutable": "null",
21633                         "readable": true,
21634                         "type": "gchararray",
21635                         "writable": true
21636                     },
21637                     "password": {
21638                         "blurb": "password",
21639                         "conditionally-available": false,
21640                         "construct": false,
21641                         "construct-only": false,
21642                         "controllable": false,
21643                         "default": "hackme",
21644                         "mutable": "null",
21645                         "readable": true,
21646                         "type": "gchararray",
21647                         "writable": true
21648                     },
21649                     "port": {
21650                         "blurb": "port",
21651                         "conditionally-available": false,
21652                         "construct": false,
21653                         "construct-only": false,
21654                         "controllable": false,
21655                         "default": "8000",
21656                         "max": "65535",
21657                         "min": "1",
21658                         "mutable": "null",
21659                         "readable": true,
21660                         "type": "gint",
21661                         "writable": true
21662                     },
21663                     "protocol": {
21664                         "blurb": "Connection Protocol to use",
21665                         "conditionally-available": false,
21666                         "construct": false,
21667                         "construct-only": false,
21668                         "controllable": false,
21669                         "default": "http (3)",
21670                         "mutable": "null",
21671                         "readable": true,
21672                         "type": "GstShout2SendProtocol",
21673                         "writable": true
21674                     },
21675                     "public": {
21676                         "blurb": "If the stream should be listed on the server's stream directory",
21677                         "conditionally-available": false,
21678                         "construct": false,
21679                         "construct-only": false,
21680                         "controllable": false,
21681                         "default": "false",
21682                         "mutable": "null",
21683                         "readable": true,
21684                         "type": "gboolean",
21685                         "writable": true
21686                     },
21687                     "send-title-info": {
21688                         "blurb": "Update stream metadata with song title and artist information",
21689                         "conditionally-available": false,
21690                         "construct": false,
21691                         "construct-only": false,
21692                         "controllable": false,
21693                         "default": "true",
21694                         "mutable": "null",
21695                         "readable": true,
21696                         "type": "gboolean",
21697                         "writable": true
21698                     },
21699                     "streamname": {
21700                         "blurb": "name of the stream",
21701                         "conditionally-available": false,
21702                         "construct": false,
21703                         "construct-only": false,
21704                         "controllable": false,
21705                         "default": "",
21706                         "mutable": "null",
21707                         "readable": true,
21708                         "type": "gchararray",
21709                         "writable": true
21710                     },
21711                     "timeout": {
21712                         "blurb": "Max amount of time to wait for network activity, in milliseconds",
21713                         "conditionally-available": false,
21714                         "construct": false,
21715                         "construct-only": false,
21716                         "controllable": false,
21717                         "default": "10000",
21718                         "max": "-1",
21719                         "min": "1",
21720                         "mutable": "null",
21721                         "readable": true,
21722                         "type": "guint",
21723                         "writable": true
21724                     },
21725                     "url": {
21726                         "blurb": "the stream's homepage URL",
21727                         "conditionally-available": false,
21728                         "construct": false,
21729                         "construct-only": false,
21730                         "controllable": false,
21731                         "default": "",
21732                         "mutable": "null",
21733                         "readable": true,
21734                         "type": "gchararray",
21735                         "writable": true
21736                     },
21737                     "user-agent": {
21738                         "blurb": "User agent of the source",
21739                         "conditionally-available": false,
21740                         "construct": false,
21741                         "construct-only": false,
21742                         "controllable": false,
21743                         "default": "GStreamer 1.21.2",
21744                         "mutable": "null",
21745                         "readable": true,
21746                         "type": "gchararray",
21747                         "writable": true
21748                     },
21749                     "username": {
21750                         "blurb": "username",
21751                         "conditionally-available": false,
21752                         "construct": false,
21753                         "construct-only": false,
21754                         "controllable": false,
21755                         "default": "source",
21756                         "mutable": "null",
21757                         "readable": true,
21758                         "type": "gchararray",
21759                         "writable": true
21760                     }
21761                 },
21762                 "rank": "none",
21763                 "signals": {
21764                     "connection-problem": {
21765                         "args": [
21766                             {
21767                                 "name": "arg0",
21768                                 "type": "gint"
21769                             }
21770                         ],
21771                         "return-type": "void",
21772                         "when": "cleanup"
21773                     }
21774                 }
21775             }
21776         },
21777         "filename": "gstshout2",
21778         "license": "LGPL",
21779         "other-types": {
21780             "GstShout2SendProtocol": {
21781                 "kind": "enum",
21782                 "values": [
21783                     {
21784                         "desc": "Xaudiocast Protocol (icecast 1.3.x)",
21785                         "name": "xaudiocast",
21786                         "value": "1"
21787                     },
21788                     {
21789                         "desc": "Icy Protocol (ShoutCast)",
21790                         "name": "icy",
21791                         "value": "2"
21792                     },
21793                     {
21794                         "desc": "Http Protocol (icecast 2.x)",
21795                         "name": "http",
21796                         "value": "3"
21797                     }
21798                 ]
21799             }
21800         },
21801         "package": "GStreamer Good Plug-ins",
21802         "source": "gst-plugins-good",
21803         "tracers": {},
21804         "url": "Unknown package origin"
21805     },
21806     "smpte": {
21807         "description": "Apply the standard SMPTE transitions on video images",
21808         "elements": {
21809             "smpte": {
21810                 "author": "Wim Taymans <wim.taymans@chello.be>",
21811                 "description": "Apply the standard SMPTE transitions on video images",
21812                 "hierarchy": [
21813                     "GstSMPTE",
21814                     "GstElement",
21815                     "GstObject",
21816                     "GInitiallyUnowned",
21817                     "GObject"
21818                 ],
21819                 "klass": "Filter/Editor/Video",
21820                 "long-name": "SMPTE transitions",
21821                 "pad-templates": {
21822                     "sink1": {
21823                         "caps": "video/x-raw:\n         format: I420\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
21824                         "direction": "sink",
21825                         "presence": "always"
21826                     },
21827                     "sink2": {
21828                         "caps": "video/x-raw:\n         format: I420\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
21829                         "direction": "sink",
21830                         "presence": "always"
21831                     },
21832                     "src": {
21833                         "caps": "video/x-raw:\n         format: I420\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
21834                         "direction": "src",
21835                         "presence": "always"
21836                     }
21837                 },
21838                 "properties": {
21839                     "border": {
21840                         "blurb": "The border width of the transition",
21841                         "conditionally-available": false,
21842                         "construct": false,
21843                         "construct-only": false,
21844                         "controllable": false,
21845                         "default": "0",
21846                         "max": "2147483647",
21847                         "min": "0",
21848                         "mutable": "null",
21849                         "readable": true,
21850                         "type": "gint",
21851                         "writable": true
21852                     },
21853                     "depth": {
21854                         "blurb": "Depth of the mask in bits",
21855                         "conditionally-available": false,
21856                         "construct": false,
21857                         "construct-only": false,
21858                         "controllable": false,
21859                         "default": "16",
21860                         "max": "24",
21861                         "min": "1",
21862                         "mutable": "null",
21863                         "readable": true,
21864                         "type": "gint",
21865                         "writable": true
21866                     },
21867                     "duration": {
21868                         "blurb": "Duration of the transition effect in nanoseconds",
21869                         "conditionally-available": false,
21870                         "construct": false,
21871                         "construct-only": false,
21872                         "controllable": false,
21873                         "default": "1000000000",
21874                         "max": "18446744073709551615",
21875                         "min": "0",
21876                         "mutable": "null",
21877                         "readable": true,
21878                         "type": "guint64",
21879                         "writable": true
21880                     },
21881                     "invert": {
21882                         "blurb": "Invert transition mask",
21883                         "conditionally-available": false,
21884                         "construct": false,
21885                         "construct-only": false,
21886                         "controllable": false,
21887                         "default": "false",
21888                         "mutable": "null",
21889                         "readable": true,
21890                         "type": "gboolean",
21891                         "writable": true
21892                     },
21893                     "type": {
21894                         "blurb": "The type of transition to use",
21895                         "conditionally-available": false,
21896                         "construct": false,
21897                         "construct-only": false,
21898                         "controllable": false,
21899                         "default": "bar-wipe-lr (1)",
21900                         "mutable": "null",
21901                         "readable": true,
21902                         "type": "GstSMPTETransitionType",
21903                         "writable": true
21904                     }
21905                 },
21906                 "rank": "none"
21907             },
21908             "smptealpha": {
21909                 "author": "Wim Taymans <wim.taymans@gmail.com>",
21910                 "description": "Apply the standard SMPTE transitions as alpha on video images",
21911                 "hierarchy": [
21912                     "GstSMPTEAlpha",
21913                     "GstVideoFilter",
21914                     "GstBaseTransform",
21915                     "GstElement",
21916                     "GstObject",
21917                     "GInitiallyUnowned",
21918                     "GObject"
21919                 ],
21920                 "klass": "Filter/Editor/Video",
21921                 "long-name": "SMPTE transitions",
21922                 "pad-templates": {
21923                     "sink": {
21924                         "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",
21925                         "direction": "sink",
21926                         "presence": "always"
21927                     },
21928                     "src": {
21929                         "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",
21930                         "direction": "src",
21931                         "presence": "always"
21932                     }
21933                 },
21934                 "properties": {
21935                     "border": {
21936                         "blurb": "The border width of the transition",
21937                         "conditionally-available": false,
21938                         "construct": false,
21939                         "construct-only": false,
21940                         "controllable": true,
21941                         "default": "0",
21942                         "max": "2147483647",
21943                         "min": "0",
21944                         "mutable": "null",
21945                         "readable": true,
21946                         "type": "gint",
21947                         "writable": true
21948                     },
21949                     "depth": {
21950                         "blurb": "Depth of the mask in bits",
21951                         "conditionally-available": false,
21952                         "construct": false,
21953                         "construct-only": false,
21954                         "controllable": false,
21955                         "default": "16",
21956                         "max": "24",
21957                         "min": "1",
21958                         "mutable": "null",
21959                         "readable": true,
21960                         "type": "gint",
21961                         "writable": true
21962                     },
21963                     "invert": {
21964                         "blurb": "Invert transition mask",
21965                         "conditionally-available": false,
21966                         "construct": false,
21967                         "construct-only": false,
21968                         "controllable": true,
21969                         "default": "false",
21970                         "mutable": "null",
21971                         "readable": true,
21972                         "type": "gboolean",
21973                         "writable": true
21974                     },
21975                     "position": {
21976                         "blurb": "Position of the transition effect",
21977                         "conditionally-available": false,
21978                         "construct": false,
21979                         "construct-only": false,
21980                         "controllable": true,
21981                         "default": "0",
21982                         "max": "1",
21983                         "min": "0",
21984                         "mutable": "null",
21985                         "readable": true,
21986                         "type": "gdouble",
21987                         "writable": true
21988                     },
21989                     "type": {
21990                         "blurb": "The type of transition to use",
21991                         "conditionally-available": false,
21992                         "construct": false,
21993                         "construct-only": false,
21994                         "controllable": false,
21995                         "default": "bar-wipe-lr (1)",
21996                         "mutable": "null",
21997                         "readable": true,
21998                         "type": "GstSMPTEAlphaTransitionType",
21999                         "writable": true
22000                     }
22001                 },
22002                 "rank": "none"
22003             }
22004         },
22005         "filename": "gstsmpte",
22006         "license": "LGPL",
22007         "other-types": {
22008             "GstSMPTEAlphaTransitionType": {
22009                 "kind": "enum",
22010                 "values": [
22011                     {
22012                         "desc": "A bar moves from left to right",
22013                         "name": "bar-wipe-lr",
22014                         "value": "1"
22015                     },
22016                     {
22017                         "desc": "A bar moves from top to bottom",
22018                         "name": "bar-wipe-tb",
22019                         "value": "2"
22020                     },
22021                     {
22022                         "desc": "A box expands from the upper-left corner to the lower-right corner",
22023                         "name": "box-wipe-tl",
22024                         "value": "3"
22025                     },
22026                     {
22027                         "desc": "A box expands from the upper-right corner to the lower-left corner",
22028                         "name": "box-wipe-tr",
22029                         "value": "4"
22030                     },
22031                     {
22032                         "desc": "A box expands from the lower-right corner to the upper-left corner",
22033                         "name": "box-wipe-br",
22034                         "value": "5"
22035                     },
22036                     {
22037                         "desc": "A box expands from the lower-left corner to the upper-right corner",
22038                         "name": "box-wipe-bl",
22039                         "value": "6"
22040                     },
22041                     {
22042                         "desc": "A box shape expands from each of the four corners toward the center",
22043                         "name": "four-box-wipe-ci",
22044                         "value": "7"
22045                     },
22046                     {
22047                         "desc": "A box shape expands from the center of each quadrant toward the corners of each quadrant",
22048                         "name": "four-box-wipe-co",
22049                         "value": "8"
22050                     },
22051                     {
22052                         "desc": "A central, vertical line splits and expands toward the left and right edges",
22053                         "name": "barndoor-v",
22054                         "value": "21"
22055                     },
22056                     {
22057                         "desc": "A central, horizontal line splits and expands toward the top and bottom edges",
22058                         "name": "barndoor-h",
22059                         "value": "22"
22060                     },
22061                     {
22062                         "desc": "A box expands from the top edge's midpoint to the bottom corners",
22063                         "name": "box-wipe-tc",
22064                         "value": "23"
22065                     },
22066                     {
22067                         "desc": "A box expands from the right edge's midpoint to the left corners",
22068                         "name": "box-wipe-rc",
22069                         "value": "24"
22070                     },
22071                     {
22072                         "desc": "A box expands from the bottom edge's midpoint to the top corners",
22073                         "name": "box-wipe-bc",
22074                         "value": "25"
22075                     },
22076                     {
22077                         "desc": "A box expands from the left edge's midpoint to the right corners",
22078                         "name": "box-wipe-lc",
22079                         "value": "26"
22080                     },
22081                     {
22082                         "desc": "A diagonal line moves from the upper-left corner to the lower-right corner",
22083                         "name": "diagonal-tl",
22084                         "value": "41"
22085                     },
22086                     {
22087                         "desc": "A diagonal line moves from the upper right corner to the lower-left corner",
22088                         "name": "diagonal-tr",
22089                         "value": "42"
22090                     },
22091                     {
22092                         "desc": "Two wedge shapes slide in from the top and bottom edges toward the center",
22093                         "name": "bowtie-v",
22094                         "value": "43"
22095                     },
22096                     {
22097                         "desc": "Two wedge shapes slide in from the left and right edges toward the center",
22098                         "name": "bowtie-h",
22099                         "value": "44"
22100                     },
22101                     {
22102                         "desc": "A diagonal line from the lower-left to upper-right corners splits and expands toward the opposite corners",
22103                         "name": "barndoor-dbl",
22104                         "value": "45"
22105                     },
22106                     {
22107                         "desc": "A diagonal line from upper-left to lower-right corners splits and expands toward the opposite corners",
22108                         "name": "barndoor-dtl",
22109                         "value": "46"
22110                     },
22111                     {
22112                         "desc": "Four wedge shapes split from the center and retract toward the four edges",
22113                         "name": "misc-diagonal-dbd",
22114                         "value": "47"
22115                     },
22116                     {
22117                         "desc": "A diamond connecting the four edge midpoints simultaneously contracts toward the center and expands toward the edges",
22118                         "name": "misc-diagonal-dd",
22119                         "value": "48"
22120                     },
22121                     {
22122                         "desc": "A wedge shape moves from top to bottom",
22123                         "name": "vee-d",
22124                         "value": "61"
22125                     },
22126                     {
22127                         "desc": "A wedge shape moves from right to left",
22128                         "name": "vee-l",
22129                         "value": "62"
22130                     },
22131                     {
22132                         "desc": "A wedge shape moves from bottom to top",
22133                         "name": "vee-u",
22134                         "value": "63"
22135                     },
22136                     {
22137                         "desc": "A wedge shape moves from left to right",
22138                         "name": "vee-r",
22139                         "value": "64"
22140                     },
22141                     {
22142                         "desc": "A 'V' shape extending from the bottom edge's midpoint to the opposite corners contracts toward the center and expands toward the edges",
22143                         "name": "barnvee-d",
22144                         "value": "65"
22145                     },
22146                     {
22147                         "desc": "A 'V' shape extending from the left edge's midpoint to the opposite corners contracts toward the center and expands toward the edges",
22148                         "name": "barnvee-l",
22149                         "value": "66"
22150                     },
22151                     {
22152                         "desc": "A 'V' shape extending from the top edge's midpoint to the opposite corners contracts toward the center and expands toward the edges",
22153                         "name": "barnvee-u",
22154                         "value": "67"
22155                     },
22156                     {
22157                         "desc": "A 'V' shape extending from the right edge's midpoint to the opposite corners contracts toward the center and expands toward the edges",
22158                         "name": "barnvee-r",
22159                         "value": "68"
22160                     },
22161                     {
22162                         "desc": "A rectangle expands from the center.",
22163                         "name": "iris-rect",
22164                         "value": "101"
22165                     },
22166                     {
22167                         "desc": "A radial hand sweeps clockwise from the twelve o'clock position",
22168                         "name": "clock-cw12",
22169                         "value": "201"
22170                     },
22171                     {
22172                         "desc": "A radial hand sweeps clockwise from the three o'clock position",
22173                         "name": "clock-cw3",
22174                         "value": "202"
22175                     },
22176                     {
22177                         "desc": "A radial hand sweeps clockwise from the six o'clock position",
22178                         "name": "clock-cw6",
22179                         "value": "203"
22180                     },
22181                     {
22182                         "desc": "A radial hand sweeps clockwise from the nine o'clock position",
22183                         "name": "clock-cw9",
22184                         "value": "204"
22185                     },
22186                     {
22187                         "desc": "Two radial hands sweep clockwise from the twelve and six o'clock positions",
22188                         "name": "pinwheel-tbv",
22189                         "value": "205"
22190                     },
22191                     {
22192                         "desc": "Two radial hands sweep clockwise from the nine and three o'clock positions",
22193                         "name": "pinwheel-tbh",
22194                         "value": "206"
22195                     },
22196                     {
22197                         "desc": "Four radial hands sweep clockwise",
22198                         "name": "pinwheel-fb",
22199                         "value": "207"
22200                     },
22201                     {
22202                         "desc": "A fan unfolds from the top edge, the fan axis at the center",
22203                         "name": "fan-ct",
22204                         "value": "211"
22205                     },
22206                     {
22207                         "desc": "A fan unfolds from the right edge, the fan axis at the center",
22208                         "name": "fan-cr",
22209                         "value": "212"
22210                     },
22211                     {
22212                         "desc": "Two fans, their axes at the center, unfold from the top and bottom",
22213                         "name": "doublefan-fov",
22214                         "value": "213"
22215                     },
22216                     {
22217                         "desc": "Two fans, their axes at the center, unfold from the left and right",
22218                         "name": "doublefan-foh",
22219                         "value": "214"
22220                     },
22221                     {
22222                         "desc": "A radial hand sweeps clockwise from the top edge's midpoint",
22223                         "name": "singlesweep-cwt",
22224                         "value": "221"
22225                     },
22226                     {
22227                         "desc": "A radial hand sweeps clockwise from the right edge's midpoint",
22228                         "name": "singlesweep-cwr",
22229                         "value": "222"
22230                     },
22231                     {
22232                         "desc": "A radial hand sweeps clockwise from the bottom edge's midpoint",
22233                         "name": "singlesweep-cwb",
22234                         "value": "223"
22235                     },
22236                     {
22237                         "desc": "A radial hand sweeps clockwise from the left edge's midpoint",
22238                         "name": "singlesweep-cwl",
22239                         "value": "224"
22240                     },
22241                     {
22242                         "desc": "Two radial hands sweep clockwise and counter-clockwise from the top and bottom edges' midpoints",
22243                         "name": "doublesweep-pv",
22244                         "value": "225"
22245                     },
22246                     {
22247                         "desc": "Two radial hands sweep clockwise and counter-clockwise from the left and right edges' midpoints",
22248                         "name": "doublesweep-pd",
22249                         "value": "226"
22250                     },
22251                     {
22252                         "desc": "Two radial hands attached at the top and bottom edges' midpoints sweep from right to left",
22253                         "name": "doublesweep-ov",
22254                         "value": "227"
22255                     },
22256                     {
22257                         "desc": "Two radial hands attached at the left and right edges' midpoints sweep from top to bottom",
22258                         "name": "doublesweep-oh",
22259                         "value": "228"
22260                     },
22261                     {
22262                         "desc": "A fan unfolds from the bottom, the fan axis at the top edge's midpoint",
22263                         "name": "fan-t",
22264                         "value": "231"
22265                     },
22266                     {
22267                         "desc": "A fan unfolds from the left, the fan axis at the right edge's midpoint",
22268                         "name": "fan-r",
22269                         "value": "232"
22270                     },
22271                     {
22272                         "desc": "A fan unfolds from the top, the fan axis at the bottom edge's midpoint",
22273                         "name": "fan-b",
22274                         "value": "233"
22275                     },
22276                     {
22277                         "desc": "A fan unfolds from the right, the fan axis at the left edge's midpoint",
22278                         "name": "fan-l",
22279                         "value": "234"
22280                     },
22281                     {
22282                         "desc": "Two fans, their axes at the top and bottom, unfold from the center",
22283                         "name": "doublefan-fiv",
22284                         "value": "235"
22285                     },
22286                     {
22287                         "desc": "Two fans, their axes at the left and right, unfold from the center",
22288                         "name": "doublefan-fih",
22289                         "value": "236"
22290                     },
22291                     {
22292                         "desc": "A radial hand sweeps clockwise from the upper-left corner",
22293                         "name": "singlesweep-cwtl",
22294                         "value": "241"
22295                     },
22296                     {
22297                         "desc": "A radial hand sweeps counter-clockwise from the lower-left corner.",
22298                         "name": "singlesweep-cwbl",
22299                         "value": "242"
22300                     },
22301                     {
22302                         "desc": "A radial hand sweeps clockwise from the lower-right corner",
22303                         "name": "singlesweep-cwbr",
22304                         "value": "243"
22305                     },
22306                     {
22307                         "desc": "A radial hand sweeps counter-clockwise from the upper-right corner",
22308                         "name": "singlesweep-cwtr",
22309                         "value": "244"
22310                     },
22311                     {
22312                         "desc": "Two radial hands attached at the upper-left and lower-right corners sweep down and up",
22313                         "name": "doublesweep-pdtl",
22314                         "value": "245"
22315                     },
22316                     {
22317                         "desc": "Two radial hands attached at the lower-left and upper-right corners sweep down and up",
22318                         "name": "doublesweep-pdbl",
22319                         "value": "246"
22320                     },
22321                     {
22322                         "desc": "Two radial hands attached at the upper-left and upper-right corners sweep down",
22323                         "name": "saloondoor-t",
22324                         "value": "251"
22325                     },
22326                     {
22327                         "desc": "Two radial hands attached at the upper-left and lower-left corners sweep to the right",
22328                         "name": "saloondoor-l",
22329                         "value": "252"
22330                     },
22331                     {
22332                         "desc": "Two radial hands attached at the lower-left and lower-right corners sweep up",
22333                         "name": "saloondoor-b",
22334                         "value": "253"
22335                     },
22336                     {
22337                         "desc": "Two radial hands attached at the upper-right and lower-right corners sweep to the left",
22338                         "name": "saloondoor-r",
22339                         "value": "254"
22340                     },
22341                     {
22342                         "desc": "Two radial hands attached at the midpoints of the top and bottom halves sweep from right to left",
22343                         "name": "windshield-r",
22344                         "value": "261"
22345                     },
22346                     {
22347                         "desc": "Two radial hands attached at the midpoints of the left and right halves sweep from top to bottom",
22348                         "name": "windshield-u",
22349                         "value": "262"
22350                     },
22351                     {
22352                         "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",
22353                         "name": "windshield-v",
22354                         "value": "263"
22355                     },
22356                     {
22357                         "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",
22358                         "name": "windshield-h",
22359                         "value": "264"
22360                     }
22361                 ]
22362             },
22363             "GstSMPTETransitionType": {
22364                 "kind": "enum",
22365                 "values": [
22366                     {
22367                         "desc": "A bar moves from left to right",
22368                         "name": "bar-wipe-lr",
22369                         "value": "1"
22370                     },
22371                     {
22372                         "desc": "A bar moves from top to bottom",
22373                         "name": "bar-wipe-tb",
22374                         "value": "2"
22375                     },
22376                     {
22377                         "desc": "A box expands from the upper-left corner to the lower-right corner",
22378                         "name": "box-wipe-tl",
22379                         "value": "3"
22380                     },
22381                     {
22382                         "desc": "A box expands from the upper-right corner to the lower-left corner",
22383                         "name": "box-wipe-tr",
22384                         "value": "4"
22385                     },
22386                     {
22387                         "desc": "A box expands from the lower-right corner to the upper-left corner",
22388                         "name": "box-wipe-br",
22389                         "value": "5"
22390                     },
22391                     {
22392                         "desc": "A box expands from the lower-left corner to the upper-right corner",
22393                         "name": "box-wipe-bl",
22394                         "value": "6"
22395                     },
22396                     {
22397                         "desc": "A box shape expands from each of the four corners toward the center",
22398                         "name": "four-box-wipe-ci",
22399                         "value": "7"
22400                     },
22401                     {
22402                         "desc": "A box shape expands from the center of each quadrant toward the corners of each quadrant",
22403                         "name": "four-box-wipe-co",
22404                         "value": "8"
22405                     },
22406                     {
22407                         "desc": "A central, vertical line splits and expands toward the left and right edges",
22408                         "name": "barndoor-v",
22409                         "value": "21"
22410                     },
22411                     {
22412                         "desc": "A central, horizontal line splits and expands toward the top and bottom edges",
22413                         "name": "barndoor-h",
22414                         "value": "22"
22415                     },
22416                     {
22417                         "desc": "A box expands from the top edge's midpoint to the bottom corners",
22418                         "name": "box-wipe-tc",
22419                         "value": "23"
22420                     },
22421                     {
22422                         "desc": "A box expands from the right edge's midpoint to the left corners",
22423                         "name": "box-wipe-rc",
22424                         "value": "24"
22425                     },
22426                     {
22427                         "desc": "A box expands from the bottom edge's midpoint to the top corners",
22428                         "name": "box-wipe-bc",
22429                         "value": "25"
22430                     },
22431                     {
22432                         "desc": "A box expands from the left edge's midpoint to the right corners",
22433                         "name": "box-wipe-lc",
22434                         "value": "26"
22435                     },
22436                     {
22437                         "desc": "A diagonal line moves from the upper-left corner to the lower-right corner",
22438                         "name": "diagonal-tl",
22439                         "value": "41"
22440                     },
22441                     {
22442                         "desc": "A diagonal line moves from the upper right corner to the lower-left corner",
22443                         "name": "diagonal-tr",
22444                         "value": "42"
22445                     },
22446                     {
22447                         "desc": "Two wedge shapes slide in from the top and bottom edges toward the center",
22448                         "name": "bowtie-v",
22449                         "value": "43"
22450                     },
22451                     {
22452                         "desc": "Two wedge shapes slide in from the left and right edges toward the center",
22453                         "name": "bowtie-h",
22454                         "value": "44"
22455                     },
22456                     {
22457                         "desc": "A diagonal line from the lower-left to upper-right corners splits and expands toward the opposite corners",
22458                         "name": "barndoor-dbl",
22459                         "value": "45"
22460                     },
22461                     {
22462                         "desc": "A diagonal line from upper-left to lower-right corners splits and expands toward the opposite corners",
22463                         "name": "barndoor-dtl",
22464                         "value": "46"
22465                     },
22466                     {
22467                         "desc": "Four wedge shapes split from the center and retract toward the four edges",
22468                         "name": "misc-diagonal-dbd",
22469                         "value": "47"
22470                     },
22471                     {
22472                         "desc": "A diamond connecting the four edge midpoints simultaneously contracts toward the center and expands toward the edges",
22473                         "name": "misc-diagonal-dd",
22474                         "value": "48"
22475                     },
22476                     {
22477                         "desc": "A wedge shape moves from top to bottom",
22478                         "name": "vee-d",
22479                         "value": "61"
22480                     },
22481                     {
22482                         "desc": "A wedge shape moves from right to left",
22483                         "name": "vee-l",
22484                         "value": "62"
22485                     },
22486                     {
22487                         "desc": "A wedge shape moves from bottom to top",
22488                         "name": "vee-u",
22489                         "value": "63"
22490                     },
22491                     {
22492                         "desc": "A wedge shape moves from left to right",
22493                         "name": "vee-r",
22494                         "value": "64"
22495                     },
22496                     {
22497                         "desc": "A 'V' shape extending from the bottom edge's midpoint to the opposite corners contracts toward the center and expands toward the edges",
22498                         "name": "barnvee-d",
22499                         "value": "65"
22500                     },
22501                     {
22502                         "desc": "A 'V' shape extending from the left edge's midpoint to the opposite corners contracts toward the center and expands toward the edges",
22503                         "name": "barnvee-l",
22504                         "value": "66"
22505                     },
22506                     {
22507                         "desc": "A 'V' shape extending from the top edge's midpoint to the opposite corners contracts toward the center and expands toward the edges",
22508                         "name": "barnvee-u",
22509                         "value": "67"
22510                     },
22511                     {
22512                         "desc": "A 'V' shape extending from the right edge's midpoint to the opposite corners contracts toward the center and expands toward the edges",
22513                         "name": "barnvee-r",
22514                         "value": "68"
22515                     },
22516                     {
22517                         "desc": "A rectangle expands from the center.",
22518                         "name": "iris-rect",
22519                         "value": "101"
22520                     },
22521                     {
22522                         "desc": "A radial hand sweeps clockwise from the twelve o'clock position",
22523                         "name": "clock-cw12",
22524                         "value": "201"
22525                     },
22526                     {
22527                         "desc": "A radial hand sweeps clockwise from the three o'clock position",
22528                         "name": "clock-cw3",
22529                         "value": "202"
22530                     },
22531                     {
22532                         "desc": "A radial hand sweeps clockwise from the six o'clock position",
22533                         "name": "clock-cw6",
22534                         "value": "203"
22535                     },
22536                     {
22537                         "desc": "A radial hand sweeps clockwise from the nine o'clock position",
22538                         "name": "clock-cw9",
22539                         "value": "204"
22540                     },
22541                     {
22542                         "desc": "Two radial hands sweep clockwise from the twelve and six o'clock positions",
22543                         "name": "pinwheel-tbv",
22544                         "value": "205"
22545                     },
22546                     {
22547                         "desc": "Two radial hands sweep clockwise from the nine and three o'clock positions",
22548                         "name": "pinwheel-tbh",
22549                         "value": "206"
22550                     },
22551                     {
22552                         "desc": "Four radial hands sweep clockwise",
22553                         "name": "pinwheel-fb",
22554                         "value": "207"
22555                     },
22556                     {
22557                         "desc": "A fan unfolds from the top edge, the fan axis at the center",
22558                         "name": "fan-ct",
22559                         "value": "211"
22560                     },
22561                     {
22562                         "desc": "A fan unfolds from the right edge, the fan axis at the center",
22563                         "name": "fan-cr",
22564                         "value": "212"
22565                     },
22566                     {
22567                         "desc": "Two fans, their axes at the center, unfold from the top and bottom",
22568                         "name": "doublefan-fov",
22569                         "value": "213"
22570                     },
22571                     {
22572                         "desc": "Two fans, their axes at the center, unfold from the left and right",
22573                         "name": "doublefan-foh",
22574                         "value": "214"
22575                     },
22576                     {
22577                         "desc": "A radial hand sweeps clockwise from the top edge's midpoint",
22578                         "name": "singlesweep-cwt",
22579                         "value": "221"
22580                     },
22581                     {
22582                         "desc": "A radial hand sweeps clockwise from the right edge's midpoint",
22583                         "name": "singlesweep-cwr",
22584                         "value": "222"
22585                     },
22586                     {
22587                         "desc": "A radial hand sweeps clockwise from the bottom edge's midpoint",
22588                         "name": "singlesweep-cwb",
22589                         "value": "223"
22590                     },
22591                     {
22592                         "desc": "A radial hand sweeps clockwise from the left edge's midpoint",
22593                         "name": "singlesweep-cwl",
22594                         "value": "224"
22595                     },
22596                     {
22597                         "desc": "Two radial hands sweep clockwise and counter-clockwise from the top and bottom edges' midpoints",
22598                         "name": "doublesweep-pv",
22599                         "value": "225"
22600                     },
22601                     {
22602                         "desc": "Two radial hands sweep clockwise and counter-clockwise from the left and right edges' midpoints",
22603                         "name": "doublesweep-pd",
22604                         "value": "226"
22605                     },
22606                     {
22607                         "desc": "Two radial hands attached at the top and bottom edges' midpoints sweep from right to left",
22608                         "name": "doublesweep-ov",
22609                         "value": "227"
22610                     },
22611                     {
22612                         "desc": "Two radial hands attached at the left and right edges' midpoints sweep from top to bottom",
22613                         "name": "doublesweep-oh",
22614                         "value": "228"
22615                     },
22616                     {
22617                         "desc": "A fan unfolds from the bottom, the fan axis at the top edge's midpoint",
22618                         "name": "fan-t",
22619                         "value": "231"
22620                     },
22621                     {
22622                         "desc": "A fan unfolds from the left, the fan axis at the right edge's midpoint",
22623                         "name": "fan-r",
22624                         "value": "232"
22625                     },
22626                     {
22627                         "desc": "A fan unfolds from the top, the fan axis at the bottom edge's midpoint",
22628                         "name": "fan-b",
22629                         "value": "233"
22630                     },
22631                     {
22632                         "desc": "A fan unfolds from the right, the fan axis at the left edge's midpoint",
22633                         "name": "fan-l",
22634                         "value": "234"
22635                     },
22636                     {
22637                         "desc": "Two fans, their axes at the top and bottom, unfold from the center",
22638                         "name": "doublefan-fiv",
22639                         "value": "235"
22640                     },
22641                     {
22642                         "desc": "Two fans, their axes at the left and right, unfold from the center",
22643                         "name": "doublefan-fih",
22644                         "value": "236"
22645                     },
22646                     {
22647                         "desc": "A radial hand sweeps clockwise from the upper-left corner",
22648                         "name": "singlesweep-cwtl",
22649                         "value": "241"
22650                     },
22651                     {
22652                         "desc": "A radial hand sweeps counter-clockwise from the lower-left corner.",
22653                         "name": "singlesweep-cwbl",
22654                         "value": "242"
22655                     },
22656                     {
22657                         "desc": "A radial hand sweeps clockwise from the lower-right corner",
22658                         "name": "singlesweep-cwbr",
22659                         "value": "243"
22660                     },
22661                     {
22662                         "desc": "A radial hand sweeps counter-clockwise from the upper-right corner",
22663                         "name": "singlesweep-cwtr",
22664                         "value": "244"
22665                     },
22666                     {
22667                         "desc": "Two radial hands attached at the upper-left and lower-right corners sweep down and up",
22668                         "name": "doublesweep-pdtl",
22669                         "value": "245"
22670                     },
22671                     {
22672                         "desc": "Two radial hands attached at the lower-left and upper-right corners sweep down and up",
22673                         "name": "doublesweep-pdbl",
22674                         "value": "246"
22675                     },
22676                     {
22677                         "desc": "Two radial hands attached at the upper-left and upper-right corners sweep down",
22678                         "name": "saloondoor-t",
22679                         "value": "251"
22680                     },
22681                     {
22682                         "desc": "Two radial hands attached at the upper-left and lower-left corners sweep to the right",
22683                         "name": "saloondoor-l",
22684                         "value": "252"
22685                     },
22686                     {
22687                         "desc": "Two radial hands attached at the lower-left and lower-right corners sweep up",
22688                         "name": "saloondoor-b",
22689                         "value": "253"
22690                     },
22691                     {
22692                         "desc": "Two radial hands attached at the upper-right and lower-right corners sweep to the left",
22693                         "name": "saloondoor-r",
22694                         "value": "254"
22695                     },
22696                     {
22697                         "desc": "Two radial hands attached at the midpoints of the top and bottom halves sweep from right to left",
22698                         "name": "windshield-r",
22699                         "value": "261"
22700                     },
22701                     {
22702                         "desc": "Two radial hands attached at the midpoints of the left and right halves sweep from top to bottom",
22703                         "name": "windshield-u",
22704                         "value": "262"
22705                     },
22706                     {
22707                         "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",
22708                         "name": "windshield-v",
22709                         "value": "263"
22710                     },
22711                     {
22712                         "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",
22713                         "name": "windshield-h",
22714                         "value": "264"
22715                     }
22716                 ]
22717             }
22718         },
22719         "package": "GStreamer Good Plug-ins",
22720         "source": "gst-plugins-good",
22721         "tracers": {},
22722         "url": "Unknown package origin"
22723     },
22724     "soup": {
22725         "description": "libsoup HTTP client src/sink",
22726         "elements": {
22727             "souphttpclientsink": {
22728                 "author": "David Schleef <ds@entropywave.com>",
22729                 "description": "Sends streams to HTTP server via PUT",
22730                 "hierarchy": [
22731                     "GstSoupHttpClientSink",
22732                     "GstBaseSink",
22733                     "GstElement",
22734                     "GstObject",
22735                     "GInitiallyUnowned",
22736                     "GObject"
22737                 ],
22738                 "klass": "Generic",
22739                 "long-name": "HTTP client sink",
22740                 "pad-templates": {
22741                     "sink": {
22742                         "caps": "ANY",
22743                         "direction": "sink",
22744                         "presence": "always"
22745                     }
22746                 },
22747                 "properties": {
22748                     "automatic-redirect": {
22749                         "blurb": "Automatically follow HTTP redirects (HTTP Status Code 3xx)",
22750                         "conditionally-available": false,
22751                         "construct": false,
22752                         "construct-only": false,
22753                         "controllable": false,
22754                         "default": "true",
22755                         "mutable": "null",
22756                         "readable": true,
22757                         "type": "gboolean",
22758                         "writable": true
22759                     },
22760                     "cookies": {
22761                         "blurb": "HTTP request cookies",
22762                         "conditionally-available": false,
22763                         "construct": false,
22764                         "construct-only": false,
22765                         "controllable": false,
22766                         "mutable": "null",
22767                         "readable": true,
22768                         "type": "GStrv",
22769                         "writable": true
22770                     },
22771                     "http-log-level": {
22772                         "blurb": "Set log level for soup's HTTP session log",
22773                         "conditionally-available": false,
22774                         "construct": false,
22775                         "construct-only": false,
22776                         "controllable": false,
22777                         "default": "none (0)",
22778                         "mutable": "null",
22779                         "readable": true,
22780                         "type": "SoupLoggerLogLevel",
22781                         "writable": true
22782                     },
22783                     "location": {
22784                         "blurb": "URI to send to",
22785                         "conditionally-available": false,
22786                         "construct": false,
22787                         "construct-only": false,
22788                         "controllable": false,
22789                         "default": "NULL",
22790                         "mutable": "null",
22791                         "readable": true,
22792                         "type": "gchararray",
22793                         "writable": true
22794                     },
22795                     "proxy": {
22796                         "blurb": "HTTP proxy server URI",
22797                         "conditionally-available": false,
22798                         "construct": false,
22799                         "construct-only": false,
22800                         "controllable": false,
22801                         "default": "",
22802                         "mutable": "null",
22803                         "readable": true,
22804                         "type": "gchararray",
22805                         "writable": true
22806                     },
22807                     "proxy-id": {
22808                         "blurb": "user id for proxy authentication",
22809                         "conditionally-available": false,
22810                         "construct": false,
22811                         "construct-only": false,
22812                         "controllable": false,
22813                         "default": "NULL",
22814                         "mutable": "null",
22815                         "readable": true,
22816                         "type": "gchararray",
22817                         "writable": true
22818                     },
22819                     "proxy-pw": {
22820                         "blurb": "user password for proxy authentication",
22821                         "conditionally-available": false,
22822                         "construct": false,
22823                         "construct-only": false,
22824                         "controllable": false,
22825                         "default": "NULL",
22826                         "mutable": "null",
22827                         "readable": true,
22828                         "type": "gchararray",
22829                         "writable": true
22830                     },
22831                     "retries": {
22832                         "blurb": "Maximum number of retries, zero to disable, -1 to retry forever",
22833                         "conditionally-available": false,
22834                         "construct": false,
22835                         "construct-only": false,
22836                         "controllable": false,
22837                         "default": "0",
22838                         "max": "2147483647",
22839                         "min": "-1",
22840                         "mutable": "null",
22841                         "readable": true,
22842                         "type": "gint",
22843                         "writable": true
22844                     },
22845                     "retry-delay": {
22846                         "blurb": "Delay in seconds between retries after a failure",
22847                         "conditionally-available": false,
22848                         "construct": false,
22849                         "construct-only": false,
22850                         "controllable": false,
22851                         "default": "5",
22852                         "max": "2147483647",
22853                         "min": "1",
22854                         "mutable": "null",
22855                         "readable": true,
22856                         "type": "gint",
22857                         "writable": true
22858                     },
22859                     "session": {
22860                         "blurb": "SoupSession object to use for communication",
22861                         "conditionally-available": false,
22862                         "construct": false,
22863                         "construct-only": false,
22864                         "controllable": false,
22865                         "mutable": "null",
22866                         "readable": true,
22867                         "type": "SoupSession",
22868                         "writable": true
22869                     },
22870                     "user-agent": {
22871                         "blurb": "Value of the User-Agent HTTP request header field",
22872                         "conditionally-available": false,
22873                         "construct": false,
22874                         "construct-only": false,
22875                         "controllable": false,
22876                         "default": "GStreamer souphttpclientsink ",
22877                         "mutable": "null",
22878                         "readable": true,
22879                         "type": "gchararray",
22880                         "writable": true
22881                     },
22882                     "user-id": {
22883                         "blurb": "user id for authentication",
22884                         "conditionally-available": false,
22885                         "construct": false,
22886                         "construct-only": false,
22887                         "controllable": false,
22888                         "default": "NULL",
22889                         "mutable": "null",
22890                         "readable": true,
22891                         "type": "gchararray",
22892                         "writable": true
22893                     },
22894                     "user-pw": {
22895                         "blurb": "user password for authentication",
22896                         "conditionally-available": false,
22897                         "construct": false,
22898                         "construct-only": false,
22899                         "controllable": false,
22900                         "default": "NULL",
22901                         "mutable": "null",
22902                         "readable": true,
22903                         "type": "gchararray",
22904                         "writable": true
22905                     }
22906                 },
22907                 "rank": "none"
22908             },
22909             "souphttpsrc": {
22910                 "author": "Wouter Cloetens <wouter@mind.be>",
22911                 "description": "Receive data as a client over the network via HTTP using SOUP",
22912                 "hierarchy": [
22913                     "GstSoupHTTPSrc",
22914                     "GstPushSrc",
22915                     "GstBaseSrc",
22916                     "GstElement",
22917                     "GstObject",
22918                     "GInitiallyUnowned",
22919                     "GObject"
22920                 ],
22921                 "interfaces": [
22922                     "GstURIHandler"
22923                 ],
22924                 "klass": "Source/Network",
22925                 "long-name": "HTTP client source",
22926                 "pad-templates": {
22927                     "src": {
22928                         "caps": "ANY",
22929                         "direction": "src",
22930                         "presence": "always"
22931                     }
22932                 },
22933                 "properties": {
22934                     "automatic-redirect": {
22935                         "blurb": "Automatically follow HTTP redirects (HTTP Status Code 3xx)",
22936                         "conditionally-available": false,
22937                         "construct": false,
22938                         "construct-only": false,
22939                         "controllable": false,
22940                         "default": "true",
22941                         "mutable": "null",
22942                         "readable": true,
22943                         "type": "gboolean",
22944                         "writable": true
22945                     },
22946                     "compress": {
22947                         "blurb": "Allow compressed content encodings",
22948                         "conditionally-available": false,
22949                         "construct": false,
22950                         "construct-only": false,
22951                         "controllable": false,
22952                         "default": "false",
22953                         "mutable": "null",
22954                         "readable": true,
22955                         "type": "gboolean",
22956                         "writable": true
22957                     },
22958                     "cookies": {
22959                         "blurb": "HTTP request cookies",
22960                         "conditionally-available": false,
22961                         "construct": false,
22962                         "construct-only": false,
22963                         "controllable": false,
22964                         "mutable": "null",
22965                         "readable": true,
22966                         "type": "GStrv",
22967                         "writable": true
22968                     },
22969                     "extra-headers": {
22970                         "blurb": "Extra headers to append to the HTTP request",
22971                         "conditionally-available": false,
22972                         "construct": false,
22973                         "construct-only": false,
22974                         "controllable": false,
22975                         "mutable": "null",
22976                         "readable": true,
22977                         "type": "GstStructure",
22978                         "writable": true
22979                     },
22980                     "http-log-level": {
22981                         "blurb": "Set log level for soup's HTTP session log",
22982                         "conditionally-available": false,
22983                         "construct": false,
22984                         "construct-only": false,
22985                         "controllable": false,
22986                         "default": "headers (2)",
22987                         "mutable": "null",
22988                         "readable": true,
22989                         "type": "SoupLoggerLogLevel",
22990                         "writable": true
22991                     },
22992                     "iradio-mode": {
22993                         "blurb": "Enable internet radio mode (ask server to send shoutcast/icecast metadata interleaved with the actual stream data)",
22994                         "conditionally-available": false,
22995                         "construct": false,
22996                         "construct-only": false,
22997                         "controllable": false,
22998                         "default": "true",
22999                         "mutable": "null",
23000                         "readable": true,
23001                         "type": "gboolean",
23002                         "writable": true
23003                     },
23004                     "is-live": {
23005                         "blurb": "Act like a live source",
23006                         "conditionally-available": false,
23007                         "construct": false,
23008                         "construct-only": false,
23009                         "controllable": false,
23010                         "default": "false",
23011                         "mutable": "null",
23012                         "readable": true,
23013                         "type": "gboolean",
23014                         "writable": true
23015                     },
23016                     "keep-alive": {
23017                         "blurb": "Use HTTP persistent connections",
23018                         "conditionally-available": false,
23019                         "construct": false,
23020                         "construct-only": false,
23021                         "controllable": false,
23022                         "default": "true",
23023                         "mutable": "null",
23024                         "readable": true,
23025                         "type": "gboolean",
23026                         "writable": true
23027                     },
23028                     "location": {
23029                         "blurb": "Location to read from",
23030                         "conditionally-available": false,
23031                         "construct": false,
23032                         "construct-only": false,
23033                         "controllable": false,
23034                         "default": "NULL",
23035                         "mutable": "null",
23036                         "readable": true,
23037                         "type": "gchararray",
23038                         "writable": true
23039                     },
23040                     "method": {
23041                         "blurb": "The HTTP method to use (GET, HEAD, OPTIONS, etc)",
23042                         "conditionally-available": false,
23043                         "construct": false,
23044                         "construct-only": false,
23045                         "controllable": false,
23046                         "default": "NULL",
23047                         "mutable": "null",
23048                         "readable": true,
23049                         "type": "gchararray",
23050                         "writable": true
23051                     },
23052                     "proxy": {
23053                         "blurb": "HTTP proxy server URI",
23054                         "conditionally-available": false,
23055                         "construct": false,
23056                         "construct-only": false,
23057                         "controllable": false,
23058                         "default": "",
23059                         "mutable": "null",
23060                         "readable": true,
23061                         "type": "gchararray",
23062                         "writable": true
23063                     },
23064                     "proxy-id": {
23065                         "blurb": "HTTP proxy URI user id for authentication",
23066                         "conditionally-available": false,
23067                         "construct": false,
23068                         "construct-only": false,
23069                         "controllable": false,
23070                         "default": "NULL",
23071                         "mutable": "null",
23072                         "readable": true,
23073                         "type": "gchararray",
23074                         "writable": true
23075                     },
23076                     "proxy-pw": {
23077                         "blurb": "HTTP proxy URI user password for authentication",
23078                         "conditionally-available": false,
23079                         "construct": false,
23080                         "construct-only": false,
23081                         "controllable": false,
23082                         "default": "NULL",
23083                         "mutable": "null",
23084                         "readable": true,
23085                         "type": "gchararray",
23086                         "writable": true
23087                     },
23088                     "retries": {
23089                         "blurb": "Maximum number of retries until giving up (-1=infinite)",
23090                         "conditionally-available": false,
23091                         "construct": false,
23092                         "construct-only": false,
23093                         "controllable": false,
23094                         "default": "3",
23095                         "max": "2147483647",
23096                         "min": "-1",
23097                         "mutable": "null",
23098                         "readable": true,
23099                         "type": "gint",
23100                         "writable": true
23101                     },
23102                     "ssl-ca-file": {
23103                         "blurb": "Location of a SSL anchor CA file to use",
23104                         "conditionally-available": false,
23105                         "construct": false,
23106                         "construct-only": false,
23107                         "controllable": false,
23108                         "default": "NULL",
23109                         "mutable": "null",
23110                         "readable": true,
23111                         "type": "gchararray",
23112                         "writable": true
23113                     },
23114                     "ssl-strict": {
23115                         "blurb": "Strict SSL certificate checking",
23116                         "conditionally-available": false,
23117                         "construct": false,
23118                         "construct-only": false,
23119                         "controllable": false,
23120                         "default": "true",
23121                         "mutable": "null",
23122                         "readable": true,
23123                         "type": "gboolean",
23124                         "writable": true
23125                     },
23126                     "ssl-use-system-ca-file": {
23127                         "blurb": "Use system CA file",
23128                         "conditionally-available": false,
23129                         "construct": false,
23130                         "construct-only": false,
23131                         "controllable": false,
23132                         "default": "true",
23133                         "mutable": "null",
23134                         "readable": true,
23135                         "type": "gboolean",
23136                         "writable": true
23137                     },
23138                     "timeout": {
23139                         "blurb": "Value in seconds to timeout a blocking I/O (0 = No timeout).",
23140                         "conditionally-available": false,
23141                         "construct": false,
23142                         "construct-only": false,
23143                         "controllable": false,
23144                         "default": "15",
23145                         "max": "3600",
23146                         "min": "0",
23147                         "mutable": "null",
23148                         "readable": true,
23149                         "type": "guint",
23150                         "writable": true
23151                     },
23152                     "tls-database": {
23153                         "blurb": "TLS database with anchor certificate authorities used to validate the server certificate",
23154                         "conditionally-available": false,
23155                         "construct": false,
23156                         "construct-only": false,
23157                         "controllable": false,
23158                         "mutable": "null",
23159                         "readable": true,
23160                         "type": "GTlsDatabase",
23161                         "writable": true
23162                     },
23163                     "tls-interaction": {
23164                         "blurb": "A GTlsInteraction object to be used when the connection or certificate database need to interact with the user.",
23165                         "conditionally-available": false,
23166                         "construct": false,
23167                         "construct-only": false,
23168                         "controllable": false,
23169                         "mutable": "null",
23170                         "readable": true,
23171                         "type": "GTlsInteraction",
23172                         "writable": true
23173                     },
23174                     "user-agent": {
23175                         "blurb": "Value of the User-Agent HTTP request header field",
23176                         "conditionally-available": false,
23177                         "construct": false,
23178                         "construct-only": false,
23179                         "controllable": false,
23180                         "default": "GStreamer souphttpsrc 1.21.2 ",
23181                         "mutable": "null",
23182                         "readable": true,
23183                         "type": "gchararray",
23184                         "writable": true
23185                     },
23186                     "user-id": {
23187                         "blurb": "HTTP location URI user id for authentication",
23188                         "conditionally-available": false,
23189                         "construct": false,
23190                         "construct-only": false,
23191                         "controllable": false,
23192                         "default": "NULL",
23193                         "mutable": "null",
23194                         "readable": true,
23195                         "type": "gchararray",
23196                         "writable": true
23197                     },
23198                     "user-pw": {
23199                         "blurb": "HTTP location URI user password for authentication",
23200                         "conditionally-available": false,
23201                         "construct": false,
23202                         "construct-only": false,
23203                         "controllable": false,
23204                         "default": "NULL",
23205                         "mutable": "null",
23206                         "readable": true,
23207                         "type": "gchararray",
23208                         "writable": true
23209                     }
23210                 },
23211                 "rank": "primary"
23212             }
23213         },
23214         "filename": "gstsoup",
23215         "license": "LGPL",
23216         "other-types": {},
23217         "package": "GStreamer Good Plug-ins",
23218         "source": "gst-plugins-good",
23219         "tracers": {},
23220         "url": "Unknown package origin"
23221     },
23222     "spectrum": {
23223         "description": "Run an FFT on the audio signal, output spectrum data",
23224         "elements": {
23225             "spectrum": {
23226                 "author": "Erik Walthinsen <omega@cse.ogi.edu>, Stefan Kost <ensonic@users.sf.net>, Sebastian Dröge <sebastian.droege@collabora.co.uk>",
23227                 "description": "Run an FFT on the audio signal, output spectrum data",
23228                 "hierarchy": [
23229                     "GstSpectrum",
23230                     "GstAudioFilter",
23231                     "GstBaseTransform",
23232                     "GstElement",
23233                     "GstObject",
23234                     "GInitiallyUnowned",
23235                     "GObject"
23236                 ],
23237                 "klass": "Filter/Analyzer/Audio",
23238                 "long-name": "Spectrum analyzer",
23239                 "pad-templates": {
23240                     "sink": {
23241                         "caps": "audio/x-raw:\n         format: { S16LE, S24LE, S32LE, F32LE, F64LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
23242                         "direction": "sink",
23243                         "presence": "always"
23244                     },
23245                     "src": {
23246                         "caps": "audio/x-raw:\n         format: { S16LE, S24LE, S32LE, F32LE, F64LE }\n           rate: [ 1, 2147483647 ]\n       channels: [ 1, 2147483647 ]\n         layout: interleaved\n",
23247                         "direction": "src",
23248                         "presence": "always"
23249                     }
23250                 },
23251                 "properties": {
23252                     "bands": {
23253                         "blurb": "Number of frequency bands",
23254                         "conditionally-available": false,
23255                         "construct": false,
23256                         "construct-only": false,
23257                         "controllable": false,
23258                         "default": "128",
23259                         "max": "1073741824",
23260                         "min": "2",
23261                         "mutable": "null",
23262                         "readable": true,
23263                         "type": "guint",
23264                         "writable": true
23265                     },
23266                     "interval": {
23267                         "blurb": "Interval of time between message posts (in nanoseconds)",
23268                         "conditionally-available": false,
23269                         "construct": false,
23270                         "construct-only": false,
23271                         "controllable": false,
23272                         "default": "100000000",
23273                         "max": "18446744073709551615",
23274                         "min": "1",
23275                         "mutable": "null",
23276                         "readable": true,
23277                         "type": "guint64",
23278                         "writable": true
23279                     },
23280                     "message-magnitude": {
23281                         "blurb": "Whether to add a 'magnitude' field to the structure of any 'spectrum' element messages posted on the bus",
23282                         "conditionally-available": false,
23283                         "construct": false,
23284                         "construct-only": false,
23285                         "controllable": false,
23286                         "default": "true",
23287                         "mutable": "null",
23288                         "readable": true,
23289                         "type": "gboolean",
23290                         "writable": true
23291                     },
23292                     "message-phase": {
23293                         "blurb": "Whether to add a 'phase' field to the structure of any 'spectrum' element messages posted on the bus",
23294                         "conditionally-available": false,
23295                         "construct": false,
23296                         "construct-only": false,
23297                         "controllable": false,
23298                         "default": "false",
23299                         "mutable": "null",
23300                         "readable": true,
23301                         "type": "gboolean",
23302                         "writable": true
23303                     },
23304                     "multi-channel": {
23305                         "blurb": "Send separate results for each channel",
23306                         "conditionally-available": false,
23307                         "construct": false,
23308                         "construct-only": false,
23309                         "controllable": false,
23310                         "default": "false",
23311                         "mutable": "null",
23312                         "readable": true,
23313                         "type": "gboolean",
23314                         "writable": true
23315                     },
23316                     "post-messages": {
23317                         "blurb": "Whether to post a 'spectrum' element message on the bus for each passed interval",
23318                         "conditionally-available": false,
23319                         "construct": false,
23320                         "construct-only": false,
23321                         "controllable": false,
23322                         "default": "true",
23323                         "mutable": "null",
23324                         "readable": true,
23325                         "type": "gboolean",
23326                         "writable": true
23327                     },
23328                     "threshold": {
23329                         "blurb": "dB threshold for result. All lower values will be set to this",
23330                         "conditionally-available": false,
23331                         "construct": false,
23332                         "construct-only": false,
23333                         "controllable": false,
23334                         "default": "-60",
23335                         "max": "0",
23336                         "min": "-2147483648",
23337                         "mutable": "null",
23338                         "readable": true,
23339                         "type": "gint",
23340                         "writable": true
23341                     }
23342                 },
23343                 "rank": "none"
23344             }
23345         },
23346         "filename": "gstspectrum",
23347         "license": "LGPL",
23348         "other-types": {},
23349         "package": "GStreamer Good Plug-ins",
23350         "source": "gst-plugins-good",
23351         "tracers": {},
23352         "url": "Unknown package origin"
23353     },
23354     "speex": {
23355         "description": "Speex plugin library",
23356         "elements": {
23357             "speexdec": {
23358                 "author": "Wim Taymans <wim@fluendo.com>",
23359                 "description": "decode speex streams to audio",
23360                 "hierarchy": [
23361                     "GstSpeexDec",
23362                     "GstAudioDecoder",
23363                     "GstElement",
23364                     "GstObject",
23365                     "GInitiallyUnowned",
23366                     "GObject"
23367                 ],
23368                 "klass": "Codec/Decoder/Audio",
23369                 "long-name": "Speex audio decoder",
23370                 "pad-templates": {
23371                     "sink": {
23372                         "caps": "audio/x-speex:\n",
23373                         "direction": "sink",
23374                         "presence": "always"
23375                     },
23376                     "src": {
23377                         "caps": "audio/x-raw:\n         format: S16LE\n         layout: interleaved\n           rate: [ 6000, 48000 ]\n       channels: [ 1, 2 ]\n",
23378                         "direction": "src",
23379                         "presence": "always"
23380                     }
23381                 },
23382                 "properties": {
23383                     "enh": {
23384                         "blurb": "Enable perceptual enhancement",
23385                         "conditionally-available": false,
23386                         "construct": false,
23387                         "construct-only": false,
23388                         "controllable": false,
23389                         "default": "true",
23390                         "mutable": "null",
23391                         "readable": true,
23392                         "type": "gboolean",
23393                         "writable": true
23394                     }
23395                 },
23396                 "rank": "primary"
23397             },
23398             "speexenc": {
23399                 "author": "Wim Taymans <wim@fluendo.com>",
23400                 "description": "Encodes audio in Speex format",
23401                 "hierarchy": [
23402                     "GstSpeexEnc",
23403                     "GstAudioEncoder",
23404                     "GstElement",
23405                     "GstObject",
23406                     "GInitiallyUnowned",
23407                     "GObject"
23408                 ],
23409                 "interfaces": [
23410                     "GstPreset",
23411                     "GstTagSetter"
23412                 ],
23413                 "klass": "Codec/Encoder/Audio",
23414                 "long-name": "Speex audio encoder",
23415                 "pad-templates": {
23416                     "sink": {
23417                         "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",
23418                         "direction": "sink",
23419                         "presence": "always"
23420                     },
23421                     "src": {
23422                         "caps": "audio/x-speex:\n           rate: [ 6000, 48000 ]\n       channels: [ 1, 2 ]\n",
23423                         "direction": "src",
23424                         "presence": "always"
23425                     }
23426                 },
23427                 "properties": {
23428                     "abr": {
23429                         "blurb": "Enable average bit-rate (0 = disabled)",
23430                         "conditionally-available": false,
23431                         "construct": true,
23432                         "construct-only": false,
23433                         "controllable": false,
23434                         "default": "0",
23435                         "max": "2147483647",
23436                         "min": "0",
23437                         "mutable": "null",
23438                         "readable": true,
23439                         "type": "gint",
23440                         "writable": true
23441                     },
23442                     "bitrate": {
23443                         "blurb": "Specify an encoding bit-rate (in bps). (0 = automatic)",
23444                         "conditionally-available": false,
23445                         "construct": true,
23446                         "construct-only": false,
23447                         "controllable": false,
23448                         "default": "0",
23449                         "max": "2147483647",
23450                         "min": "0",
23451                         "mutable": "null",
23452                         "readable": true,
23453                         "type": "gint",
23454                         "writable": true
23455                     },
23456                     "complexity": {
23457                         "blurb": "Set encoding complexity",
23458                         "conditionally-available": false,
23459                         "construct": true,
23460                         "construct-only": false,
23461                         "controllable": false,
23462                         "default": "3",
23463                         "max": "2147483647",
23464                         "min": "0",
23465                         "mutable": "null",
23466                         "readable": true,
23467                         "type": "gint",
23468                         "writable": true
23469                     },
23470                     "dtx": {
23471                         "blurb": "Enable discontinuous transmission",
23472                         "conditionally-available": false,
23473                         "construct": true,
23474                         "construct-only": false,
23475                         "controllable": false,
23476                         "default": "false",
23477                         "mutable": "null",
23478                         "readable": true,
23479                         "type": "gboolean",
23480                         "writable": true
23481                     },
23482                     "last-message": {
23483                         "blurb": "The last status message",
23484                         "conditionally-available": false,
23485                         "construct": false,
23486                         "construct-only": false,
23487                         "controllable": false,
23488                         "default": "NULL",
23489                         "mutable": "null",
23490                         "readable": true,
23491                         "type": "gchararray",
23492                         "writable": false
23493                     },
23494                     "mode": {
23495                         "blurb": "The encoding mode",
23496                         "conditionally-available": false,
23497                         "construct": true,
23498                         "construct-only": false,
23499                         "controllable": false,
23500                         "default": "auto (0)",
23501                         "mutable": "null",
23502                         "readable": true,
23503                         "type": "GstSpeexEncMode",
23504                         "writable": true
23505                     },
23506                     "nframes": {
23507                         "blurb": "Number of frames per buffer",
23508                         "conditionally-available": false,
23509                         "construct": true,
23510                         "construct-only": false,
23511                         "controllable": false,
23512                         "default": "1",
23513                         "max": "2147483647",
23514                         "min": "0",
23515                         "mutable": "null",
23516                         "readable": true,
23517                         "type": "gint",
23518                         "writable": true
23519                     },
23520                     "quality": {
23521                         "blurb": "Encoding quality",
23522                         "conditionally-available": false,
23523                         "construct": true,
23524                         "construct-only": false,
23525                         "controllable": false,
23526                         "default": "8",
23527                         "max": "10",
23528                         "min": "0",
23529                         "mutable": "null",
23530                         "readable": true,
23531                         "type": "gfloat",
23532                         "writable": true
23533                     },
23534                     "vad": {
23535                         "blurb": "Enable voice activity detection",
23536                         "conditionally-available": false,
23537                         "construct": true,
23538                         "construct-only": false,
23539                         "controllable": false,
23540                         "default": "false",
23541                         "mutable": "null",
23542                         "readable": true,
23543                         "type": "gboolean",
23544                         "writable": true
23545                     },
23546                     "vbr": {
23547                         "blurb": "Enable variable bit-rate",
23548                         "conditionally-available": false,
23549                         "construct": true,
23550                         "construct-only": false,
23551                         "controllable": false,
23552                         "default": "false",
23553                         "mutable": "null",
23554                         "readable": true,
23555                         "type": "gboolean",
23556                         "writable": true
23557                     }
23558                 },
23559                 "rank": "primary"
23560             }
23561         },
23562         "filename": "gstspeex",
23563         "license": "LGPL",
23564         "other-types": {
23565             "GstSpeexEncMode": {
23566                 "kind": "enum",
23567                 "values": [
23568                     {
23569                         "desc": "Auto",
23570                         "name": "auto",
23571                         "value": "0"
23572                     },
23573                     {
23574                         "desc": "Ultra Wide Band",
23575                         "name": "uwb",
23576                         "value": "1"
23577                     },
23578                     {
23579                         "desc": "Wide Band",
23580                         "name": "wb",
23581                         "value": "2"
23582                     },
23583                     {
23584                         "desc": "Narrow Band",
23585                         "name": "nb",
23586                         "value": "3"
23587                     }
23588                 ]
23589             }
23590         },
23591         "package": "GStreamer Good Plug-ins",
23592         "source": "gst-plugins-good",
23593         "tracers": {},
23594         "url": "Unknown package origin"
23595     },
23596     "taglib": {
23597         "description": "Tag writing plug-in based on taglib",
23598         "elements": {
23599             "apev2mux": {
23600                 "author": "Sebastian Dröge <slomo@circular-chaos.org>",
23601                 "description": "Adds an APEv2 header to the beginning of files using taglib",
23602                 "hierarchy": [
23603                     "GstApev2Mux",
23604                     "GstTagMux",
23605                     "GstElement",
23606                     "GstObject",
23607                     "GInitiallyUnowned",
23608                     "GObject"
23609                 ],
23610                 "interfaces": [
23611                     "GstTagSetter"
23612                 ],
23613                 "klass": "Formatter/Metadata",
23614                 "long-name": "TagLib-based APEv2 Muxer",
23615                 "pad-templates": {
23616                     "sink": {
23617                         "caps": "ANY",
23618                         "direction": "sink",
23619                         "presence": "always"
23620                     },
23621                     "src": {
23622                         "caps": "application/x-apetag:\n",
23623                         "direction": "src",
23624                         "presence": "always"
23625                     }
23626                 },
23627                 "rank": "none"
23628             },
23629             "id3v2mux": {
23630                 "author": "Christophe Fergeau <teuf@gnome.org>",
23631                 "description": "Adds an ID3v2 header to the beginning of MP3 files using taglib",
23632                 "hierarchy": [
23633                     "GstId3v2Mux",
23634                     "GstTagMux",
23635                     "GstElement",
23636                     "GstObject",
23637                     "GInitiallyUnowned",
23638                     "GObject"
23639                 ],
23640                 "interfaces": [
23641                     "GstTagSetter"
23642                 ],
23643                 "klass": "Formatter/Metadata",
23644                 "long-name": "TagLib-based ID3v2 Muxer",
23645                 "pad-templates": {
23646                     "sink": {
23647                         "caps": "ANY",
23648                         "direction": "sink",
23649                         "presence": "always"
23650                     },
23651                     "src": {
23652                         "caps": "application/x-id3:\n",
23653                         "direction": "src",
23654                         "presence": "always"
23655                     }
23656                 },
23657                 "rank": "none"
23658             }
23659         },
23660         "filename": "gsttaglib",
23661         "license": "LGPL",
23662         "other-types": {},
23663         "package": "GStreamer Good Plug-ins",
23664         "source": "gst-plugins-good",
23665         "tracers": {},
23666         "url": "Unknown package origin"
23667     },
23668     "twolame": {
23669         "description": "Encode MP2s with TwoLAME",
23670         "elements": {
23671             "twolamemp2enc": {
23672                 "author": "Sebastian Dröge <sebastian.droege@collabora.co.uk>",
23673                 "description": "High-quality free MP2 encoder",
23674                 "hierarchy": [
23675                     "GstTwoLame",
23676                     "GstAudioEncoder",
23677                     "GstElement",
23678                     "GstObject",
23679                     "GInitiallyUnowned",
23680                     "GObject"
23681                 ],
23682                 "interfaces": [
23683                     "GstPreset"
23684                 ],
23685                 "klass": "Codec/Encoder/Audio",
23686                 "long-name": "TwoLAME mp2 encoder",
23687                 "pad-templates": {
23688                     "sink": {
23689                         "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",
23690                         "direction": "sink",
23691                         "presence": "always"
23692                     },
23693                     "src": {
23694                         "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",
23695                         "direction": "src",
23696                         "presence": "always"
23697                     }
23698                 },
23699                 "properties": {
23700                     "ath-level": {
23701                         "blurb": "ATH Level in dB",
23702                         "conditionally-available": false,
23703                         "construct": false,
23704                         "construct-only": false,
23705                         "controllable": false,
23706                         "default": "0",
23707                         "max": "3.40282e+38",
23708                         "min": "-3.40282e+38",
23709                         "mutable": "null",
23710                         "readable": true,
23711                         "type": "gfloat",
23712                         "writable": true
23713                     },
23714                     "bitrate": {
23715                         "blurb": "Bitrate in kbit/sec (8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 144, 160, 192, 224, 256, 320, 384)",
23716                         "conditionally-available": false,
23717                         "construct": false,
23718                         "construct-only": false,
23719                         "controllable": false,
23720                         "default": "192",
23721                         "max": "384",
23722                         "min": "8",
23723                         "mutable": "null",
23724                         "readable": true,
23725                         "type": "gint",
23726                         "writable": true
23727                     },
23728                     "copyright": {
23729                         "blurb": "Mark as copyright",
23730                         "conditionally-available": false,
23731                         "construct": false,
23732                         "construct-only": false,
23733                         "controllable": false,
23734                         "default": "false",
23735                         "mutable": "null",
23736                         "readable": true,
23737                         "type": "gboolean",
23738                         "writable": true
23739                     },
23740                     "emphasis": {
23741                         "blurb": "Pre-emphasis to apply to the decoded audio",
23742                         "conditionally-available": false,
23743                         "construct": false,
23744                         "construct-only": false,
23745                         "controllable": false,
23746                         "default": "none (0)",
23747                         "mutable": "null",
23748                         "readable": true,
23749                         "type": "GstTwoLameEmphasis",
23750                         "writable": true
23751                     },
23752                     "energy-level-extension": {
23753                         "blurb": "Write peak PCM level to each frame",
23754                         "conditionally-available": false,
23755                         "construct": false,
23756                         "construct-only": false,
23757                         "controllable": false,
23758                         "default": "false",
23759                         "mutable": "null",
23760                         "readable": true,
23761                         "type": "gboolean",
23762                         "writable": true
23763                     },
23764                     "error-protection": {
23765                         "blurb": "Adds checksum to every frame",
23766                         "conditionally-available": false,
23767                         "construct": false,
23768                         "construct-only": false,
23769                         "controllable": false,
23770                         "default": "false",
23771                         "mutable": "null",
23772                         "readable": true,
23773                         "type": "gboolean",
23774                         "writable": true
23775                     },
23776                     "mode": {
23777                         "blurb": "Encoding mode",
23778                         "conditionally-available": false,
23779                         "construct": false,
23780                         "construct-only": false,
23781                         "controllable": false,
23782                         "default": "joint (1)",
23783                         "mutable": "null",
23784                         "readable": true,
23785                         "type": "GstTwoLameMode",
23786                         "writable": true
23787                     },
23788                     "original": {
23789                         "blurb": "Mark as original",
23790                         "conditionally-available": false,
23791                         "construct": false,
23792                         "construct-only": false,
23793                         "controllable": false,
23794                         "default": "true",
23795                         "mutable": "null",
23796                         "readable": true,
23797                         "type": "gboolean",
23798                         "writable": true
23799                     },
23800                     "padding": {
23801                         "blurb": "Padding type",
23802                         "conditionally-available": false,
23803                         "construct": false,
23804                         "construct-only": false,
23805                         "controllable": false,
23806                         "default": "never (0)",
23807                         "mutable": "null",
23808                         "readable": true,
23809                         "type": "GstTwoLamePadding",
23810                         "writable": true
23811                     },
23812                     "psymodel": {
23813                         "blurb": "Psychoacoustic model used to encode the audio",
23814                         "conditionally-available": false,
23815                         "construct": false,
23816                         "construct-only": false,
23817                         "controllable": false,
23818                         "default": "3",
23819                         "max": "4",
23820                         "min": "-1",
23821                         "mutable": "null",
23822                         "readable": true,
23823                         "type": "gint",
23824                         "writable": true
23825                     },
23826                     "quick-mode": {
23827                         "blurb": "Calculate Psymodel every frames",
23828                         "conditionally-available": false,
23829                         "construct": false,
23830                         "construct-only": false,
23831                         "controllable": false,
23832                         "default": "false",
23833                         "mutable": "null",
23834                         "readable": true,
23835                         "type": "gboolean",
23836                         "writable": true
23837                     },
23838                     "quick-mode-count": {
23839                         "blurb": "Calculate Psymodel every n frames",
23840                         "conditionally-available": false,
23841                         "construct": false,
23842                         "construct-only": false,
23843                         "controllable": false,
23844                         "default": "10",
23845                         "max": "2147483647",
23846                         "min": "0",
23847                         "mutable": "null",
23848                         "readable": true,
23849                         "type": "gint",
23850                         "writable": true
23851                     },
23852                     "vbr": {
23853                         "blurb": "Enable variable bitrate mode",
23854                         "conditionally-available": false,
23855                         "construct": false,
23856                         "construct-only": false,
23857                         "controllable": false,
23858                         "default": "false",
23859                         "mutable": "null",
23860                         "readable": true,
23861                         "type": "gboolean",
23862                         "writable": true
23863                     },
23864                     "vbr-level": {
23865                         "blurb": "VBR Level",
23866                         "conditionally-available": false,
23867                         "construct": false,
23868                         "construct-only": false,
23869                         "controllable": false,
23870                         "default": "5",
23871                         "max": "10",
23872                         "min": "-10",
23873                         "mutable": "null",
23874                         "readable": true,
23875                         "type": "gfloat",
23876                         "writable": true
23877                     },
23878                     "vbr-max-bitrate": {
23879                         "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)",
23880                         "conditionally-available": false,
23881                         "construct": false,
23882                         "construct-only": false,
23883                         "controllable": false,
23884                         "default": "0",
23885                         "max": "384",
23886                         "min": "0",
23887                         "mutable": "null",
23888                         "readable": true,
23889                         "type": "gint",
23890                         "writable": true
23891                     }
23892                 },
23893                 "rank": "primary"
23894             }
23895         },
23896         "filename": "gsttwolame",
23897         "license": "LGPL",
23898         "other-types": {
23899             "GstTwoLameEmphasis": {
23900                 "kind": "enum",
23901                 "values": [
23902                     {
23903                         "desc": "No emphasis",
23904                         "name": "none",
23905                         "value": "0"
23906                     },
23907                     {
23908                         "desc": "50/15 ms",
23909                         "name": "5",
23910                         "value": "1"
23911                     },
23912                     {
23913                         "desc": "CCIT J.17",
23914                         "name": "ccit",
23915                         "value": "3"
23916                     }
23917                 ]
23918             },
23919             "GstTwoLameMode": {
23920                 "kind": "enum",
23921                 "values": [
23922                     {
23923                         "desc": "Auto",
23924                         "name": "auto",
23925                         "value": "-1"
23926                     },
23927                     {
23928                         "desc": "Stereo",
23929                         "name": "stereo",
23930                         "value": "0"
23931                     },
23932                     {
23933                         "desc": "Joint Stereo",
23934                         "name": "joint",
23935                         "value": "1"
23936                     },
23937                     {
23938                         "desc": "Dual Channel",
23939                         "name": "dual",
23940                         "value": "2"
23941                     },
23942                     {
23943                         "desc": "Mono",
23944                         "name": "mono",
23945                         "value": "3"
23946                     }
23947                 ]
23948             },
23949             "GstTwoLamePadding": {
23950                 "kind": "enum",
23951                 "values": [
23952                     {
23953                         "desc": "No Padding",
23954                         "name": "never",
23955                         "value": "0"
23956                     },
23957                     {
23958                         "desc": "Always Pad",
23959                         "name": "always",
23960                         "value": "1"
23961                     }
23962                 ]
23963             }
23964         },
23965         "package": "GStreamer Good Plug-ins",
23966         "source": "gst-plugins-good",
23967         "tracers": {},
23968         "url": "Unknown package origin"
23969     },
23970     "udp": {
23971         "description": "transfer data via UDP",
23972         "elements": {
23973             "dynudpsink": {
23974                 "author": "Philippe Khalaf <burger@speedy.org>",
23975                 "description": "Send data over the network via UDP with packet destinations picked up dynamically from meta on the buffers passed",
23976                 "hierarchy": [
23977                     "GstDynUDPSink",
23978                     "GstBaseSink",
23979                     "GstElement",
23980                     "GstObject",
23981                     "GInitiallyUnowned",
23982                     "GObject"
23983                 ],
23984                 "klass": "Sink/Network",
23985                 "long-name": "UDP packet sender",
23986                 "pad-templates": {
23987                     "sink": {
23988                         "caps": "ANY",
23989                         "direction": "sink",
23990                         "presence": "always"
23991                     }
23992                 },
23993                 "properties": {
23994                     "bind-address": {
23995                         "blurb": "Address to bind the socket to",
23996                         "conditionally-available": false,
23997                         "construct": false,
23998                         "construct-only": false,
23999                         "controllable": false,
24000                         "default": "NULL",
24001                         "mutable": "null",
24002                         "readable": true,
24003                         "type": "gchararray",
24004                         "writable": true
24005                     },
24006                     "bind-port": {
24007                         "blurb": "Port to bind the socket to",
24008                         "conditionally-available": false,
24009                         "construct": false,
24010                         "construct-only": false,
24011                         "controllable": false,
24012                         "default": "0",
24013                         "max": "65535",
24014                         "min": "0",
24015                         "mutable": "null",
24016                         "readable": true,
24017                         "type": "gint",
24018                         "writable": true
24019                     },
24020                     "close-socket": {
24021                         "blurb": "Close socket if passed as property on state change",
24022                         "conditionally-available": false,
24023                         "construct": false,
24024                         "construct-only": false,
24025                         "controllable": false,
24026                         "default": "true",
24027                         "mutable": "null",
24028                         "readable": true,
24029                         "type": "gboolean",
24030                         "writable": true
24031                     },
24032                     "socket": {
24033                         "blurb": "Socket to use for UDP sending. (NULL == allocate)",
24034                         "conditionally-available": false,
24035                         "construct": false,
24036                         "construct-only": false,
24037                         "controllable": false,
24038                         "mutable": "null",
24039                         "readable": true,
24040                         "type": "GSocket",
24041                         "writable": true
24042                     },
24043                     "socket-v6": {
24044                         "blurb": "Socket to use for UDPv6 sending. (NULL == allocate)",
24045                         "conditionally-available": false,
24046                         "construct": false,
24047                         "construct-only": false,
24048                         "controllable": false,
24049                         "mutable": "null",
24050                         "readable": true,
24051                         "type": "GSocket",
24052                         "writable": true
24053                     }
24054                 },
24055                 "rank": "none",
24056                 "signals": {
24057                     "get-stats": {
24058                         "action": true,
24059                         "args": [
24060                             {
24061                                 "name": "arg0",
24062                                 "type": "gchararray"
24063                             },
24064                             {
24065                                 "name": "arg1",
24066                                 "type": "gint"
24067                             }
24068                         ],
24069                         "return-type": "GstStructure",
24070                         "when": "last"
24071                     }
24072                 }
24073             },
24074             "multiudpsink": {
24075                 "author": "Wim Taymans <wim.taymans@gmail.com>",
24076                 "description": "Send data over the network via UDP to one or multiple recipients which can be added or removed at runtime using action signals",
24077                 "hierarchy": [
24078                     "GstMultiUDPSink",
24079                     "GstBaseSink",
24080                     "GstElement",
24081                     "GstObject",
24082                     "GInitiallyUnowned",
24083                     "GObject"
24084                 ],
24085                 "klass": "Sink/Network",
24086                 "long-name": "UDP packet sender",
24087                 "pad-templates": {
24088                     "sink": {
24089                         "caps": "ANY",
24090                         "direction": "sink",
24091                         "presence": "always"
24092                     }
24093                 },
24094                 "properties": {
24095                     "auto-multicast": {
24096                         "blurb": "Automatically join/leave the multicast groups, FALSE means user has to do it himself",
24097                         "conditionally-available": false,
24098                         "construct": false,
24099                         "construct-only": false,
24100                         "controllable": false,
24101                         "default": "true",
24102                         "mutable": "null",
24103                         "readable": true,
24104                         "type": "gboolean",
24105                         "writable": true
24106                     },
24107                     "bind-address": {
24108                         "blurb": "Address to bind the socket to",
24109                         "conditionally-available": false,
24110                         "construct": false,
24111                         "construct-only": false,
24112                         "controllable": false,
24113                         "default": "NULL",
24114                         "mutable": "null",
24115                         "readable": true,
24116                         "type": "gchararray",
24117                         "writable": true
24118                     },
24119                     "bind-port": {
24120                         "blurb": "Port to bind the socket to",
24121                         "conditionally-available": false,
24122                         "construct": false,
24123                         "construct-only": false,
24124                         "controllable": false,
24125                         "default": "0",
24126                         "max": "65535",
24127                         "min": "0",
24128                         "mutable": "null",
24129                         "readable": true,
24130                         "type": "gint",
24131                         "writable": true
24132                     },
24133                     "buffer-size": {
24134                         "blurb": "Size of the kernel send buffer in bytes, 0=default",
24135                         "conditionally-available": false,
24136                         "construct": false,
24137                         "construct-only": false,
24138                         "controllable": false,
24139                         "default": "0",
24140                         "max": "2147483647",
24141                         "min": "0",
24142                         "mutable": "null",
24143                         "readable": true,
24144                         "type": "gint",
24145                         "writable": true
24146                     },
24147                     "bytes-served": {
24148                         "blurb": "Total number of bytes sent to all clients",
24149                         "conditionally-available": false,
24150                         "construct": false,
24151                         "construct-only": false,
24152                         "controllable": false,
24153                         "default": "0",
24154                         "max": "18446744073709551615",
24155                         "min": "0",
24156                         "mutable": "null",
24157                         "readable": true,
24158                         "type": "guint64",
24159                         "writable": false
24160                     },
24161                     "bytes-to-serve": {
24162                         "blurb": "Number of bytes received to serve to clients",
24163                         "conditionally-available": false,
24164                         "construct": false,
24165                         "construct-only": false,
24166                         "controllable": false,
24167                         "default": "0",
24168                         "max": "18446744073709551615",
24169                         "min": "0",
24170                         "mutable": "null",
24171                         "readable": true,
24172                         "type": "guint64",
24173                         "writable": false
24174                     },
24175                     "clients": {
24176                         "blurb": "A comma separated list of host:port pairs with destinations",
24177                         "conditionally-available": false,
24178                         "construct": false,
24179                         "construct-only": false,
24180                         "controllable": false,
24181                         "default": "",
24182                         "mutable": "null",
24183                         "readable": true,
24184                         "type": "gchararray",
24185                         "writable": true
24186                     },
24187                     "close-socket": {
24188                         "blurb": "Close socket if passed as property on state change",
24189                         "conditionally-available": false,
24190                         "construct": false,
24191                         "construct-only": false,
24192                         "controllable": false,
24193                         "default": "true",
24194                         "mutable": "null",
24195                         "readable": true,
24196                         "type": "gboolean",
24197                         "writable": true
24198                     },
24199                     "force-ipv4": {
24200                         "blurb": "Forcing the use of an IPv4 socket (DEPRECATED, has no effect anymore)",
24201                         "conditionally-available": false,
24202                         "construct": false,
24203                         "construct-only": false,
24204                         "controllable": false,
24205                         "default": "false",
24206                         "mutable": "null",
24207                         "readable": true,
24208                         "type": "gboolean",
24209                         "writable": true
24210                     },
24211                     "loop": {
24212                         "blurb": "Used for setting the multicast loop parameter. TRUE = enable, FALSE = disable",
24213                         "conditionally-available": false,
24214                         "construct": false,
24215                         "construct-only": false,
24216                         "controllable": false,
24217                         "default": "true",
24218                         "mutable": "null",
24219                         "readable": true,
24220                         "type": "gboolean",
24221                         "writable": true
24222                     },
24223                     "multicast-iface": {
24224                         "blurb": "The network interface on which to join the multicast group",
24225                         "conditionally-available": false,
24226                         "construct": false,
24227                         "construct-only": false,
24228                         "controllable": false,
24229                         "default": "NULL",
24230                         "mutable": "null",
24231                         "readable": true,
24232                         "type": "gchararray",
24233                         "writable": true
24234                     },
24235                     "qos-dscp": {
24236                         "blurb": "Quality of Service, differentiated services code point (-1 default)",
24237                         "conditionally-available": false,
24238                         "construct": false,
24239                         "construct-only": false,
24240                         "controllable": false,
24241                         "default": "-1",
24242                         "max": "63",
24243                         "min": "-1",
24244                         "mutable": "null",
24245                         "readable": true,
24246                         "type": "gint",
24247                         "writable": true
24248                     },
24249                     "send-duplicates": {
24250                         "blurb": "When a destination/port pair is added multiple times, send packets multiple times as well",
24251                         "conditionally-available": false,
24252                         "construct": false,
24253                         "construct-only": false,
24254                         "controllable": false,
24255                         "default": "true",
24256                         "mutable": "null",
24257                         "readable": true,
24258                         "type": "gboolean",
24259                         "writable": true
24260                     },
24261                     "socket": {
24262                         "blurb": "Socket to use for UDP sending. (NULL == allocate)",
24263                         "conditionally-available": false,
24264                         "construct": false,
24265                         "construct-only": false,
24266                         "controllable": false,
24267                         "mutable": "null",
24268                         "readable": true,
24269                         "type": "GSocket",
24270                         "writable": true
24271                     },
24272                     "socket-v6": {
24273                         "blurb": "Socket to use for UDPv6 sending. (NULL == allocate)",
24274                         "conditionally-available": false,
24275                         "construct": false,
24276                         "construct-only": false,
24277                         "controllable": false,
24278                         "mutable": "null",
24279                         "readable": true,
24280                         "type": "GSocket",
24281                         "writable": true
24282                     },
24283                     "ttl": {
24284                         "blurb": "Used for setting the unicast TTL parameter",
24285                         "conditionally-available": false,
24286                         "construct": false,
24287                         "construct-only": false,
24288                         "controllable": false,
24289                         "default": "64",
24290                         "max": "255",
24291                         "min": "0",
24292                         "mutable": "null",
24293                         "readable": true,
24294                         "type": "gint",
24295                         "writable": true
24296                     },
24297                     "ttl-mc": {
24298                         "blurb": "Used for setting the multicast TTL parameter",
24299                         "conditionally-available": false,
24300                         "construct": false,
24301                         "construct-only": false,
24302                         "controllable": false,
24303                         "default": "1",
24304                         "max": "255",
24305                         "min": "0",
24306                         "mutable": "null",
24307                         "readable": true,
24308                         "type": "gint",
24309                         "writable": true
24310                     },
24311                     "used-socket": {
24312                         "blurb": "Socket currently in use for UDP sending. (NULL == no socket)",
24313                         "conditionally-available": false,
24314                         "construct": false,
24315                         "construct-only": false,
24316                         "controllable": false,
24317                         "mutable": "null",
24318                         "readable": true,
24319                         "type": "GSocket",
24320                         "writable": false
24321                     },
24322                     "used-socket-v6": {
24323                         "blurb": "Socket currently in use for UDPv6 sending. (NULL == no socket)",
24324                         "conditionally-available": false,
24325                         "construct": false,
24326                         "construct-only": false,
24327                         "controllable": false,
24328                         "mutable": "null",
24329                         "readable": true,
24330                         "type": "GSocket",
24331                         "writable": false
24332                     }
24333                 },
24334                 "rank": "none",
24335                 "signals": {
24336                     "add": {
24337                         "action": true,
24338                         "args": [
24339                             {
24340                                 "name": "arg0",
24341                                 "type": "gchararray"
24342                             },
24343                             {
24344                                 "name": "arg1",
24345                                 "type": "gint"
24346                             }
24347                         ],
24348                         "return-type": "void",
24349                         "when": "last"
24350                     },
24351                     "clear": {
24352                         "action": true,
24353                         "args": [],
24354                         "return-type": "void",
24355                         "when": "last"
24356                     },
24357                     "client-added": {
24358                         "args": [
24359                             {
24360                                 "name": "arg0",
24361                                 "type": "gchararray"
24362                             },
24363                             {
24364                                 "name": "arg1",
24365                                 "type": "gint"
24366                             }
24367                         ],
24368                         "return-type": "void",
24369                         "when": "last"
24370                     },
24371                     "client-removed": {
24372                         "args": [
24373                             {
24374                                 "name": "arg0",
24375                                 "type": "gchararray"
24376                             },
24377                             {
24378                                 "name": "arg1",
24379                                 "type": "gint"
24380                             }
24381                         ],
24382                         "return-type": "void",
24383                         "when": "last"
24384                     },
24385                     "get-stats": {
24386                         "action": true,
24387                         "args": [
24388                             {
24389                                 "name": "arg0",
24390                                 "type": "gchararray"
24391                             },
24392                             {
24393                                 "name": "arg1",
24394                                 "type": "gint"
24395                             }
24396                         ],
24397                         "return-type": "GstStructure",
24398                         "when": "last"
24399                     },
24400                     "remove": {
24401                         "action": true,
24402                         "args": [
24403                             {
24404                                 "name": "arg0",
24405                                 "type": "gchararray"
24406                             },
24407                             {
24408                                 "name": "arg1",
24409                                 "type": "gint"
24410                             }
24411                         ],
24412                         "return-type": "void",
24413                         "when": "last"
24414                     }
24415                 }
24416             },
24417             "udpsink": {
24418                 "author": "Wim Taymans <wim@fluendo.com>",
24419                 "description": "Send data over the network via UDP",
24420                 "hierarchy": [
24421                     "GstUDPSink",
24422                     "GstMultiUDPSink",
24423                     "GstBaseSink",
24424                     "GstElement",
24425                     "GstObject",
24426                     "GInitiallyUnowned",
24427                     "GObject"
24428                 ],
24429                 "interfaces": [
24430                     "GstURIHandler"
24431                 ],
24432                 "klass": "Sink/Network",
24433                 "long-name": "UDP packet sender",
24434                 "pad-templates": {
24435                     "sink": {
24436                         "caps": "ANY",
24437                         "direction": "sink",
24438                         "presence": "always"
24439                     }
24440                 },
24441                 "properties": {
24442                     "host": {
24443                         "blurb": "The host/IP/Multicast group to send the packets to",
24444                         "conditionally-available": false,
24445                         "construct": false,
24446                         "construct-only": false,
24447                         "controllable": false,
24448                         "default": "localhost",
24449                         "mutable": "null",
24450                         "readable": true,
24451                         "type": "gchararray",
24452                         "writable": true
24453                     },
24454                     "port": {
24455                         "blurb": "The port to send the packets to",
24456                         "conditionally-available": false,
24457                         "construct": false,
24458                         "construct-only": false,
24459                         "controllable": false,
24460                         "default": "5004",
24461                         "max": "65535",
24462                         "min": "0",
24463                         "mutable": "null",
24464                         "readable": true,
24465                         "type": "gint",
24466                         "writable": true
24467                     }
24468                 },
24469                 "rank": "none",
24470                 "signals": {}
24471             },
24472             "udpsrc": {
24473                 "author": "Wim Taymans <wim@fluendo.com>, Thijs Vermeir <thijs.vermeir@barco.com>",
24474                 "description": "Receive data over the network via UDP",
24475                 "hierarchy": [
24476                     "GstUDPSrc",
24477                     "GstPushSrc",
24478                     "GstBaseSrc",
24479                     "GstElement",
24480                     "GstObject",
24481                     "GInitiallyUnowned",
24482                     "GObject"
24483                 ],
24484                 "interfaces": [
24485                     "GstURIHandler"
24486                 ],
24487                 "klass": "Source/Network",
24488                 "long-name": "UDP packet receiver",
24489                 "pad-templates": {
24490                     "src": {
24491                         "caps": "ANY",
24492                         "direction": "src",
24493                         "presence": "always"
24494                     }
24495                 },
24496                 "properties": {
24497                     "address": {
24498                         "blurb": "Address to receive packets for. This is equivalent to the multicast-group property for now",
24499                         "conditionally-available": false,
24500                         "construct": false,
24501                         "construct-only": false,
24502                         "controllable": false,
24503                         "default": "0.0.0.0",
24504                         "mutable": "null",
24505                         "readable": true,
24506                         "type": "gchararray",
24507                         "writable": true
24508                     },
24509                     "auto-multicast": {
24510                         "blurb": "Automatically join/leave multicast groups",
24511                         "conditionally-available": false,
24512                         "construct": false,
24513                         "construct-only": false,
24514                         "controllable": false,
24515                         "default": "true",
24516                         "mutable": "null",
24517                         "readable": true,
24518                         "type": "gboolean",
24519                         "writable": true
24520                     },
24521                     "buffer-size": {
24522                         "blurb": "Size of the kernel receive buffer in bytes, 0=default",
24523                         "conditionally-available": false,
24524                         "construct": false,
24525                         "construct-only": false,
24526                         "controllable": false,
24527                         "default": "0",
24528                         "max": "2147483647",
24529                         "min": "0",
24530                         "mutable": "null",
24531                         "readable": true,
24532                         "type": "gint",
24533                         "writable": true
24534                     },
24535                     "caps": {
24536                         "blurb": "The caps of the source pad",
24537                         "conditionally-available": false,
24538                         "construct": false,
24539                         "construct-only": false,
24540                         "controllable": false,
24541                         "mutable": "null",
24542                         "readable": true,
24543                         "type": "GstCaps",
24544                         "writable": true
24545                     },
24546                     "close-socket": {
24547                         "blurb": "Close socket if passed as property on state change",
24548                         "conditionally-available": false,
24549                         "construct": false,
24550                         "construct-only": false,
24551                         "controllable": false,
24552                         "default": "true",
24553                         "mutable": "null",
24554                         "readable": true,
24555                         "type": "gboolean",
24556                         "writable": true
24557                     },
24558                     "loop": {
24559                         "blurb": "Used for setting the multicast loop parameter. TRUE = enable, FALSE = disable",
24560                         "conditionally-available": false,
24561                         "construct": false,
24562                         "construct-only": false,
24563                         "controllable": false,
24564                         "default": "true",
24565                         "mutable": "null",
24566                         "readable": true,
24567                         "type": "gboolean",
24568                         "writable": true
24569                     },
24570                     "mtu": {
24571                         "blurb": "Maximum expected packet size. This directly defines the allocationsize of the receive buffer pool.",
24572                         "conditionally-available": false,
24573                         "construct": false,
24574                         "construct-only": false,
24575                         "controllable": false,
24576                         "default": "1492",
24577                         "max": "2147483647",
24578                         "min": "0",
24579                         "mutable": "null",
24580                         "readable": true,
24581                         "type": "guint",
24582                         "writable": true
24583                     },
24584                     "multicast-group": {
24585                         "blurb": "The Address of multicast group to join. (DEPRECATED: Use address property instead)",
24586                         "conditionally-available": false,
24587                         "construct": false,
24588                         "construct-only": false,
24589                         "controllable": false,
24590                         "default": "0.0.0.0",
24591                         "mutable": "null",
24592                         "readable": true,
24593                         "type": "gchararray",
24594                         "writable": true
24595                     },
24596                     "multicast-iface": {
24597                         "blurb": "The network interface on which to join the multicast group.This allows multiple interfaces separated by comma. (\"eth0,eth1\")",
24598                         "conditionally-available": false,
24599                         "construct": false,
24600                         "construct-only": false,
24601                         "controllable": false,
24602                         "default": "NULL",
24603                         "mutable": "null",
24604                         "readable": true,
24605                         "type": "gchararray",
24606                         "writable": true
24607                     },
24608                     "port": {
24609                         "blurb": "The port to receive the packets from, 0=allocate",
24610                         "conditionally-available": false,
24611                         "construct": false,
24612                         "construct-only": false,
24613                         "controllable": false,
24614                         "default": "5004",
24615                         "max": "65535",
24616                         "min": "0",
24617                         "mutable": "null",
24618                         "readable": true,
24619                         "type": "gint",
24620                         "writable": true
24621                     },
24622                     "retrieve-sender-address": {
24623                         "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",
24624                         "conditionally-available": false,
24625                         "construct": false,
24626                         "construct-only": false,
24627                         "controllable": false,
24628                         "default": "true",
24629                         "mutable": "null",
24630                         "readable": true,
24631                         "type": "gboolean",
24632                         "writable": true
24633                     },
24634                     "reuse": {
24635                         "blurb": "Enable reuse of the port",
24636                         "conditionally-available": false,
24637                         "construct": false,
24638                         "construct-only": false,
24639                         "controllable": false,
24640                         "default": "true",
24641                         "mutable": "null",
24642                         "readable": true,
24643                         "type": "gboolean",
24644                         "writable": true
24645                     },
24646                     "skip-first-bytes": {
24647                         "blurb": "number of bytes to skip for each udp packet",
24648                         "conditionally-available": false,
24649                         "construct": false,
24650                         "construct-only": false,
24651                         "controllable": false,
24652                         "default": "0",
24653                         "max": "2147483647",
24654                         "min": "0",
24655                         "mutable": "null",
24656                         "readable": true,
24657                         "type": "gint",
24658                         "writable": true
24659                     },
24660                     "socket": {
24661                         "blurb": "Socket to use for UDP reception. (NULL == allocate)",
24662                         "conditionally-available": false,
24663                         "construct": false,
24664                         "construct-only": false,
24665                         "controllable": false,
24666                         "mutable": "null",
24667                         "readable": true,
24668                         "type": "GSocket",
24669                         "writable": true
24670                     },
24671                     "socket-timestamp": {
24672                         "blurb": "Used for adding alternative timestamp using SO_TIMESTAMP.",
24673                         "conditionally-available": false,
24674                         "construct": false,
24675                         "construct-only": false,
24676                         "controllable": false,
24677                         "default": "disabled (0)",
24678                         "mutable": "null",
24679                         "readable": true,
24680                         "type": "GstSocketTimestampMode",
24681                         "writable": true
24682                     },
24683                     "timeout": {
24684                         "blurb": "Post a message after timeout nanoseconds (0 = disabled)",
24685                         "conditionally-available": false,
24686                         "construct": false,
24687                         "construct-only": false,
24688                         "controllable": false,
24689                         "default": "0",
24690                         "max": "18446744073709551615",
24691                         "min": "0",
24692                         "mutable": "null",
24693                         "readable": true,
24694                         "type": "guint64",
24695                         "writable": true
24696                     },
24697                     "uri": {
24698                         "blurb": "URI in the form of udp://multicast_group:port",
24699                         "conditionally-available": false,
24700                         "construct": false,
24701                         "construct-only": false,
24702                         "controllable": false,
24703                         "default": "udp://0.0.0.0:5004",
24704                         "mutable": "null",
24705                         "readable": true,
24706                         "type": "gchararray",
24707                         "writable": true
24708                     },
24709                     "used-socket": {
24710                         "blurb": "Socket currently in use for UDP reception. (NULL = no socket)",
24711                         "conditionally-available": false,
24712                         "construct": false,
24713                         "construct-only": false,
24714                         "controllable": false,
24715                         "mutable": "null",
24716                         "readable": true,
24717                         "type": "GSocket",
24718                         "writable": false
24719                     }
24720                 },
24721                 "rank": "none"
24722             }
24723         },
24724         "filename": "gstudp",
24725         "license": "LGPL",
24726         "other-types": {
24727             "GstSocketTimestampMode": {
24728                 "kind": "enum",
24729                 "values": [
24730                     {
24731                         "desc": "Disable additional timestamps",
24732                         "name": "disabled",
24733                         "value": "0"
24734                     },
24735                     {
24736                         "desc": "Timestamp with realtime clock (nsec resolution, may not be monotonic)",
24737                         "name": "realtime",
24738                         "value": "1"
24739                     }
24740                 ]
24741             }
24742         },
24743         "package": "GStreamer Good Plug-ins",
24744         "source": "gst-plugins-good",
24745         "tracers": {},
24746         "url": "Unknown package origin"
24747     },
24748     "video4linux2": {
24749         "description": "elements for Video 4 Linux",
24750         "elements": {
24751             "v4l2radio": {
24752                 "author": "Alexey Chernov <4ernov@gmail.com>",
24753                 "description": "Controls a Video4Linux2 radio device",
24754                 "hierarchy": [
24755                     "GstV4l2Radio",
24756                     "GstElement",
24757                     "GstObject",
24758                     "GInitiallyUnowned",
24759                     "GObject"
24760                 ],
24761                 "interfaces": [
24762                     "GstURIHandler",
24763                     "GstTuner"
24764                 ],
24765                 "klass": "Tuner",
24766                 "long-name": "Radio (video4linux2) Tuner",
24767                 "properties": {
24768                     "device": {
24769                         "blurb": "Video4Linux2 radio device location",
24770                         "conditionally-available": false,
24771                         "construct": false,
24772                         "construct-only": false,
24773                         "controllable": false,
24774                         "default": "/dev/radio0",
24775                         "mutable": "null",
24776                         "readable": true,
24777                         "type": "gchararray",
24778                         "writable": true
24779                     },
24780                     "frequency": {
24781                         "blurb": "Station frequency in Hz",
24782                         "conditionally-available": false,
24783                         "construct": false,
24784                         "construct-only": false,
24785                         "controllable": false,
24786                         "default": "0",
24787                         "max": "108000000",
24788                         "min": "87500000",
24789                         "mutable": "null",
24790                         "readable": true,
24791                         "type": "gint",
24792                         "writable": true
24793                     }
24794                 },
24795                 "rank": "none"
24796             },
24797             "v4l2sink": {
24798                 "author": "Rob Clark <rob@ti.com>,",
24799                 "description": "Displays frames on a video4linux2 device",
24800                 "hierarchy": [
24801                     "GstV4l2Sink",
24802                     "GstVideoSink",
24803                     "GstBaseSink",
24804                     "GstElement",
24805                     "GstObject",
24806                     "GInitiallyUnowned",
24807                     "GObject"
24808                 ],
24809                 "interfaces": [
24810                     "GstTuner",
24811                     "GstColorBalance",
24812                     "GstVideoOrientation"
24813                 ],
24814                 "klass": "Sink/Video",
24815                 "long-name": "Video (video4linux2) Sink",
24816                 "pad-templates": {
24817                     "sink": {
24818                         "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, NV12_8L128, NV12_10BE_8L128, NV24, NV12_16L32S, 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, NV12_8L128, NV12_10BE_8L128, NV24, NV12_16L32S, 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",
24819                         "direction": "sink",
24820                         "presence": "always"
24821                     }
24822                 },
24823                 "properties": {
24824                     "brightness": {
24825                         "blurb": "Picture brightness, or more precisely, the black level",
24826                         "conditionally-available": false,
24827                         "construct": false,
24828                         "construct-only": false,
24829                         "controllable": true,
24830                         "default": "0",
24831                         "max": "2147483647",
24832                         "min": "-2147483648",
24833                         "mutable": "null",
24834                         "readable": true,
24835                         "type": "gint",
24836                         "writable": true
24837                     },
24838                     "contrast": {
24839                         "blurb": "Picture contrast or luma gain",
24840                         "conditionally-available": false,
24841                         "construct": false,
24842                         "construct-only": false,
24843                         "controllable": true,
24844                         "default": "0",
24845                         "max": "2147483647",
24846                         "min": "-2147483648",
24847                         "mutable": "null",
24848                         "readable": true,
24849                         "type": "gint",
24850                         "writable": true
24851                     },
24852                     "crop-height": {
24853                         "blurb": "The height of the video crop; default is equal to negotiated image height",
24854                         "conditionally-available": false,
24855                         "construct": false,
24856                         "construct-only": false,
24857                         "controllable": false,
24858                         "default": "0",
24859                         "max": "-1",
24860                         "min": "0",
24861                         "mutable": "null",
24862                         "readable": true,
24863                         "type": "guint",
24864                         "writable": true
24865                     },
24866                     "crop-left": {
24867                         "blurb": "The leftmost (x) coordinate of the video crop; top left corner of image is 0,0",
24868                         "conditionally-available": false,
24869                         "construct": false,
24870                         "construct-only": false,
24871                         "controllable": false,
24872                         "default": "0",
24873                         "max": "2147483647",
24874                         "min": "-2147483648",
24875                         "mutable": "null",
24876                         "readable": true,
24877                         "type": "gint",
24878                         "writable": true
24879                     },
24880                     "crop-top": {
24881                         "blurb": "The topmost (y) coordinate of the video crop; top left corner of image is 0,0",
24882                         "conditionally-available": false,
24883                         "construct": false,
24884                         "construct-only": false,
24885                         "controllable": false,
24886                         "default": "0",
24887                         "max": "2147483647",
24888                         "min": "-2147483648",
24889                         "mutable": "null",
24890                         "readable": true,
24891                         "type": "gint",
24892                         "writable": true
24893                     },
24894                     "crop-width": {
24895                         "blurb": "The width of the video crop; default is equal to negotiated image width",
24896                         "conditionally-available": false,
24897                         "construct": false,
24898                         "construct-only": false,
24899                         "controllable": false,
24900                         "default": "0",
24901                         "max": "-1",
24902                         "min": "0",
24903                         "mutable": "null",
24904                         "readable": true,
24905                         "type": "guint",
24906                         "writable": true
24907                     },
24908                     "device": {
24909                         "blurb": "Device location",
24910                         "conditionally-available": false,
24911                         "construct": false,
24912                         "construct-only": false,
24913                         "controllable": false,
24914                         "default": "/dev/video1",
24915                         "mutable": "null",
24916                         "readable": true,
24917                         "type": "gchararray",
24918                         "writable": true
24919                     },
24920                     "device-fd": {
24921                         "blurb": "File descriptor of the device",
24922                         "conditionally-available": false,
24923                         "construct": false,
24924                         "construct-only": false,
24925                         "controllable": false,
24926                         "default": "-1",
24927                         "max": "2147483647",
24928                         "min": "-1",
24929                         "mutable": "null",
24930                         "readable": true,
24931                         "type": "gint",
24932                         "writable": false
24933                     },
24934                     "device-name": {
24935                         "blurb": "Name of the device",
24936                         "conditionally-available": false,
24937                         "construct": false,
24938                         "construct-only": false,
24939                         "controllable": false,
24940                         "default": "NULL",
24941                         "mutable": "null",
24942                         "readable": true,
24943                         "type": "gchararray",
24944                         "writable": false
24945                     },
24946                     "extra-controls": {
24947                         "blurb": "Extra v4l2 controls (CIDs) for the device",
24948                         "conditionally-available": false,
24949                         "construct": false,
24950                         "construct-only": false,
24951                         "controllable": false,
24952                         "mutable": "null",
24953                         "readable": true,
24954                         "type": "GstStructure",
24955                         "writable": true
24956                     },
24957                     "flags": {
24958                         "blurb": "Device type flags",
24959                         "conditionally-available": false,
24960                         "construct": false,
24961                         "construct-only": false,
24962                         "controllable": false,
24963                         "default": "(none)",
24964                         "mutable": "null",
24965                         "readable": true,
24966                         "type": "GstV4l2DeviceTypeFlags",
24967                         "writable": false
24968                     },
24969                     "force-aspect-ratio": {
24970                         "blurb": "When enabled, the pixel aspect ratio will be enforced",
24971                         "conditionally-available": false,
24972                         "construct": false,
24973                         "construct-only": false,
24974                         "controllable": false,
24975                         "default": "true",
24976                         "mutable": "null",
24977                         "readable": true,
24978                         "type": "gboolean",
24979                         "writable": true
24980                     },
24981                     "hue": {
24982                         "blurb": "Hue or color balance",
24983                         "conditionally-available": false,
24984                         "construct": false,
24985                         "construct-only": false,
24986                         "controllable": true,
24987                         "default": "0",
24988                         "max": "2147483647",
24989                         "min": "-2147483648",
24990                         "mutable": "null",
24991                         "readable": true,
24992                         "type": "gint",
24993                         "writable": true
24994                     },
24995                     "io-mode": {
24996                         "blurb": "I/O mode",
24997                         "conditionally-available": false,
24998                         "construct": false,
24999                         "construct-only": false,
25000                         "controllable": false,
25001                         "default": "auto (0)",
25002                         "mutable": "null",
25003                         "readable": true,
25004                         "type": "GstV4l2IOMode",
25005                         "writable": true
25006                     },
25007                     "norm": {
25008                         "blurb": "video standard",
25009                         "conditionally-available": false,
25010                         "construct": false,
25011                         "construct-only": false,
25012                         "controllable": false,
25013                         "default": "none (0)",
25014                         "mutable": "null",
25015                         "readable": true,
25016                         "type": "V4L2_TV_norms",
25017                         "writable": true
25018                     },
25019                     "overlay-height": {
25020                         "blurb": "The height of the video overlay; default is equal to negotiated image height",
25021                         "conditionally-available": false,
25022                         "construct": false,
25023                         "construct-only": false,
25024                         "controllable": false,
25025                         "default": "0",
25026                         "max": "-1",
25027                         "min": "0",
25028                         "mutable": "null",
25029                         "readable": true,
25030                         "type": "guint",
25031                         "writable": true
25032                     },
25033                     "overlay-left": {
25034                         "blurb": "The leftmost (x) coordinate of the video overlay; top left corner of screen is 0,0",
25035                         "conditionally-available": false,
25036                         "construct": false,
25037                         "construct-only": false,
25038                         "controllable": false,
25039                         "default": "0",
25040                         "max": "2147483647",
25041                         "min": "-2147483648",
25042                         "mutable": "null",
25043                         "readable": true,
25044                         "type": "gint",
25045                         "writable": true
25046                     },
25047                     "overlay-top": {
25048                         "blurb": "The topmost (y) coordinate of the video overlay; top left corner of screen is 0,0",
25049                         "conditionally-available": false,
25050                         "construct": false,
25051                         "construct-only": false,
25052                         "controllable": false,
25053                         "default": "0",
25054                         "max": "2147483647",
25055                         "min": "-2147483648",
25056                         "mutable": "null",
25057                         "readable": true,
25058                         "type": "gint",
25059                         "writable": true
25060                     },
25061                     "overlay-width": {
25062                         "blurb": "The width of the video overlay; default is equal to negotiated image width",
25063                         "conditionally-available": false,
25064                         "construct": false,
25065                         "construct-only": false,
25066                         "controllable": false,
25067                         "default": "0",
25068                         "max": "-1",
25069                         "min": "0",
25070                         "mutable": "null",
25071                         "readable": true,
25072                         "type": "guint",
25073                         "writable": true
25074                     },
25075                     "pixel-aspect-ratio": {
25076                         "blurb": "Overwrite the pixel aspect ratio of the device",
25077                         "conditionally-available": false,
25078                         "construct": false,
25079                         "construct-only": false,
25080                         "controllable": false,
25081                         "default": "NULL",
25082                         "mutable": "null",
25083                         "readable": true,
25084                         "type": "gchararray",
25085                         "writable": true
25086                     },
25087                     "saturation": {
25088                         "blurb": "Picture color saturation or chroma gain",
25089                         "conditionally-available": false,
25090                         "construct": false,
25091                         "construct-only": false,
25092                         "controllable": true,
25093                         "default": "0",
25094                         "max": "2147483647",
25095                         "min": "-2147483648",
25096                         "mutable": "null",
25097                         "readable": true,
25098                         "type": "gint",
25099                         "writable": true
25100                     }
25101                 },
25102                 "rank": "none"
25103             },
25104             "v4l2src": {
25105                 "author": "Edgard Lima <edgard.lima@gmail.com>, Stefan Kost <ensonic@users.sf.net>",
25106                 "description": "Reads frames from a Video4Linux2 device",
25107                 "hierarchy": [
25108                     "GstV4l2Src",
25109                     "GstPushSrc",
25110                     "GstBaseSrc",
25111                     "GstElement",
25112                     "GstObject",
25113                     "GInitiallyUnowned",
25114                     "GObject"
25115                 ],
25116                 "interfaces": [
25117                     "GstURIHandler",
25118                     "GstTuner",
25119                     "GstColorBalance",
25120                     "GstVideoOrientation"
25121                 ],
25122                 "klass": "Source/Video",
25123                 "long-name": "Video (video4linux2) Source",
25124                 "pad-templates": {
25125                     "src": {
25126                         "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, NV12_8L128, NV12_10BE_8L128, NV24, NV12_16L32S, 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, NV12_8L128, NV12_10BE_8L128, NV24, NV12_16L32S, 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",
25127                         "direction": "src",
25128                         "presence": "always"
25129                     }
25130                 },
25131                 "properties": {
25132                     "brightness": {
25133                         "blurb": "Picture brightness, or more precisely, the black level",
25134                         "conditionally-available": false,
25135                         "construct": false,
25136                         "construct-only": false,
25137                         "controllable": true,
25138                         "default": "0",
25139                         "max": "2147483647",
25140                         "min": "-2147483648",
25141                         "mutable": "null",
25142                         "readable": true,
25143                         "type": "gint",
25144                         "writable": true
25145                     },
25146                     "contrast": {
25147                         "blurb": "Picture contrast or luma gain",
25148                         "conditionally-available": false,
25149                         "construct": false,
25150                         "construct-only": false,
25151                         "controllable": true,
25152                         "default": "0",
25153                         "max": "2147483647",
25154                         "min": "-2147483648",
25155                         "mutable": "null",
25156                         "readable": true,
25157                         "type": "gint",
25158                         "writable": true
25159                     },
25160                     "crop-bottom": {
25161                         "blurb": "Pixels to crop at bottom of video capture input",
25162                         "conditionally-available": false,
25163                         "construct": false,
25164                         "construct-only": false,
25165                         "controllable": false,
25166                         "default": "0",
25167                         "max": "-1",
25168                         "min": "0",
25169                         "mutable": "null",
25170                         "readable": true,
25171                         "type": "guint",
25172                         "writable": true
25173                     },
25174                     "crop-bounds": {
25175                         "blurb": "The bounding region for crop rectangles ('<x, y, width, height>').",
25176                         "conditionally-available": false,
25177                         "construct": false,
25178                         "construct-only": false,
25179                         "controllable": false,
25180                         "mutable": "null",
25181                         "readable": true,
25182                         "type": "GstValueArray",
25183                         "writable": false
25184                     },
25185                     "crop-left": {
25186                         "blurb": "Pixels to crop at left of video capture input",
25187                         "conditionally-available": false,
25188                         "construct": false,
25189                         "construct-only": false,
25190                         "controllable": false,
25191                         "default": "0",
25192                         "max": "-1",
25193                         "min": "0",
25194                         "mutable": "null",
25195                         "readable": true,
25196                         "type": "guint",
25197                         "writable": true
25198                     },
25199                     "crop-right": {
25200                         "blurb": "Pixels to crop at right of video capture input",
25201                         "conditionally-available": false,
25202                         "construct": false,
25203                         "construct-only": false,
25204                         "controllable": false,
25205                         "default": "0",
25206                         "max": "-1",
25207                         "min": "0",
25208                         "mutable": "null",
25209                         "readable": true,
25210                         "type": "guint",
25211                         "writable": true
25212                     },
25213                     "crop-top": {
25214                         "blurb": "Pixels to crop at top of video capture input",
25215                         "conditionally-available": false,
25216                         "construct": false,
25217                         "construct-only": false,
25218                         "controllable": false,
25219                         "default": "0",
25220                         "max": "-1",
25221                         "min": "0",
25222                         "mutable": "null",
25223                         "readable": true,
25224                         "type": "guint",
25225                         "writable": true
25226                     },
25227                     "device": {
25228                         "blurb": "Device location",
25229                         "conditionally-available": false,
25230                         "construct": false,
25231                         "construct-only": false,
25232                         "controllable": false,
25233                         "default": "/dev/video0",
25234                         "mutable": "null",
25235                         "readable": true,
25236                         "type": "gchararray",
25237                         "writable": true
25238                     },
25239                     "device-fd": {
25240                         "blurb": "File descriptor of the device",
25241                         "conditionally-available": false,
25242                         "construct": false,
25243                         "construct-only": false,
25244                         "controllable": false,
25245                         "default": "-1",
25246                         "max": "2147483647",
25247                         "min": "-1",
25248                         "mutable": "null",
25249                         "readable": true,
25250                         "type": "gint",
25251                         "writable": false
25252                     },
25253                     "device-name": {
25254                         "blurb": "Name of the device",
25255                         "conditionally-available": false,
25256                         "construct": false,
25257                         "construct-only": false,
25258                         "controllable": false,
25259                         "default": "NULL",
25260                         "mutable": "null",
25261                         "readable": true,
25262                         "type": "gchararray",
25263                         "writable": false
25264                     },
25265                     "extra-controls": {
25266                         "blurb": "Extra v4l2 controls (CIDs) for the device",
25267                         "conditionally-available": false,
25268                         "construct": false,
25269                         "construct-only": false,
25270                         "controllable": false,
25271                         "mutable": "null",
25272                         "readable": true,
25273                         "type": "GstStructure",
25274                         "writable": true
25275                     },
25276                     "flags": {
25277                         "blurb": "Device type flags",
25278                         "conditionally-available": false,
25279                         "construct": false,
25280                         "construct-only": false,
25281                         "controllable": false,
25282                         "default": "(none)",
25283                         "mutable": "null",
25284                         "readable": true,
25285                         "type": "GstV4l2DeviceTypeFlags",
25286                         "writable": false
25287                     },
25288                     "force-aspect-ratio": {
25289                         "blurb": "When enabled, the pixel aspect ratio will be enforced",
25290                         "conditionally-available": false,
25291                         "construct": false,
25292                         "construct-only": false,
25293                         "controllable": false,
25294                         "default": "true",
25295                         "mutable": "null",
25296                         "readable": true,
25297                         "type": "gboolean",
25298                         "writable": true
25299                     },
25300                     "hue": {
25301                         "blurb": "Hue or color balance",
25302                         "conditionally-available": false,
25303                         "construct": false,
25304                         "construct-only": false,
25305                         "controllable": true,
25306                         "default": "0",
25307                         "max": "2147483647",
25308                         "min": "-2147483648",
25309                         "mutable": "null",
25310                         "readable": true,
25311                         "type": "gint",
25312                         "writable": true
25313                     },
25314                     "io-mode": {
25315                         "blurb": "I/O mode",
25316                         "conditionally-available": false,
25317                         "construct": false,
25318                         "construct-only": false,
25319                         "controllable": false,
25320                         "default": "auto (0)",
25321                         "mutable": "null",
25322                         "readable": true,
25323                         "type": "GstV4l2IOMode",
25324                         "writable": true
25325                     },
25326                     "norm": {
25327                         "blurb": "video standard",
25328                         "conditionally-available": false,
25329                         "construct": false,
25330                         "construct-only": false,
25331                         "controllable": false,
25332                         "default": "none (0)",
25333                         "mutable": "null",
25334                         "readable": true,
25335                         "type": "V4L2_TV_norms",
25336                         "writable": true
25337                     },
25338                     "pixel-aspect-ratio": {
25339                         "blurb": "Overwrite the pixel aspect ratio of the device",
25340                         "conditionally-available": false,
25341                         "construct": false,
25342                         "construct-only": false,
25343                         "controllable": false,
25344                         "default": "NULL",
25345                         "mutable": "null",
25346                         "readable": true,
25347                         "type": "gchararray",
25348                         "writable": true
25349                     },
25350                     "saturation": {
25351                         "blurb": "Picture color saturation or chroma gain",
25352                         "conditionally-available": false,
25353                         "construct": false,
25354                         "construct-only": false,
25355                         "controllable": true,
25356                         "default": "0",
25357                         "max": "2147483647",
25358                         "min": "-2147483648",
25359                         "mutable": "null",
25360                         "readable": true,
25361                         "type": "gint",
25362                         "writable": true
25363                     }
25364                 },
25365                 "rank": "primary",
25366                 "signals": {
25367                     "prepare-format": {
25368                         "args": [
25369                             {
25370                                 "name": "arg0",
25371                                 "type": "gint"
25372                             },
25373                             {
25374                                 "name": "arg1",
25375                                 "type": "GstCaps"
25376                             }
25377                         ],
25378                         "return-type": "void",
25379                         "when": "last"
25380                     }
25381                 }
25382             }
25383         },
25384         "filename": "gstvideo4linux2",
25385         "license": "LGPL",
25386         "other-types": {
25387             "GstTuner": {
25388                 "hierarchy": [
25389                     "GstTuner",
25390                     "GInterface"
25391                 ],
25392                 "kind": "interface",
25393                 "signals": {
25394                     "channel-changed": {
25395                         "args": [
25396                             {
25397                                 "name": "arg0",
25398                                 "type": "GstTunerChannel"
25399                             }
25400                         ],
25401                         "return-type": "void",
25402                         "when": "last"
25403                     },
25404                     "frequency-changed": {
25405                         "args": [
25406                             {
25407                                 "name": "arg0",
25408                                 "type": "GstTunerChannel"
25409                             },
25410                             {
25411                                 "name": "arg1",
25412                                 "type": "gulong"
25413                             }
25414                         ],
25415                         "return-type": "void",
25416                         "when": "last"
25417                     },
25418                     "norm-changed": {
25419                         "args": [
25420                             {
25421                                 "name": "arg0",
25422                                 "type": "GstTunerNorm"
25423                             }
25424                         ],
25425                         "return-type": "void",
25426                         "when": "last"
25427                     },
25428                     "signal-changed": {
25429                         "args": [
25430                             {
25431                                 "name": "arg0",
25432                                 "type": "GstTunerChannel"
25433                             },
25434                             {
25435                                 "name": "arg1",
25436                                 "type": "gint"
25437                             }
25438                         ],
25439                         "return-type": "void",
25440                         "when": "last"
25441                     }
25442                 }
25443             },
25444             "GstTunerChannel": {
25445                 "hierarchy": [
25446                     "GstTunerChannel",
25447                     "GObject"
25448                 ],
25449                 "kind": "object",
25450                 "signals": {
25451                     "frequency-changed": {
25452                         "args": [
25453                             {
25454                                 "name": "arg0",
25455                                 "type": "gulong"
25456                             }
25457                         ],
25458                         "return-type": "void",
25459                         "when": "last"
25460                     },
25461                     "signal-changed": {
25462                         "args": [
25463                             {
25464                                 "name": "arg0",
25465                                 "type": "gint"
25466                             }
25467                         ],
25468                         "return-type": "void",
25469                         "when": "last"
25470                     }
25471                 }
25472             },
25473             "GstTunerNorm": {
25474                 "hierarchy": [
25475                     "GstTunerNorm",
25476                     "GObject"
25477                 ],
25478                 "kind": "object"
25479             },
25480             "GstV4l2DeviceTypeFlags": {
25481                 "kind": "flags",
25482                 "values": [
25483                     {
25484                         "desc": "Device supports video capture",
25485                         "name": "capture",
25486                         "value": "0x00000001"
25487                     },
25488                     {
25489                         "desc": "Device supports video playback",
25490                         "name": "output",
25491                         "value": "0x00000002"
25492                     },
25493                     {
25494                         "desc": "Device supports video overlay",
25495                         "name": "overlay",
25496                         "value": "0x00000004"
25497                     },
25498                     {
25499                         "desc": "Device supports the VBI capture",
25500                         "name": "vbi-capture",
25501                         "value": "0x00000010"
25502                     },
25503                     {
25504                         "desc": "Device supports the VBI output",
25505                         "name": "vbi-output",
25506                         "value": "0x00000020"
25507                     },
25508                     {
25509                         "desc": "Device has a tuner or modulator",
25510                         "name": "tuner",
25511                         "value": "0x00010000"
25512                     },
25513                     {
25514                         "desc": "Device has audio inputs or outputs",
25515                         "name": "audio",
25516                         "value": "0x00020000"
25517                     }
25518                 ]
25519             },
25520             "GstV4l2IOMode": {
25521                 "kind": "enum",
25522                 "values": [
25523                     {
25524                         "desc": "GST_V4L2_IO_AUTO",
25525                         "name": "auto",
25526                         "value": "0"
25527                     },
25528                     {
25529                         "desc": "GST_V4L2_IO_RW",
25530                         "name": "rw",
25531                         "value": "1"
25532                     },
25533                     {
25534                         "desc": "GST_V4L2_IO_MMAP",
25535                         "name": "mmap",
25536                         "value": "2"
25537                     },
25538                     {
25539                         "desc": "GST_V4L2_IO_USERPTR",
25540                         "name": "userptr",
25541                         "value": "3"
25542                     },
25543                     {
25544                         "desc": "GST_V4L2_IO_DMABUF",
25545                         "name": "dmabuf",
25546                         "value": "4"
25547                     },
25548                     {
25549                         "desc": "GST_V4L2_IO_DMABUF_IMPORT",
25550                         "name": "dmabuf-import",
25551                         "value": "5"
25552                     }
25553                 ]
25554             },
25555             "V4L2_TV_norms": {
25556                 "kind": "enum",
25557                 "values": [
25558                     {
25559                         "desc": "none",
25560                         "name": "none",
25561                         "value": "0"
25562                     },
25563                     {
25564                         "desc": "NTSC",
25565                         "name": "NTSC",
25566                         "value": "45056"
25567                     },
25568                     {
25569                         "desc": "NTSC-M",
25570                         "name": "NTSC-M",
25571                         "value": "4096"
25572                     },
25573                     {
25574                         "desc": "NTSC-M-JP",
25575                         "name": "NTSC-M-JP",
25576                         "value": "8192"
25577                     },
25578                     {
25579                         "desc": "NTSC-M-KR",
25580                         "name": "NTSC-M-KR",
25581                         "value": "32768"
25582                     },
25583                     {
25584                         "desc": "NTSC-443",
25585                         "name": "NTSC-443",
25586                         "value": "16384"
25587                     },
25588                     {
25589                         "desc": "PAL",
25590                         "name": "PAL",
25591                         "value": "255"
25592                     },
25593                     {
25594                         "desc": "PAL-BG",
25595                         "name": "PAL-BG",
25596                         "value": "7"
25597                     },
25598                     {
25599                         "desc": "PAL-B",
25600                         "name": "PAL-B",
25601                         "value": "1"
25602                     },
25603                     {
25604                         "desc": "PAL-B1",
25605                         "name": "PAL-B1",
25606                         "value": "2"
25607                     },
25608                     {
25609                         "desc": "PAL-G",
25610                         "name": "PAL-G",
25611                         "value": "4"
25612                     },
25613                     {
25614                         "desc": "PAL-H",
25615                         "name": "PAL-H",
25616                         "value": "8"
25617                     },
25618                     {
25619                         "desc": "PAL-I",
25620                         "name": "PAL-I",
25621                         "value": "16"
25622                     },
25623                     {
25624                         "desc": "PAL-DK",
25625                         "name": "PAL-DK",
25626                         "value": "224"
25627                     },
25628                     {
25629                         "desc": "PAL-D",
25630                         "name": "PAL-D",
25631                         "value": "32"
25632                     },
25633                     {
25634                         "desc": "PAL-D1",
25635                         "name": "PAL-D1",
25636                         "value": "64"
25637                     },
25638                     {
25639                         "desc": "PAL-K",
25640                         "name": "PAL-K",
25641                         "value": "128"
25642                     },
25643                     {
25644                         "desc": "PAL-M",
25645                         "name": "PAL-M",
25646                         "value": "256"
25647                     },
25648                     {
25649                         "desc": "PAL-N",
25650                         "name": "PAL-N",
25651                         "value": "512"
25652                     },
25653                     {
25654                         "desc": "PAL-Nc",
25655                         "name": "PAL-Nc",
25656                         "value": "1024"
25657                     },
25658                     {
25659                         "desc": "PAL-60",
25660                         "name": "PAL-60",
25661                         "value": "2048"
25662                     },
25663                     {
25664                         "desc": "SECAM",
25665                         "name": "SECAM",
25666                         "value": "16711680"
25667                     },
25668                     {
25669                         "desc": "SECAM-B",
25670                         "name": "SECAM-B",
25671                         "value": "65536"
25672                     },
25673                     {
25674                         "desc": "SECAM-G",
25675                         "name": "SECAM-G",
25676                         "value": "262144"
25677                     },
25678                     {
25679                         "desc": "SECAM-H",
25680                         "name": "SECAM-H",
25681                         "value": "524288"
25682                     },
25683                     {
25684                         "desc": "SECAM-DK",
25685                         "name": "SECAM-DK",
25686                         "value": "3276800"
25687                     },
25688                     {
25689                         "desc": "SECAM-D",
25690                         "name": "SECAM-D",
25691                         "value": "131072"
25692                     },
25693                     {
25694                         "desc": "SECAM-K",
25695                         "name": "SECAM-K",
25696                         "value": "1048576"
25697                     },
25698                     {
25699                         "desc": "SECAM-K1",
25700                         "name": "SECAM-K1",
25701                         "value": "2097152"
25702                     },
25703                     {
25704                         "desc": "SECAM-L",
25705                         "name": "SECAM-L",
25706                         "value": "4194304"
25707                     },
25708                     {
25709                         "desc": "SECAM-Lc",
25710                         "name": "SECAM-Lc",
25711                         "value": "8388608"
25712                     }
25713                 ]
25714             }
25715         },
25716         "package": "GStreamer Good Plug-ins",
25717         "source": "gst-plugins-good",
25718         "tracers": {},
25719         "url": "Unknown package origin"
25720     },
25721     "videobox": {
25722         "description": "resizes a video by adding borders or cropping",
25723         "elements": {
25724             "videobox": {
25725                 "author": "Wim Taymans <wim@fluendo.com>",
25726                 "description": "Resizes a video by adding borders or cropping",
25727                 "hierarchy": [
25728                     "GstVideoBox",
25729                     "GstVideoFilter",
25730                     "GstBaseTransform",
25731                     "GstElement",
25732                     "GstObject",
25733                     "GInitiallyUnowned",
25734                     "GObject"
25735                 ],
25736                 "klass": "Filter/Effect/Video",
25737                 "long-name": "Video box filter",
25738                 "pad-templates": {
25739                     "sink": {
25740                         "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",
25741                         "direction": "sink",
25742                         "presence": "always"
25743                     },
25744                     "src": {
25745                         "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",
25746                         "direction": "src",
25747                         "presence": "always"
25748                     }
25749                 },
25750                 "properties": {
25751                     "alpha": {
25752                         "blurb": "Alpha value picture",
25753                         "conditionally-available": false,
25754                         "construct": false,
25755                         "construct-only": false,
25756                         "controllable": true,
25757                         "default": "1",
25758                         "max": "1",
25759                         "min": "0",
25760                         "mutable": "null",
25761                         "readable": true,
25762                         "type": "gdouble",
25763                         "writable": true
25764                     },
25765                     "autocrop": {
25766                         "blurb": "Auto crop",
25767                         "conditionally-available": false,
25768                         "construct": false,
25769                         "construct-only": false,
25770                         "controllable": false,
25771                         "default": "false",
25772                         "mutable": "null",
25773                         "readable": true,
25774                         "type": "gboolean",
25775                         "writable": true
25776                     },
25777                     "border-alpha": {
25778                         "blurb": "Alpha value of the border",
25779                         "conditionally-available": false,
25780                         "construct": false,
25781                         "construct-only": false,
25782                         "controllable": true,
25783                         "default": "1",
25784                         "max": "1",
25785                         "min": "0",
25786                         "mutable": "null",
25787                         "readable": true,
25788                         "type": "gdouble",
25789                         "writable": true
25790                     },
25791                     "bottom": {
25792                         "blurb": "Pixels to box at bottom (<0 = add a border)",
25793                         "conditionally-available": false,
25794                         "construct": false,
25795                         "construct-only": false,
25796                         "controllable": true,
25797                         "default": "0",
25798                         "max": "2147483647",
25799                         "min": "-2147483648",
25800                         "mutable": "null",
25801                         "readable": true,
25802                         "type": "gint",
25803                         "writable": true
25804                     },
25805                     "fill": {
25806                         "blurb": "How to fill the borders",
25807                         "conditionally-available": false,
25808                         "construct": false,
25809                         "construct-only": false,
25810                         "controllable": true,
25811                         "default": "black (0)",
25812                         "mutable": "null",
25813                         "readable": true,
25814                         "type": "GstVideoBoxFill",
25815                         "writable": true
25816                     },
25817                     "left": {
25818                         "blurb": "Pixels to box at left (<0  = add a border)",
25819                         "conditionally-available": false,
25820                         "construct": false,
25821                         "construct-only": false,
25822                         "controllable": true,
25823                         "default": "0",
25824                         "max": "2147483647",
25825                         "min": "-2147483648",
25826                         "mutable": "null",
25827                         "readable": true,
25828                         "type": "gint",
25829                         "writable": true
25830                     },
25831                     "right": {
25832                         "blurb": "Pixels to box at right (<0 = add a border)",
25833                         "conditionally-available": false,
25834                         "construct": false,
25835                         "construct-only": false,
25836                         "controllable": true,
25837                         "default": "0",
25838                         "max": "2147483647",
25839                         "min": "-2147483648",
25840                         "mutable": "null",
25841                         "readable": true,
25842                         "type": "gint",
25843                         "writable": true
25844                     },
25845                     "top": {
25846                         "blurb": "Pixels to box at top (<0 = add a border)",
25847                         "conditionally-available": false,
25848                         "construct": false,
25849                         "construct-only": false,
25850                         "controllable": true,
25851                         "default": "0",
25852                         "max": "2147483647",
25853                         "min": "-2147483648",
25854                         "mutable": "null",
25855                         "readable": true,
25856                         "type": "gint",
25857                         "writable": true
25858                     }
25859                 },
25860                 "rank": "none"
25861             }
25862         },
25863         "filename": "gstvideobox",
25864         "license": "LGPL",
25865         "other-types": {
25866             "GstVideoBoxFill": {
25867                 "kind": "enum",
25868                 "values": [
25869                     {
25870                         "desc": "Black",
25871                         "name": "black",
25872                         "value": "0"
25873                     },
25874                     {
25875                         "desc": "Green",
25876                         "name": "green",
25877                         "value": "1"
25878                     },
25879                     {
25880                         "desc": "Blue",
25881                         "name": "blue",
25882                         "value": "2"
25883                     },
25884                     {
25885                         "desc": "Red",
25886                         "name": "red",
25887                         "value": "3"
25888                     },
25889                     {
25890                         "desc": "Yellow",
25891                         "name": "yellow",
25892                         "value": "4"
25893                     },
25894                     {
25895                         "desc": "White",
25896                         "name": "white",
25897                         "value": "5"
25898                     }
25899                 ]
25900             }
25901         },
25902         "package": "GStreamer Good Plug-ins",
25903         "source": "gst-plugins-good",
25904         "tracers": {},
25905         "url": "Unknown package origin"
25906     },
25907     "videocrop": {
25908         "description": "Crops video into a user-defined region",
25909         "elements": {
25910             "aspectratiocrop": {
25911                 "author": "Thijs Vermeir <thijsvermeir@gmail.com>",
25912                 "description": "Crops video into a user-defined aspect-ratio",
25913                 "hierarchy": [
25914                     "GstAspectRatioCrop",
25915                     "GstBin",
25916                     "GstElement",
25917                     "GstObject",
25918                     "GInitiallyUnowned",
25919                     "GObject"
25920                 ],
25921                 "interfaces": [
25922                     "GstChildProxy"
25923                 ],
25924                 "klass": "Filter/Effect/Video",
25925                 "long-name": "aspectratiocrop",
25926                 "pad-templates": {
25927                     "sink": {
25928                         "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, v210, 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",
25929                         "direction": "sink",
25930                         "presence": "always"
25931                     },
25932                     "src": {
25933                         "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, v210, 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",
25934                         "direction": "src",
25935                         "presence": "always"
25936                     }
25937                 },
25938                 "properties": {
25939                     "aspect-ratio": {
25940                         "blurb": "Target aspect-ratio of video",
25941                         "conditionally-available": false,
25942                         "construct": false,
25943                         "construct-only": false,
25944                         "controllable": false,
25945                         "default": "0/1",
25946                         "max": "2147483647/1",
25947                         "min": "0/1",
25948                         "mutable": "null",
25949                         "readable": true,
25950                         "type": "GstFraction",
25951                         "writable": true
25952                     }
25953                 },
25954                 "rank": "none"
25955             },
25956             "videocrop": {
25957                 "author": "Tim-Philipp Müller <tim centricular net>",
25958                 "description": "Crops video into a user-defined region",
25959                 "hierarchy": [
25960                     "GstVideoCrop",
25961                     "GstVideoFilter",
25962                     "GstBaseTransform",
25963                     "GstElement",
25964                     "GstObject",
25965                     "GInitiallyUnowned",
25966                     "GObject"
25967                 ],
25968                 "klass": "Filter/Effect/Video",
25969                 "long-name": "Crop",
25970                 "pad-templates": {
25971                     "sink": {
25972                         "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, v210, 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",
25973                         "direction": "sink",
25974                         "presence": "always"
25975                     },
25976                     "src": {
25977                         "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, v210, 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",
25978                         "direction": "src",
25979                         "presence": "always"
25980                     }
25981                 },
25982                 "properties": {
25983                     "bottom": {
25984                         "blurb": "Pixels to crop at bottom (-1 to auto-crop)",
25985                         "conditionally-available": false,
25986                         "construct": false,
25987                         "construct-only": false,
25988                         "controllable": true,
25989                         "default": "0",
25990                         "max": "2147483647",
25991                         "min": "-1",
25992                         "mutable": "playing",
25993                         "readable": true,
25994                         "type": "gint",
25995                         "writable": true
25996                     },
25997                     "left": {
25998                         "blurb": "Pixels to crop at left (-1 to auto-crop)",
25999                         "conditionally-available": false,
26000                         "construct": false,
26001                         "construct-only": false,
26002                         "controllable": true,
26003                         "default": "0",
26004                         "max": "2147483647",
26005                         "min": "-1",
26006                         "mutable": "playing",
26007                         "readable": true,
26008                         "type": "gint",
26009                         "writable": true
26010                     },
26011                     "right": {
26012                         "blurb": "Pixels to crop at right (-1 to auto-crop)",
26013                         "conditionally-available": false,
26014                         "construct": false,
26015                         "construct-only": false,
26016                         "controllable": true,
26017                         "default": "0",
26018                         "max": "2147483647",
26019                         "min": "-1",
26020                         "mutable": "playing",
26021                         "readable": true,
26022                         "type": "gint",
26023                         "writable": true
26024                     },
26025                     "top": {
26026                         "blurb": "Pixels to crop at top (-1 to auto-crop)",
26027                         "conditionally-available": false,
26028                         "construct": false,
26029                         "construct-only": false,
26030                         "controllable": true,
26031                         "default": "0",
26032                         "max": "2147483647",
26033                         "min": "-1",
26034                         "mutable": "playing",
26035                         "readable": true,
26036                         "type": "gint",
26037                         "writable": true
26038                     }
26039                 },
26040                 "rank": "none"
26041             }
26042         },
26043         "filename": "gstvideocrop",
26044         "license": "LGPL",
26045         "other-types": {},
26046         "package": "GStreamer Good Plug-ins",
26047         "source": "gst-plugins-good",
26048         "tracers": {},
26049         "url": "Unknown package origin"
26050     },
26051     "videofilter": {
26052         "description": "Video filters plugin",
26053         "elements": {
26054             "gamma": {
26055                 "author": "Arwed v. Merkatz <v.merkatz@gmx.net",
26056                 "description": "Adjusts gamma on a video stream",
26057                 "hierarchy": [
26058                     "GstGamma",
26059                     "GstVideoFilter",
26060                     "GstBaseTransform",
26061                     "GstElement",
26062                     "GstObject",
26063                     "GInitiallyUnowned",
26064                     "GObject"
26065                 ],
26066                 "klass": "Filter/Effect/Video",
26067                 "long-name": "Video gamma correction",
26068                 "pad-templates": {
26069                     "sink": {
26070                         "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",
26071                         "direction": "sink",
26072                         "presence": "always"
26073                     },
26074                     "src": {
26075                         "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",
26076                         "direction": "src",
26077                         "presence": "always"
26078                     }
26079                 },
26080                 "properties": {
26081                     "gamma": {
26082                         "blurb": "gamma",
26083                         "conditionally-available": false,
26084                         "construct": false,
26085                         "construct-only": false,
26086                         "controllable": true,
26087                         "default": "1",
26088                         "max": "10",
26089                         "min": "0.01",
26090                         "mutable": "null",
26091                         "readable": true,
26092                         "type": "gdouble",
26093                         "writable": true
26094                     }
26095                 },
26096                 "rank": "none"
26097             },
26098             "videobalance": {
26099                 "author": "David Schleef <ds@schleef.org>",
26100                 "description": "Adjusts brightness, contrast, hue, saturation on a video stream",
26101                 "hierarchy": [
26102                     "GstVideoBalance",
26103                     "GstVideoFilter",
26104                     "GstBaseTransform",
26105                     "GstElement",
26106                     "GstObject",
26107                     "GInitiallyUnowned",
26108                     "GObject"
26109                 ],
26110                 "interfaces": [
26111                     "GstColorBalance"
26112                 ],
26113                 "klass": "Filter/Effect/Video",
26114                 "long-name": "Video balance",
26115                 "pad-templates": {
26116                     "sink": {
26117                         "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",
26118                         "direction": "sink",
26119                         "presence": "always"
26120                     },
26121                     "src": {
26122                         "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",
26123                         "direction": "src",
26124                         "presence": "always"
26125                     }
26126                 },
26127                 "properties": {
26128                     "brightness": {
26129                         "blurb": "brightness",
26130                         "conditionally-available": false,
26131                         "construct": false,
26132                         "construct-only": false,
26133                         "controllable": true,
26134                         "default": "0",
26135                         "max": "1",
26136                         "min": "-1",
26137                         "mutable": "null",
26138                         "readable": true,
26139                         "type": "gdouble",
26140                         "writable": true
26141                     },
26142                     "contrast": {
26143                         "blurb": "contrast",
26144                         "conditionally-available": false,
26145                         "construct": false,
26146                         "construct-only": false,
26147                         "controllable": true,
26148                         "default": "1",
26149                         "max": "2",
26150                         "min": "0",
26151                         "mutable": "null",
26152                         "readable": true,
26153                         "type": "gdouble",
26154                         "writable": true
26155                     },
26156                     "hue": {
26157                         "blurb": "hue",
26158                         "conditionally-available": false,
26159                         "construct": false,
26160                         "construct-only": false,
26161                         "controllable": true,
26162                         "default": "0",
26163                         "max": "1",
26164                         "min": "-1",
26165                         "mutable": "null",
26166                         "readable": true,
26167                         "type": "gdouble",
26168                         "writable": true
26169                     },
26170                     "saturation": {
26171                         "blurb": "saturation",
26172                         "conditionally-available": false,
26173                         "construct": false,
26174                         "construct-only": false,
26175                         "controllable": true,
26176                         "default": "1",
26177                         "max": "2",
26178                         "min": "0",
26179                         "mutable": "null",
26180                         "readable": true,
26181                         "type": "gdouble",
26182                         "writable": true
26183                     }
26184                 },
26185                 "rank": "none"
26186             },
26187             "videoflip": {
26188                 "author": "David Schleef <ds@schleef.org>",
26189                 "description": "Flips and rotates video",
26190                 "hierarchy": [
26191                     "GstVideoFlip",
26192                     "GstVideoFilter",
26193                     "GstBaseTransform",
26194                     "GstElement",
26195                     "GstObject",
26196                     "GInitiallyUnowned",
26197                     "GObject"
26198                 ],
26199                 "interfaces": [
26200                     "GstVideoDirection"
26201                 ],
26202                 "klass": "Filter/Effect/Video",
26203                 "long-name": "Video flipper",
26204                 "pad-templates": {
26205                     "sink": {
26206                         "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, I420_10LE, I420_10BE, I420_12LE, I420_12BE, I422_10LE, I422_10BE, I422_12LE, I422_12BE, Y444_10LE, Y444_10BE, Y444_12LE, Y444_12BE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
26207                         "direction": "sink",
26208                         "presence": "always"
26209                     },
26210                     "src": {
26211                         "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, I420_10LE, I420_10BE, I420_12LE, I420_12BE, I422_10LE, I422_10BE, I422_12LE, I422_12BE, Y444_10LE, Y444_10BE, Y444_12LE, Y444_12BE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
26212                         "direction": "src",
26213                         "presence": "always"
26214                     }
26215                 },
26216                 "properties": {
26217                     "method": {
26218                         "blurb": "method (deprecated, use video-direction instead)",
26219                         "conditionally-available": false,
26220                         "construct": true,
26221                         "construct-only": false,
26222                         "controllable": true,
26223                         "default": "none (0)",
26224                         "mutable": "playing",
26225                         "readable": true,
26226                         "type": "GstVideoFlipMethod",
26227                         "writable": true
26228                     }
26229                 },
26230                 "rank": "none"
26231             },
26232             "videomedian": {
26233                 "author": "Wim Taymans <wim.taymans@gmail.com>",
26234                 "description": "Apply a median filter to an image",
26235                 "hierarchy": [
26236                     "GstVideoMedian",
26237                     "GstVideoFilter",
26238                     "GstBaseTransform",
26239                     "GstElement",
26240                     "GstObject",
26241                     "GInitiallyUnowned",
26242                     "GObject"
26243                 ],
26244                 "klass": "Filter/Effect/Video",
26245                 "long-name": "Median effect",
26246                 "pad-templates": {
26247                     "sink": {
26248                         "caps": "video/x-raw:\n         format: { I420, YV12 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
26249                         "direction": "sink",
26250                         "presence": "always"
26251                     },
26252                     "src": {
26253                         "caps": "video/x-raw:\n         format: { I420, YV12 }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
26254                         "direction": "src",
26255                         "presence": "always"
26256                     }
26257                 },
26258                 "properties": {
26259                     "filtersize": {
26260                         "blurb": "The size of the filter",
26261                         "conditionally-available": false,
26262                         "construct": false,
26263                         "construct-only": false,
26264                         "controllable": false,
26265                         "default": "5 (5)",
26266                         "mutable": "null",
26267                         "readable": true,
26268                         "type": "GstVideoMedianSize",
26269                         "writable": true
26270                     },
26271                     "lum-only": {
26272                         "blurb": "Only apply filter on luminance",
26273                         "conditionally-available": false,
26274                         "construct": false,
26275                         "construct-only": false,
26276                         "controllable": false,
26277                         "default": "true",
26278                         "mutable": "null",
26279                         "readable": true,
26280                         "type": "gboolean",
26281                         "writable": true
26282                     }
26283                 },
26284                 "rank": "none"
26285             }
26286         },
26287         "filename": "gstvideofilter",
26288         "license": "LGPL",
26289         "other-types": {
26290             "GstVideoFlipMethod": {
26291                 "kind": "enum",
26292                 "values": [
26293                     {
26294                         "desc": "Identity (no rotation)",
26295                         "name": "none",
26296                         "value": "0"
26297                     },
26298                     {
26299                         "desc": "Rotate clockwise 90 degrees",
26300                         "name": "clockwise",
26301                         "value": "1"
26302                     },
26303                     {
26304                         "desc": "Rotate 180 degrees",
26305                         "name": "rotate-180",
26306                         "value": "2"
26307                     },
26308                     {
26309                         "desc": "Rotate counter-clockwise 90 degrees",
26310                         "name": "counterclockwise",
26311                         "value": "3"
26312                     },
26313                     {
26314                         "desc": "Flip horizontally",
26315                         "name": "horizontal-flip",
26316                         "value": "4"
26317                     },
26318                     {
26319                         "desc": "Flip vertically",
26320                         "name": "vertical-flip",
26321                         "value": "5"
26322                     },
26323                     {
26324                         "desc": "Flip across upper left/lower right diagonal",
26325                         "name": "upper-left-diagonal",
26326                         "value": "6"
26327                     },
26328                     {
26329                         "desc": "Flip across upper right/lower left diagonal",
26330                         "name": "upper-right-diagonal",
26331                         "value": "7"
26332                     },
26333                     {
26334                         "desc": "Select flip method based on image-orientation tag",
26335                         "name": "automatic",
26336                         "value": "8"
26337                     }
26338                 ]
26339             },
26340             "GstVideoMedianSize": {
26341                 "kind": "enum",
26342                 "values": [
26343                     {
26344                         "desc": "Median of 5 neighbour pixels",
26345                         "name": "5",
26346                         "value": "5"
26347                     },
26348                     {
26349                         "desc": "Median of 9 neighbour pixels",
26350                         "name": "9",
26351                         "value": "9"
26352                     }
26353                 ]
26354             }
26355         },
26356         "package": "GStreamer Good Plug-ins",
26357         "source": "gst-plugins-good",
26358         "tracers": {},
26359         "url": "Unknown package origin"
26360     },
26361     "videomixer": {
26362         "description": "Video mixer",
26363         "elements": {
26364             "videomixer": {
26365                 "author": "Wim Taymans <wim@fluendo.com>, Sebastian Dröge <sebastian.droege@collabora.co.uk>",
26366                 "description": "Deprecated by compositor. Mix multiple video streams",
26367                 "hierarchy": [
26368                     "GstVideoMixer2",
26369                     "GstElement",
26370                     "GstObject",
26371                     "GInitiallyUnowned",
26372                     "GObject"
26373                 ],
26374                 "interfaces": [
26375                     "GstChildProxy"
26376                 ],
26377                 "klass": "Filter/Editor/Video/Compositor",
26378                 "long-name": "Video mixer 2",
26379                 "pad-templates": {
26380                     "sink_%%u": {
26381                         "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",
26382                         "direction": "sink",
26383                         "presence": "request"
26384                     },
26385                     "src": {
26386                         "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",
26387                         "direction": "src",
26388                         "presence": "always"
26389                     }
26390                 },
26391                 "properties": {
26392                     "background": {
26393                         "blurb": "Background type",
26394                         "conditionally-available": false,
26395                         "construct": false,
26396                         "construct-only": false,
26397                         "controllable": false,
26398                         "default": "checker (0)",
26399                         "mutable": "null",
26400                         "readable": true,
26401                         "type": "GstVideoMixer2Background",
26402                         "writable": true
26403                     }
26404                 },
26405                 "rank": "primary"
26406             }
26407         },
26408         "filename": "gstvideomixer",
26409         "license": "LGPL",
26410         "other-types": {
26411             "GstVideoMixer2Background": {
26412                 "kind": "enum",
26413                 "values": [
26414                     {
26415                         "desc": "Checker pattern",
26416                         "name": "checker",
26417                         "value": "0"
26418                     },
26419                     {
26420                         "desc": "Black",
26421                         "name": "black",
26422                         "value": "1"
26423                     },
26424                     {
26425                         "desc": "White",
26426                         "name": "white",
26427                         "value": "2"
26428                     },
26429                     {
26430                         "desc": "Transparent Background to enable further mixing",
26431                         "name": "transparent",
26432                         "value": "3"
26433                     }
26434                 ]
26435             }
26436         },
26437         "package": "GStreamer Good Plug-ins",
26438         "source": "gst-plugins-good",
26439         "tracers": {},
26440         "url": "Unknown package origin"
26441     },
26442     "vpx": {
26443         "description": "VP8 plugin",
26444         "elements": {
26445             "vp8dec": {
26446                 "author": "David Schleef <ds@entropywave.com>, Sebastian Dröge <sebastian.droege@collabora.co.uk>",
26447                 "description": "Decode VP8 video streams",
26448                 "hierarchy": [
26449                     "GstVP8Dec",
26450                     "GstVPXDec",
26451                     "GstVideoDecoder",
26452                     "GstElement",
26453                     "GstObject",
26454                     "GInitiallyUnowned",
26455                     "GObject"
26456                 ],
26457                 "klass": "Codec/Decoder/Video",
26458                 "long-name": "On2 VP8 Decoder",
26459                 "pad-templates": {
26460                     "sink": {
26461                         "caps": "video/x-vp8:\n",
26462                         "direction": "sink",
26463                         "presence": "always"
26464                     },
26465                     "src": {
26466                         "caps": "video/x-raw:\n         format: I420\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
26467                         "direction": "src",
26468                         "presence": "always"
26469                     }
26470                 },
26471                 "properties": {},
26472                 "rank": "primary"
26473             },
26474             "vp8enc": {
26475                 "author": "David Schleef <ds@entropywave.com>, Sebastian Dröge <sebastian.droege@collabora.co.uk>",
26476                 "description": "Encode VP8 video streams",
26477                 "hierarchy": [
26478                     "GstVP8Enc",
26479                     "GstVPXEnc",
26480                     "GstVideoEncoder",
26481                     "GstElement",
26482                     "GstObject",
26483                     "GInitiallyUnowned",
26484                     "GObject"
26485                 ],
26486                 "interfaces": [
26487                     "GstPreset",
26488                     "GstTagSetter"
26489                 ],
26490                 "klass": "Codec/Encoder/Video",
26491                 "long-name": "On2 VP8 Encoder",
26492                 "pad-templates": {
26493                     "sink": {
26494                         "caps": "video/x-raw:\n         format: I420\n          width: [ 1, 16383 ]\n         height: [ 1, 16383 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
26495                         "direction": "sink",
26496                         "presence": "always"
26497                     },
26498                     "src": {
26499                         "caps": "video/x-vp8:\n        profile: { (string)0, (string)1, (string)2, (string)3 }\n",
26500                         "direction": "src",
26501                         "presence": "always"
26502                     }
26503                 },
26504                 "properties": {},
26505                 "rank": "primary"
26506             },
26507             "vp9dec": {
26508                 "author": "David Schleef <ds@entropywave.com>, Sebastian Dröge <sebastian.droege@collabora.co.uk>",
26509                 "description": "Decode VP9 video streams",
26510                 "hierarchy": [
26511                     "GstVP9Dec",
26512                     "GstVPXDec",
26513                     "GstVideoDecoder",
26514                     "GstElement",
26515                     "GstObject",
26516                     "GInitiallyUnowned",
26517                     "GObject"
26518                 ],
26519                 "klass": "Codec/Decoder/Video",
26520                 "long-name": "On2 VP9 Decoder",
26521                 "pad-templates": {
26522                     "sink": {
26523                         "caps": "video/x-vp9:\n",
26524                         "direction": "sink",
26525                         "presence": "always"
26526                     },
26527                     "src": {
26528                         "caps": "video/x-raw:\n         format: { I420, YV12, Y42B, Y444, GBR, I420_10LE, I420_12LE, I422_10LE, I422_12LE, Y444_10LE, Y444_12LE, GBR_10LE, GBR_12LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
26529                         "direction": "src",
26530                         "presence": "always"
26531                     }
26532                 },
26533                 "properties": {},
26534                 "rank": "primary"
26535             },
26536             "vp9enc": {
26537                 "author": "David Schleef <ds@entropywave.com>, Sebastian Dröge <sebastian.droege@collabora.co.uk>",
26538                 "description": "Encode VP9 video streams",
26539                 "hierarchy": [
26540                     "GstVP9Enc",
26541                     "GstVPXEnc",
26542                     "GstVideoEncoder",
26543                     "GstElement",
26544                     "GstObject",
26545                     "GInitiallyUnowned",
26546                     "GObject"
26547                 ],
26548                 "interfaces": [
26549                     "GstPreset",
26550                     "GstTagSetter"
26551                 ],
26552                 "klass": "Codec/Encoder/Video",
26553                 "long-name": "On2 VP9 Encoder",
26554                 "pad-templates": {
26555                     "sink": {
26556                         "caps": "video/x-raw:\n         format: { I420, YV12, Y444, I420_10LE, I420_12LE, I422_10LE, I422_12LE, Y444_10LE, Y444_12LE }\n          width: [ 1, 2147483647 ]\n         height: [ 1, 2147483647 ]\n      framerate: [ 0/1, 2147483647/1 ]\n",
26557                         "direction": "sink",
26558                         "presence": "always"
26559                     },
26560                     "src": {
26561                         "caps": "video/x-vp9:\n        profile: { (string)0, (string)1, (string)2, (string)3 }\n",
26562                         "direction": "src",
26563                         "presence": "always"
26564                     }
26565                 },
26566                 "properties": {
26567                     "aq-mode": {
26568                         "blurb": "Which adaptive quantization mode should be used",
26569                         "conditionally-available": false,
26570                         "construct": false,
26571                         "construct-only": false,
26572                         "controllable": false,
26573                         "default": "off (0)",
26574                         "max": "4",
26575                         "min": "0",
26576                         "mutable": "null",
26577                         "readable": true,
26578                         "type": "GstVPXAQ",
26579                         "writable": true
26580                     },
26581                     "frame-parallel-decoding": {
26582                         "blurb": "Whether encoded bitstream should allow parallel processing of video frames in the decoder (default is on)",
26583                         "conditionally-available": false,
26584                         "construct": false,
26585                         "construct-only": false,
26586                         "controllable": false,
26587                         "default": "true",
26588                         "mutable": "null",
26589                         "readable": true,
26590                         "type": "gboolean",
26591                         "writable": true
26592                     },
26593                     "row-mt": {
26594                         "blurb": "Whether each row should be encoded using multiple threads",
26595                         "conditionally-available": false,
26596                         "construct": false,
26597                         "construct-only": false,
26598                         "controllable": false,
26599                         "default": "false",
26600                         "mutable": "null",
26601                         "readable": true,
26602                         "type": "gboolean",
26603                         "writable": true
26604                     },
26605                     "tile-columns": {
26606                         "blurb": "Number of tile columns, log2",
26607                         "conditionally-available": false,
26608                         "construct": false,
26609                         "construct-only": false,
26610                         "controllable": false,
26611                         "default": "6",
26612                         "max": "6",
26613                         "min": "0",
26614                         "mutable": "null",
26615                         "readable": true,
26616                         "type": "gint",
26617                         "writable": true
26618                     },
26619                     "tile-rows": {
26620                         "blurb": "Number of tile rows, log2",
26621                         "conditionally-available": false,
26622                         "construct": false,
26623                         "construct-only": false,
26624                         "controllable": false,
26625                         "default": "0",
26626                         "max": "2",
26627                         "min": "0",
26628                         "mutable": "null",
26629                         "readable": true,
26630                         "type": "gint",
26631                         "writable": true
26632                     }
26633                 },
26634                 "rank": "primary"
26635             }
26636         },
26637         "filename": "gstvpx",
26638         "license": "LGPL",
26639         "other-types": {
26640             "GstVPXAQ": {
26641                 "kind": "enum",
26642                 "values": [
26643                     {
26644                         "desc": "GST_VPX_AQ_OFF",
26645                         "name": "off",
26646                         "value": "0"
26647                     },
26648                     {
26649                         "desc": "GST_VPX_AQ_VARIANCE",
26650                         "name": "variance",
26651                         "value": "1"
26652                     },
26653                     {
26654                         "desc": "GST_VPX_AQ_COMPLEXITY",
26655                         "name": "complexity",
26656                         "value": "2"
26657                     },
26658                     {
26659                         "desc": "GST_VPX_AQ_CYCLIC_REFRESH",
26660                         "name": "cyclic-refresh",
26661                         "value": "3"
26662                     },
26663                     {
26664                         "desc": "GST_VPX_AQ_EQUATOR360",
26665                         "name": "equator360",
26666                         "value": "4"
26667                     },
26668                     {
26669                         "desc": "GST_VPX_AQ_PERCEPTUAL",
26670                         "name": "perceptual",
26671                         "value": "5"
26672                     },
26673                     {
26674                         "desc": "GST_VPX_AQ_PSNR",
26675                         "name": "psnr",
26676                         "value": "6"
26677                     },
26678                     {
26679                         "desc": "GST_VPX_AQ_LOOKAHEAD",
26680                         "name": "lookahead",
26681                         "value": "7"
26682                     }
26683                 ]
26684             },
26685             "GstVPXDec": {
26686                 "hierarchy": [
26687                     "GstVPXDec",
26688                     "GstVideoDecoder",
26689                     "GstElement",
26690                     "GstObject",
26691                     "GInitiallyUnowned",
26692                     "GObject"
26693                 ],
26694                 "kind": "object",
26695                 "properties": {
26696                     "deblocking-level": {
26697                         "blurb": "Deblocking level",
26698                         "conditionally-available": false,
26699                         "construct": false,
26700                         "construct-only": false,
26701                         "controllable": false,
26702                         "default": "4",
26703                         "max": "16",
26704                         "min": "0",
26705                         "mutable": "null",
26706                         "readable": true,
26707                         "type": "guint",
26708                         "writable": true
26709                     },
26710                     "noise-level": {
26711                         "blurb": "Noise level",
26712                         "conditionally-available": false,
26713                         "construct": false,
26714                         "construct-only": false,
26715                         "controllable": false,
26716                         "default": "0",
26717                         "max": "16",
26718                         "min": "0",
26719                         "mutable": "null",
26720                         "readable": true,
26721                         "type": "guint",
26722                         "writable": true
26723                     },
26724                     "post-processing": {
26725                         "blurb": "Enable post processing",
26726                         "conditionally-available": false,
26727                         "construct": false,
26728                         "construct-only": false,
26729                         "controllable": false,
26730                         "default": "false",
26731                         "mutable": "null",
26732                         "readable": true,
26733                         "type": "gboolean",
26734                         "writable": true
26735                     },
26736                     "post-processing-flags": {
26737                         "blurb": "Flags to control post processing",
26738                         "conditionally-available": false,
26739                         "construct": false,
26740                         "construct-only": false,
26741                         "controllable": false,
26742                         "default": "mfqe+demacroblock+deblock",
26743                         "mutable": "null",
26744                         "readable": true,
26745                         "type": "GstVPXDecPostProcessingFlags",
26746                         "writable": true
26747                     },
26748                     "threads": {
26749                         "blurb": "Maximum number of decoding threads",
26750                         "conditionally-available": false,
26751                         "construct": false,
26752                         "construct-only": false,
26753                         "controllable": false,
26754                         "default": "0",
26755                         "max": "16",
26756                         "min": "0",
26757                         "mutable": "null",
26758                         "readable": true,
26759                         "type": "guint",
26760                         "writable": true
26761                     }
26762                 }
26763             },
26764             "GstVPXDecPostProcessingFlags": {
26765                 "kind": "flags",
26766                 "values": [
26767                     {
26768                         "desc": "Deblock",
26769                         "name": "deblock",
26770                         "value": "0x00000001"
26771                     },
26772                     {
26773                         "desc": "Demacroblock",
26774                         "name": "demacroblock",
26775                         "value": "0x00000002"
26776                     },
26777                     {
26778                         "desc": "Add noise",
26779                         "name": "addnoise",
26780                         "value": "0x00000004"
26781                     },
26782                     {
26783                         "desc": "Multi-frame quality enhancement",
26784                         "name": "mfqe",
26785                         "value": "0x00000008"
26786                     }
26787                 ]
26788             },
26789             "GstVPXEnc": {
26790                 "hierarchy": [
26791                     "GstVPXEnc",
26792                     "GstVideoEncoder",
26793                     "GstElement",
26794                     "GstObject",
26795                     "GInitiallyUnowned",
26796                     "GObject"
26797                 ],
26798                 "interfaces": [
26799                     "GstPreset",
26800                     "GstTagSetter"
26801                 ],
26802                 "kind": "object",
26803                 "properties": {
26804                     "arnr-maxframes": {
26805                         "blurb": "AltRef maximum number of frames",
26806                         "conditionally-available": false,
26807                         "construct": false,
26808                         "construct-only": false,
26809                         "controllable": false,
26810                         "default": "0",
26811                         "max": "15",
26812                         "min": "0",
26813                         "mutable": "null",
26814                         "readable": true,
26815                         "type": "gint",
26816                         "writable": true
26817                     },
26818                     "arnr-strength": {
26819                         "blurb": "AltRef strength",
26820                         "conditionally-available": false,
26821                         "construct": false,
26822                         "construct-only": false,
26823                         "controllable": false,
26824                         "default": "3",
26825                         "max": "6",
26826                         "min": "0",
26827                         "mutable": "null",
26828                         "readable": true,
26829                         "type": "gint",
26830                         "writable": true
26831                     },
26832                     "arnr-type": {
26833                         "blurb": "AltRef type",
26834                         "conditionally-available": false,
26835                         "construct": false,
26836                         "construct-only": false,
26837                         "controllable": false,
26838                         "default": "3",
26839                         "max": "3",
26840                         "min": "1",
26841                         "mutable": "null",
26842                         "readable": true,
26843                         "type": "gint",
26844                         "writable": true
26845                     },
26846                     "auto-alt-ref": {
26847                         "blurb": "Automatically generate AltRef frames",
26848                         "conditionally-available": false,
26849                         "construct": false,
26850                         "construct-only": false,
26851                         "controllable": false,
26852                         "default": "false",
26853                         "mutable": "null",
26854                         "readable": true,
26855                         "type": "gboolean",
26856                         "writable": true
26857                     },
26858                     "bits-per-pixel": {
26859                         "blurb": "Factor to convert number of pixels to bitrate value (only has an effect if target-bitrate=0)",
26860                         "conditionally-available": false,
26861                         "construct": false,
26862                         "construct-only": false,
26863                         "controllable": false,
26864                         "default": "0.0434",
26865                         "max": "3.40282e+38",
26866                         "min": "0",
26867                         "mutable": "null",
26868                         "readable": true,
26869                         "type": "gfloat",
26870                         "writable": true
26871                     },
26872                     "buffer-initial-size": {
26873                         "blurb": "Initial client buffer size (ms)",
26874                         "conditionally-available": false,
26875                         "construct": false,
26876                         "construct-only": false,
26877                         "controllable": false,
26878                         "default": "4000",
26879                         "max": "2147483647",
26880                         "min": "0",
26881                         "mutable": "null",
26882                         "readable": true,
26883                         "type": "gint",
26884                         "writable": true
26885                     },
26886                     "buffer-optimal-size": {
26887                         "blurb": "Optimal client buffer size (ms)",
26888                         "conditionally-available": false,
26889                         "construct": false,
26890                         "construct-only": false,
26891                         "controllable": false,
26892                         "default": "5000",
26893                         "max": "2147483647",
26894                         "min": "0",
26895                         "mutable": "null",
26896                         "readable": true,
26897                         "type": "gint",
26898                         "writable": true
26899                     },
26900                     "buffer-size": {
26901                         "blurb": "Client buffer size (ms)",
26902                         "conditionally-available": false,
26903                         "construct": false,
26904                         "construct-only": false,
26905                         "controllable": false,
26906                         "default": "6000",
26907                         "max": "2147483647",
26908                         "min": "0",
26909                         "mutable": "null",
26910                         "readable": true,
26911                         "type": "gint",
26912                         "writable": true
26913                     },
26914                     "cpu-used": {
26915                         "blurb": "CPU used",
26916                         "conditionally-available": false,
26917                         "construct": false,
26918                         "construct-only": false,
26919                         "controllable": false,
26920                         "default": "0",
26921                         "max": "16",
26922                         "min": "-16",
26923                         "mutable": "null",
26924                         "readable": true,
26925                         "type": "gint",
26926                         "writable": true
26927                     },
26928                     "cq-level": {
26929                         "blurb": "Constrained quality level",
26930                         "conditionally-available": false,
26931                         "construct": false,
26932                         "construct-only": false,
26933                         "controllable": false,
26934                         "default": "10",
26935                         "max": "63",
26936                         "min": "0",
26937                         "mutable": "null",
26938                         "readable": true,
26939                         "type": "gint",
26940                         "writable": true
26941                     },
26942                     "deadline": {
26943                         "blurb": "Deadline per frame (usec, 0=best, 1=realtime)",
26944                         "conditionally-available": false,
26945                         "construct": false,
26946                         "construct-only": false,
26947                         "controllable": false,
26948                         "default": "1000000",
26949                         "max": "9223372036854775807",
26950                         "min": "0",
26951                         "mutable": "null",
26952                         "readable": true,
26953                         "type": "gint64",
26954                         "writable": true
26955                     },
26956                     "dropframe-threshold": {
26957                         "blurb": "Temporal resampling threshold (buf %%)",
26958                         "conditionally-available": false,
26959                         "construct": false,
26960                         "construct-only": false,
26961                         "controllable": false,
26962                         "default": "0",
26963                         "max": "100",
26964                         "min": "0",
26965                         "mutable": "null",
26966                         "readable": true,
26967                         "type": "gint",
26968                         "writable": true
26969                     },
26970                     "end-usage": {
26971                         "blurb": "Rate control mode",
26972                         "conditionally-available": false,
26973                         "construct": false,
26974                         "construct-only": false,
26975                         "controllable": false,
26976                         "default": "vbr (0)",
26977                         "mutable": "null",
26978                         "readable": true,
26979                         "type": "GstVPXEncEndUsage",
26980                         "writable": true
26981                     },
26982                     "error-resilient": {
26983                         "blurb": "Error resilience flags",
26984                         "conditionally-available": false,
26985                         "construct": false,
26986                         "construct-only": false,
26987                         "controllable": false,
26988                         "default": "(none)",
26989                         "mutable": "null",
26990                         "readable": true,
26991                         "type": "GstVPXEncErFlags",
26992                         "writable": true
26993                     },
26994                     "horizontal-scaling-mode": {
26995                         "blurb": "Horizontal scaling mode",
26996                         "conditionally-available": false,
26997                         "construct": false,
26998                         "construct-only": false,
26999                         "controllable": false,
27000                         "default": "normal (0)",
27001                         "mutable": "null",
27002                         "readable": true,
27003                         "type": "GstVPXEncScalingMode",
27004                         "writable": true
27005                     },
27006                     "keyframe-max-dist": {
27007                         "blurb": "Maximum distance between keyframes (number of frames)",
27008                         "conditionally-available": false,
27009                         "construct": false,
27010                         "construct-only": false,
27011                         "controllable": false,
27012                         "default": "128",
27013                         "max": "2147483647",
27014                         "min": "0",
27015                         "mutable": "null",
27016                         "readable": true,
27017                         "type": "gint",
27018                         "writable": true
27019                     },
27020                     "keyframe-mode": {
27021                         "blurb": "Keyframe placement",
27022                         "conditionally-available": false,
27023                         "construct": false,
27024                         "construct-only": false,
27025                         "controllable": false,
27026                         "default": "auto (1)",
27027                         "mutable": "null",
27028                         "readable": true,
27029                         "type": "GstVPXEncKfMode",
27030                         "writable": true
27031                     },
27032                     "lag-in-frames": {
27033                         "blurb": "Maximum number of frames to lag",
27034                         "conditionally-available": false,
27035                         "construct": false,
27036                         "construct-only": false,
27037                         "controllable": false,
27038                         "default": "0",
27039                         "max": "25",
27040                         "min": "0",
27041                         "mutable": "null",
27042                         "readable": true,
27043                         "type": "gint",
27044                         "writable": true
27045                     },
27046                     "max-intra-bitrate": {
27047                         "blurb": "Maximum Intra frame bitrate",
27048                         "conditionally-available": false,
27049                         "construct": false,
27050                         "construct-only": false,
27051                         "controllable": false,
27052                         "default": "0",
27053                         "max": "2147483647",
27054                         "min": "0",
27055                         "mutable": "null",
27056                         "readable": true,
27057                         "type": "gint",
27058                         "writable": true
27059                     },
27060                     "max-quantizer": {
27061                         "blurb": "Maximum Quantizer (worst)",
27062                         "conditionally-available": false,
27063                         "construct": false,
27064                         "construct-only": false,
27065                         "controllable": false,
27066                         "default": "63",
27067                         "max": "63",
27068                         "min": "0",
27069                         "mutable": "null",
27070                         "readable": true,
27071                         "type": "gint",
27072                         "writable": true
27073                     },
27074                     "min-quantizer": {
27075                         "blurb": "Minimum Quantizer (best)",
27076                         "conditionally-available": false,
27077                         "construct": false,
27078                         "construct-only": false,
27079                         "controllable": false,
27080                         "default": "4",
27081                         "max": "63",
27082                         "min": "0",
27083                         "mutable": "null",
27084                         "readable": true,
27085                         "type": "gint",
27086                         "writable": true
27087                     },
27088                     "multipass-cache-file": {
27089                         "blurb": "Multipass cache file. If stream caps reinited, multiple files will be created: file, file.1, file.2, ... and so on.",
27090                         "conditionally-available": false,
27091                         "construct": false,
27092                         "construct-only": false,
27093                         "controllable": false,
27094                         "default": "multipass.cache",
27095                         "mutable": "null",
27096                         "readable": true,
27097                         "type": "gchararray",
27098                         "writable": true
27099                     },
27100                     "multipass-mode": {
27101                         "blurb": "Multipass encode mode",
27102                         "conditionally-available": false,
27103                         "construct": false,
27104                         "construct-only": false,
27105                         "controllable": false,
27106                         "default": "one-pass (0)",
27107                         "mutable": "null",
27108                         "readable": true,
27109                         "type": "GstVPXEncMultipassMode",
27110                         "writable": true
27111                     },
27112                     "noise-sensitivity": {
27113                         "blurb": "Noise sensisivity (frames to blur)",
27114                         "conditionally-available": false,
27115                         "construct": false,
27116                         "construct-only": false,
27117                         "controllable": false,
27118                         "default": "0",
27119                         "max": "6",
27120                         "min": "0",
27121                         "mutable": "null",
27122                         "readable": true,
27123                         "type": "gint",
27124                         "writable": true
27125                     },
27126                     "overshoot": {
27127                         "blurb": "Datarate overshoot (max) target (%%)",
27128                         "conditionally-available": false,
27129                         "construct": false,
27130                         "construct-only": false,
27131                         "controllable": false,
27132                         "default": "100",
27133                         "max": "1000",
27134                         "min": "0",
27135                         "mutable": "null",
27136                         "readable": true,
27137                         "type": "gint",
27138                         "writable": true
27139                     },
27140                     "resize-allowed": {
27141                         "blurb": "Allow spatial resampling",
27142                         "conditionally-available": false,
27143                         "construct": false,
27144                         "construct-only": false,
27145                         "controllable": false,
27146                         "default": "false",
27147                         "mutable": "null",
27148                         "readable": true,
27149                         "type": "gboolean",
27150                         "writable": true
27151                     },
27152                     "resize-down-threshold": {
27153                         "blurb": "Downscale threshold (buf %%)",
27154                         "conditionally-available": false,
27155                         "construct": false,
27156                         "construct-only": false,
27157                         "controllable": false,
27158                         "default": "60",
27159                         "max": "100",
27160                         "min": "0",
27161                         "mutable": "null",
27162                         "readable": true,
27163                         "type": "gint",
27164                         "writable": true
27165                     },
27166                     "resize-up-threshold": {
27167                         "blurb": "Upscale threshold (buf %%)",
27168                         "conditionally-available": false,
27169                         "construct": false,
27170                         "construct-only": false,
27171                         "controllable": false,
27172                         "default": "30",
27173                         "max": "100",
27174                         "min": "0",
27175                         "mutable": "null",
27176                         "readable": true,
27177                         "type": "gint",
27178                         "writable": true
27179                     },
27180                     "sharpness": {
27181                         "blurb": "Filter sharpness",
27182                         "conditionally-available": false,
27183                         "construct": false,
27184                         "construct-only": false,
27185                         "controllable": false,
27186                         "default": "0",
27187                         "max": "7",
27188                         "min": "0",
27189                         "mutable": "null",
27190                         "readable": true,
27191                         "type": "gint",
27192                         "writable": true
27193                     },
27194                     "static-threshold": {
27195                         "blurb": "Motion detection threshold. Recommendation is to set 100 for screen/window sharing",
27196                         "conditionally-available": false,
27197                         "construct": false,
27198                         "construct-only": false,
27199                         "controllable": false,
27200                         "default": "1",
27201                         "max": "2147483647",
27202                         "min": "0",
27203                         "mutable": "null",
27204                         "readable": true,
27205                         "type": "gint",
27206                         "writable": true
27207                     },
27208                     "target-bitrate": {
27209                         "blurb": "Target bitrate (in bits/sec) (0: auto - bitrate depends on resolution, see \"bits-per-pixel\" property for more info)",
27210                         "conditionally-available": false,
27211                         "construct": false,
27212                         "construct-only": false,
27213                         "controllable": false,
27214                         "default": "0",
27215                         "max": "2147483647",
27216                         "min": "0",
27217                         "mutable": "null",
27218                         "readable": true,
27219                         "type": "gint",
27220                         "writable": true
27221                     },
27222                     "temporal-scalability-layer-flags": {
27223                         "blurb": "Sequence defining coding layer flags",
27224                         "conditionally-available": false,
27225                         "construct": false,
27226                         "construct-only": false,
27227                         "controllable": false,
27228                         "mutable": "null",
27229                         "readable": true,
27230                         "type": "GstValueArray",
27231                         "writable": true
27232                     },
27233                     "temporal-scalability-layer-id": {
27234                         "blurb": "Sequence defining coding layer membership",
27235                         "conditionally-available": false,
27236                         "construct": false,
27237                         "construct-only": false,
27238                         "controllable": false,
27239                         "mutable": "null",
27240                         "readable": true,
27241                         "type": "GValueArray",
27242                         "writable": true
27243                     },
27244                     "temporal-scalability-layer-sync-flags": {
27245                         "blurb": "Sequence defining coding layer sync flags",
27246                         "conditionally-available": false,
27247                         "construct": false,
27248                         "construct-only": false,
27249                         "controllable": false,
27250                         "mutable": "null",
27251                         "readable": true,
27252                         "type": "GstValueArray",
27253                         "writable": true
27254                     },
27255                     "temporal-scalability-number-layers": {
27256                         "blurb": "Number of coding layers to use",
27257                         "conditionally-available": false,
27258                         "construct": false,
27259                         "construct-only": false,
27260                         "controllable": false,
27261                         "default": "1",
27262                         "max": "5",
27263                         "min": "1",
27264                         "mutable": "null",
27265                         "readable": true,
27266                         "type": "gint",
27267                         "writable": true
27268                     },
27269                     "temporal-scalability-periodicity": {
27270                         "blurb": "Length of sequence that defines layer membership periodicity",
27271                         "conditionally-available": false,
27272                         "construct": false,
27273                         "construct-only": false,
27274                         "controllable": false,
27275                         "default": "0",
27276                         "max": "16",
27277                         "min": "0",
27278                         "mutable": "null",
27279                         "readable": true,
27280                         "type": "gint",
27281                         "writable": true
27282                     },
27283                     "temporal-scalability-rate-decimator": {
27284                         "blurb": "Rate decimation factors for each layer",
27285                         "conditionally-available": false,
27286                         "construct": false,
27287                         "construct-only": false,
27288                         "controllable": false,
27289                         "mutable": "null",
27290                         "readable": true,
27291                         "type": "GValueArray",
27292                         "writable": true
27293                     },
27294                     "temporal-scalability-target-bitrate": {
27295                         "blurb": "Target bitrates (bits/sec) for coding layers (one per layer)",
27296                         "conditionally-available": false,
27297                         "construct": false,
27298                         "construct-only": false,
27299                         "controllable": false,
27300                         "mutable": "null",
27301                         "readable": true,
27302                         "type": "GValueArray",
27303                         "writable": true
27304                     },
27305                     "threads": {
27306                         "blurb": "Number of threads to use",
27307                         "conditionally-available": false,
27308                         "construct": false,
27309                         "construct-only": false,
27310                         "controllable": false,
27311                         "default": "0",
27312                         "max": "64",
27313                         "min": "0",
27314                         "mutable": "null",
27315                         "readable": true,
27316                         "type": "gint",
27317                         "writable": true
27318                     },
27319                     "timebase": {
27320                         "blurb": "Fraction of one second that is the shortest interframe time - normally left as zero which will default to the framerate",
27321                         "conditionally-available": false,
27322                         "construct": false,
27323                         "construct-only": false,
27324                         "controllable": false,
27325                         "default": "0/1",
27326                         "max": "2147483647/1",
27327                         "min": "0/1",
27328                         "mutable": "null",
27329                         "readable": true,
27330                         "type": "GstFraction",
27331                         "writable": true
27332                     },
27333                     "token-partitions": {
27334                         "blurb": "Number of token partitions",
27335                         "conditionally-available": false,
27336                         "construct": false,
27337                         "construct-only": false,
27338                         "controllable": false,
27339                         "default": "1 (0)",
27340                         "mutable": "null",
27341                         "readable": true,
27342                         "type": "GstVPXEncTokenPartitions",
27343                         "writable": true
27344                     },
27345                     "tuning": {
27346                         "blurb": "Tuning",
27347                         "conditionally-available": false,
27348                         "construct": false,
27349                         "construct-only": false,
27350                         "controllable": false,
27351                         "default": "psnr (0)",
27352                         "mutable": "null",
27353                         "readable": true,
27354                         "type": "GstVPXEncTuning",
27355                         "writable": true
27356                     },
27357                     "twopass-vbr-bias": {
27358                         "blurb": "CBR/VBR bias (0=CBR, 100=VBR)",
27359                         "conditionally-available": false,
27360                         "construct": false,
27361                         "construct-only": false,
27362                         "controllable": false,
27363                         "default": "50",
27364                         "max": "100",
27365                         "min": "0",
27366                         "mutable": "null",
27367                         "readable": true,
27368                         "type": "gint",
27369                         "writable": true
27370                     },
27371                     "twopass-vbr-maxsection": {
27372                         "blurb": "GOP maximum bitrate (%% target)",
27373                         "conditionally-available": false,
27374                         "construct": false,
27375                         "construct-only": false,
27376                         "controllable": false,
27377                         "default": "0",
27378                         "max": "2147483647",
27379                         "min": "0",
27380                         "mutable": "null",
27381                         "readable": true,
27382                         "type": "gint",
27383                         "writable": true
27384                     },
27385                     "twopass-vbr-minsection": {
27386                         "blurb": "GOP minimum bitrate (%% target)",
27387                         "conditionally-available": false,
27388                         "construct": false,
27389                         "construct-only": false,
27390                         "controllable": false,
27391                         "default": "0",
27392                         "max": "2147483647",
27393                         "min": "0",
27394                         "mutable": "null",
27395                         "readable": true,
27396                         "type": "gint",
27397                         "writable": true
27398                     },
27399                     "undershoot": {
27400                         "blurb": "Datarate undershoot (min) target (%%)",
27401                         "conditionally-available": false,
27402                         "construct": false,
27403                         "construct-only": false,
27404                         "controllable": false,
27405                         "default": "100",
27406                         "max": "1000",
27407                         "min": "0",
27408                         "mutable": "null",
27409                         "readable": true,
27410                         "type": "gint",
27411                         "writable": true
27412                     },
27413                     "vertical-scaling-mode": {
27414                         "blurb": "Vertical scaling mode",
27415                         "conditionally-available": false,
27416                         "construct": false,
27417                         "construct-only": false,
27418                         "controllable": false,
27419                         "default": "normal (0)",
27420                         "mutable": "null",
27421                         "readable": true,
27422                         "type": "GstVPXEncScalingMode",
27423                         "writable": true
27424                     }
27425                 }
27426             },
27427             "GstVPXEncEndUsage": {
27428                 "kind": "enum",
27429                 "values": [
27430                     {
27431                         "desc": "Variable Bit Rate (VBR) mode",
27432                         "name": "vbr",
27433                         "value": "0"
27434                     },
27435                     {
27436                         "desc": "Constant Bit Rate (CBR) mode",
27437                         "name": "cbr",
27438                         "value": "1"
27439                     },
27440                     {
27441                         "desc": "Constant Quality Mode (CQ) mode",
27442                         "name": "cq",
27443                         "value": "2"
27444                     }
27445                 ]
27446             },
27447             "GstVPXEncErFlags": {
27448                 "kind": "flags",
27449                 "values": [
27450                     {
27451                         "desc": "Default error resilience",
27452                         "name": "default",
27453                         "value": "0x00000001"
27454                     },
27455                     {
27456                         "desc": "Allow partitions to be decoded independently",
27457                         "name": "partitions",
27458                         "value": "0x00000002"
27459                     }
27460                 ]
27461             },
27462             "GstVPXEncKfMode": {
27463                 "kind": "enum",
27464                 "values": [
27465                     {
27466                         "desc": "Determine optimal placement automatically",
27467                         "name": "auto",
27468                         "value": "1"
27469                     },
27470                     {
27471                         "desc": "Don't automatically place keyframes",
27472                         "name": "disabled",
27473                         "value": "0"
27474                     }
27475                 ]
27476             },
27477             "GstVPXEncMultipassMode": {
27478                 "kind": "enum",
27479                 "values": [
27480                     {
27481                         "desc": "One pass encoding (default)",
27482                         "name": "one-pass",
27483                         "value": "0"
27484                     },
27485                     {
27486                         "desc": "First pass of multipass encoding",
27487                         "name": "first-pass",
27488                         "value": "1"
27489                     },
27490                     {
27491                         "desc": "Last pass of multipass encoding",
27492                         "name": "last-pass",
27493                         "value": "2"
27494                     }
27495                 ]
27496             },
27497             "GstVPXEncScalingMode": {
27498                 "kind": "enum",
27499                 "values": [
27500                     {
27501                         "desc": "Normal",
27502                         "name": "normal",
27503                         "value": "0"
27504                     },
27505                     {
27506                         "desc": "4:5",
27507                         "name": "4:5",
27508                         "value": "1"
27509                     },
27510                     {
27511                         "desc": "3:5",
27512                         "name": "3:5",
27513                         "value": "2"
27514                     },
27515                     {
27516                         "desc": "1:2",
27517                         "name": "1:2",
27518                         "value": "3"
27519                     }
27520                 ]
27521             },
27522             "GstVPXEncTokenPartitions": {
27523                 "kind": "enum",
27524                 "values": [
27525                     {
27526                         "desc": "One token partition",
27527                         "name": "1",
27528                         "value": "0"
27529                     },
27530                     {
27531                         "desc": "Two token partitions",
27532                         "name": "2",
27533                         "value": "1"
27534                     },
27535                     {
27536                         "desc": "Four token partitions",
27537                         "name": "4",
27538                         "value": "2"
27539                     },
27540                     {
27541                         "desc": "Eight token partitions",
27542                         "name": "8",
27543                         "value": "3"
27544                     }
27545                 ]
27546             },
27547             "GstVPXEncTuning": {
27548                 "kind": "enum",
27549                 "values": [
27550                     {
27551                         "desc": "Tune for PSNR",
27552                         "name": "psnr",
27553                         "value": "0"
27554                     },
27555                     {
27556                         "desc": "Tune for SSIM",
27557                         "name": "ssim",
27558                         "value": "1"
27559                     }
27560                 ]
27561             }
27562         },
27563         "package": "GStreamer Good Plug-ins",
27564         "source": "gst-plugins-good",
27565         "tracers": {},
27566         "url": "Unknown package origin"
27567     },
27568     "wavenc": {
27569         "description": "Encode raw audio into WAV",
27570         "elements": {
27571             "wavenc": {
27572                 "author": "Iain Holmes <iain@prettypeople.org>",
27573                 "description": "Encode raw audio into WAV",
27574                 "hierarchy": [
27575                     "GstWavEnc",
27576                     "GstElement",
27577                     "GstObject",
27578                     "GInitiallyUnowned",
27579                     "GObject"
27580                 ],
27581                 "interfaces": [
27582                     "GstTagSetter",
27583                     "GstTocSetter"
27584                 ],
27585                 "klass": "Codec/Muxer/Audio",
27586                 "long-name": "WAV audio muxer",
27587                 "pad-templates": {
27588                     "sink": {
27589                         "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",
27590                         "direction": "sink",
27591                         "presence": "always"
27592                     },
27593                     "src": {
27594                         "caps": "audio/x-wav:\naudio/x-rf64:\n",
27595                         "direction": "src",
27596                         "presence": "always"
27597                     }
27598                 },
27599                 "rank": "primary"
27600             }
27601         },
27602         "filename": "gstwavenc",
27603         "license": "LGPL",
27604         "other-types": {},
27605         "package": "GStreamer Good Plug-ins",
27606         "source": "gst-plugins-good",
27607         "tracers": {},
27608         "url": "Unknown package origin"
27609     },
27610     "wavpack": {
27611         "description": "Wavpack lossless/lossy audio format handling",
27612         "elements": {
27613             "wavpackdec": {
27614                 "author": "Arwed v. Merkatz <v.merkatz@gmx.net>, Sebastian Dröge <slomo@circular-chaos.org>",
27615                 "description": "Decodes Wavpack audio data",
27616                 "hierarchy": [
27617                     "GstWavpackDec",
27618                     "GstAudioDecoder",
27619                     "GstElement",
27620                     "GstObject",
27621                     "GInitiallyUnowned",
27622                     "GObject"
27623                 ],
27624                 "klass": "Codec/Decoder/Audio",
27625                 "long-name": "Wavpack audio decoder",
27626                 "pad-templates": {
27627                     "sink": {
27628                         "caps": "audio/x-wavpack:\n          depth: [ 1, 32 ]\n       channels: [ 1, 8 ]\n           rate: [ 6000, 192000 ]\n         framed: true\n",
27629                         "direction": "sink",
27630                         "presence": "always"
27631                     },
27632                     "src": {
27633                         "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",
27634                         "direction": "src",
27635                         "presence": "always"
27636                     }
27637                 },
27638                 "properties": {},
27639                 "rank": "primary"
27640             },
27641             "wavpackenc": {
27642                 "author": "Sebastian Dröge <slomo@circular-chaos.org>",
27643                 "description": "Encodes audio with the Wavpack lossless/lossy audio codec",
27644                 "hierarchy": [
27645                     "GstWavpackEnc",
27646                     "GstAudioEncoder",
27647                     "GstElement",
27648                     "GstObject",
27649                     "GInitiallyUnowned",
27650                     "GObject"
27651                 ],
27652                 "interfaces": [
27653                     "GstPreset"
27654                 ],
27655                 "klass": "Codec/Encoder/Audio",
27656                 "long-name": "Wavpack audio encoder",
27657                 "pad-templates": {
27658                     "sink": {
27659                         "caps": "audio/x-raw:\n         format: S32LE\n         layout: interleaved\n       channels: [ 1, 8 ]\n           rate: [ 6000, 192000 ]\n",
27660                         "direction": "sink",
27661                         "presence": "always"
27662                     },
27663                     "src": {
27664                         "caps": "audio/x-wavpack:\n          depth: [ 1, 32 ]\n       channels: [ 1, 8 ]\n           rate: [ 6000, 192000 ]\n         framed: true\n",
27665                         "direction": "src",
27666                         "presence": "always"
27667                     },
27668                     "wvcsrc": {
27669                         "caps": "audio/x-wavpack-correction:\n         framed: true\n",
27670                         "direction": "src",
27671                         "presence": "sometimes"
27672                     }
27673                 },
27674                 "properties": {
27675                     "bitrate": {
27676                         "blurb": "Try to encode with this average bitrate (bits/sec). This enables lossy encoding, values smaller than 24000 disable it again.",
27677                         "conditionally-available": false,
27678                         "construct": false,
27679                         "construct-only": false,
27680                         "controllable": false,
27681                         "default": "0",
27682                         "max": "9600000",
27683                         "min": "0",
27684                         "mutable": "null",
27685                         "readable": true,
27686                         "type": "guint",
27687                         "writable": true
27688                     },
27689                     "bits-per-sample": {
27690                         "blurb": "Try to encode with this amount of bits per sample. This enables lossy encoding, values smaller than 2.0 disable it again.",
27691                         "conditionally-available": false,
27692                         "construct": false,
27693                         "construct-only": false,
27694                         "controllable": false,
27695                         "default": "0",
27696                         "max": "24",
27697                         "min": "0",
27698                         "mutable": "null",
27699                         "readable": true,
27700                         "type": "gdouble",
27701                         "writable": true
27702                     },
27703                     "correction-mode": {
27704                         "blurb": "Use this mode for the correction stream. Only works in lossy mode!",
27705                         "conditionally-available": false,
27706                         "construct": false,
27707                         "construct-only": false,
27708                         "controllable": false,
27709                         "default": "off (0)",
27710                         "mutable": "null",
27711                         "readable": true,
27712                         "type": "GstWavpackEncCorrectionMode",
27713                         "writable": true
27714                     },
27715                     "extra-processing": {
27716                         "blurb": "Use better but slower filters for better compression/quality.",
27717                         "conditionally-available": false,
27718                         "construct": false,
27719                         "construct-only": false,
27720                         "controllable": false,
27721                         "default": "0",
27722                         "max": "6",
27723                         "min": "0",
27724                         "mutable": "null",
27725                         "readable": true,
27726                         "type": "guint",
27727                         "writable": true
27728                     },
27729                     "joint-stereo-mode": {
27730                         "blurb": "Use this joint-stereo mode.",
27731                         "conditionally-available": false,
27732                         "construct": false,
27733                         "construct-only": false,
27734                         "controllable": false,
27735                         "default": "auto (0)",
27736                         "mutable": "null",
27737                         "readable": true,
27738                         "type": "GstWavpackEncJSMode",
27739                         "writable": true
27740                     },
27741                     "md5": {
27742                         "blurb": "Store MD5 hash of raw samples within the file.",
27743                         "conditionally-available": false,
27744                         "construct": false,
27745                         "construct-only": false,
27746                         "controllable": false,
27747                         "default": "false",
27748                         "mutable": "null",
27749                         "readable": true,
27750                         "type": "gboolean",
27751                         "writable": true
27752                     },
27753                     "mode": {
27754                         "blurb": "Speed versus compression tradeoff.",
27755                         "conditionally-available": false,
27756                         "construct": false,
27757                         "construct-only": false,
27758                         "controllable": false,
27759                         "default": "normal (2)",
27760                         "mutable": "null",
27761                         "readable": true,
27762                         "type": "GstWavpackEncMode",
27763                         "writable": true
27764                     }
27765                 },
27766                 "rank": "none",
27767                 "signals": {}
27768             }
27769         },
27770         "filename": "gstwavpack",
27771         "license": "LGPL",
27772         "other-types": {
27773             "GstWavpackEncCorrectionMode": {
27774                 "kind": "enum",
27775                 "values": [
27776                     {
27777                         "desc": "Create no correction file",
27778                         "name": "off",
27779                         "value": "0"
27780                     },
27781                     {
27782                         "desc": "Create correction file",
27783                         "name": "on",
27784                         "value": "1"
27785                     },
27786                     {
27787                         "desc": "Create optimized correction file",
27788                         "name": "optimized",
27789                         "value": "2"
27790                     }
27791                 ]
27792             },
27793             "GstWavpackEncJSMode": {
27794                 "kind": "enum",
27795                 "values": [
27796                     {
27797                         "desc": "auto",
27798                         "name": "auto",
27799                         "value": "0"
27800                     },
27801                     {
27802                         "desc": "left/right",
27803                         "name": "leftright",
27804                         "value": "1"
27805                     },
27806                     {
27807                         "desc": "mid/side",
27808                         "name": "midside",
27809                         "value": "2"
27810                     }
27811                 ]
27812             },
27813             "GstWavpackEncMode": {
27814                 "kind": "enum",
27815                 "values": [
27816                     {
27817                         "desc": "Fast Compression",
27818                         "name": "fast",
27819                         "value": "1"
27820                     },
27821                     {
27822                         "desc": "Normal Compression",
27823                         "name": "normal",
27824                         "value": "2"
27825                     },
27826                     {
27827                         "desc": "High Compression",
27828                         "name": "high",
27829                         "value": "3"
27830                     },
27831                     {
27832                         "desc": "Very High Compression",
27833                         "name": "veryhigh",
27834                         "value": "4"
27835                     }
27836                 ]
27837             }
27838         },
27839         "package": "GStreamer Good Plug-ins",
27840         "source": "gst-plugins-good",
27841         "tracers": {},
27842         "url": "Unknown package origin"
27843     },
27844     "wavparse": {
27845         "description": "Parse a .wav file into raw audio",
27846         "elements": {
27847             "wavparse": {
27848                 "author": "Erik Walthinsen <omega@cse.ogi.edu>",
27849                 "description": "Parse a .wav file into raw audio",
27850                 "hierarchy": [
27851                     "GstWavParse",
27852                     "GstElement",
27853                     "GstObject",
27854                     "GInitiallyUnowned",
27855                     "GObject"
27856                 ],
27857                 "klass": "Codec/Demuxer/Audio",
27858                 "long-name": "WAV audio demuxer",
27859                 "pad-templates": {
27860                     "sink": {
27861                         "caps": "audio/x-wav:\naudio/x-rf64:\n",
27862                         "direction": "sink",
27863                         "presence": "always"
27864                     },
27865                     "src": {
27866                         "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",
27867                         "direction": "src",
27868                         "presence": "always"
27869                     }
27870                 },
27871                 "properties": {
27872                     "ignore-length": {
27873                         "blurb": "Ignore length from the Wave header",
27874                         "conditionally-available": false,
27875                         "construct": false,
27876                         "construct-only": false,
27877                         "controllable": false,
27878                         "default": "false",
27879                         "mutable": "null",
27880                         "readable": true,
27881                         "type": "gboolean",
27882                         "writable": true
27883                     }
27884                 },
27885                 "rank": "primary"
27886             }
27887         },
27888         "filename": "gstwavparse",
27889         "license": "LGPL",
27890         "other-types": {},
27891         "package": "GStreamer Good Plug-ins",
27892         "source": "gst-plugins-good",
27893         "tracers": {},
27894         "url": "Unknown package origin"
27895     },
27896     "ximagesrc": {
27897         "description": "X11 video input plugin using standard Xlib calls",
27898         "elements": {
27899             "ximagesrc": {
27900                 "author": "Lutz Mueller <lutz@users.sourceforge.net>, Jan Schmidt <thaytan@mad.scientist.com>, Zaheer Merali <zaheerabbas at merali dot org>",
27901                 "description": "Creates a screenshot video stream",
27902                 "hierarchy": [
27903                     "GstXImageSrc",
27904                     "GstPushSrc",
27905                     "GstBaseSrc",
27906                     "GstElement",
27907                     "GstObject",
27908                     "GInitiallyUnowned",
27909                     "GObject"
27910                 ],
27911                 "klass": "Source/Video",
27912                 "long-name": "Ximage video source",
27913                 "pad-templates": {
27914                     "src": {
27915                         "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",
27916                         "direction": "src",
27917                         "presence": "always"
27918                     }
27919                 },
27920                 "properties": {
27921                     "display-name": {
27922                         "blurb": "X Display Name",
27923                         "conditionally-available": false,
27924                         "construct": false,
27925                         "construct-only": false,
27926                         "controllable": false,
27927                         "default": "NULL",
27928                         "mutable": "null",
27929                         "readable": true,
27930                         "type": "gchararray",
27931                         "writable": true
27932                     },
27933                     "endx": {
27934                         "blurb": "X coordinate of bottom right corner of area to be recorded (0 for bottom right of screen)",
27935                         "conditionally-available": false,
27936                         "construct": false,
27937                         "construct-only": false,
27938                         "controllable": false,
27939                         "default": "0",
27940                         "max": "2147483647",
27941                         "min": "0",
27942                         "mutable": "null",
27943                         "readable": true,
27944                         "type": "guint",
27945                         "writable": true
27946                     },
27947                     "endy": {
27948                         "blurb": "Y coordinate of bottom right corner of area to be recorded (0 for bottom right of screen)",
27949                         "conditionally-available": false,
27950                         "construct": false,
27951                         "construct-only": false,
27952                         "controllable": false,
27953                         "default": "0",
27954                         "max": "2147483647",
27955                         "min": "0",
27956                         "mutable": "null",
27957                         "readable": true,
27958                         "type": "guint",
27959                         "writable": true
27960                     },
27961                     "remote": {
27962                         "blurb": "Whether the display is remote",
27963                         "conditionally-available": false,
27964                         "construct": false,
27965                         "construct-only": false,
27966                         "controllable": false,
27967                         "default": "false",
27968                         "mutable": "null",
27969                         "readable": true,
27970                         "type": "gboolean",
27971                         "writable": true
27972                     },
27973                     "show-pointer": {
27974                         "blurb": "Show mouse pointer (if XFixes extension enabled)",
27975                         "conditionally-available": false,
27976                         "construct": false,
27977                         "construct-only": false,
27978                         "controllable": false,
27979                         "default": "true",
27980                         "mutable": "null",
27981                         "readable": true,
27982                         "type": "gboolean",
27983                         "writable": true
27984                     },
27985                     "startx": {
27986                         "blurb": "X coordinate of top left corner of area to be recorded (0 for top left of screen)",
27987                         "conditionally-available": false,
27988                         "construct": false,
27989                         "construct-only": false,
27990                         "controllable": false,
27991                         "default": "0",
27992                         "max": "2147483647",
27993                         "min": "0",
27994                         "mutable": "null",
27995                         "readable": true,
27996                         "type": "guint",
27997                         "writable": true
27998                     },
27999                     "starty": {
28000                         "blurb": "Y coordinate of top left corner of area to be recorded (0 for top left of screen)",
28001                         "conditionally-available": false,
28002                         "construct": false,
28003                         "construct-only": false,
28004                         "controllable": false,
28005                         "default": "0",
28006                         "max": "2147483647",
28007                         "min": "0",
28008                         "mutable": "null",
28009                         "readable": true,
28010                         "type": "guint",
28011                         "writable": true
28012                     },
28013                     "use-damage": {
28014                         "blurb": "Use XDamage (if XDamage extension enabled)",
28015                         "conditionally-available": false,
28016                         "construct": false,
28017                         "construct-only": false,
28018                         "controllable": false,
28019                         "default": "true",
28020                         "mutable": "null",
28021                         "readable": true,
28022                         "type": "gboolean",
28023                         "writable": true
28024                     },
28025                     "xid": {
28026                         "blurb": "Window XID to capture from",
28027                         "conditionally-available": false,
28028                         "construct": false,
28029                         "construct-only": false,
28030                         "controllable": false,
28031                         "default": "0",
28032                         "max": "18446744073709551615",
28033                         "min": "0",
28034                         "mutable": "null",
28035                         "readable": true,
28036                         "type": "guint64",
28037                         "writable": true
28038                     },
28039                     "xname": {
28040                         "blurb": "Window name to capture from",
28041                         "conditionally-available": false,
28042                         "construct": false,
28043                         "construct-only": false,
28044                         "controllable": false,
28045                         "default": "NULL",
28046                         "mutable": "null",
28047                         "readable": true,
28048                         "type": "gchararray",
28049                         "writable": true
28050                     }
28051                 },
28052                 "rank": "none"
28053             }
28054         },
28055         "filename": "gstximagesrc",
28056         "license": "LGPL",
28057         "other-types": {},
28058         "package": "GStreamer Good Plug-ins",
28059         "source": "gst-plugins-good",
28060         "tracers": {},
28061         "url": "Unknown package origin"
28062     },
28063     "xingmux": {
28064         "description": "Add XING tags to mpeg audio files",
28065         "elements": {
28066             "xingmux": {
28067                 "author": "Christophe Fergeau <teuf@gnome.org>",
28068                 "description": "Adds a Xing header to the beginning of a VBR MP3 file",
28069                 "hierarchy": [
28070                     "GstXingMux",
28071                     "GstElement",
28072                     "GstObject",
28073                     "GInitiallyUnowned",
28074                     "GObject"
28075                 ],
28076                 "klass": "Formatter/Muxer/Metadata",
28077                 "long-name": "MP3 Xing muxer",
28078                 "pad-templates": {
28079                     "sink": {
28080                         "caps": "audio/mpeg:\n    mpegversion: 1\n          layer: [ 1, 3 ]\n",
28081                         "direction": "sink",
28082                         "presence": "always"
28083                     },
28084                     "src": {
28085                         "caps": "audio/mpeg:\n    mpegversion: 1\n          layer: [ 1, 3 ]\n",
28086                         "direction": "src",
28087                         "presence": "always"
28088                     }
28089                 },
28090                 "rank": "marginal"
28091             }
28092         },
28093         "filename": "gstxingmux",
28094         "license": "LGPL",
28095         "other-types": {},
28096         "package": "GStreamer Good Plug-ins",
28097         "source": "gst-plugins-good",
28098         "tracers": {},
28099         "url": "Unknown package origin"
28100     },
28101     "y4menc": {
28102         "description": "Encodes a YUV frame into the yuv4mpeg format (mjpegtools)",
28103         "elements": {
28104             "y4menc": {
28105                 "author": "Wim Taymans <wim.taymans@gmail.com>",
28106                 "description": "Encodes a YUV frame into the yuv4mpeg format (mjpegtools)",
28107                 "hierarchy": [
28108                     "GstY4mEncode",
28109                     "GstVideoEncoder",
28110                     "GstElement",
28111                     "GstObject",
28112                     "GInitiallyUnowned",
28113                     "GObject"
28114                 ],
28115                 "interfaces": [
28116                     "GstPreset"
28117                 ],
28118                 "klass": "Codec/Encoder/Video",
28119                 "long-name": "YUV4MPEG video encoder",
28120                 "pad-templates": {
28121                     "sink": {
28122                         "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",
28123                         "direction": "sink",
28124                         "presence": "always"
28125                     },
28126                     "src": {
28127                         "caps": "application/x-yuv4mpeg:\n     y4mversion: 2\n",
28128                         "direction": "src",
28129                         "presence": "always"
28130                     }
28131                 },
28132                 "properties": {},
28133                 "rank": "primary"
28134             }
28135         },
28136         "filename": "gsty4menc",
28137         "license": "LGPL",
28138         "other-types": {},
28139         "package": "GStreamer Good Plug-ins",
28140         "source": "gst-plugins-good",
28141         "tracers": {},
28142         "url": "Unknown package origin"
28143     }
28144 }