This file is indexed.

/usr/share/gir-1.0/ClutterGst-3.0.gir is in libclutter-gst-3.0-dev 3.0.24-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
<?xml version="1.0"?>
<!-- This file was automatically generated from C sources - DO NOT EDIT!
To affect the contents of this file, edit the original C definitions,
and/or use gtk-doc annotations.  -->
<repository version="1.2"
            xmlns="http://www.gtk.org/introspection/core/1.0"
            xmlns:c="http://www.gtk.org/introspection/c/1.0"
            xmlns:glib="http://www.gtk.org/introspection/glib/1.0">
  <include name="Clutter" version="1.0"/>
  <include name="Cogl" version="1.0"/>
  <include name="GObject" version="2.0"/>
  <include name="GdkPixbuf" version="2.0"/>
  <include name="Gst" version="1.0"/>
  <include name="GstAudio" version="1.0"/>
  <include name="GstBase" version="1.0"/>
  <include name="GstPbutils" version="1.0"/>
  <include name="GstVideo" version="1.0"/>
  <package name="clutter-gst-3.0"/>
  <c:include name="clutter-gst/clutter-gst.h"/>
  <namespace name="ClutterGst"
             version="3.0"
             shared-library="libclutter-gst-3.0.so.0"
             c:identifier-prefixes="ClutterGst"
             c:symbol-prefixes="clutter_gst">
    <class name="Aspectratio"
           c:symbol-prefix="aspectratio"
           c:type="ClutterGstAspectratio"
           parent="Content"
           glib:type-name="ClutterGstAspectratio"
           glib:get-type="clutter_gst_aspectratio_get_type"
           glib:type-struct="AspectratioClass">
      <doc xml:space="preserve">Implementation of #ClutterGstContent that displays video streams
with respects to their aspect ratio.

The #ClutterGstAspectratio structure contains only private data and
should not be accessed directly.</doc>
      <implements name="Clutter.Content"/>
      <function name="new" c:identifier="clutter_gst_aspectratio_new">
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">a new #ClutterGstAspectratio instance</doc>
          <type name="Clutter.Content" c:type="ClutterContent*"/>
        </return-value>
      </function>
      <property name="fill-allocation"
                version="3.0"
                writable="1"
                transfer-ownership="none">
        <doc xml:space="preserve">Whether the content should fill its allocation with video rather
than adding borders.</doc>
        <type name="gboolean" c:type="gboolean"/>
      </property>
      <property name="paint-borders"
                version="3.0"
                writable="1"
                transfer-ownership="none">
        <doc xml:space="preserve">Whether or not paint borders on the sides of the video</doc>
        <type name="gboolean" c:type="gboolean"/>
      </property>
      <field name="parent" readable="0" private="1">
        <type name="Content" c:type="ClutterGstContent"/>
      </field>
      <field name="priv" readable="0" private="1">
        <type name="AspectratioPrivate"
              c:type="ClutterGstAspectratioPrivate*"/>
      </field>
    </class>
    <record name="AspectratioClass"
            c:type="ClutterGstAspectratioClass"
            glib:is-gtype-struct-for="Aspectratio">
      <doc xml:space="preserve">Base class for #ClutterGstAspectratio.</doc>
      <field name="parent_class" readable="0" private="1">
        <type name="ContentClass" c:type="ClutterGstContentClass"/>
      </field>
      <field name="_padding_dummy" readable="0" private="1">
        <array zero-terminated="0" c:type="void" fixed-size="8">
          <type name="gpointer" c:type="void*"/>
        </array>
      </field>
    </record>
    <record name="AspectratioPrivate"
            c:type="ClutterGstAspectratioPrivate"
            disguised="1">
    </record>
    <record name="Box"
            c:type="ClutterGstBox"
            version="3.0"
            glib:type-name="ClutterGstBox"
            glib:get-type="clutter_gst_box_get_type"
            c:symbol-prefix="box">
      <doc xml:space="preserve">Bounding box of an area in a video texture or actor's allocation.
Coordinates are usually expressed in the [0, 1] interval.</doc>
      <field name="x1" writable="1">
        <doc xml:space="preserve">X coordinate of the top left corner</doc>
        <type name="gfloat" c:type="gfloat"/>
      </field>
      <field name="y1" writable="1">
        <doc xml:space="preserve">Y coordinate of the top left corner</doc>
        <type name="gfloat" c:type="gfloat"/>
      </field>
      <field name="x2" writable="1">
        <doc xml:space="preserve">X coordinate of the bottom right corner</doc>
        <type name="gfloat" c:type="gfloat"/>
      </field>
      <field name="y2" writable="1">
        <doc xml:space="preserve">Y coordinate of the bottom right corner</doc>
        <type name="gfloat" c:type="gfloat"/>
      </field>
      <method name="get_height"
              c:identifier="clutter_gst_box_get_height"
              version="3.0">
        <doc xml:space="preserve">Retrieves the height of the @box</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">the height of the box</doc>
          <type name="gfloat" c:type="gfloat"/>
        </return-value>
        <parameters>
          <instance-parameter name="box" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstBox</doc>
            <type name="Box" c:type="const ClutterGstBox*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_width"
              c:identifier="clutter_gst_box_get_width"
              version="3.0">
        <doc xml:space="preserve">Retrieves the width of the @box</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">the width of the box</doc>
          <type name="gfloat" c:type="gfloat"/>
        </return-value>
        <parameters>
          <instance-parameter name="box" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstBox</doc>
            <type name="Box" c:type="const ClutterGstBox*"/>
          </instance-parameter>
        </parameters>
      </method>
    </record>
    <enumeration name="BufferingMode"
                 version="1.4"
                 glib:type-name="ClutterGstBufferingMode"
                 glib:get-type="clutter_gst_buffering_mode_get_type"
                 c:type="ClutterGstBufferingMode">
      <doc xml:space="preserve">Different buffering policies clutter-gst supports</doc>
      <member name="stream"
              value="0"
              c:identifier="CLUTTER_GST_BUFFERING_MODE_STREAM"
              glib:nick="stream">
        <doc xml:space="preserve">In-memory buffering</doc>
      </member>
      <member name="download"
              value="1"
              c:identifier="CLUTTER_GST_BUFFERING_MODE_DOWNLOAD"
              glib:nick="download">
        <doc xml:space="preserve">On-disk buffering</doc>
      </member>
    </enumeration>
    <class name="Camera"
           c:symbol-prefix="camera"
           c:type="ClutterGstCamera"
           parent="GObject.Object"
           glib:type-name="ClutterGstCamera"
           glib:get-type="clutter_gst_camera_get_type"
           glib:type-struct="CameraClass">
      <doc xml:space="preserve">Implementation of #ClutterGstPlayer that displays camera streams
using GStreamer.

The #ClutterGstCamera structure contains only private data and
should not be accessed directly.</doc>
      <implements name="Player"/>
      <constructor name="new" c:identifier="clutter_gst_camera_new">
        <doc xml:space="preserve">Create a camera actor.

&lt;note&gt;This function has to be called from Clutter's main thread. While
GStreamer will spawn threads to do its work, we want all the GL calls to
happen in the same thread. Clutter-gst knows which thread it is by
assuming this constructor is called from the Clutter thread.&lt;/note&gt;</doc>
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">the newly created camera actor</doc>
          <type name="Camera" c:type="ClutterGstCamera*"/>
        </return-value>
      </constructor>
      <virtual-method name="photo_saved">
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <type name="Camera" c:type="ClutterGstCamera*"/>
          </instance-parameter>
        </parameters>
      </virtual-method>
      <virtual-method name="photo_taken">
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <type name="Camera" c:type="ClutterGstCamera*"/>
          </instance-parameter>
          <parameter name="pixbuf" transfer-ownership="none">
            <type name="GdkPixbuf.Pixbuf" c:type="GdkPixbuf*"/>
          </parameter>
        </parameters>
      </virtual-method>
      <virtual-method name="ready_for_capture">
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <type name="Camera" c:type="ClutterGstCamera*"/>
          </instance-parameter>
          <parameter name="ready" transfer-ownership="none">
            <type name="gboolean" c:type="gboolean"/>
          </parameter>
        </parameters>
      </virtual-method>
      <virtual-method name="video_saved">
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <type name="Camera" c:type="ClutterGstCamera*"/>
          </instance-parameter>
        </parameters>
      </virtual-method>
      <method name="get_brightness"
              c:identifier="clutter_gst_camera_get_brightness">
        <return-value transfer-ownership="none">
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <type name="Camera" c:type="ClutterGstCamera*"/>
          </instance-parameter>
          <parameter name="cur_value" transfer-ownership="none">
            <type name="gdouble" c:type="gdouble*"/>
          </parameter>
        </parameters>
      </method>
      <method name="get_brightness_range"
              c:identifier="clutter_gst_camera_get_brightness_range">
        <return-value transfer-ownership="none">
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <type name="Camera" c:type="ClutterGstCamera*"/>
          </instance-parameter>
          <parameter name="min_value" transfer-ownership="none">
            <type name="gdouble" c:type="gdouble*"/>
          </parameter>
          <parameter name="max_value" transfer-ownership="none">
            <type name="gdouble" c:type="gdouble*"/>
          </parameter>
          <parameter name="default_value" transfer-ownership="none">
            <type name="gdouble" c:type="gdouble*"/>
          </parameter>
        </parameters>
      </method>
      <method name="get_camera_device"
              c:identifier="clutter_gst_camera_get_camera_device">
        <doc xml:space="preserve">Retrieve the current selected camera device.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">The currently selected camera device</doc>
          <type name="CameraDevice" c:type="ClutterGstCameraDevice*"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstCamera</doc>
            <type name="Camera" c:type="ClutterGstCamera*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_color_balance_property"
              c:identifier="clutter_gst_camera_get_color_balance_property">
        <doc xml:space="preserve">Retrieve the current value for the color balance property @property,

This method will return FALSE if @property does not exist or color balance is not
supported on @self.
See clutter_gst_camera_supports_color_balance().</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">%TRUE if successful, %FALSE otherwise</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstCamera</doc>
            <type name="Camera" c:type="ClutterGstCamera*"/>
          </instance-parameter>
          <parameter name="property" transfer-ownership="none">
            <doc xml:space="preserve">Property name</doc>
            <type name="utf8" c:type="const gchar*"/>
          </parameter>
          <parameter name="cur_value" transfer-ownership="none">
            <doc xml:space="preserve">Pointer to store the current value of @property</doc>
            <type name="gdouble" c:type="gdouble*"/>
          </parameter>
        </parameters>
      </method>
      <method name="get_color_balance_property_range"
              c:identifier="clutter_gst_camera_get_color_balance_property_range">
        <doc xml:space="preserve">Retrieve the minimum, maximum and default values for the color balance property @property,

This method will return FALSE if @property does not exist or color balance is not
supported on @self.
See clutter_gst_camera_supports_color_balance().</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">%TRUE if successful, %FALSE otherwise</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstCamera</doc>
            <type name="Camera" c:type="ClutterGstCamera*"/>
          </instance-parameter>
          <parameter name="property" transfer-ownership="none">
            <doc xml:space="preserve">Property name</doc>
            <type name="utf8" c:type="const gchar*"/>
          </parameter>
          <parameter name="min_value" transfer-ownership="none">
            <doc xml:space="preserve">Pointer to store the minimum value of @property, or %NULL</doc>
            <type name="gdouble" c:type="gdouble*"/>
          </parameter>
          <parameter name="max_value" transfer-ownership="none">
            <doc xml:space="preserve">Pointer to store the maximum value of @property, or %NULL</doc>
            <type name="gdouble" c:type="gdouble*"/>
          </parameter>
          <parameter name="default_value" transfer-ownership="none">
            <doc xml:space="preserve">Pointer to store the default value of @property, or %NULL</doc>
            <type name="gdouble" c:type="gdouble*"/>
          </parameter>
        </parameters>
      </method>
      <method name="get_contrast"
              c:identifier="clutter_gst_camera_get_contrast">
        <return-value transfer-ownership="none">
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <type name="Camera" c:type="ClutterGstCamera*"/>
          </instance-parameter>
          <parameter name="cur_value" transfer-ownership="none">
            <type name="gdouble" c:type="gdouble*"/>
          </parameter>
        </parameters>
      </method>
      <method name="get_contrast_range"
              c:identifier="clutter_gst_camera_get_contrast_range">
        <return-value transfer-ownership="none">
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <type name="Camera" c:type="ClutterGstCamera*"/>
          </instance-parameter>
          <parameter name="min_value" transfer-ownership="none">
            <type name="gdouble" c:type="gdouble*"/>
          </parameter>
          <parameter name="max_value" transfer-ownership="none">
            <type name="gdouble" c:type="gdouble*"/>
          </parameter>
          <parameter name="default_value" transfer-ownership="none">
            <type name="gdouble" c:type="gdouble*"/>
          </parameter>
        </parameters>
      </method>
      <method name="get_filter" c:identifier="clutter_gst_camera_get_filter">
        <doc xml:space="preserve">Retrieve the current filter being used.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">The current filter or %NULL if none is set</doc>
          <type name="Gst.Element" c:type="GstElement*"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstCamera</doc>
            <type name="Camera" c:type="ClutterGstCamera*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_gamma" c:identifier="clutter_gst_camera_get_gamma">
        <doc xml:space="preserve">Retrieve the current gamma value.

This method will return FALSE if gamma correction is not
supported on @self.
See clutter_gst_camera_supports_gamma_correction().</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">%TRUE if successful, %FALSE otherwise</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstCamera</doc>
            <type name="Camera" c:type="ClutterGstCamera*"/>
          </instance-parameter>
          <parameter name="cur_value" transfer-ownership="none">
            <doc xml:space="preserve">Pointer to store the current gamma value</doc>
            <type name="gdouble" c:type="gdouble*"/>
          </parameter>
        </parameters>
      </method>
      <method name="get_gamma_range"
              c:identifier="clutter_gst_camera_get_gamma_range">
        <doc xml:space="preserve">Retrieve the minimum, maximum and default gamma values.

This method will return FALSE if gamma correction is not
supported on @self.
See clutter_gst_camera_supports_gamma_correction().</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">%TRUE if successful, %FALSE otherwise</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstCamera</doc>
            <type name="Camera" c:type="ClutterGstCamera*"/>
          </instance-parameter>
          <parameter name="min_value" transfer-ownership="none">
            <doc xml:space="preserve">Pointer to store the minimum gamma value, or %NULL</doc>
            <type name="gdouble" c:type="gdouble*"/>
          </parameter>
          <parameter name="max_value" transfer-ownership="none">
            <doc xml:space="preserve">Pointer to store the maximum gamma value, or %NULL</doc>
            <type name="gdouble" c:type="gdouble*"/>
          </parameter>
          <parameter name="default_value" transfer-ownership="none">
            <doc xml:space="preserve">Pointer to store the default gamma value, or %NULL</doc>
            <type name="gdouble" c:type="gdouble*"/>
          </parameter>
        </parameters>
      </method>
      <method name="get_hue" c:identifier="clutter_gst_camera_get_hue">
        <return-value transfer-ownership="none">
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <type name="Camera" c:type="ClutterGstCamera*"/>
          </instance-parameter>
          <parameter name="cur_value" transfer-ownership="none">
            <type name="gdouble" c:type="gdouble*"/>
          </parameter>
        </parameters>
      </method>
      <method name="get_hue_range"
              c:identifier="clutter_gst_camera_get_hue_range">
        <return-value transfer-ownership="none">
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <type name="Camera" c:type="ClutterGstCamera*"/>
          </instance-parameter>
          <parameter name="min_value" transfer-ownership="none">
            <type name="gdouble" c:type="gdouble*"/>
          </parameter>
          <parameter name="max_value" transfer-ownership="none">
            <type name="gdouble" c:type="gdouble*"/>
          </parameter>
          <parameter name="default_value" transfer-ownership="none">
            <type name="gdouble" c:type="gdouble*"/>
          </parameter>
        </parameters>
      </method>
      <method name="get_saturation"
              c:identifier="clutter_gst_camera_get_saturation">
        <return-value transfer-ownership="none">
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <type name="Camera" c:type="ClutterGstCamera*"/>
          </instance-parameter>
          <parameter name="cur_value" transfer-ownership="none">
            <type name="gdouble" c:type="gdouble*"/>
          </parameter>
        </parameters>
      </method>
      <method name="get_saturation_range"
              c:identifier="clutter_gst_camera_get_saturation_range">
        <return-value transfer-ownership="none">
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <type name="Camera" c:type="ClutterGstCamera*"/>
          </instance-parameter>
          <parameter name="min_value" transfer-ownership="none">
            <type name="gdouble" c:type="gdouble*"/>
          </parameter>
          <parameter name="max_value" transfer-ownership="none">
            <type name="gdouble" c:type="gdouble*"/>
          </parameter>
          <parameter name="default_value" transfer-ownership="none">
            <type name="gdouble" c:type="gdouble*"/>
          </parameter>
        </parameters>
      </method>
      <method name="is_ready_for_capture"
              c:identifier="clutter_gst_camera_is_ready_for_capture">
        <doc xml:space="preserve">Check whether the @self is ready for video/photo capture.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">%TRUE if @self is ready for capture, %FALSE otherwise</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstCamera</doc>
            <type name="Camera" c:type="ClutterGstCamera*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="is_recording_video"
              c:identifier="clutter_gst_camera_is_recording_video">
        <doc xml:space="preserve">Check whether the @self is recording video.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">%TRUE if @self is recording video, %FALSE otherwise</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstCamera</doc>
            <type name="Camera" c:type="ClutterGstCamera*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="remove_filter"
              c:identifier="clutter_gst_camera_remove_filter">
        <doc xml:space="preserve">Remove the current filter, if any.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">%TRUE on success, %FALSE otherwise</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstCamera</doc>
            <type name="Camera" c:type="ClutterGstCamera*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="set_brightness"
              c:identifier="clutter_gst_camera_set_brightness">
        <return-value transfer-ownership="none">
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <type name="Camera" c:type="ClutterGstCamera*"/>
          </instance-parameter>
          <parameter name="value" transfer-ownership="none">
            <type name="gdouble" c:type="gdouble"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_camera_device"
              c:identifier="clutter_gst_camera_set_camera_device">
        <doc xml:space="preserve">Set the new active camera device.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">%TRUE on success, %FALSE otherwise</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstCamera</doc>
            <type name="Camera" c:type="ClutterGstCamera*"/>
          </instance-parameter>
          <parameter name="device" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstCameraDevice</doc>
            <type name="CameraDevice" c:type="ClutterGstCameraDevice*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_color_balance_property"
              c:identifier="clutter_gst_camera_set_color_balance_property">
        <doc xml:space="preserve">Set the value for the color balance property @property to @value.
Allowed values can be retrieved with
clutter_gst_camera_get_color_balance_property_range().

This method will return FALSE if @property does not exist or color balance is not
supported on @self.
See clutter_gst_camera_supports_color_balance().</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">%TRUE if successful, %FALSE otherwise</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstCamera</doc>
            <type name="Camera" c:type="ClutterGstCamera*"/>
          </instance-parameter>
          <parameter name="property" transfer-ownership="none">
            <doc xml:space="preserve">Property name</doc>
            <type name="utf8" c:type="const gchar*"/>
          </parameter>
          <parameter name="value" transfer-ownership="none">
            <doc xml:space="preserve">The value to set</doc>
            <type name="gdouble" c:type="gdouble"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_contrast"
              c:identifier="clutter_gst_camera_set_contrast">
        <return-value transfer-ownership="none">
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <type name="Camera" c:type="ClutterGstCamera*"/>
          </instance-parameter>
          <parameter name="value" transfer-ownership="none">
            <type name="gdouble" c:type="gdouble"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_filter" c:identifier="clutter_gst_camera_set_filter">
        <doc xml:space="preserve">Set the filter element to be used.
Filters can be used for effects, image processing, etc.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">%TRUE on success, %FALSE otherwise</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstCamera</doc>
            <type name="Camera" c:type="ClutterGstCamera*"/>
          </instance-parameter>
          <parameter name="filter" transfer-ownership="none">
            <doc xml:space="preserve">a #GstElement for the filter</doc>
            <type name="Gst.Element" c:type="GstElement*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_gamma" c:identifier="clutter_gst_camera_set_gamma">
        <doc xml:space="preserve">Set the gamma value.
Allowed values can be retrieved with
clutter_gst_camera_get_gamma_range().

This method will return FALSE if gamma correction is not
supported on @self.
See clutter_gst_camera_supports_gamma_correction().</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">%TRUE if successful, %FALSE otherwise</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstCamera</doc>
            <type name="Camera" c:type="ClutterGstCamera*"/>
          </instance-parameter>
          <parameter name="value" transfer-ownership="none">
            <doc xml:space="preserve">The value to set</doc>
            <type name="gdouble" c:type="gdouble"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_hue" c:identifier="clutter_gst_camera_set_hue">
        <return-value transfer-ownership="none">
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <type name="Camera" c:type="ClutterGstCamera*"/>
          </instance-parameter>
          <parameter name="value" transfer-ownership="none">
            <type name="gdouble" c:type="gdouble"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_photo_profile"
              c:identifier="clutter_gst_camera_set_photo_profile">
        <doc xml:space="preserve">Set the encoding profile to be used for photo captures.
The default profile saves photos as JPEG images.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstCamera</doc>
            <type name="Camera" c:type="ClutterGstCamera*"/>
          </instance-parameter>
          <parameter name="profile" transfer-ownership="none">
            <doc xml:space="preserve">A #GstEncodingProfile to be used for photo captures.</doc>
            <type name="GstPbutils.EncodingProfile"
                  c:type="GstEncodingProfile*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_saturation"
              c:identifier="clutter_gst_camera_set_saturation">
        <return-value transfer-ownership="none">
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <type name="Camera" c:type="ClutterGstCamera*"/>
          </instance-parameter>
          <parameter name="value" transfer-ownership="none">
            <type name="gdouble" c:type="gdouble"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_video_profile"
              c:identifier="clutter_gst_camera_set_video_profile">
        <doc xml:space="preserve">Set the encoding profile to be used for video recording.
The default profile saves videos as Ogg/Theora videos.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstCamera</doc>
            <type name="Camera" c:type="ClutterGstCamera*"/>
          </instance-parameter>
          <parameter name="profile" transfer-ownership="none">
            <doc xml:space="preserve">A #GstEncodingProfile to be used for video recording.</doc>
            <type name="GstPbutils.EncodingProfile"
                  c:type="GstEncodingProfile*"/>
          </parameter>
        </parameters>
      </method>
      <method name="start_video_recording"
              c:identifier="clutter_gst_camera_start_video_recording">
        <doc xml:space="preserve">Start a video recording with the @self and save it to @filename.
This method requires that @self is playing and ready for capture.

The ::video-saved signal will be emitted when the video is saved.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">%TRUE if the video recording was successfully started, %FALSE otherwise</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstCamera</doc>
            <type name="Camera" c:type="ClutterGstCamera*"/>
          </instance-parameter>
          <parameter name="filename" transfer-ownership="none">
            <doc xml:space="preserve">the name of the video file to where the
recording will be saved</doc>
            <type name="filename" c:type="gchar*"/>
          </parameter>
        </parameters>
      </method>
      <method name="stop_video_recording"
              c:identifier="clutter_gst_camera_stop_video_recording">
        <doc xml:space="preserve">Stop recording video on the @self.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstCamera</doc>
            <type name="Camera" c:type="ClutterGstCamera*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="supports_color_balance"
              c:identifier="clutter_gst_camera_supports_color_balance">
        <doc xml:space="preserve">Check whether the @self supports color balance.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">%TRUE if @self supports color balance, %FALSE otherwise</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstCamera</doc>
            <type name="Camera" c:type="ClutterGstCamera*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="supports_gamma_correction"
              c:identifier="clutter_gst_camera_supports_gamma_correction">
        <doc xml:space="preserve">Check whether the @self supports gamma correction.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">%TRUE if @self supports gamma correction, %FALSE otherwise</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstCamera</doc>
            <type name="Camera" c:type="ClutterGstCamera*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="take_photo" c:identifier="clutter_gst_camera_take_photo">
        <doc xml:space="preserve">Take a photo with the @self and save it to @filename.
This method requires that @self is playing and ready for capture.

The ::photo-saved signal will be emitted when the video is saved.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">%TRUE if the photo was successfully captured, %FALSE otherwise</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstCamera</doc>
            <type name="Camera" c:type="ClutterGstCamera*"/>
          </instance-parameter>
          <parameter name="filename" transfer-ownership="none">
            <doc xml:space="preserve">the name of the file to where the
photo will be saved</doc>
            <type name="filename" c:type="gchar*"/>
          </parameter>
        </parameters>
      </method>
      <method name="take_photo_pixbuf"
              c:identifier="clutter_gst_camera_take_photo_pixbuf">
        <doc xml:space="preserve">Take a photo with the @self and emit it in the ::photo-taken signal as a
#GdkPixbuf.
This method requires that @self is playing and ready for capture.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">%TRUE if the photo was successfully captured, %FALSE otherwise</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstCamera</doc>
            <type name="Camera" c:type="ClutterGstCamera*"/>
          </instance-parameter>
        </parameters>
      </method>
      <property name="device" writable="1" transfer-ownership="none">
        <type name="CameraDevice"/>
      </property>
      <field name="parent" readable="0" private="1">
        <type name="GObject.Object" c:type="GObject"/>
      </field>
      <field name="priv" readable="0" private="1">
        <type name="CameraPrivate" c:type="ClutterGstCameraPrivate*"/>
      </field>
      <glib:signal name="photo-saved" when="last" action="1">
        <doc xml:space="preserve">The ::photo-saved signal is emitted when a photo was saved to disk.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
      </glib:signal>
      <glib:signal name="photo-taken" when="last" action="1">
        <doc xml:space="preserve">The ::photo-taken signal is emitted when a photo was taken.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="pixbuf" transfer-ownership="none">
            <doc xml:space="preserve">the photo taken as a #GdkPixbuf</doc>
            <type name="GdkPixbuf.Pixbuf"/>
          </parameter>
        </parameters>
      </glib:signal>
      <glib:signal name="ready-for-capture" when="last">
        <doc xml:space="preserve">The ::ready-for-capture signal is emitted whenever the value of
clutter_gst_camera_is_ready_for_capture changes.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="ready" transfer-ownership="none">
            <doc xml:space="preserve">whether the @self is ready for a new capture</doc>
            <type name="gboolean" c:type="gboolean"/>
          </parameter>
        </parameters>
      </glib:signal>
      <glib:signal name="video-saved" when="last" action="1">
        <doc xml:space="preserve">The ::video-saved signal is emitted when a video was saved to disk.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
      </glib:signal>
    </class>
    <record name="CameraClass"
            c:type="ClutterGstCameraClass"
            glib:is-gtype-struct-for="Camera">
      <doc xml:space="preserve">Base class for #ClutterGstCamera.</doc>
      <field name="parent_class" readable="0" private="1">
        <type name="GObject.ObjectClass" c:type="GObjectClass"/>
      </field>
      <field name="ready_for_capture">
        <callback name="ready_for_capture">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
          <parameters>
            <parameter name="self" transfer-ownership="none">
              <type name="Camera" c:type="ClutterGstCamera*"/>
            </parameter>
            <parameter name="ready" transfer-ownership="none">
              <type name="gboolean" c:type="gboolean"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="photo_saved">
        <callback name="photo_saved">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
          <parameters>
            <parameter name="self" transfer-ownership="none">
              <type name="Camera" c:type="ClutterGstCamera*"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="photo_taken">
        <callback name="photo_taken">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
          <parameters>
            <parameter name="self" transfer-ownership="none">
              <type name="Camera" c:type="ClutterGstCamera*"/>
            </parameter>
            <parameter name="pixbuf" transfer-ownership="none">
              <type name="GdkPixbuf.Pixbuf" c:type="GdkPixbuf*"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="video_saved">
        <callback name="video_saved">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
          <parameters>
            <parameter name="self" transfer-ownership="none">
              <type name="Camera" c:type="ClutterGstCamera*"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="_clutter_reserved1" introspectable="0">
        <callback name="_clutter_reserved1">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
        </callback>
      </field>
      <field name="_clutter_reserved2" introspectable="0">
        <callback name="_clutter_reserved2">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
        </callback>
      </field>
      <field name="_clutter_reserved3" introspectable="0">
        <callback name="_clutter_reserved3">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
        </callback>
      </field>
      <field name="_clutter_reserved4" introspectable="0">
        <callback name="_clutter_reserved4">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
        </callback>
      </field>
      <field name="_clutter_reserved5" introspectable="0">
        <callback name="_clutter_reserved5">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
        </callback>
      </field>
      <field name="_clutter_reserved6" introspectable="0">
        <callback name="_clutter_reserved6">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
        </callback>
      </field>
    </record>
    <class name="CameraDevice"
           c:symbol-prefix="camera_device"
           c:type="ClutterGstCameraDevice"
           parent="GObject.Object"
           glib:type-name="ClutterGstCameraDevice"
           glib:get-type="clutter_gst_camera_device_get_type"
           glib:type-struct="CameraDeviceClass">
      <doc xml:space="preserve">GObject representing a camera device using GStreamer.

The #ClutterGstCameraDevice structure contains only private data and
should not be accessed directly.</doc>
      <virtual-method name="capture_resolution_changed">
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="device" transfer-ownership="none">
            <type name="CameraDevice" c:type="ClutterGstCameraDevice*"/>
          </instance-parameter>
          <parameter name="width" transfer-ownership="none">
            <type name="gint" c:type="gint"/>
          </parameter>
          <parameter name="height" transfer-ownership="none">
            <type name="gint" c:type="gint"/>
          </parameter>
        </parameters>
      </virtual-method>
      <method name="get_capture_resolution"
              c:identifier="clutter_gst_camera_device_get_capture_resolution">
        <doc xml:space="preserve">Retrieve the current capture resolution being used by @device.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="device" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstCameraDevice</doc>
            <type name="CameraDevice" c:type="ClutterGstCameraDevice*"/>
          </instance-parameter>
          <parameter name="width"
                     direction="out"
                     caller-allocates="0"
                     transfer-ownership="full">
            <doc xml:space="preserve">Pointer to store the current capture resolution width</doc>
            <type name="gint" c:type="gint*"/>
          </parameter>
          <parameter name="height"
                     direction="out"
                     caller-allocates="0"
                     transfer-ownership="full">
            <doc xml:space="preserve">Pointer to store the current capture resolution height</doc>
            <type name="gint" c:type="gint*"/>
          </parameter>
        </parameters>
      </method>
      <method name="get_name"
              c:identifier="clutter_gst_camera_device_get_name">
        <doc xml:space="preserve">Retrieve the name of the @device.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">the device name.</doc>
          <type name="utf8" c:type="const gchar*"/>
        </return-value>
        <parameters>
          <instance-parameter name="device" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstCameraDevice</doc>
            <type name="CameraDevice" c:type="ClutterGstCameraDevice*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_node"
              c:identifier="clutter_gst_camera_device_get_node">
        <doc xml:space="preserve">Retrieve the node (location) of the @device.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">the device node.</doc>
          <type name="utf8" c:type="const gchar*"/>
        </return-value>
        <parameters>
          <instance-parameter name="device" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstCameraDevice</doc>
            <type name="CameraDevice" c:type="ClutterGstCameraDevice*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_supported_resolutions"
              c:identifier="clutter_gst_camera_device_get_supported_resolutions">
        <doc xml:space="preserve">Retrieve the supported resolutions of the @device.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">an array of #ClutterGstVideoResolution with the
                               supported resolutions.</doc>
          <array name="GLib.PtrArray" c:type="const GPtrArray*">
            <type name="VideoResolution"/>
          </array>
        </return-value>
        <parameters>
          <instance-parameter name="device" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstCameraDevice</doc>
            <type name="CameraDevice" c:type="ClutterGstCameraDevice*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="set_capture_resolution"
              c:identifier="clutter_gst_camera_device_set_capture_resolution">
        <doc xml:space="preserve">Set the capture resolution to be used by @device.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="device" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstCameraDevice</doc>
            <type name="CameraDevice" c:type="ClutterGstCameraDevice*"/>
          </instance-parameter>
          <parameter name="width" transfer-ownership="none">
            <doc xml:space="preserve">The new capture resolution width to use</doc>
            <type name="gint" c:type="gint"/>
          </parameter>
          <parameter name="height" transfer-ownership="none">
            <doc xml:space="preserve">The new capture resolution height to use</doc>
            <type name="gint" c:type="gint"/>
          </parameter>
        </parameters>
      </method>
      <property name="element-factory"
                writable="1"
                construct-only="1"
                transfer-ownership="none">
        <doc xml:space="preserve">The GstElementFactory for this device.</doc>
        <type name="Gst.ElementFactory"/>
      </property>
      <property name="name"
                writable="1"
                construct-only="1"
                transfer-ownership="none">
        <doc xml:space="preserve">The device name.</doc>
        <type name="utf8" c:type="gchar*"/>
      </property>
      <property name="node"
                writable="1"
                construct-only="1"
                transfer-ownership="none">
        <doc xml:space="preserve">The device node.</doc>
        <type name="utf8" c:type="gchar*"/>
      </property>
      <field name="parent" readable="0" private="1">
        <type name="GObject.Object" c:type="GObject"/>
      </field>
      <field name="priv" readable="0" private="1">
        <type name="CameraDevicePrivate"
              c:type="ClutterGstCameraDevicePrivate*"/>
      </field>
      <glib:signal name="capture-resolution-changed" when="last">
        <doc xml:space="preserve">The ::capture-resolution-changed signal is emitted whenever the value of
clutter_gst_camera_device_get_capture_resolution changes.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="width" transfer-ownership="none">
            <doc xml:space="preserve">The new width</doc>
            <type name="gint" c:type="gint"/>
          </parameter>
          <parameter name="height" transfer-ownership="none">
            <doc xml:space="preserve">The new height</doc>
            <type name="gint" c:type="gint"/>
          </parameter>
        </parameters>
      </glib:signal>
    </class>
    <record name="CameraDeviceClass"
            c:type="ClutterGstCameraDeviceClass"
            glib:is-gtype-struct-for="CameraDevice">
      <doc xml:space="preserve">Base class for #ClutterGstCameraDevice.</doc>
      <field name="parent_class" readable="0" private="1">
        <type name="GObject.ObjectClass" c:type="GObjectClass"/>
      </field>
      <field name="capture_resolution_changed">
        <callback name="capture_resolution_changed">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
          <parameters>
            <parameter name="device" transfer-ownership="none">
              <type name="CameraDevice" c:type="ClutterGstCameraDevice*"/>
            </parameter>
            <parameter name="width" transfer-ownership="none">
              <type name="gint" c:type="gint"/>
            </parameter>
            <parameter name="height" transfer-ownership="none">
              <type name="gint" c:type="gint"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="_clutter_reserved1" introspectable="0">
        <callback name="_clutter_reserved1">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
        </callback>
      </field>
      <field name="_clutter_reserved2" introspectable="0">
        <callback name="_clutter_reserved2">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
        </callback>
      </field>
      <field name="_clutter_reserved3" introspectable="0">
        <callback name="_clutter_reserved3">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
        </callback>
      </field>
      <field name="_clutter_reserved4" introspectable="0">
        <callback name="_clutter_reserved4">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
        </callback>
      </field>
      <field name="_clutter_reserved5" introspectable="0">
        <callback name="_clutter_reserved5">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
        </callback>
      </field>
      <field name="_clutter_reserved6" introspectable="0">
        <callback name="_clutter_reserved6">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
        </callback>
      </field>
    </record>
    <record name="CameraDevicePrivate"
            c:type="ClutterGstCameraDevicePrivate"
            disguised="1">
    </record>
    <class name="CameraManager"
           c:symbol-prefix="camera_manager"
           c:type="ClutterGstCameraManager"
           parent="GObject.Object"
           glib:type-name="ClutterGstCameraManager"
           glib:get-type="clutter_gst_camera_manager_get_type"
           glib:type-struct="CameraManagerClass">
      <doc xml:space="preserve">An object to list available cameras on the system.

The #ClutterGstCameraManager structure contains only private data and
should not be accessed directly.</doc>
      <function name="get_default"
                c:identifier="clutter_gst_camera_manager_get_default">
        <doc xml:space="preserve">Get the camera manager.

&lt;note&gt;This function has to be called from Clutter's main
thread.&lt;/note&gt;</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">the default camera manager.</doc>
          <type name="CameraManager" c:type="ClutterGstCameraManager*"/>
        </return-value>
      </function>
      <method name="get_camera_devices"
              c:identifier="clutter_gst_camera_manager_get_camera_devices">
        <doc xml:space="preserve">Retrieve an array of supported camera devices.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">An array of #ClutterGstCameraDevice representing
                               the supported camera devices</doc>
          <array name="GLib.PtrArray" c:type="const GPtrArray*">
            <type name="CameraDevice"/>
          </array>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstCameraManager</doc>
            <type name="CameraManager" c:type="ClutterGstCameraManager*"/>
          </instance-parameter>
        </parameters>
      </method>
      <field name="parent" readable="0" private="1">
        <type name="GObject.Object" c:type="GObject"/>
      </field>
      <field name="priv" readable="0" private="1">
        <type name="CameraManagerPrivate"
              c:type="ClutterGstCameraManagerPrivate*"/>
      </field>
      <glib:signal name="camera-added" when="last">
        <doc xml:space="preserve">The ::camera-added signal is emitted whenever a new camera device
is available.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="camera_device" transfer-ownership="none">
            <doc xml:space="preserve">a camera device added</doc>
            <type name="CameraDevice"/>
          </parameter>
        </parameters>
      </glib:signal>
      <glib:signal name="camera-removed" when="last">
        <doc xml:space="preserve">The ::camera-removed signal is emitted whenever a camera device
is unplugged/removed from the system.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="camera_device" transfer-ownership="none">
            <doc xml:space="preserve">a camera device</doc>
            <type name="CameraDevice"/>
          </parameter>
        </parameters>
      </glib:signal>
    </class>
    <record name="CameraManagerClass"
            c:type="ClutterGstCameraManagerClass"
            glib:is-gtype-struct-for="CameraManager">
      <doc xml:space="preserve">Base class for #ClutterGstCamera.</doc>
      <field name="parent_class" readable="0" private="1">
        <type name="GObject.ObjectClass" c:type="GObjectClass"/>
      </field>
    </record>
    <record name="CameraManagerPrivate"
            c:type="ClutterGstCameraManagerPrivate"
            disguised="1">
    </record>
    <record name="CameraPrivate"
            c:type="ClutterGstCameraPrivate"
            disguised="1">
    </record>
    <class name="Content"
           c:symbol-prefix="content"
           c:type="ClutterGstContent"
           version="0.0"
           parent="GObject.Object"
           glib:type-name="ClutterGstContent"
           glib:get-type="clutter_gst_content_get_type"
           glib:type-struct="ContentClass">
      <doc xml:space="preserve">The #ClutterGstContent structure contains only private data
and should be accessed using the provided API</doc>
      <implements name="Clutter.Content"/>
      <function name="new" c:identifier="clutter_gst_content_new">
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">a new #ClutterGstContent instance</doc>
          <type name="Clutter.Content" c:type="ClutterContent*"/>
        </return-value>
      </function>
      <function name="new_with_sink"
                c:identifier="clutter_gst_content_new_with_sink"
                version="3.0">
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">a new #ClutterGstContent instance</doc>
          <type name="Clutter.Content" c:type="ClutterContent*"/>
        </return-value>
        <parameters>
          <parameter name="sink" transfer-ownership="none">
            <doc xml:space="preserve">A #ClutterGstVideoSink</doc>
            <type name="VideoSink" c:type="ClutterGstVideoSink*"/>
          </parameter>
        </parameters>
      </function>
      <virtual-method name="has_painting_content">
        <return-value transfer-ownership="none">
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <type name="Content" c:type="ClutterGstContent*"/>
          </instance-parameter>
        </parameters>
      </virtual-method>
      <method name="get_frame"
              c:identifier="clutter_gst_content_get_frame"
              version="3.0">
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">The #ClutterGstFrame currently attached to @self.</doc>
          <type name="Frame" c:type="ClutterGstFrame*"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">A #ClutterGstContent</doc>
            <type name="Content" c:type="ClutterGstContent*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_overlays"
              c:identifier="clutter_gst_content_get_overlays"
              version="3.0">
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">The #ClutterGstOverlays currently attached to @self.</doc>
          <type name="Overlays" c:type="ClutterGstOverlays*"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">A #ClutterGstContent</doc>
            <type name="Content" c:type="ClutterGstContent*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_player"
              c:identifier="clutter_gst_content_get_player"
              version="3.0">
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">The #ClutterGstPlayer currently attached to @self.</doc>
          <type name="Player" c:type="ClutterGstPlayer*"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">A #ClutterGstContent</doc>
            <type name="Content" c:type="ClutterGstContent*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_sink"
              c:identifier="clutter_gst_content_get_sink"
              version="3.0">
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">The #ClutterGstVideoSink currently attached to @self.</doc>
          <type name="VideoSink" c:type="ClutterGstVideoSink*"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">A #ClutterGstContent</doc>
            <type name="Content" c:type="ClutterGstContent*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="set_frame"
              c:identifier="clutter_gst_content_set_frame"
              version="3.0">
        <doc xml:space="preserve">Set the current frame.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">A #ClutterGstContent</doc>
            <type name="Content" c:type="ClutterGstContent*"/>
          </instance-parameter>
          <parameter name="frame" transfer-ownership="none">
            <doc xml:space="preserve">A #ClutterGstFrame</doc>
            <type name="Frame" c:type="ClutterGstFrame*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_player"
              c:identifier="clutter_gst_content_set_player"
              version="3.0">
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">A #ClutterGstContent</doc>
            <type name="Content" c:type="ClutterGstContent*"/>
          </instance-parameter>
          <parameter name="player" transfer-ownership="none">
            <doc xml:space="preserve">A #ClutterGstPlayer or %NULL</doc>
            <type name="Player" c:type="ClutterGstPlayer*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_sink"
              c:identifier="clutter_gst_content_set_sink"
              version="3.0">
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">A #ClutterGstContent</doc>
            <type name="Content" c:type="ClutterGstContent*"/>
          </instance-parameter>
          <parameter name="sink" transfer-ownership="none">
            <doc xml:space="preserve">A #ClutterGstVideoSink or %NULL</doc>
            <type name="VideoSink" c:type="ClutterGstVideoSink*"/>
          </parameter>
        </parameters>
      </method>
      <property name="frame" writable="1" transfer-ownership="none">
        <type name="Frame"/>
      </property>
      <property name="paint-frame" writable="1" transfer-ownership="none">
        <type name="gboolean" c:type="gboolean"/>
      </property>
      <property name="paint-overlays" writable="1" transfer-ownership="none">
        <type name="gboolean" c:type="gboolean"/>
      </property>
      <property name="player" writable="1" transfer-ownership="none">
        <type name="GObject.Object"/>
      </property>
      <property name="sink" writable="1" transfer-ownership="none">
        <type name="VideoSink"/>
      </property>
      <field name="parent" readable="0" private="1">
        <type name="GObject.Object" c:type="GObject"/>
      </field>
      <field name="priv" readable="0" private="1">
        <type name="ContentPrivate" c:type="ClutterGstContentPrivate*"/>
      </field>
      <glib:signal name="size-change" when="last">
        <doc xml:space="preserve">The ::size-change signal is emitted each time the video size changes.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="width" transfer-ownership="none">
            <doc xml:space="preserve">new width of the frames</doc>
            <type name="gint" c:type="gint"/>
          </parameter>
          <parameter name="height" transfer-ownership="none">
            <doc xml:space="preserve">new height of the frames</doc>
            <type name="gint" c:type="gint"/>
          </parameter>
        </parameters>
      </glib:signal>
    </class>
    <record name="ContentClass"
            c:type="ClutterGstContentClass"
            glib:is-gtype-struct-for="Content"
            version="0.0">
      <doc xml:space="preserve">The #ClutterGstContentClass structure contains only private data
and should be accessed using the provided API</doc>
      <field name="parent_class" readable="0" private="1">
        <type name="GObject.ObjectClass" c:type="GObjectClass"/>
      </field>
      <field name="has_painting_content">
        <callback name="has_painting_content">
          <return-value transfer-ownership="none">
            <type name="gboolean" c:type="gboolean"/>
          </return-value>
          <parameters>
            <parameter name="self" transfer-ownership="none">
              <type name="Content" c:type="ClutterGstContent*"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="_padding_dummy" readable="0" private="1">
        <array zero-terminated="0" c:type="void" fixed-size="10">
          <type name="gpointer" c:type="void*"/>
        </array>
      </field>
    </record>
    <record name="ContentPrivate"
            c:type="ClutterGstContentPrivate"
            disguised="1">
    </record>
    <class name="Crop"
           c:symbol-prefix="crop"
           c:type="ClutterGstCrop"
           parent="Content"
           glib:type-name="ClutterGstCrop"
           glib:get-type="clutter_gst_crop_get_type"
           glib:type-struct="CropClass">
      <doc xml:space="preserve">Implementation of #ClutterGstContent that displays a sub region of
video streams.

The #ClutterGstCrop structure contains only private data and
should not be accessed directly.</doc>
      <implements name="Clutter.Content"/>
      <constructor name="new" c:identifier="clutter_gst_crop_new">
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">a new #ClutterGstCrop instance</doc>
          <type name="Clutter.Actor" c:type="ClutterActor*"/>
        </return-value>
      </constructor>
      <property name="cull-backface"
                version="3.0"
                writable="1"
                transfer-ownership="none">
        <doc xml:space="preserve">Whether to cull the backface of the actor</doc>
        <type name="gboolean" c:type="gboolean"/>
      </property>
      <property name="input-region"
                version="3.0"
                writable="1"
                transfer-ownership="none">
        <doc xml:space="preserve">Input region in the video frame (all values between 0 and 1).</doc>
        <type name="Box"/>
      </property>
      <property name="output-region"
                version="3.0"
                writable="1"
                transfer-ownership="none">
        <doc xml:space="preserve">Output region in the actor's allocation (all values between 0 and 1).</doc>
        <type name="Box"/>
      </property>
      <property name="paint-borders"
                version="3.0"
                writable="1"
                transfer-ownership="none">
        <doc xml:space="preserve">Whether or not paint borders on the sides of the video</doc>
        <type name="gboolean" c:type="gboolean"/>
      </property>
      <field name="parent" readable="0" private="1">
        <type name="Content" c:type="ClutterGstContent"/>
      </field>
      <field name="priv" readable="0" private="1">
        <type name="CropPrivate" c:type="ClutterGstCropPrivate*"/>
      </field>
    </class>
    <record name="CropClass"
            c:type="ClutterGstCropClass"
            glib:is-gtype-struct-for="Crop">
      <doc xml:space="preserve">Base class for #ClutterGstCrop.</doc>
      <field name="parent_class" readable="0" private="1">
        <type name="ContentClass" c:type="ClutterGstContentClass"/>
      </field>
      <field name="_padding_dummy" readable="0" private="1">
        <array zero-terminated="0" c:type="void" fixed-size="8">
          <type name="gpointer" c:type="void*"/>
        </array>
      </field>
    </record>
    <record name="CropPrivate" c:type="ClutterGstCropPrivate" disguised="1">
    </record>
    <record name="Frame"
            c:type="ClutterGstFrame"
            version="3.0"
            glib:type-name="ClutterGstFrame"
            glib:get-type="clutter_gst_frame_get_type"
            c:symbol-prefix="frame">
      <doc xml:space="preserve">Represents a frame outputted by the #ClutterGstVideoSink.</doc>
      <field name="resolution" writable="1">
        <doc xml:space="preserve">a #ClutterGstVideoResolution</doc>
        <type name="VideoResolution" c:type="ClutterGstVideoResolution"/>
      </field>
      <field name="pipeline" introspectable="0" writable="1">
        <doc xml:space="preserve">a #CoglPipeline to paint a frame</doc>
        <type c:type="CoglPipeline*"/>
      </field>
    </record>
    <constant name="MAJOR_VERSION"
              value="3"
              c:type="CLUTTER_GST_MAJOR_VERSION">
      <doc xml:space="preserve">ClutterGst major version (e.g. "1", if %CLUTTER_GST_VERSION is "1.2.3")</doc>
      <type name="gint" c:type="gint"/>
    </constant>
    <constant name="MICRO_VERSION"
              value="24"
              c:type="CLUTTER_GST_MICRO_VERSION">
      <doc xml:space="preserve">ClutterGst micro version (e.g. "3", if %CLUTTER_GST_VERSION is "1.2.3")</doc>
      <type name="gint" c:type="gint"/>
    </constant>
    <constant name="MINOR_VERSION"
              value="0"
              c:type="CLUTTER_GST_MINOR_VERSION">
      <doc xml:space="preserve">ClutterGst minor version (e.g. "2", if %CLUTTER_GST_VERSION is "1.2.3")</doc>
      <type name="gint" c:type="gint"/>
    </constant>
    <record name="Overlay"
            c:type="ClutterGstOverlay"
            version="3.0"
            glib:type-name="ClutterGstOverlay"
            glib:get-type="clutter_gst_overlay_get_type"
            c:symbol-prefix="overlay">
      <doc xml:space="preserve">Represents a video overlay outputted by the #ClutterGstVideoSink.</doc>
      <field name="position" writable="1">
        <doc xml:space="preserve">a #ClutterGstBox representing the position of the
           overlay within a #ClutterGstFrame.</doc>
        <type name="Box" c:type="ClutterGstBox"/>
      </field>
      <field name="pipeline" introspectable="0" writable="1">
        <doc xml:space="preserve">a #CoglPipeline to paint an overlay</doc>
        <type c:type="CoglPipeline*"/>
      </field>
    </record>
    <record name="Overlays"
            c:type="ClutterGstOverlays"
            version="3.0"
            glib:type-name="ClutterGstOverlays"
            glib:get-type="clutter_gst_overlays_get_type"
            c:symbol-prefix="overlays">
      <field name="overlays" writable="1">
        <doc xml:space="preserve">an array of #ClutterGstOverlay</doc>
        <array name="GLib.PtrArray" c:type="GPtrArray*">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </record>
    <class name="Playback"
           c:symbol-prefix="playback"
           c:type="ClutterGstPlayback"
           parent="GObject.Object"
           glib:type-name="ClutterGstPlayback"
           glib:get-type="clutter_gst_playback_get_type"
           glib:type-struct="PlaybackClass">
      <doc xml:space="preserve">Implementation of #ClutterGstPlayback that displays media streams
using GStreamer.

The #ClutterGstPlayback structure contains only private data and
should not be accessed directly.</doc>
      <implements name="Player"/>
      <constructor name="new" c:identifier="clutter_gst_playback_new">
        <return-value transfer-ownership="full">
          <type name="Playback" c:type="ClutterGstPlayback*"/>
        </return-value>
      </constructor>
      <virtual-method name="should_buffer">
        <return-value transfer-ownership="none">
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <type name="Playback" c:type="ClutterGstPlayback*"/>
          </instance-parameter>
          <parameter name="query" transfer-ownership="none">
            <type name="Gst.Query" c:type="GstQuery*"/>
          </parameter>
        </parameters>
      </virtual-method>
      <method name="get_audio_stream"
              c:identifier="clutter_gst_playback_get_audio_stream"
              version="1.4">
        <doc xml:space="preserve">Get the current audio stream. The number returned in the index of the
audio stream playing in the list returned by
clutter_gst_playback_get_audio_streams().</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">the index of the current audio stream, -1 if the media has no
audio stream</doc>
          <type name="gint" c:type="gint"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayback</doc>
            <type name="Playback" c:type="ClutterGstPlayback*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_audio_streams"
              c:identifier="clutter_gst_playback_get_audio_streams"
              version="1.4">
        <doc xml:space="preserve">Get the list of audio streams of the current media.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">a list of
strings describing the available audio streams</doc>
          <type name="GLib.List" c:type="GList*">
            <type name="utf8"/>
          </type>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayback</doc>
            <type name="Playback" c:type="ClutterGstPlayback*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_buffer_duration"
              c:identifier="clutter_gst_playback_get_buffer_duration">
        <doc xml:space="preserve">Retrieves the buffer duration when buffering network streams.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">The buffer duration</doc>
          <type name="gint64" c:type="gint64"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayback</doc>
            <type name="Playback" c:type="ClutterGstPlayback*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_buffer_fill"
              c:identifier="clutter_gst_playback_get_buffer_fill">
        <doc xml:space="preserve">Retrieves the amount of the stream that is buffered.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">the fill level, between 0.0 and 1.0</doc>
          <type name="gdouble" c:type="gdouble"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayback</doc>
            <type name="Playback" c:type="ClutterGstPlayback*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_buffer_size"
              c:identifier="clutter_gst_playback_get_buffer_size">
        <doc xml:space="preserve">Retrieves the buffer size when buffering network streams.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">The buffer size</doc>
          <type name="gint" c:type="gint"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayback</doc>
            <type name="Playback" c:type="ClutterGstPlayback*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_buffering_mode"
              c:identifier="clutter_gst_playback_get_buffering_mode"
              version="1.4">
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">a #ClutterGstBufferingMode</doc>
          <type name="BufferingMode" c:type="ClutterGstBufferingMode"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayback</doc>
            <type name="Playback" c:type="ClutterGstPlayback*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_duration"
              c:identifier="clutter_gst_playback_get_duration">
        <doc xml:space="preserve">Retrieves the duration of the media stream that @self represents.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">the duration of the media stream, in seconds</doc>
          <type name="gdouble" c:type="gdouble"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayback</doc>
            <type name="Playback" c:type="ClutterGstPlayback*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_in_seek"
              c:identifier="clutter_gst_playback_get_in_seek"
              version="1.6">
        <doc xml:space="preserve">Whether the player is seeking.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">TRUE if the player is seeking, FALSE otherwise.</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayback</doc>
            <type name="Playback" c:type="ClutterGstPlayback*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_position"
              c:identifier="clutter_gst_playback_get_position">
        <doc xml:space="preserve">Retrieves the position in the media stream that @self represents.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">the position in the media stream, in seconds</doc>
          <type name="gdouble" c:type="gdouble"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayback</doc>
            <type name="Playback" c:type="ClutterGstPlayback*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_progress"
              c:identifier="clutter_gst_playback_get_progress">
        <doc xml:space="preserve">Retrieves the playback progress of @self.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">the playback progress, between 0.0 and 1.0</doc>
          <type name="gdouble" c:type="gdouble"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayback</doc>
            <type name="Playback" c:type="ClutterGstPlayback*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_seek_flags"
              c:identifier="clutter_gst_playback_get_seek_flags"
              version="1.4">
        <doc xml:space="preserve">Get the current value of the seek-flags property.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">a combination of #ClutterGstSeekFlags</doc>
          <type name="SeekFlags" c:type="ClutterGstSeekFlags"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayback</doc>
            <type name="Playback" c:type="ClutterGstPlayback*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_subtitle_font_name"
              c:identifier="clutter_gst_playback_get_subtitle_font_name">
        <doc xml:space="preserve">Retrieves the font name currently used.</doc>
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">a string containing the font name. Use g_free()
  to free the returned string</doc>
          <type name="utf8" c:type="gchar*"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayback</doc>
            <type name="Playback" c:type="ClutterGstPlayback*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_subtitle_track"
              c:identifier="clutter_gst_playback_get_subtitle_track"
              version="1.4">
        <doc xml:space="preserve">Get the current subtitles track. The number returned is the index of the
subtiles track in the list returned by
clutter_gst_playback_get_subtitle_tracks().</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">the index of the current subtitlest track, -1 if the media has
no subtitles track or if the subtitles have been turned off</doc>
          <type name="gint" c:type="gint"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayback</doc>
            <type name="Playback" c:type="ClutterGstPlayback*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_subtitle_tracks"
              c:identifier="clutter_gst_playback_get_subtitle_tracks"
              version="1.4">
        <doc xml:space="preserve">Get the list of subtitles tracks of the current media.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">a list of
strings describing the available subtitles tracks</doc>
          <type name="GLib.List" c:type="GList*">
            <type name="utf8"/>
          </type>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayback</doc>
            <type name="Playback" c:type="ClutterGstPlayback*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_subtitle_uri"
              c:identifier="clutter_gst_playback_get_subtitle_uri">
        <doc xml:space="preserve">Retrieves the URI of the subtitle file in use.</doc>
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">the URI of the subtitle file. Use g_free()
  to free the returned string</doc>
          <type name="utf8" c:type="gchar*"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayback</doc>
            <type name="Playback" c:type="ClutterGstPlayback*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_uri" c:identifier="clutter_gst_playback_get_uri">
        <doc xml:space="preserve">Retrieves the URI from @self.</doc>
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">the URI of the media stream. Use g_free()
  to free the returned string</doc>
          <type name="utf8" c:type="gchar*"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayback</doc>
            <type name="Playback" c:type="ClutterGstPlayback*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_user_agent"
              c:identifier="clutter_gst_playback_get_user_agent"
              version="1.4">
        <doc xml:space="preserve">Retrieves the user agent used when streaming.</doc>
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">the user agent used. The returned string has to be freed with
g_free()</doc>
          <type name="utf8" c:type="gchar*"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayback</doc>
            <type name="Playback" c:type="ClutterGstPlayback*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="is_live_media"
              c:identifier="clutter_gst_playback_is_live_media">
        <doc xml:space="preserve">Whether the player is using a live media.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">TRUE if the player is using a live media, FALSE otherwise.</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayback</doc>
            <type name="Playback" c:type="ClutterGstPlayback*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="set_audio_stream"
              c:identifier="clutter_gst_playback_set_audio_stream"
              version="1.4">
        <doc xml:space="preserve">Set the audio stream to play. @index_ is the index of the stream
in the list returned by clutter_gst_playback_get_audio_streams().</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayback</doc>
            <type name="Playback" c:type="ClutterGstPlayback*"/>
          </instance-parameter>
          <parameter name="index_" transfer-ownership="none">
            <doc xml:space="preserve">the index of the audio stream</doc>
            <type name="gint" c:type="gint"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_buffer_duration"
              c:identifier="clutter_gst_playback_set_buffer_duration">
        <doc xml:space="preserve">Sets the buffer duration to be used when buffering network streams.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayback</doc>
            <type name="Playback" c:type="ClutterGstPlayback*"/>
          </instance-parameter>
          <parameter name="duration" transfer-ownership="none">
            <doc xml:space="preserve">The new duration</doc>
            <type name="gint64" c:type="gint64"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_buffer_size"
              c:identifier="clutter_gst_playback_set_buffer_size">
        <doc xml:space="preserve">Sets the buffer size to be used when buffering network streams.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayback</doc>
            <type name="Playback" c:type="ClutterGstPlayback*"/>
          </instance-parameter>
          <parameter name="size" transfer-ownership="none">
            <doc xml:space="preserve">The new size</doc>
            <type name="gint" c:type="gint"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_buffering_mode"
              c:identifier="clutter_gst_playback_set_buffering_mode"
              version="1.4">
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayback</doc>
            <type name="Playback" c:type="ClutterGstPlayback*"/>
          </instance-parameter>
          <parameter name="mode" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstBufferingMode</doc>
            <type name="BufferingMode" c:type="ClutterGstBufferingMode"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_filename"
              c:identifier="clutter_gst_playback_set_filename">
        <doc xml:space="preserve">Sets the source of @self using a file path.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayback</doc>
            <type name="Playback" c:type="ClutterGstPlayback*"/>
          </instance-parameter>
          <parameter name="filename" transfer-ownership="none">
            <doc xml:space="preserve">A filename</doc>
            <type name="utf8" c:type="const gchar*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_progress"
              c:identifier="clutter_gst_playback_set_progress">
        <doc xml:space="preserve">Sets the playback progress of @self. The @progress is
a normalized value between 0.0 (begin) and 1.0 (end).</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayback</doc>
            <type name="Playback" c:type="ClutterGstPlayback*"/>
          </instance-parameter>
          <parameter name="progress" transfer-ownership="none">
            <doc xml:space="preserve">the progress of the playback, between 0.0 and 1.0</doc>
            <type name="gdouble" c:type="gdouble"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_seek_flags"
              c:identifier="clutter_gst_playback_set_seek_flags"
              version="1.4">
        <doc xml:space="preserve">Seeking can be done with several trade-offs. Clutter-gst defaults
to %CLUTTER_GST_SEEK_FLAG_NONE.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayback</doc>
            <type name="Playback" c:type="ClutterGstPlayback*"/>
          </instance-parameter>
          <parameter name="flags" transfer-ownership="none">
            <doc xml:space="preserve">a combination of #ClutterGstSeekFlags</doc>
            <type name="SeekFlags" c:type="ClutterGstSeekFlags"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_subtitle_font_name"
              c:identifier="clutter_gst_playback_set_subtitle_font_name">
        <doc xml:space="preserve">Sets the font used by the subtitle renderer. The @font_name string must be
either %NULL, which means that the default font name of the underlying
implementation will be used; or must follow the grammar recognized by
pango_font_description_from_string() like:

|[
  clutter_gst_playback_set_subtitle_font_name (player, "Sans 24pt");
]|</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayback</doc>
            <type name="Playback" c:type="ClutterGstPlayback*"/>
          </instance-parameter>
          <parameter name="font_name" transfer-ownership="none">
            <doc xml:space="preserve">a font name, or %NULL to set the default font name</doc>
            <type name="utf8" c:type="const char*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_subtitle_track"
              c:identifier="clutter_gst_playback_set_subtitle_track"
              version="1.4">
        <doc xml:space="preserve">Set the subtitles track to play. @index_ is the index of the stream
in the list returned by clutter_gst_playback_get_subtitle_tracks().

If @index_ is -1, the subtitles are turned off.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayback</doc>
            <type name="Playback" c:type="ClutterGstPlayback*"/>
          </instance-parameter>
          <parameter name="index_" transfer-ownership="none">
            <doc xml:space="preserve">the index of the subtitles track</doc>
            <type name="gint" c:type="gint"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_subtitle_uri"
              c:identifier="clutter_gst_playback_set_subtitle_uri">
        <doc xml:space="preserve">Sets the location of a subtitle file to display while playing @self.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayback</doc>
            <type name="Playback" c:type="ClutterGstPlayback*"/>
          </instance-parameter>
          <parameter name="uri" transfer-ownership="none">
            <doc xml:space="preserve">the URI of a subtitle file</doc>
            <type name="utf8" c:type="const gchar*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_uri" c:identifier="clutter_gst_playback_set_uri">
        <doc xml:space="preserve">Sets the URI of @self to @uri.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayback</doc>
            <type name="Playback" c:type="ClutterGstPlayback*"/>
          </instance-parameter>
          <parameter name="uri" transfer-ownership="none">
            <doc xml:space="preserve">the URI of the media stream</doc>
            <type name="utf8" c:type="const gchar*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_user_agent"
              c:identifier="clutter_gst_playback_set_user_agent"
              version="1.4">
        <doc xml:space="preserve">Sets the user agent to use when streaming.

When streaming content, you might want to set a custom user agent, eg. to
promote your software, make it appear in statistics or because the server
requires a special user agent you want to impersonate.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayback</doc>
            <type name="Playback" c:type="ClutterGstPlayback*"/>
          </instance-parameter>
          <parameter name="user_agent" transfer-ownership="none">
            <doc xml:space="preserve">the user agent</doc>
            <type name="utf8" c:type="const gchar*"/>
          </parameter>
        </parameters>
      </method>
      <property name="audio-stream"
                version="1.4"
                writable="1"
                transfer-ownership="none">
        <doc xml:space="preserve">Index of the current audio stream.</doc>
        <type name="gint" c:type="gint"/>
      </property>
      <property name="audio-streams" version="1.4" transfer-ownership="none">
        <doc xml:space="preserve">List of audio streams available on the current media.</doc>
        <type name="gpointer" c:type="gpointer"/>
      </property>
      <property name="buffer-fill" transfer-ownership="none">
        <doc xml:space="preserve">The fill level of the buffer for the current stream,
as a value between 0.0 and 1.0.</doc>
        <type name="gdouble" c:type="gdouble"/>
      </property>
      <property name="can-seek" transfer-ownership="none">
        <doc xml:space="preserve">Whether the current stream is seekable.</doc>
        <type name="gboolean" c:type="gboolean"/>
      </property>
      <property name="duration" transfer-ownership="none">
        <doc xml:space="preserve">The duration of the current stream, in seconds</doc>
        <type name="gdouble" c:type="gdouble"/>
      </property>
      <property name="in-seek" version="1.6" transfer-ownership="none">
        <doc xml:space="preserve">Whether or not the stream is being seeked.</doc>
        <type name="gboolean" c:type="gboolean"/>
      </property>
      <property name="progress" writable="1" transfer-ownership="none">
        <doc xml:space="preserve">The current progress of the playback, as a normalized
value between 0.0 and 1.0.</doc>
        <type name="gdouble" c:type="gdouble"/>
      </property>
      <property name="seek-flags"
                version="1.4"
                writable="1"
                transfer-ownership="none">
        <doc xml:space="preserve">Flags to use when seeking.</doc>
        <type name="SeekFlags"/>
      </property>
      <property name="subtitle-font-name"
                writable="1"
                transfer-ownership="none">
        <doc xml:space="preserve">The font used to display subtitles. The font description has to
follow the same grammar as the one recognized by
pango_font_description_from_string().</doc>
        <type name="utf8" c:type="gchar*"/>
      </property>
      <property name="subtitle-track"
                version="1.4"
                writable="1"
                transfer-ownership="none">
        <doc xml:space="preserve">Current subtitle track being displayed.</doc>
        <type name="gint" c:type="gint"/>
      </property>
      <property name="subtitle-tracks" version="1.4" transfer-ownership="none">
        <doc xml:space="preserve">List of subtitle tracks available.</doc>
        <type name="gpointer" c:type="gpointer"/>
      </property>
      <property name="subtitle-uri" writable="1" transfer-ownership="none">
        <doc xml:space="preserve">The location of a subtitle file, expressed as a valid URI.</doc>
        <type name="utf8" c:type="gchar*"/>
      </property>
      <property name="uri" writable="1" transfer-ownership="none">
        <doc xml:space="preserve">The location of a media file, expressed as a valid URI.</doc>
        <type name="utf8" c:type="gchar*"/>
      </property>
      <property name="user-agent"
                version="1.4"
                writable="1"
                transfer-ownership="none">
        <doc xml:space="preserve">The User Agent used by #ClutterGstPlayback with network protocols.</doc>
        <type name="utf8" c:type="gchar*"/>
      </property>
      <field name="parent">
        <type name="GObject.Object" c:type="GObject"/>
      </field>
      <field name="priv">
        <type name="PlaybackPrivate" c:type="ClutterGstPlaybackPrivate*"/>
      </field>
      <glib:signal name="should-buffer" when="last" version="1.4">
        <doc xml:space="preserve">The ::should-buffer signal is emitted every time the base class needs to
decide whether it should continue buffering in download-buffering mode.</doc>
        <return-value transfer-ownership="none">
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <parameter name="query" transfer-ownership="none">
            <doc xml:space="preserve">A gst buffering query of format bytes</doc>
            <type name="Gst.Query"/>
          </parameter>
        </parameters>
      </glib:signal>
    </class>
    <record name="PlaybackClass"
            c:type="ClutterGstPlaybackClass"
            glib:is-gtype-struct-for="Playback">
      <doc xml:space="preserve">Base class for #ClutterGstPlayback.</doc>
      <field name="parent_class" readable="0" private="1">
        <type name="GObject.ObjectClass" c:type="GObjectClass"/>
      </field>
      <field name="should_buffer">
        <callback name="should_buffer">
          <return-value transfer-ownership="none">
            <type name="gboolean" c:type="gboolean"/>
          </return-value>
          <parameters>
            <parameter name="self" transfer-ownership="none">
              <type name="Playback" c:type="ClutterGstPlayback*"/>
            </parameter>
            <parameter name="query" transfer-ownership="none">
              <type name="Gst.Query" c:type="GstQuery*"/>
            </parameter>
          </parameters>
        </callback>
      </field>
    </record>
    <record name="PlaybackPrivate"
            c:type="ClutterGstPlaybackPrivate"
            disguised="1">
    </record>
    <interface name="Player"
               c:symbol-prefix="player"
               c:type="ClutterGstPlayer"
               version="1.4"
               glib:type-name="ClutterGstPlayer"
               glib:get-type="clutter_gst_player_get_type"
               glib:type-struct="PlayerIface">
      <doc xml:space="preserve">#ClutterGstPlayer is an opaque structure whose members cannot be
directly accessed</doc>
      <virtual-method name="eos">
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <type name="Player" c:type="ClutterGstPlayer*"/>
          </instance-parameter>
        </parameters>
      </virtual-method>
      <virtual-method name="error">
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <type name="Player" c:type="ClutterGstPlayer*"/>
          </instance-parameter>
          <parameter name="error" transfer-ownership="none">
            <type name="GLib.Error" c:type="const GError*"/>
          </parameter>
        </parameters>
      </virtual-method>
      <virtual-method name="get_audio_volume"
                      invoker="get_audio_volume"
                      version="3.0">
        <doc xml:space="preserve">Retrieves the playback volume of @self.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">The playback volume between 0.0 and 1.0</doc>
          <type name="gdouble" c:type="gdouble"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayer</doc>
            <type name="Player" c:type="ClutterGstPlayer*"/>
          </instance-parameter>
        </parameters>
      </virtual-method>
      <virtual-method name="get_frame" invoker="get_frame" version="3.0">
        <doc xml:space="preserve">Retrieves the #ClutterGstFrame of the last frame produced by @self.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">the #ClutterGstFrame of the last frame.</doc>
          <type name="Frame" c:type="ClutterGstFrame*"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayer</doc>
            <type name="Player" c:type="ClutterGstPlayer*"/>
          </instance-parameter>
        </parameters>
      </virtual-method>
      <virtual-method name="get_idle" invoker="get_idle" version="3.0">
        <doc xml:space="preserve">Get the idle state of the pipeline.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">TRUE if the pipline is in idle mode, FALSE otherwise.</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayer</doc>
            <type name="Player" c:type="ClutterGstPlayer*"/>
          </instance-parameter>
        </parameters>
      </virtual-method>
      <virtual-method name="get_pipeline" invoker="get_pipeline" version="3.0">
        <doc xml:space="preserve">Retrieves the #GstPipeline used by the @self, for direct use with
GStreamer API.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">the #GstPipeline element used by the player</doc>
          <type name="Gst.Element" c:type="GstElement*"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayer</doc>
            <type name="Player" c:type="ClutterGstPlayer*"/>
          </instance-parameter>
        </parameters>
      </virtual-method>
      <virtual-method name="get_playing" invoker="get_playing" version="3.0">
        <doc xml:space="preserve">Retrieves the playing status of @self.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">%TRUE if playing, %FALSE if stopped.</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">A #ClutterGstPlayer object</doc>
            <type name="Player" c:type="ClutterGstPlayer*"/>
          </instance-parameter>
        </parameters>
      </virtual-method>
      <virtual-method name="get_video_sink"
                      invoker="get_video_sink"
                      version="3.0">
        <doc xml:space="preserve">Retrieves the #ClutterGstVideoSink used by the @self.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">the #ClutterGstVideoSink element used by the player</doc>
          <type name="VideoSink" c:type="ClutterGstVideoSink*"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayer</doc>
            <type name="Player" c:type="ClutterGstPlayer*"/>
          </instance-parameter>
        </parameters>
      </virtual-method>
      <virtual-method name="new_frame">
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <type name="Player" c:type="ClutterGstPlayer*"/>
          </instance-parameter>
          <parameter name="frame" transfer-ownership="none">
            <type name="Frame" c:type="ClutterGstFrame*"/>
          </parameter>
        </parameters>
      </virtual-method>
      <virtual-method name="ready">
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <type name="Player" c:type="ClutterGstPlayer*"/>
          </instance-parameter>
        </parameters>
      </virtual-method>
      <virtual-method name="set_audio_volume"
                      invoker="set_audio_volume"
                      version="3.0">
        <doc xml:space="preserve">Sets the playback volume of @self to @volume.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayer</doc>
            <type name="Player" c:type="ClutterGstPlayer*"/>
          </instance-parameter>
          <parameter name="volume" transfer-ownership="none">
            <doc xml:space="preserve">the volume as a double between 0.0 and 1.0</doc>
            <type name="gdouble" c:type="gdouble"/>
          </parameter>
        </parameters>
      </virtual-method>
      <virtual-method name="set_playing" invoker="set_playing" version="3.0">
        <doc xml:space="preserve">Starts or stops playing of @self.

The implementation might be asynchronous, so the way to know whether
the actual playing state of the @self is to use the #GObject::notify
signal on the #ClutterGstPlayer:playing property and then retrieve the
current state with clutter_gst_player_get_playing(). ClutterGstVideoActor
in clutter-gst is an example of such an asynchronous implementation.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayer</doc>
            <type name="Player" c:type="ClutterGstPlayer*"/>
          </instance-parameter>
          <parameter name="playing" transfer-ownership="none">
            <doc xml:space="preserve">%TRUE to start playing</doc>
            <type name="gboolean" c:type="gboolean"/>
          </parameter>
        </parameters>
      </virtual-method>
      <virtual-method name="size_change">
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <type name="Player" c:type="ClutterGstPlayer*"/>
          </instance-parameter>
          <parameter name="width" transfer-ownership="none">
            <type name="gint" c:type="gint"/>
          </parameter>
          <parameter name="height" transfer-ownership="none">
            <type name="gint" c:type="gint"/>
          </parameter>
        </parameters>
      </virtual-method>
      <method name="get_audio_volume"
              c:identifier="clutter_gst_player_get_audio_volume"
              version="3.0">
        <doc xml:space="preserve">Retrieves the playback volume of @self.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">The playback volume between 0.0 and 1.0</doc>
          <type name="gdouble" c:type="gdouble"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayer</doc>
            <type name="Player" c:type="ClutterGstPlayer*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_frame"
              c:identifier="clutter_gst_player_get_frame"
              version="3.0">
        <doc xml:space="preserve">Retrieves the #ClutterGstFrame of the last frame produced by @self.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">the #ClutterGstFrame of the last frame.</doc>
          <type name="Frame" c:type="ClutterGstFrame*"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayer</doc>
            <type name="Player" c:type="ClutterGstPlayer*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_idle"
              c:identifier="clutter_gst_player_get_idle"
              version="3.0">
        <doc xml:space="preserve">Get the idle state of the pipeline.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">TRUE if the pipline is in idle mode, FALSE otherwise.</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayer</doc>
            <type name="Player" c:type="ClutterGstPlayer*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_pipeline"
              c:identifier="clutter_gst_player_get_pipeline"
              version="3.0">
        <doc xml:space="preserve">Retrieves the #GstPipeline used by the @self, for direct use with
GStreamer API.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">the #GstPipeline element used by the player</doc>
          <type name="Gst.Element" c:type="GstElement*"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayer</doc>
            <type name="Player" c:type="ClutterGstPlayer*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_playing"
              c:identifier="clutter_gst_player_get_playing"
              version="3.0">
        <doc xml:space="preserve">Retrieves the playing status of @self.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">%TRUE if playing, %FALSE if stopped.</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">A #ClutterGstPlayer object</doc>
            <type name="Player" c:type="ClutterGstPlayer*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_video_sink"
              c:identifier="clutter_gst_player_get_video_sink"
              version="3.0">
        <doc xml:space="preserve">Retrieves the #ClutterGstVideoSink used by the @self.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">the #ClutterGstVideoSink element used by the player</doc>
          <type name="VideoSink" c:type="ClutterGstVideoSink*"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayer</doc>
            <type name="Player" c:type="ClutterGstPlayer*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="set_audio_volume"
              c:identifier="clutter_gst_player_set_audio_volume"
              version="3.0">
        <doc xml:space="preserve">Sets the playback volume of @self to @volume.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayer</doc>
            <type name="Player" c:type="ClutterGstPlayer*"/>
          </instance-parameter>
          <parameter name="volume" transfer-ownership="none">
            <doc xml:space="preserve">the volume as a double between 0.0 and 1.0</doc>
            <type name="gdouble" c:type="gdouble"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_playing"
              c:identifier="clutter_gst_player_set_playing"
              version="3.0">
        <doc xml:space="preserve">Starts or stops playing of @self.

The implementation might be asynchronous, so the way to know whether
the actual playing state of the @self is to use the #GObject::notify
signal on the #ClutterGstPlayer:playing property and then retrieve the
current state with clutter_gst_player_get_playing(). ClutterGstVideoActor
in clutter-gst is an example of such an asynchronous implementation.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #ClutterGstPlayer</doc>
            <type name="Player" c:type="ClutterGstPlayer*"/>
          </instance-parameter>
          <parameter name="playing" transfer-ownership="none">
            <doc xml:space="preserve">%TRUE to start playing</doc>
            <type name="gboolean" c:type="gboolean"/>
          </parameter>
        </parameters>
      </method>
      <property name="audio-volume" writable="1" transfer-ownership="none">
        <doc xml:space="preserve">The volume of the audio, as a normalized value between
0.0 and 1.0.</doc>
        <type name="gdouble" c:type="gdouble"/>
      </property>
      <property name="idle" version="1.4" transfer-ownership="none">
        <doc xml:space="preserve">Whether the #ClutterGstPlayer is in idle mode.</doc>
        <type name="gboolean" c:type="gboolean"/>
      </property>
      <property name="playing" writable="1" transfer-ownership="none">
        <doc xml:space="preserve">Whether the #ClutterGstPlayer actor is playing.</doc>
        <type name="gboolean" c:type="gboolean"/>
      </property>
      <glib:signal name="eos" when="last">
        <doc xml:space="preserve">The ::eos signal is emitted each time the media stream ends.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
      </glib:signal>
      <glib:signal name="error" when="last">
        <doc xml:space="preserve">The ::error signal is emitted each time an error occurred.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="error" transfer-ownership="none">
            <doc xml:space="preserve">the #GError</doc>
            <type name="GLib.Error"/>
          </parameter>
        </parameters>
      </glib:signal>
      <glib:signal name="new-frame" when="last">
        <doc xml:space="preserve">The ::new-frame signal is emitted each time a frame is received
from the video sink.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="frame" transfer-ownership="none">
            <doc xml:space="preserve">the #ClutterGstFrame newly received from the video sink</doc>
            <type name="Frame"/>
          </parameter>
        </parameters>
      </glib:signal>
      <glib:signal name="ready" when="last">
        <doc xml:space="preserve">The ::ready signal is emitted each time the gstreamer pipeline
becomes ready.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
      </glib:signal>
      <glib:signal name="size-change" when="last">
        <doc xml:space="preserve">The ::size-change signal is emitted each time the new frame
has different dimensions to the previous frame.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="width" transfer-ownership="none">
            <doc xml:space="preserve">new width of the frames</doc>
            <type name="gint" c:type="gint"/>
          </parameter>
          <parameter name="height" transfer-ownership="none">
            <doc xml:space="preserve">new height of the frames</doc>
            <type name="gint" c:type="gint"/>
          </parameter>
        </parameters>
      </glib:signal>
    </interface>
    <record name="PlayerIface"
            c:type="ClutterGstPlayerIface"
            glib:is-gtype-struct-for="Player"
            version="1.4">
      <doc xml:space="preserve">Interface vtable for #ClutterGstPlayer implementations</doc>
      <field name="base_iface" readable="0" private="1">
        <type name="GObject.TypeInterface" c:type="GTypeInterface"/>
      </field>
      <field name="priv" readable="0" private="1">
        <type name="PlayerIfacePrivate"
              c:type="ClutterGstPlayerIfacePrivate*"/>
      </field>
      <field name="get_frame">
        <callback name="get_frame">
          <return-value transfer-ownership="none">
            <doc xml:space="preserve">the #ClutterGstFrame of the last frame.</doc>
            <type name="Frame" c:type="ClutterGstFrame*"/>
          </return-value>
          <parameters>
            <parameter name="self" transfer-ownership="none">
              <doc xml:space="preserve">a #ClutterGstPlayer</doc>
              <type name="Player" c:type="ClutterGstPlayer*"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="get_pipeline">
        <callback name="get_pipeline">
          <return-value transfer-ownership="none">
            <doc xml:space="preserve">the #GstPipeline element used by the player</doc>
            <type name="Gst.Element" c:type="GstElement*"/>
          </return-value>
          <parameters>
            <parameter name="self" transfer-ownership="none">
              <doc xml:space="preserve">a #ClutterGstPlayer</doc>
              <type name="Player" c:type="ClutterGstPlayer*"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="get_video_sink">
        <callback name="get_video_sink">
          <return-value transfer-ownership="none">
            <doc xml:space="preserve">the #ClutterGstVideoSink element used by the player</doc>
            <type name="VideoSink" c:type="ClutterGstVideoSink*"/>
          </return-value>
          <parameters>
            <parameter name="self" transfer-ownership="none">
              <doc xml:space="preserve">a #ClutterGstPlayer</doc>
              <type name="Player" c:type="ClutterGstPlayer*"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="get_idle">
        <callback name="get_idle">
          <return-value transfer-ownership="none">
            <doc xml:space="preserve">TRUE if the pipline is in idle mode, FALSE otherwise.</doc>
            <type name="gboolean" c:type="gboolean"/>
          </return-value>
          <parameters>
            <parameter name="self" transfer-ownership="none">
              <doc xml:space="preserve">a #ClutterGstPlayer</doc>
              <type name="Player" c:type="ClutterGstPlayer*"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="get_audio_volume">
        <callback name="get_audio_volume">
          <return-value transfer-ownership="none">
            <doc xml:space="preserve">The playback volume between 0.0 and 1.0</doc>
            <type name="gdouble" c:type="gdouble"/>
          </return-value>
          <parameters>
            <parameter name="self" transfer-ownership="none">
              <doc xml:space="preserve">a #ClutterGstPlayer</doc>
              <type name="Player" c:type="ClutterGstPlayer*"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="set_audio_volume">
        <callback name="set_audio_volume">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
          <parameters>
            <parameter name="self" transfer-ownership="none">
              <doc xml:space="preserve">a #ClutterGstPlayer</doc>
              <type name="Player" c:type="ClutterGstPlayer*"/>
            </parameter>
            <parameter name="volume" transfer-ownership="none">
              <doc xml:space="preserve">the volume as a double between 0.0 and 1.0</doc>
              <type name="gdouble" c:type="gdouble"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="get_playing">
        <callback name="get_playing">
          <return-value transfer-ownership="none">
            <doc xml:space="preserve">%TRUE if playing, %FALSE if stopped.</doc>
            <type name="gboolean" c:type="gboolean"/>
          </return-value>
          <parameters>
            <parameter name="self" transfer-ownership="none">
              <doc xml:space="preserve">A #ClutterGstPlayer object</doc>
              <type name="Player" c:type="ClutterGstPlayer*"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="set_playing">
        <callback name="set_playing">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
          <parameters>
            <parameter name="self" transfer-ownership="none">
              <doc xml:space="preserve">a #ClutterGstPlayer</doc>
              <type name="Player" c:type="ClutterGstPlayer*"/>
            </parameter>
            <parameter name="playing" transfer-ownership="none">
              <doc xml:space="preserve">%TRUE to start playing</doc>
              <type name="gboolean" c:type="gboolean"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="_padding_vfuncs" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="16">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
      <field name="new_frame">
        <callback name="new_frame">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
          <parameters>
            <parameter name="self" transfer-ownership="none">
              <type name="Player" c:type="ClutterGstPlayer*"/>
            </parameter>
            <parameter name="frame" transfer-ownership="none">
              <type name="Frame" c:type="ClutterGstFrame*"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="ready">
        <callback name="ready">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
          <parameters>
            <parameter name="self" transfer-ownership="none">
              <type name="Player" c:type="ClutterGstPlayer*"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="eos">
        <callback name="eos">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
          <parameters>
            <parameter name="self" transfer-ownership="none">
              <type name="Player" c:type="ClutterGstPlayer*"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="error">
        <callback name="error">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
          <parameters>
            <parameter name="self" transfer-ownership="none">
              <type name="Player" c:type="ClutterGstPlayer*"/>
            </parameter>
            <parameter name="error" transfer-ownership="none">
              <type name="GLib.Error" c:type="const GError*"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="size_change">
        <callback name="size_change">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
          <parameters>
            <parameter name="self" transfer-ownership="none">
              <type name="Player" c:type="ClutterGstPlayer*"/>
            </parameter>
            <parameter name="width" transfer-ownership="none">
              <type name="gint" c:type="gint"/>
            </parameter>
            <parameter name="height" transfer-ownership="none">
              <type name="gint" c:type="gint"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="_padding_signals" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="8">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </record>
    <record name="PlayerIfacePrivate"
            c:type="ClutterGstPlayerIfacePrivate"
            disguised="1">
    </record>
    <bitfield name="SeekFlags"
              version="1.4"
              glib:type-name="ClutterGstSeekFlags"
              glib:get-type="clutter_gst_seek_flags_get_type"
              c:type="ClutterGstSeekFlags">
      <doc xml:space="preserve">Flags that can be given to clutter_gst_player_set_seek_flags().</doc>
      <member name="none"
              value="0"
              c:identifier="CLUTTER_GST_SEEK_FLAG_NONE"
              glib:nick="none">
        <doc xml:space="preserve">Fast seeks (key frame boundaries, default)</doc>
      </member>
      <member name="accurate"
              value="1"
              c:identifier="CLUTTER_GST_SEEK_FLAG_ACCURATE"
              glib:nick="accurate">
        <doc xml:space="preserve">Accurate seeks (potentially slower)</doc>
      </member>
    </bitfield>
    <constant name="VERSION_HEX" value="0" c:type="CLUTTER_GST_VERSION_HEX">
      <doc xml:space="preserve">ClutterGst full version, encoded as an hexadecimal value.</doc>
      <type name="gint" c:type="gint"/>
    </constant>
    <constant name="VERSION_S" value="3.0.24" c:type="CLUTTER_GST_VERSION_S">
      <doc xml:space="preserve">ClutterGst full version, encoded as a string.</doc>
      <type name="utf8" c:type="gchar*"/>
    </constant>
    <record name="VideoResolution"
            c:type="ClutterGstVideoResolution"
            version="3.0">
      <doc xml:space="preserve">A video resolution.</doc>
      <field name="width" writable="1">
        <doc xml:space="preserve">the width, in pixels</doc>
        <type name="gint" c:type="gint"/>
      </field>
      <field name="height" writable="1">
        <doc xml:space="preserve">the height, in pixels</doc>
        <type name="gint" c:type="gint"/>
      </field>
      <field name="par_n" writable="1">
        <type name="gint" c:type="gint"/>
      </field>
      <field name="par_d" writable="1">
        <type name="gint" c:type="gint"/>
      </field>
    </record>
    <class name="VideoSink"
           c:symbol-prefix="video_sink"
           c:type="ClutterGstVideoSink"
           version="3.0"
           parent="GstVideo.VideoSink"
           glib:type-name="ClutterGstVideoSink"
           glib:get-type="clutter_gst_video_sink_get_type"
           glib:type-struct="VideoSinkClass">
      <doc xml:space="preserve">The #ClutterGstVideoSink structure contains only private data and
should be accessed using the provided API.</doc>
      <implements name="GstVideo.ColorBalance"/>
      <implements name="GstVideo.Navigation"/>
      <constructor name="new"
                   c:identifier="clutter_gst_video_sink_new"
                   version="3.0">
        <doc xml:space="preserve">Creates a new #ClutterGstVideoSink</doc>
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">a new #ClutterGstVideoSink</doc>
          <type name="VideoSink" c:type="ClutterGstVideoSink*"/>
        </return-value>
      </constructor>
      <virtual-method name="new_frame">
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="sink" transfer-ownership="none">
            <type name="VideoSink" c:type="ClutterGstVideoSink*"/>
          </instance-parameter>
        </parameters>
      </virtual-method>
      <virtual-method name="new_overlays">
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="sink" transfer-ownership="none">
            <type name="VideoSink" c:type="ClutterGstVideoSink*"/>
          </instance-parameter>
        </parameters>
      </virtual-method>
      <virtual-method name="pipeline_ready">
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="sink" transfer-ownership="none">
            <type name="VideoSink" c:type="ClutterGstVideoSink*"/>
          </instance-parameter>
        </parameters>
      </virtual-method>
      <method name="get_frame"
              c:identifier="clutter_gst_video_sink_get_frame"
              version="3.0">
        <doc xml:space="preserve">Returns a #ClutterGstFrame object suitable to render the current
frame of the given video sink. An application is free to make a
copy of this pipeline and modify it for custom rendering.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">A #ClutterGstFrame or NULL if there
  isn't a frame to be displayed yet.</doc>
          <type name="Frame" c:type="ClutterGstFrame*"/>
        </return-value>
        <parameters>
          <instance-parameter name="sink" transfer-ownership="none">
            <doc xml:space="preserve">The #ClutterGstVideoSink</doc>
            <type name="VideoSink" c:type="ClutterGstVideoSink*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_overlays"
              c:identifier="clutter_gst_video_sink_get_overlays">
        <return-value transfer-ownership="full">
          <type name="Overlays" c:type="ClutterGstOverlays*"/>
        </return-value>
        <parameters>
          <instance-parameter name="sink" transfer-ownership="none">
            <type name="VideoSink" c:type="ClutterGstVideoSink*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_pipeline"
              c:identifier="clutter_gst_video_sink_get_pipeline"
              version="3.0"
              introspectable="0">
        <doc xml:space="preserve">Returns a pipeline suitable for rendering the current frame of the
given video sink. The pipeline will already have the textures for
the frame attached. For simple rendering, an application will
typically call this function immediately before it paints the
video. It can then just paint a rectangle using the returned
pipeline.

An application is free to make a copy of this
pipeline and modify it for custom rendering.

Note: it is considered an error to call this function before the
#ClutterGstVideoSink::pipeline-ready signal is emitted.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">the pipeline for rendering the
  current frame</doc>
          <type c:type="CoglPipeline*"/>
        </return-value>
        <parameters>
          <instance-parameter name="sink" transfer-ownership="none">
            <doc xml:space="preserve">The #ClutterGstVideoSink</doc>
            <type name="VideoSink" c:type="ClutterGstVideoSink*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="is_ready"
              c:identifier="clutter_gst_video_sink_is_ready"
              version="3.0">
        <doc xml:space="preserve">Returns whether the pipeline is ready and so
clutter_gst_video_sink_get_pipeline() and
clutter_gst_video_sink_setup_pipeline() can be called without causing error.

Note: Normally an application will wait until the
#ClutterGstVideoSink::pipeline-ready signal is emitted instead of
polling the ready status with this api, but sometimes when a sink
is passed between components that didn't have an opportunity to
connect a signal handler this can be useful.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">%TRUE if the sink is ready, else %FALSE</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="sink" transfer-ownership="none">
            <doc xml:space="preserve">The #ClutterGstVideoSink</doc>
            <type name="VideoSink" c:type="ClutterGstVideoSink*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="setup_pipeline"
              c:identifier="clutter_gst_video_sink_setup_pipeline"
              version="3.0"
              introspectable="0">
        <doc xml:space="preserve">Configures the given pipeline so that will be able to render the
video for the @sink. This should only be used if the application
wants to perform some custom rendering using its own pipeline.
Typically an application will call this in response to the
#ClutterGstVideoSink::pipeline-ready signal.

Note: it is considered an error to call this function before the
#ClutterGstVideoSink::pipeline-ready signal is emitted.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="sink" transfer-ownership="none">
            <doc xml:space="preserve">The #ClutterGstVideoSink</doc>
            <type name="VideoSink" c:type="ClutterGstVideoSink*"/>
          </instance-parameter>
          <parameter name="pipeline" transfer-ownership="none">
            <doc xml:space="preserve">A #CoglPipeline</doc>
            <type c:type="CoglPipeline*"/>
          </parameter>
        </parameters>
      </method>
      <property name="update-priority" writable="1" transfer-ownership="none">
        <type name="gint" c:type="gint"/>
      </property>
      <field name="parent" readable="0" private="1">
        <type name="GstVideo.VideoSink" c:type="GstVideoSink"/>
      </field>
      <field name="priv" readable="0" private="1">
        <type name="VideoSinkPrivate" c:type="ClutterGstVideoSinkPrivate*"/>
      </field>
      <glib:signal name="new-frame" when="last" version="3.0">
        <doc xml:space="preserve">The sink will emit this signal whenever there are new textures
available for a new frame of the video. After this signal is
emitted, an application can call clutter_gst_video_sink_get_pipeline()
to get a pipeline suitable for rendering the frame. If the
application is using a custom pipeline it can alternatively call
clutter_gst_video_sink_attach_frame() to attach the textures.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
      </glib:signal>
      <glib:signal name="new-overlays" when="last" version="3.0">
        <doc xml:space="preserve">The sink will emit this signal whenever there are new textures
available for set of overlays on the video. After this signal is
emitted, an application can call
clutter_gst_video_sink_get_overlays() to get a set of pipelines
suitable for rendering overlays on a video frame.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
      </glib:signal>
      <glib:signal name="pipeline-ready" when="last" version="3.0">
        <doc xml:space="preserve">The sink will emit this signal as soon as it has gathered enough
information from the video to configure a pipeline. If the
application wants to do some customized rendering, it can setup its
pipeline after this signal is emitted. The application's pipeline
will typically either be a copy of the one returned by
clutter_gst_video_sink_get_pipeline() or it can be a completely custom
pipeline which is setup using clutter_gst_video_sink_setup_pipeline().

Note that it is an error to call either of those functions before
this signal is emitted. The #ClutterGstVideoSink::new-frame signal
will only be emitted after the pipeline is ready so the application
could also create its pipeline in the handler for that.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
      </glib:signal>
    </class>
    <record name="VideoSinkClass"
            c:type="ClutterGstVideoSinkClass"
            glib:is-gtype-struct-for="VideoSink"
            version="3.0">
      <field name="parent_class" readable="0" private="1">
        <type name="GstVideo.VideoSinkClass" c:type="GstVideoSinkClass"/>
      </field>
      <field name="new_frame">
        <callback name="new_frame">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
          <parameters>
            <parameter name="sink" transfer-ownership="none">
              <type name="VideoSink" c:type="ClutterGstVideoSink*"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="pipeline_ready">
        <callback name="pipeline_ready">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
          <parameters>
            <parameter name="sink" transfer-ownership="none">
              <type name="VideoSink" c:type="ClutterGstVideoSink*"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="new_overlays">
        <callback name="new_overlays">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
          <parameters>
            <parameter name="sink" transfer-ownership="none">
              <type name="VideoSink" c:type="ClutterGstVideoSink*"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="_padding_dummy" readable="0" private="1">
        <array zero-terminated="0" c:type="void" fixed-size="8">
          <type name="gpointer" c:type="void*"/>
        </array>
      </field>
    </record>
    <record name="VideoSinkPrivate"
            c:type="ClutterGstVideoSinkPrivate"
            disguised="1">
    </record>
    <function name="create_video_sink"
              c:identifier="clutter_gst_create_video_sink"
              version="3.0">
      <doc xml:space="preserve">Creates a new #ClutterGstVideoSink initialized with Clutter's Cogl context.</doc>
      <return-value transfer-ownership="full">
        <doc xml:space="preserve">the newly created #ClutterGstVideoSink.</doc>
        <type name="Gst.Element" c:type="GstElement*"/>
      </return-value>
    </function>
    <function name="init" c:identifier="clutter_gst_init">
      <doc xml:space="preserve">Utility function to initialize both Clutter and GStreamer.

This function should be called before calling any other GLib functions. If
this is not an option, your program must initialise the GLib thread system
using g_thread_init() before any other GLib functions are called.</doc>
      <return-value transfer-ownership="none">
        <doc xml:space="preserve">A #ClutterInitError.</doc>
        <type name="Clutter.InitError" c:type="ClutterInitError"/>
      </return-value>
      <parameters>
        <parameter name="argc"
                   direction="inout"
                   caller-allocates="0"
                   transfer-ownership="full">
          <doc xml:space="preserve">The number of arguments in @argv</doc>
          <type name="gint" c:type="int*"/>
        </parameter>
        <parameter name="argv"
                   direction="inout"
                   caller-allocates="0"
                   transfer-ownership="full"
                   nullable="1"
                   allow-none="1">
          <doc xml:space="preserve">A pointer to an array</doc>
          <array length="0" zero-terminated="0" c:type="char***">
            <type name="utf8" c:type="char**"/>
          </array>
        </parameter>
      </parameters>
    </function>
    <function name="init_with_args"
              c:identifier="clutter_gst_init_with_args"
              version="1.0"
              throws="1">
      <doc xml:space="preserve">This function does the same work as clutter_gst_init(). Additionally, it
allows you to add your own command line options, and it automatically
generates nicely formatted --help output. Clutter's and GStreamer's
#GOptionGroup&lt;!-- --&gt;s are added to the set of available options.

Your program must initialise the GLib thread system using g_thread_init()
before any other GLib functions are called.</doc>
      <return-value transfer-ownership="none">
        <doc xml:space="preserve">%CLUTTER_INIT_SUCCESS on success, a negative integer
  on failure.</doc>
        <type name="Clutter.InitError" c:type="ClutterInitError"/>
      </return-value>
      <parameters>
        <parameter name="argc"
                   direction="inout"
                   caller-allocates="0"
                   transfer-ownership="full">
          <doc xml:space="preserve">The number of arguments in @argv</doc>
          <type name="gint" c:type="int*"/>
        </parameter>
        <parameter name="argv"
                   direction="inout"
                   caller-allocates="0"
                   transfer-ownership="full"
                   nullable="1"
                   allow-none="1">
          <doc xml:space="preserve">A pointer to an array</doc>
          <array length="0" zero-terminated="0" c:type="char***">
            <type name="utf8" c:type="char**"/>
          </array>
        </parameter>
        <parameter name="parameter_string" transfer-ownership="none">
          <doc xml:space="preserve">a string which is displayed in
   the first line of &lt;option&gt;--help&lt;/option&gt; output, after
   &lt;literal&gt;&lt;replaceable&gt;programname&lt;/replaceable&gt; [OPTION...]&lt;/literal&gt;</doc>
          <type name="utf8" c:type="const char*"/>
        </parameter>
        <parameter name="entries" transfer-ownership="none">
          <doc xml:space="preserve">a %NULL-terminated array of #GOptionEntry&lt;!-- --&gt;s
   describing the options of your program</doc>
          <type name="GLib.OptionEntry" c:type="GOptionEntry*"/>
        </parameter>
        <parameter name="translation_domain" transfer-ownership="none">
          <doc xml:space="preserve">a translation domain to use for translating
   the &lt;option&gt;--help&lt;/option&gt; output for the options in @entries
   with gettext(), or %NULL</doc>
          <type name="utf8" c:type="const char*"/>
        </parameter>
      </parameters>
    </function>
  </namespace>
</repository>