This file is indexed.

/usr/share/gir-1.0/GES-0.10.gir is in libges-0.10-dev 0.10.1-2.

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
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
<?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="GLib" version="2.0"/>
  <include name="GModule" version="2.0"/>
  <include name="GObject" version="2.0"/>
  <include name="Gst" version="0.10"/>
  <include name="GstPbutils" version="0.10"/>
  <include name="libxml2" version="2.0"/>
  <package name="ges-0.10"/>
  <c:include name="ges/ges-custom-timeline-source.h"/>
  <c:include name="ges/ges-enums.h"/>
  <c:include name="ges/ges-formatter.h"/>
  <c:include name="ges/ges-keyfile-formatter.h"/>
  <c:include name="ges/ges-screenshot.h"/>
  <c:include name="ges/ges-simple-timeline-layer.h"/>
  <c:include name="ges/ges-timeline-file-source.h"/>
  <c:include name="ges/ges-timeline-layer.h"/>
  <c:include name="ges/ges-timeline-object.h"/>
  <c:include name="ges/ges-timeline-operation.h"/>
  <c:include name="ges/ges-timeline-overlay.h"/>
  <c:include name="ges/ges-timeline-pipeline.h"/>
  <c:include name="ges/ges-timeline-source.h"/>
  <c:include name="ges/ges-timeline-standard-transition.h"/>
  <c:include name="ges/ges-timeline-test-source.h"/>
  <c:include name="ges/ges-timeline-text-overlay.h"/>
  <c:include name="ges/ges-timeline-title-source.h"/>
  <c:include name="ges/ges-timeline-transition.h"/>
  <c:include name="ges/ges-timeline.h"/>
  <c:include name="ges/ges-track-audio-test-source.h"/>
  <c:include name="ges/ges-track-audio-transition.h"/>
  <c:include name="ges/ges-track-filesource.h"/>
  <c:include name="ges/ges-track-image-source.h"/>
  <c:include name="ges/ges-track-object.h"/>
  <c:include name="ges/ges-track-operation.h"/>
  <c:include name="ges/ges-track-source.h"/>
  <c:include name="ges/ges-track-text-overlay.h"/>
  <c:include name="ges/ges-track-title-source.h"/>
  <c:include name="ges/ges-track-transition.h"/>
  <c:include name="ges/ges-track-video-test-source.h"/>
  <c:include name="ges/ges-track-video-transition.h"/>
  <c:include name="ges/ges-track.h"/>
  <c:include name="ges/ges-types.h"/>
  <c:include name="ges/ges-utils.h"/>
  <c:include name="ges/ges.h"/>
  <c:include name="ges/gesmarshal.h"/>
  <namespace name="GES"
             version="0.10"
             shared-library="libges-0.10.so.0"
             c:identifier-prefixes="GES"
             c:symbol-prefixes="ges">
    <callback name="CreateTrackObjectFunc"
              c:type="GESCreateTrackObjectFunc"
              introspectable="0">
      <doc xml:whitespace="preserve">Creates the 'primary' track object for this @object.
Subclasses should implement this method if they only provide a
single #GESTrackObject per track.
If the subclass needs to create more than one #GESTrackObject for a
given track, then it should implement the 'create_track_objects'
method instead.
The implementer of this function shall return the proper #GESTrackObject
that should be controlled by @object for the given @track.
The returned #GESTrackObject will be automatically added to the list
of objects controlled by the #GESTimelineObject.
for the given @track.</doc>
      <return-value>
        <doc xml:whitespace="preserve">the #GESTrackObject to be used, or %NULL if it can't provide one</doc>
        <type name="TrackObject" c:type="GESTrackObject*"/>
      </return-value>
      <parameters>
        <parameter name="object" transfer-ownership="none">
          <doc xml:whitespace="preserve">a #GESTimelineObject</doc>
          <type name="TimelineObject" c:type="GESTimelineObject*"/>
        </parameter>
        <parameter name="track" transfer-ownership="none">
          <doc xml:whitespace="preserve">a #GESTrack</doc>
          <type name="Track" c:type="GESTrack*"/>
        </parameter>
      </parameters>
    </callback>
    <callback name="CreateTrackObjectsFunc" c:type="GESCreateTrackObjectsFunc">
      <doc xml:whitespace="preserve">Create all track objects this object handles for this type of track.
Subclasses should implement this method if they potentially need to
return more than one #GESTrackObject(s) for a given #GESTrack.
For each object created, the subclass must call
ges_timeline_object_add_track_object() with the newly created object
and provided @track.</doc>
      <return-value transfer-ownership="none">
        <doc xml:whitespace="preserve">%TRUE on success %FALSE on failure.</doc>
        <type name="gboolean" c:type="gboolean"/>
      </return-value>
      <parameters>
        <parameter name="object" transfer-ownership="none">
          <doc xml:whitespace="preserve">a #GESTimelineObject</doc>
          <type name="TimelineObject" c:type="GESTimelineObject*"/>
        </parameter>
        <parameter name="track" transfer-ownership="none">
          <doc xml:whitespace="preserve">a #GESTrack</doc>
          <type name="Track" c:type="GESTrack*"/>
        </parameter>
      </parameters>
    </callback>
    <class name="CustomTimelineSource"
           c:symbol-prefix="custom_timeline_source"
           c:type="GESCustomTimelineSource"
           parent="TimelineSource"
           glib:type-name="GESCustomTimelineSource"
           glib:get-type="ges_custom_timeline_source_get_type"
           glib:type-struct="CustomTimelineSourceClass">
      <doc xml:whitespace="preserve">Debugging custom timeline source</doc>
      <constructor name="new"
                   c:identifier="ges_custom_timeline_source_new"
                   introspectable="0">
        <doc xml:whitespace="preserve">Creates a new #GESCustomTimelineSource.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The new #GESCustomTimelineSource.</doc>
          <type name="CustomTimelineSource" c:type="GESCustomTimelineSource*"/>
        </return-value>
        <parameters>
          <parameter name="func" transfer-ownership="none" closure="1">
            <doc xml:whitespace="preserve">The #GESFillTrackObjectUserFunc that will be used to fill the track objects.</doc>
            <type name="FillTrackObjectUserFunc"
                  c:type="GESFillTrackObjectUserFunc"/>
          </parameter>
          <parameter name="user_data" transfer-ownership="none">
            <doc xml:whitespace="preserve">a gpointer that will be used when @func is called.</doc>
            <type name="gpointer" c:type="gpointer"/>
          </parameter>
        </parameters>
      </constructor>
      <field name="parent">
        <type name="TimelineSource" c:type="GESTimelineSource"/>
      </field>
      <field name="priv" readable="0" private="1">
        <type name="CustomTimelineSourcePrivate"
              c:type="GESCustomTimelineSourcePrivate*"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </class>
    <record name="CustomTimelineSourceClass"
            c:type="GESCustomTimelineSourceClass"
            glib:is-gtype-struct-for="CustomTimelineSource">
      <field name="parent_class">
        <type name="TimelineSourceClass" c:type="GESTimelineSourceClass"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </record>
    <record name="CustomTimelineSourcePrivate"
            c:type="GESCustomTimelineSourcePrivate"
            disguised="1">
    </record>
    <callback name="FillTrackObjectFunc" c:type="GESFillTrackObjectFunc">
      <doc xml:whitespace="preserve">A function that will be called when the GNonLin object of a corresponding
track object needs to be filled.
The implementer of this function shall add the proper #GstElement to @gnlobj
using gst_bin_add().</doc>
      <return-value transfer-ownership="none">
        <doc xml:whitespace="preserve">TRUE if the implementer succesfully filled the @gnlobj, else #FALSE.</doc>
        <type name="gboolean" c:type="gboolean"/>
      </return-value>
      <parameters>
        <parameter name="object" transfer-ownership="none">
          <doc xml:whitespace="preserve">the #GESTimelineObject controlling the track object</doc>
          <type name="TimelineObject" c:type="GESTimelineObject*"/>
        </parameter>
        <parameter name="trobject" transfer-ownership="none">
          <doc xml:whitespace="preserve">the #GESTrackObject</doc>
          <type name="TrackObject" c:type="GESTrackObject*"/>
        </parameter>
        <parameter name="gnlobj" transfer-ownership="none">
          <doc xml:whitespace="preserve">the GNonLin object that needs to be filled.</doc>
          <type name="Gst.Element" c:type="GstElement*"/>
        </parameter>
      </parameters>
    </callback>
    <callback name="FillTrackObjectUserFunc"
              c:type="GESFillTrackObjectUserFunc">
      <doc xml:whitespace="preserve">A function that will be called when the GNonLin object of a corresponding
track object needs to be filled.
The implementer of this function shall add the proper #GstElement to @gnlobj
using gst_bin_add().</doc>
      <return-value transfer-ownership="none">
        <doc xml:whitespace="preserve">TRUE if the implementer succesfully filled the @gnlobj, else #FALSE.</doc>
        <type name="gboolean" c:type="gboolean"/>
      </return-value>
      <parameters>
        <parameter name="object" transfer-ownership="none">
          <doc xml:whitespace="preserve">the #GESTimelineObject controlling the track object</doc>
          <type name="TimelineObject" c:type="GESTimelineObject*"/>
        </parameter>
        <parameter name="trobject" transfer-ownership="none">
          <doc xml:whitespace="preserve">the #GESTrackObject</doc>
          <type name="TrackObject" c:type="GESTrackObject*"/>
        </parameter>
        <parameter name="gnlobj" transfer-ownership="none">
          <doc xml:whitespace="preserve">the GNonLin object that needs to be filled.</doc>
          <type name="Gst.Element" c:type="GstElement*"/>
        </parameter>
        <parameter name="user_data" transfer-ownership="none" closure="3">
          <doc xml:whitespace="preserve">the gpointer to optional user data</doc>
          <type name="gpointer" c:type="gpointer"/>
        </parameter>
      </parameters>
    </callback>
    <class name="Formatter"
           c:symbol-prefix="formatter"
           c:type="GESFormatter"
           parent="GObject.Object"
           abstract="1"
           glib:type-name="GESFormatter"
           glib:get-type="ges_formatter_get_type"
           glib:type-struct="FormatterClass">
      <doc xml:whitespace="preserve">Base class for timeline data serialization and deserialization.</doc>
      <constructor name="new_for_uri" c:identifier="ges_formatter_new_for_uri">
        <doc xml:whitespace="preserve">Creates a #GESFormatter that can handle the given URI.
the uri is not supported.</doc>
        <return-value transfer-ownership="full">
          <doc xml:whitespace="preserve">A GESFormatter that can load the given uri, or NULL if</doc>
          <type name="Formatter" c:type="GESFormatter*"/>
        </return-value>
        <parameters>
          <parameter name="uri" transfer-ownership="none">
            <doc xml:whitespace="preserve">a #gchar * pointing to the uri</doc>
            <type name="utf8" c:type="gchar*"/>
          </parameter>
        </parameters>
      </constructor>
      <function name="can_load_uri" c:identifier="ges_formatter_can_load_uri">
        <doc xml:whitespace="preserve">Checks if there is a #GESFormatter available which can load a #GESTimeline
from the given URI.
or FALSE if not.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">TRUE if there is a #GESFormatter that can support the given uri</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <parameter name="uri" transfer-ownership="none">
            <doc xml:whitespace="preserve">a #gchar * pointing to the URI</doc>
            <type name="utf8" c:type="gchar*"/>
          </parameter>
        </parameters>
      </function>
      <function name="can_save_uri" c:identifier="ges_formatter_can_save_uri">
        <doc xml:whitespace="preserve">Returns TRUE if there is a #GESFormatter available which can save a
#GESTimeline to the given URI.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">TRUE if the given @uri is supported, else FALSE.</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <parameter name="uri" transfer-ownership="none">
            <doc xml:whitespace="preserve">a #gchar * pointing to a URI</doc>
            <type name="utf8" c:type="gchar*"/>
          </parameter>
        </parameters>
      </function>
      <method name="clear_data" c:identifier="ges_formatter_clear_data">
        <doc xml:whitespace="preserve">clears the data from a #GESFormatter without freeing it. You should call
this before disposing or setting data on a #GESFormatter if the current data
pointer should not be freed.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
      </method>
      <method name="get_data"
              c:identifier="ges_formatter_get_data"
              introspectable="0">
        <doc xml:whitespace="preserve">Lets you get the data @formatter used for loading.</doc>
        <return-value>
          <doc xml:whitespace="preserve">a pointer to the data.</doc>
          <type name="gpointer" c:type="void*"/>
        </return-value>
        <parameters>
          <parameter name="length" transfer-ownership="none">
            <doc xml:whitespace="preserve">location into which to store the size of the data in bytes.</doc>
            <type name="gsize" c:type="gsize*"/>
          </parameter>
        </parameters>
      </method>
      <method name="load" c:identifier="ges_formatter_load">
        <doc xml:whitespace="preserve">Loads data from formatter to into timeline. You should first call
ges_formatter_set_data() with the location and size of a block of data
from which to read.
or FALSE if an error occured during loading.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">TRUE if the data was successfully loaded into timeline</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <parameter name="timeline" transfer-ownership="none">
            <doc xml:whitespace="preserve">a #GESTimeline</doc>
            <type name="Timeline" c:type="GESTimeline*"/>
          </parameter>
        </parameters>
      </method>
      <method name="load_from_uri" c:identifier="ges_formatter_load_from_uri">
        <doc xml:whitespace="preserve">Load data from the given URI into timeline.
else FALSE.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">TRUE if the timeline data was successfully loaded from the URI,</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <parameter name="timeline" transfer-ownership="none">
            <doc xml:whitespace="preserve">a #GESTimeline</doc>
            <type name="Timeline" c:type="GESTimeline*"/>
          </parameter>
          <parameter name="uri" transfer-ownership="none">
            <doc xml:whitespace="preserve">a #gchar * pointing to a URI</doc>
            <type name="utf8" c:type="gchar*"/>
          </parameter>
        </parameters>
      </method>
      <method name="save" c:identifier="ges_formatter_save">
        <doc xml:whitespace="preserve">Save data from timeline into a block of data. You can retrieve the location
and size of this data with ges_formatter_get_data().
an error occured during saving.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">TRUE if the timeline data was successfully saved for FALSE if</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <parameter name="timeline" transfer-ownership="none">
            <doc xml:whitespace="preserve">a #GESTimeline</doc>
            <type name="Timeline" c:type="GESTimeline*"/>
          </parameter>
        </parameters>
      </method>
      <method name="save_to_uri" c:identifier="ges_formatter_save_to_uri">
        <doc xml:whitespace="preserve">Save data from timeline to the given URI.
else FALSE.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">TRUE if the timeline data was successfully saved to the URI</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <parameter name="timeline" transfer-ownership="none">
            <doc xml:whitespace="preserve">a #GESTimeline</doc>
            <type name="Timeline" c:type="GESTimeline*"/>
          </parameter>
          <parameter name="uri" transfer-ownership="none">
            <doc xml:whitespace="preserve">a #gchar * pointing to a URI</doc>
            <type name="utf8" c:type="gchar*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_data" c:identifier="ges_formatter_set_data">
        <doc xml:whitespace="preserve">Set the data that this formatter will use for loading. The formatter will
takes ownership of the data and will free the data if
disposed. You should call @ges_formatter_clear_data () if you do not wish
this to happen.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="data" transfer-ownership="none">
            <doc xml:whitespace="preserve">the data to be set on the formatter</doc>
            <type name="gpointer" c:type="void*"/>
          </parameter>
          <parameter name="length" transfer-ownership="none">
            <doc xml:whitespace="preserve">the length of the data in bytes</doc>
            <type name="gsize" c:type="gsize"/>
          </parameter>
        </parameters>
      </method>
      <field name="parent">
        <type name="GObject.Object" c:type="GObject"/>
      </field>
      <field name="priv" readable="0" private="1">
        <type name="FormatterPrivate" c:type="GESFormatterPrivate*"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </class>
    <callback name="FormatterCanLoadURIMethod"
              c:type="GESFormatterCanLoadURIMethod">
      <return-value transfer-ownership="none">
        <type name="gboolean" c:type="gboolean"/>
      </return-value>
      <parameters>
        <parameter name="uri" transfer-ownership="none">
          <type name="utf8" c:type="gchar*"/>
        </parameter>
      </parameters>
    </callback>
    <callback name="FormatterCanSaveURIMethod"
              c:type="GESFormatterCanSaveURIMethod">
      <return-value transfer-ownership="none">
        <type name="gboolean" c:type="gboolean"/>
      </return-value>
      <parameters>
        <parameter name="uri" transfer-ownership="none">
          <type name="utf8" c:type="gchar*"/>
        </parameter>
      </parameters>
    </callback>
    <record name="FormatterClass"
            c:type="GESFormatterClass"
            glib:is-gtype-struct-for="Formatter">
      <doc xml:whitespace="preserve">GES Formatter class. Override the vmethods to implement the formatter functionnality.</doc>
      <field name="parent_class">
        <type name="GObject.ObjectClass" c:type="GObjectClass"/>
      </field>
      <field name="can_load_uri">
        <type name="FormatterCanLoadURIMethod"
              c:type="GESFormatterCanLoadURIMethod"/>
      </field>
      <field name="can_save_uri">
        <type name="FormatterCanSaveURIMethod"
              c:type="GESFormatterCanSaveURIMethod"/>
      </field>
      <field name="load_from_uri">
        <type name="FormatterLoadFromURIMethod"
              c:type="GESFormatterLoadFromURIMethod"/>
      </field>
      <field name="save_to_uri">
        <type name="FormatterSaveToURIMethod"
              c:type="GESFormatterSaveToURIMethod"/>
      </field>
      <field name="save" readable="0" private="1">
        <type name="FormatterSaveMethod" c:type="GESFormatterSaveMethod"/>
      </field>
      <field name="load" readable="0" private="1">
        <type name="FormatterLoadMethod" c:type="GESFormatterLoadMethod"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </record>
    <callback name="FormatterLoadFromURIMethod"
              c:type="GESFormatterLoadFromURIMethod">
      <doc xml:whitespace="preserve">Virtual method for loading a timeline from a given URI.
Every #GESFormatter subclass needs to implement this method.
else FALSE.</doc>
      <return-value transfer-ownership="none">
        <doc xml:whitespace="preserve">TRUE if the @timeline was properly loaded from the given @uri,</doc>
        <type name="gboolean" c:type="gboolean"/>
      </return-value>
      <parameters>
        <parameter name="formatter" transfer-ownership="none">
          <doc xml:whitespace="preserve">a #GESFormatter</doc>
          <type name="Formatter" c:type="GESFormatter*"/>
        </parameter>
        <parameter name="timeline" transfer-ownership="none">
          <doc xml:whitespace="preserve">a #GESTimeline</doc>
          <type name="Timeline" c:type="GESTimeline*"/>
        </parameter>
        <parameter name="uri" transfer-ownership="none">
          <doc xml:whitespace="preserve">the URI to load from</doc>
          <type name="utf8" c:type="gchar*"/>
        </parameter>
      </parameters>
    </callback>
    <callback name="FormatterLoadMethod" c:type="GESFormatterLoadMethod">
      <return-value transfer-ownership="none">
        <type name="gboolean" c:type="gboolean"/>
      </return-value>
      <parameters>
        <parameter name="formatter" transfer-ownership="none">
          <type name="Formatter" c:type="GESFormatter*"/>
        </parameter>
        <parameter name="timeline" transfer-ownership="none">
          <type name="Timeline" c:type="GESTimeline*"/>
        </parameter>
      </parameters>
    </callback>
    <record name="FormatterPrivate" c:type="GESFormatterPrivate" disguised="1">
    </record>
    <callback name="FormatterSaveMethod" c:type="GESFormatterSaveMethod">
      <return-value transfer-ownership="none">
        <type name="gboolean" c:type="gboolean"/>
      </return-value>
      <parameters>
        <parameter name="formatter" transfer-ownership="none">
          <type name="Formatter" c:type="GESFormatter*"/>
        </parameter>
        <parameter name="timeline" transfer-ownership="none">
          <type name="Timeline" c:type="GESTimeline*"/>
        </parameter>
      </parameters>
    </callback>
    <callback name="FormatterSaveToURIMethod"
              c:type="GESFormatterSaveToURIMethod">
      <doc xml:whitespace="preserve">Virtual method for saving a timeline to a uri.
Every #GESFormatter subclass needs to implement this method.
else FALSE.</doc>
      <return-value transfer-ownership="none">
        <doc xml:whitespace="preserve">TRUE if the @timeline was properly stored to the given @uri,</doc>
        <type name="gboolean" c:type="gboolean"/>
      </return-value>
      <parameters>
        <parameter name="formatter" transfer-ownership="none">
          <doc xml:whitespace="preserve">a #GESFormatter</doc>
          <type name="Formatter" c:type="GESFormatter*"/>
        </parameter>
        <parameter name="timeline" transfer-ownership="none">
          <doc xml:whitespace="preserve">a #GESTimeline</doc>
          <type name="Timeline" c:type="GESTimeline*"/>
        </parameter>
        <parameter name="uri" transfer-ownership="none">
          <doc xml:whitespace="preserve">the URI to save to</doc>
          <type name="utf8" c:type="gchar*"/>
        </parameter>
      </parameters>
    </callback>
    <class name="KeyfileFormatter"
           c:symbol-prefix="keyfile_formatter"
           c:type="GESKeyfileFormatter"
           parent="Formatter"
           glib:type-name="GESKeyfileFormatter"
           glib:get-type="ges_keyfile_formatter_get_type"
           glib:type-struct="KeyfileFormatterClass">
      <doc xml:whitespace="preserve">Serializes a #GESTimeline to a file using #GKeyFile</doc>
      <constructor name="new" c:identifier="ges_keyfile_formatter_new">
        <doc xml:whitespace="preserve">Creates a new #GESKeyfileFormatter.</doc>
        <return-value transfer-ownership="full">
          <doc xml:whitespace="preserve">The newly created #GESKeyfileFormatter.</doc>
          <type name="KeyfileFormatter" c:type="GESKeyfileFormatter*"/>
        </return-value>
      </constructor>
      <field name="parent" readable="0" private="1">
        <type name="Formatter" c:type="GESFormatter"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </class>
    <record name="KeyfileFormatterClass"
            c:type="GESKeyfileFormatterClass"
            glib:is-gtype-struct-for="KeyfileFormatter">
      <field name="parent_class" readable="0" private="1">
        <type name="FormatterClass" c:type="GESFormatterClass"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </record>
    <constant name="PADDING" value="4">
      <type name="gint" c:type="gint"/>
    </constant>
    <bitfield name="PipelineFlags" c:type="GESPipelineFlags">
      <doc xml:whitespace="preserve">The various modes the #GESTimelinePipeline can be configured to.</doc>
      <member name="preview_audio"
              value="1"
              c:identifier="TIMELINE_MODE_PREVIEW_AUDIO"/>
      <member name="preview_video"
              value="2"
              c:identifier="TIMELINE_MODE_PREVIEW_VIDEO"/>
      <member name="preview" value="3" c:identifier="TIMELINE_MODE_PREVIEW"/>
      <member name="render" value="4" c:identifier="TIMELINE_MODE_RENDER"/>
      <member name="smart_render"
              value="8"
              c:identifier="TIMELINE_MODE_SMART_RENDER"/>
    </bitfield>
    <class name="SimpleTimelineLayer"
           c:symbol-prefix="simple_timeline_layer"
           c:type="GESSimpleTimelineLayer"
           parent="TimelineLayer"
           glib:type-name="GESSimpleTimelineLayer"
           glib:get-type="ges_simple_timeline_layer_get_type"
           glib:type-struct="SimpleTimelineLayerClass">
      <constructor name="new" c:identifier="ges_simple_timeline_layer_new">
        <doc xml:whitespace="preserve">Creates a new #GESSimpleTimelineLayer.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The new #GESSimpleTimelineLayer</doc>
          <type name="SimpleTimelineLayer" c:type="GESSimpleTimelineLayer*"/>
        </return-value>
      </constructor>
      <method name="add_object"
              c:identifier="ges_simple_timeline_layer_add_object">
        <doc xml:whitespace="preserve">Adds the object at the given position in the layer. The position is where
the object will be inserted. To put the object before all objects, use
position 0. To put after all objects, use position -1.
When adding transitions, it is important that the adjacent objects
(objects at position, and position + 1) be (1) A derivative of
GESTimelineSource or other non-transition, and (2) have a duration at least
as long as the duration of the transition.
The layer will steal a reference to the provided object.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">TRUE if the object was successfuly added, else FALSE.</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <parameter name="object" transfer-ownership="none">
            <doc xml:whitespace="preserve">the #GESTimelineObject to add</doc>
            <type name="TimelineObject" c:type="GESTimelineObject*"/>
          </parameter>
          <parameter name="position" transfer-ownership="none">
            <doc xml:whitespace="preserve">the position at which to add the object</doc>
            <type name="gint" c:type="gint"/>
          </parameter>
        </parameters>
      </method>
      <method name="index" c:identifier="ges_simple_timeline_layer_index">
        <doc xml:whitespace="preserve">Gets the position of the given object within the given layer.
object was not found.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The position of the object starting from 0, or -1 if the</doc>
          <type name="gint" c:type="gint"/>
        </return-value>
        <parameters>
          <parameter name="object" transfer-ownership="none">
            <doc xml:whitespace="preserve">a #GESTimelineObject in the layer</doc>
            <type name="TimelineObject" c:type="GESTimelineObject*"/>
          </parameter>
        </parameters>
      </method>
      <method name="is_valid"
              c:identifier="ges_simple_timeline_layer_is_valid">
        <doc xml:whitespace="preserve">Checks whether the arrangement of objects in the layer would cause errors
or unexpected output during playback. Do not set the containing pipeline
state to PLAYING when this property is FALSE.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">#TRUE if current arrangement of the layer is valid else #FALSE.</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
      </method>
      <method name="move_object"
              c:identifier="ges_simple_timeline_layer_move_object">
        <doc xml:whitespace="preserve">Moves the object to the given position in the layer. To put the object before
all other objects, use position 0. To put the objects after all objects, use
position -1.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">TRUE if the object was successfuly moved, else FALSE.</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <parameter name="object" transfer-ownership="none">
            <doc xml:whitespace="preserve">the #GESTimelineObject to move</doc>
            <type name="TimelineObject" c:type="GESTimelineObject*"/>
          </parameter>
          <parameter name="newposition" transfer-ownership="none">
            <doc xml:whitespace="preserve">the new position at which to move the object</doc>
            <type name="gint" c:type="gint"/>
          </parameter>
        </parameters>
      </method>
      <method name="nth" c:identifier="ges_simple_timeline_layer_nth">
        <doc xml:whitespace="preserve">Gets the timeline object at the given position.
the position is off the end of the layer.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The #GESTimelineObject at the given position or NULL if</doc>
          <type name="TimelineObject" c:type="GESTimelineObject*"/>
        </return-value>
        <parameters>
          <parameter name="position" transfer-ownership="none">
            <doc xml:whitespace="preserve">The position in position to get, starting from 0.</doc>
            <type name="gint" c:type="gint"/>
          </parameter>
        </parameters>
      </method>
      <property name="valid" transfer-ownership="none">
        <doc xml:whitespace="preserve">FALSE when the arrangement of objects in the layer would cause errors or
unexpected output during playback. Do not set the containing pipeline
state to PLAYING when this property is FALSE.</doc>
        <type name="gboolean"/>
      </property>
      <field name="parent" readable="0" private="1">
        <type name="TimelineLayer" c:type="GESTimelineLayer"/>
      </field>
      <field name="priv" readable="0" private="1">
        <type name="SimpleTimelineLayerPrivate"
              c:type="GESSimpleTimelineLayerPrivate*"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
      <glib:signal name="object-moved">
        <doc xml:whitespace="preserve">Will be emitted when an object is moved with
#ges_simple_timeline_layer_move_object.</doc>
        <return-value transfer-ownership="none">
          <type name="none"/>
        </return-value>
        <parameters>
          <parameter name="object" transfer-ownership="none">
            <doc xml:whitespace="preserve">the #GESTimelineObject that was added</doc>
            <type name="TimelineObject"/>
          </parameter>
          <parameter name="old" transfer-ownership="none">
            <doc xml:whitespace="preserve">the previous position of the object</doc>
            <type name="gint"/>
          </parameter>
          <parameter name="new" transfer-ownership="none">
            <doc xml:whitespace="preserve">the new position of the object</doc>
            <type name="gint"/>
          </parameter>
        </parameters>
      </glib:signal>
    </class>
    <record name="SimpleTimelineLayerClass"
            c:type="GESSimpleTimelineLayerClass"
            glib:is-gtype-struct-for="SimpleTimelineLayer">
      <field name="parent_class" readable="0" private="1">
        <type name="TimelineLayerClass" c:type="GESTimelineLayerClass"/>
      </field>
      <field name="object_moved">
        <callback name="object_moved">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
          <parameters>
            <parameter name="layer" transfer-ownership="none">
              <type name="TimelineLayer" c:type="GESTimelineLayer*"/>
            </parameter>
            <parameter name="object" transfer-ownership="none">
              <type name="TimelineObject" c:type="GESTimelineObject*"/>
            </parameter>
            <parameter name="old_position" transfer-ownership="none">
              <type name="gint" c:type="gint"/>
            </parameter>
            <parameter name="new_position" transfer-ownership="none">
              <type name="gint" c:type="gint"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </record>
    <record name="SimpleTimelineLayerPrivate"
            c:type="GESSimpleTimelineLayerPrivate"
            disguised="1">
    </record>
    <enumeration name="TextHAlign"
                 glib:type-name="GESTextHAlign"
                 glib:get-type="ges_text_halign_get_type"
                 c:type="GESTextHAlign">
      <doc xml:whitespace="preserve">Horizontal alignment of the text.</doc>
      <member name="left" value="0" c:identifier="left" glib:nick="left"/>
      <member name="center"
              value="1"
              c:identifier="center"
              glib:nick="center"/>
      <member name="right" value="2" c:identifier="right" glib:nick="right"/>
    </enumeration>
    <enumeration name="TextVAlign"
                 glib:type-name="GESTextVAlign"
                 glib:get-type="ges_text_valign_get_type"
                 c:type="GESTextVAlign">
      <doc xml:whitespace="preserve">Vertical alignment of the text.</doc>
      <member name="baseline"
              value="0"
              c:identifier="baseline"
              glib:nick="baseline"/>
      <member name="bottom"
              value="1"
              c:identifier="bottom"
              glib:nick="bottom"/>
      <member name="top" value="2" c:identifier="top" glib:nick="top"/>
    </enumeration>
    <class name="Timeline"
           c:symbol-prefix="timeline"
           c:type="GESTimeline"
           parent="Gst.Bin"
           glib:type-name="GESTimeline"
           glib:get-type="ges_timeline_get_type"
           glib:type-struct="TimelineClass">
      <implements name="Gst.ChildProxy"/>
      <constructor name="new" c:identifier="ges_timeline_new">
        <doc xml:whitespace="preserve">Creates a new empty #GESTimeline.</doc>
        <return-value transfer-ownership="full">
          <doc xml:whitespace="preserve">The new timeline.</doc>
          <type name="Timeline" c:type="GESTimeline*"/>
        </return-value>
      </constructor>
      <constructor name="new_audio_video"
                   c:identifier="ges_timeline_new_audio_video">
        <doc xml:whitespace="preserve">Creates a new #GESTimeline containing a raw audio and a
raw video track.</doc>
        <return-value transfer-ownership="full">
          <doc xml:whitespace="preserve">The newly created #GESTimeline.</doc>
          <type name="Timeline" c:type="GESTimeline*"/>
        </return-value>
      </constructor>
      <constructor name="new_from_uri"
                   c:identifier="ges_timeline_new_from_uri">
        <doc xml:whitespace="preserve">Creates a timeline from the given URI.
uri could not be loaded</doc>
        <return-value transfer-ownership="full">
          <doc xml:whitespace="preserve">A new timeline if the uri was loaded successfully, or NULL if the</doc>
          <type name="Timeline" c:type="GESTimeline*"/>
        </return-value>
        <parameters>
          <parameter name="uri" transfer-ownership="none">
            <doc xml:whitespace="preserve">the URI to load from</doc>
            <type name="utf8" c:type="gchar*"/>
          </parameter>
        </parameters>
      </constructor>
      <virtual-method name="layer_added">
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="layer" transfer-ownership="none">
            <type name="TimelineLayer" c:type="GESTimelineLayer*"/>
          </parameter>
        </parameters>
      </virtual-method>
      <virtual-method name="layer_removed">
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="layer" transfer-ownership="none">
            <type name="TimelineLayer" c:type="GESTimelineLayer*"/>
          </parameter>
        </parameters>
      </virtual-method>
      <virtual-method name="track_added">
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="track" transfer-ownership="none">
            <type name="Track" c:type="GESTrack*"/>
          </parameter>
        </parameters>
      </virtual-method>
      <virtual-method name="track_removed">
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="track" transfer-ownership="none">
            <type name="Track" c:type="GESTrack*"/>
          </parameter>
        </parameters>
      </virtual-method>
      <method name="add_layer" c:identifier="ges_timeline_add_layer">
        <doc xml:whitespace="preserve">Add the layer to the timeline. The reference to the @layer will be stolen
by the @timeline.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">TRUE if the layer was properly added, else FALSE.</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <parameter name="layer" transfer-ownership="none">
            <doc xml:whitespace="preserve">the #GESTimelineLayer to add</doc>
            <type name="TimelineLayer" c:type="GESTimelineLayer*"/>
          </parameter>
        </parameters>
      </method>
      <method name="add_track" c:identifier="ges_timeline_add_track">
        <doc xml:whitespace="preserve">Add a track to the timeline. The reference to the track will be stolen by the
pipeline.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">TRUE if the track was properly added, else FALSE.</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <parameter name="track" transfer-ownership="none">
            <doc xml:whitespace="preserve">the #GESTrack to add</doc>
            <type name="Track" c:type="GESTrack*"/>
          </parameter>
        </parameters>
      </method>
      <method name="get_layers" c:identifier="ges_timeline_get_layers">
        <doc xml:whitespace="preserve">Get the list of #GESTimelineLayer present in the Timeline.
#GESTimelineLayer present in the Timeline.
The caller should unref each Layer once he is done with them.</doc>
        <return-value transfer-ownership="full">
          <doc xml:whitespace="preserve">the list of</doc>
          <type name="GLib.List" c:type="GList*">
            <type name="TimelineLayer"/>
          </type>
        </return-value>
      </method>
      <method name="get_track_for_pad"
              c:identifier="ges_timeline_get_track_for_pad">
        <doc xml:whitespace="preserve">Search the #GESTrack corresponding to the given @timeline's @pad.
or #NULL if there is an error.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The corresponding #GESTrack if it is found,</doc>
          <type name="Track" c:type="GESTrack*"/>
        </return-value>
        <parameters>
          <parameter name="pad" transfer-ownership="none">
            <doc xml:whitespace="preserve">The #GstPad</doc>
            <type name="Gst.Pad" c:type="GstPad*"/>
          </parameter>
        </parameters>
      </method>
      <method name="get_tracks" c:identifier="ges_timeline_get_tracks">
        <doc xml:whitespace="preserve">Returns the list of #GESTrack used by the Timeline.
The caller should unref each track once he is done with them.</doc>
        <return-value transfer-ownership="full">
          <doc xml:whitespace="preserve">A list of #GESTrack.</doc>
          <type name="GLib.List" c:type="GList*">
            <type name="Track"/>
          </type>
        </return-value>
      </method>
      <method name="load_from_uri" c:identifier="ges_timeline_load_from_uri">
        <doc xml:whitespace="preserve">Loads the contents of URI into the given timeline.
could not be loaded.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">TRUE if the timeline was loaded successfully, or FALSE if the uri</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <parameter name="uri" transfer-ownership="none">
            <doc xml:whitespace="preserve">The URI to load from</doc>
            <type name="utf8" c:type="gchar*"/>
          </parameter>
        </parameters>
      </method>
      <method name="remove_layer" c:identifier="ges_timeline_remove_layer">
        <doc xml:whitespace="preserve">Removes the layer from the timeline. The reference that the @timeline holds on
the layer will be dropped. If you wish to use the @layer after calling this
method, you need to take a reference before calling.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">TRUE if the layer was properly removed, else FALSE.</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <parameter name="layer" transfer-ownership="none">
            <doc xml:whitespace="preserve">the #GESTimelineLayer to remove</doc>
            <type name="TimelineLayer" c:type="GESTimelineLayer*"/>
          </parameter>
        </parameters>
      </method>
      <method name="remove_track" c:identifier="ges_timeline_remove_track">
        <doc xml:whitespace="preserve">Remove the @track from the @timeline. The reference stolen when adding the
function you must ensure that you have a reference to it.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">TRUE if the @track was properly removed, else FALSE.</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <parameter name="track" transfer-ownership="none">
            <doc xml:whitespace="preserve">the #GESTrack to remove</doc>
            <type name="Track" c:type="GESTrack*"/>
          </parameter>
        </parameters>
      </method>
      <method name="save_to_uri" c:identifier="ges_timeline_save_to_uri">
        <doc xml:whitespace="preserve">Saves the timeline to the given location
else FALSE.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">TRUE if the timeline was successfully saved to the given location,</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <parameter name="uri" transfer-ownership="none">
            <doc xml:whitespace="preserve">The location to save to</doc>
            <type name="utf8" c:type="gchar*"/>
          </parameter>
        </parameters>
      </method>
      <field name="parent">
        <type name="Gst.Bin" c:type="GstBin"/>
      </field>
      <field name="priv" readable="0" private="1">
        <type name="TimelinePrivate" c:type="GESTimelinePrivate*"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
      <glib:signal name="layer-added">
        <doc xml:whitespace="preserve">Will be emitted after the layer was added to the timeline.</doc>
        <return-value transfer-ownership="none">
          <type name="none"/>
        </return-value>
        <parameters>
          <parameter name="layer" transfer-ownership="none">
            <doc xml:whitespace="preserve">the #GESTimelineLayer that was added to the timeline</doc>
            <type name="TimelineLayer"/>
          </parameter>
        </parameters>
      </glib:signal>
      <glib:signal name="layer-removed">
        <doc xml:whitespace="preserve">Will be emitted after the layer was removed from the timeline.</doc>
        <return-value transfer-ownership="none">
          <type name="none"/>
        </return-value>
        <parameters>
          <parameter name="layer" transfer-ownership="none">
            <doc xml:whitespace="preserve">the #GESTimelineLayer that was removed from the timeline</doc>
            <type name="TimelineLayer"/>
          </parameter>
        </parameters>
      </glib:signal>
      <glib:signal name="track-added">
        <doc xml:whitespace="preserve">Will be emitted after the track was added to the timeline.</doc>
        <return-value transfer-ownership="none">
          <type name="none"/>
        </return-value>
        <parameters>
          <parameter name="track" transfer-ownership="none">
            <doc xml:whitespace="preserve">the #GESTrack that was added to the timeline</doc>
            <type name="Track"/>
          </parameter>
        </parameters>
      </glib:signal>
      <glib:signal name="track-removed">
        <doc xml:whitespace="preserve">Will be emitted after the track was removed from the timeline.</doc>
        <return-value transfer-ownership="none">
          <type name="none"/>
        </return-value>
        <parameters>
          <parameter name="track" transfer-ownership="none">
            <doc xml:whitespace="preserve">the #GESTrack that was removed from the timeline</doc>
            <type name="Track"/>
          </parameter>
        </parameters>
      </glib:signal>
    </class>
    <record name="TimelineClass"
            c:type="GESTimelineClass"
            glib:is-gtype-struct-for="Timeline">
      <field name="parent_class">
        <type name="Gst.BinClass" c:type="GstBinClass"/>
      </field>
      <field name="track_added">
        <callback name="track_added">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
          <parameters>
            <parameter name="timeline" transfer-ownership="none">
              <type name="Timeline" c:type="GESTimeline*"/>
            </parameter>
            <parameter name="track" transfer-ownership="none">
              <type name="Track" c:type="GESTrack*"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="track_removed">
        <callback name="track_removed">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
          <parameters>
            <parameter name="timeline" transfer-ownership="none">
              <type name="Timeline" c:type="GESTimeline*"/>
            </parameter>
            <parameter name="track" transfer-ownership="none">
              <type name="Track" c:type="GESTrack*"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="layer_added">
        <callback name="layer_added">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
          <parameters>
            <parameter name="timeline" transfer-ownership="none">
              <type name="Timeline" c:type="GESTimeline*"/>
            </parameter>
            <parameter name="layer" transfer-ownership="none">
              <type name="TimelineLayer" c:type="GESTimelineLayer*"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="layer_removed">
        <callback name="layer_removed">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
          <parameters>
            <parameter name="timeline" transfer-ownership="none">
              <type name="Timeline" c:type="GESTimeline*"/>
            </parameter>
            <parameter name="layer" transfer-ownership="none">
              <type name="TimelineLayer" c:type="GESTimelineLayer*"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </record>
    <class name="TimelineFileSource"
           c:symbol-prefix="timeline_filesource"
           c:type="GESTimelineFileSource"
           parent="TimelineSource"
           glib:type-name="GESTimelineFileSource"
           glib:get-type="ges_timeline_filesource_get_type"
           glib:type-struct="TimelineFileSourceClass">
      <constructor name="new" c:identifier="ges_timeline_filesource_new">
        <doc xml:whitespace="preserve">Creates a new #GESTimelineFileSource for the provided @uri.
error.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The newly created #GESTimelineFileSource, or NULL if there was an</doc>
          <type name="TimelineFileSource" c:type="GESTimelineFileSource*"/>
        </return-value>
        <parameters>
          <parameter name="uri" transfer-ownership="none">
            <doc xml:whitespace="preserve">the URI the source should control</doc>
            <type name="utf8" c:type="gchar*"/>
          </parameter>
        </parameters>
      </constructor>
      <method name="get_max_duration"
              c:identifier="ges_timeline_filesource_get_max_duration">
        <doc xml:whitespace="preserve">Get the duration of the object.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The duration of @self.</doc>
          <type name="guint64" c:type="guint64"/>
        </return-value>
      </method>
      <method name="get_supported_formats"
              c:identifier="ges_timeline_filesource_get_supported_formats">
        <doc xml:whitespace="preserve">Get the formats supported by @self.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The formats supported by @self.</doc>
          <type name="TrackType" c:type="GESTrackType"/>
        </return-value>
      </method>
      <method name="get_uri" c:identifier="ges_timeline_filesource_get_uri">
        <doc xml:whitespace="preserve">Get the location of the ressource.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The location of the ressource.</doc>
          <type name="utf8" c:type="gchar*"/>
        </return-value>
      </method>
      <method name="is_image" c:identifier="ges_timeline_filesource_is_image">
        <doc xml:whitespace="preserve">Lets you know if @self is an image or not.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">%TRUE if @self is a still image %FALSE otherwize.</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
      </method>
      <method name="is_muted" c:identifier="ges_timeline_filesource_is_muted">
        <doc xml:whitespace="preserve">Lets you know if the audio track of @self is muted or not.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">%TRUE if the audio track of @self is muted, %FALSE otherwize.</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
      </method>
      <method name="set_is_image"
              c:identifier="ges_timeline_filesource_set_is_image">
        <doc xml:whitespace="preserve">Sets whether the timeline object is a still image or not.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="is_image" transfer-ownership="none">
            <doc xml:whitespace="preserve">%TRUE if @self is a still image, %FALSE otherwize</doc>
            <type name="gboolean" c:type="gboolean"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_max_duration"
              c:identifier="ges_timeline_filesource_set_max_duration">
        <doc xml:whitespace="preserve">Sets the maximum duration (in nanoseconds) of the file.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="maxduration" transfer-ownership="none">
            <doc xml:whitespace="preserve">the maximum duration of @self</doc>
            <type name="guint64" c:type="guint64"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_mute" c:identifier="ges_timeline_filesource_set_mute">
        <doc xml:whitespace="preserve">Sets whether the audio track of this timeline object is muted or not.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="mute" transfer-ownership="none">
            <doc xml:whitespace="preserve">%TRUE to mute @self audio track, %FALSE to unmute it</doc>
            <type name="gboolean" c:type="gboolean"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_supported_formats"
              c:identifier="ges_timeline_filesource_set_supported_formats">
        <doc xml:whitespace="preserve">Sets the formats supported by the file.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="supportedformats" transfer-ownership="none">
            <doc xml:whitespace="preserve">the #GESTrackType defining formats supported by @self</doc>
            <type name="TrackType" c:type="GESTrackType"/>
          </parameter>
        </parameters>
      </method>
      <property name="is-image"
                writable="1"
                construct="1"
                transfer-ownership="none">
        <doc xml:whitespace="preserve">Whether this filesource represents a still image or not. This must be set
before create_track_objects is called.</doc>
        <type name="gboolean"/>
      </property>
      <property name="max-duration"
                writable="1"
                construct="1"
                transfer-ownership="none">
        <doc xml:whitespace="preserve">The maximum duration (in nanoseconds) of the file.
If not set before adding the object to a layer, it will be discovered
asynchronously. Connect to 'notify::max-duration' to be notified of it.</doc>
        <type name="guint64"/>
      </property>
      <property name="mute"
                writable="1"
                construct="1"
                transfer-ownership="none">
        <doc xml:whitespace="preserve">Whether the sound will be played or not.</doc>
        <type name="gboolean"/>
      </property>
      <property name="supported-formats"
                writable="1"
                construct="1"
                transfer-ownership="none">
        <doc xml:whitespace="preserve">Whether the sound will be played or not.</doc>
        <type name="TrackType"/>
      </property>
      <property name="uri"
                writable="1"
                construct-only="1"
                transfer-ownership="none">
        <doc xml:whitespace="preserve">The location of the file/resource to use.</doc>
        <type name="utf8"/>
      </property>
      <field name="parent">
        <type name="TimelineSource" c:type="GESTimelineSource"/>
      </field>
      <field name="priv" readable="0" private="1">
        <type name="TimelineFileSourcePrivate"
              c:type="GESTimelineFileSourcePrivate*"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </class>
    <record name="TimelineFileSourceClass"
            c:type="GESTimelineFileSourceClass"
            glib:is-gtype-struct-for="TimelineFileSource">
      <field name="parent_class" readable="0" private="1">
        <type name="TimelineSourceClass" c:type="GESTimelineSourceClass"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </record>
    <record name="TimelineFileSourcePrivate"
            c:type="GESTimelineFileSourcePrivate"
            disguised="1">
    </record>
    <class name="TimelineLayer"
           c:symbol-prefix="timeline_layer"
           c:type="GESTimelineLayer"
           parent="GObject.InitiallyUnowned"
           glib:type-name="GESTimelineLayer"
           glib:get-type="ges_timeline_layer_get_type"
           glib:type-struct="TimelineLayerClass">
      <constructor name="new" c:identifier="ges_timeline_layer_new">
        <doc xml:whitespace="preserve">Creates a new #GESTimelineLayer.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">A new #GESTimelineLayer</doc>
          <type name="TimelineLayer" c:type="GESTimelineLayer*"/>
        </return-value>
      </constructor>
      <virtual-method name="get_objects" invoker="get_objects">
        <doc xml:whitespace="preserve">Get the timeline objects this layer contains.
timeline objects. The user is responsible for
unreffing the contained objects and freeing the list.</doc>
        <return-value transfer-ownership="full">
          <doc xml:whitespace="preserve">a #GList of</doc>
          <type name="GLib.List" c:type="GList*">
            <type name="TimelineObject"/>
          </type>
        </return-value>
      </virtual-method>
      <virtual-method name="object_added">
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="object" transfer-ownership="none">
            <type name="TimelineObject" c:type="GESTimelineObject*"/>
          </parameter>
        </parameters>
      </virtual-method>
      <virtual-method name="object_removed">
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="object" transfer-ownership="none">
            <type name="TimelineObject" c:type="GESTimelineObject*"/>
          </parameter>
        </parameters>
      </virtual-method>
      <method name="add_object" c:identifier="ges_timeline_layer_add_object">
        <doc xml:whitespace="preserve">Adds the given object to the layer. Sets the object's parent, and thus
takes ownership of the object.
An object can only be added to one layer.
if the @layer refuses to add the object.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">TRUE if the object was properly added to the layer, or FALSE</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <parameter name="object" transfer-ownership="full">
            <doc xml:whitespace="preserve">the #GESTimelineObject to add.</doc>
            <type name="TimelineObject" c:type="GESTimelineObject*"/>
          </parameter>
        </parameters>
      </method>
      <method name="get_objects" c:identifier="ges_timeline_layer_get_objects">
        <doc xml:whitespace="preserve">Get the timeline objects this layer contains.
timeline objects. The user is responsible for
unreffing the contained objects and freeing the list.</doc>
        <return-value transfer-ownership="full">
          <doc xml:whitespace="preserve">a #GList of</doc>
          <type name="GLib.List" c:type="GList*">
            <type name="TimelineObject"/>
          </type>
        </return-value>
      </method>
      <method name="get_priority"
              c:identifier="ges_timeline_layer_get_priority">
        <doc xml:whitespace="preserve">Get the priority of @layer within the timeline.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The priority of the @layer within the timeline.</doc>
          <type name="guint" c:type="guint"/>
        </return-value>
      </method>
      <method name="remove_object"
              c:identifier="ges_timeline_layer_remove_object">
        <doc xml:whitespace="preserve">Removes the given @object from the @layer and unparents it.
Unparenting it means the reference owned by @layer on the @object will be
removed. If you wish to use the @object after this function, make sure you
call g_object_ref() before removing it from the @layer.
not want to remove the object.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">TRUE if the object could be removed, FALSE if the layer does</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <parameter name="object" transfer-ownership="none">
            <doc xml:whitespace="preserve">the #GESTimelineObject to remove</doc>
            <type name="TimelineObject" c:type="GESTimelineObject*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_priority"
              c:identifier="ges_timeline_layer_set_priority">
        <doc xml:whitespace="preserve">Sets the layer to the given @priority. See the documentation of the
priority property for more information.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="priority" transfer-ownership="none">
            <doc xml:whitespace="preserve">the priority to set</doc>
            <type name="guint" c:type="guint"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_timeline"
              c:identifier="ges_timeline_layer_set_timeline">
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="timeline" transfer-ownership="none">
            <type name="Timeline" c:type="GESTimeline*"/>
          </parameter>
        </parameters>
      </method>
      <property name="priority" writable="1" transfer-ownership="none">
        <doc xml:whitespace="preserve">The priority of the layer in the #GESTimeline. 0 is the highest
priority. Conceptually, a #GESTimeline is a stack of GESTimelineLayers,
and the priority of the layer represents its position in the stack. Two
layers should not have the same priority within a given GESTimeline.</doc>
        <type name="guint"/>
      </property>
      <field name="parent">
        <type name="GObject.InitiallyUnowned" c:type="GInitiallyUnowned"/>
      </field>
      <field name="timeline">
        <type name="Timeline" c:type="GESTimeline*"/>
      </field>
      <field name="min_gnl_priority">
        <type name="guint32" c:type="guint32"/>
      </field>
      <field name="max_gnl_priority">
        <type name="guint32" c:type="guint32"/>
      </field>
      <field name="priv">
        <type name="TimelineLayerPrivate" c:type="GESTimelineLayerPrivate*"/>
      </field>
      <field name="_ges_reserved">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
      <glib:signal name="object-added">
        <doc xml:whitespace="preserve">Will be emitted after the object was added to the layer.</doc>
        <return-value transfer-ownership="none">
          <type name="none"/>
        </return-value>
        <parameters>
          <parameter name="object" transfer-ownership="none">
            <doc xml:whitespace="preserve">the #GESTimelineObject that was added.</doc>
            <type name="TimelineObject"/>
          </parameter>
        </parameters>
      </glib:signal>
      <glib:signal name="object-removed">
        <doc xml:whitespace="preserve">Will be emitted after the object was removed from the layer.</doc>
        <return-value transfer-ownership="none">
          <type name="none"/>
        </return-value>
        <parameters>
          <parameter name="object" transfer-ownership="none">
            <doc xml:whitespace="preserve">the #GESTimelineObject that was removed</doc>
            <type name="TimelineObject"/>
          </parameter>
        </parameters>
      </glib:signal>
    </class>
    <record name="TimelineLayerClass"
            c:type="GESTimelineLayerClass"
            glib:is-gtype-struct-for="TimelineLayer">
      <doc xml:whitespace="preserve">Subclasses can override the @get_objects if they can provide a more
efficient way of providing the list of contained #GESTimelineObject(s).</doc>
      <field name="parent_class" readable="0" private="1">
        <type name="GObject.InitiallyUnownedClass"
              c:type="GInitiallyUnownedClass"/>
      </field>
      <field name="get_objects">
        <callback name="get_objects">
          <return-value transfer-ownership="full">
            <doc xml:whitespace="preserve">a #GList of</doc>
            <type name="GLib.List" c:type="GList*">
              <type name="TimelineObject"/>
            </type>
          </return-value>
          <parameters>
            <parameter name="layer" transfer-ownership="none">
              <type name="TimelineLayer" c:type="GESTimelineLayer*"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="object_added">
        <callback name="object_added">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
          <parameters>
            <parameter name="layer" transfer-ownership="none">
              <type name="TimelineLayer" c:type="GESTimelineLayer*"/>
            </parameter>
            <parameter name="object" transfer-ownership="none">
              <type name="TimelineObject" c:type="GESTimelineObject*"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="object_removed">
        <callback name="object_removed">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
          <parameters>
            <parameter name="layer" transfer-ownership="none">
              <type name="TimelineLayer" c:type="GESTimelineLayer*"/>
            </parameter>
            <parameter name="object" transfer-ownership="none">
              <type name="TimelineObject" c:type="GESTimelineObject*"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </record>
    <record name="TimelineLayerPrivate"
            c:type="GESTimelineLayerPrivate"
            disguised="1">
    </record>
    <class name="TimelineObject"
           c:symbol-prefix="timeline_object"
           c:type="GESTimelineObject"
           parent="GObject.InitiallyUnowned"
           abstract="1"
           glib:type-name="GESTimelineObject"
           glib:get-type="ges_timeline_object_get_type"
           glib:type-struct="TimelineObjectClass">
      <doc xml:whitespace="preserve">The #GESTimelineObject base class.</doc>
      <method name="add_track_object"
              c:identifier="ges_timeline_object_add_track_object">
        <doc xml:whitespace="preserve">Add a track object to the timeline object. Should only be called by
subclasses implementing the create_track_objects (plural) vmethod.
Takes a reference on @trobj.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">%TRUE on success, %FALSE on failure.</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <parameter name="trobj" transfer-ownership="none">
            <doc xml:whitespace="preserve">the GESTrackObject</doc>
            <type name="TrackObject" c:type="GESTrackObject*"/>
          </parameter>
        </parameters>
      </method>
      <method name="create_track_object"
              c:identifier="ges_timeline_object_create_track_object">
        <doc xml:whitespace="preserve">Creates a #GESTrackObject for the provided @track. The timeline object
keep a reference to the newly created trackobject, you therefore need to
call @ges_timeline_object_release_track_object when you are done with it.
be created.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">A #GESTrackObject. Returns NULL if the #GESTrackObject could not</doc>
          <type name="TrackObject" c:type="GESTrackObject*"/>
        </return-value>
        <parameters>
          <parameter name="track" transfer-ownership="none">
            <doc xml:whitespace="preserve">The #GESTrack to create a #GESTrackObject for.</doc>
            <type name="Track" c:type="GESTrack*"/>
          </parameter>
        </parameters>
      </method>
      <method name="create_track_objects"
              c:identifier="ges_timeline_object_create_track_objects">
        <doc xml:whitespace="preserve">Creates all #GESTrackObjects supported by this object and adds them to the
provided track. The track is responsible for calling
#ges_timeline_release_track_object on these objects when it is finished
with them.
error occured.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">%TRUE if each track object was created successfully, or %FALSE if an</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <parameter name="track" transfer-ownership="none">
            <doc xml:whitespace="preserve">The #GESTrack to create each #GESTrackObject for.</doc>
            <type name="Track" c:type="GESTrack*"/>
          </parameter>
        </parameters>
      </method>
      <method name="fill_track_object"
              c:identifier="ges_timeline_object_fill_track_object">
        <return-value transfer-ownership="none">
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <parameter name="trackobj" transfer-ownership="none">
            <type name="TrackObject" c:type="GESTrackObject*"/>
          </parameter>
          <parameter name="gnlobj" transfer-ownership="none">
            <type name="Gst.Element" c:type="GstElement*"/>
          </parameter>
        </parameters>
      </method>
      <method name="find_track_object"
              c:identifier="ges_timeline_object_find_track_object">
        <doc xml:whitespace="preserve">Finds the #GESTrackObject controlled by @object that is used in @track. You
may optionally specify a GType to further narrow search criteria.
unref when done with it.</doc>
        <return-value transfer-ownership="full">
          <doc xml:whitespace="preserve">The #GESTrackObject used by @track, else #NULL.</doc>
          <type name="TrackObject" c:type="GESTrackObject*"/>
        </return-value>
        <parameters>
          <parameter name="track" transfer-ownership="none">
            <doc xml:whitespace="preserve">a #GESTrack or NULL</doc>
            <type name="Track" c:type="GESTrack*"/>
          </parameter>
          <parameter name="type" transfer-ownership="none">
            <doc xml:whitespace="preserve">a #GType indicating the type of track object you are looking for or %G_TYPE_NONE if you do not care about the track type.</doc>
            <type name="GType" c:type="GType"/>
          </parameter>
        </parameters>
      </method>
      <method name="get_layer" c:identifier="ges_timeline_object_get_layer">
        <doc xml:whitespace="preserve">The user is responsible for unreffing it.
it is not used on any layer.</doc>
        <return-value transfer-ownership="full">
          <doc xml:whitespace="preserve">The #GESTimelineLayer where this @object is being used, #NULL if</doc>
          <type name="TimelineLayer" c:type="GESTimelineLayer*"/>
        </return-value>
      </method>
      <method name="get_track_objects"
              c:identifier="ges_timeline_object_get_track_objects">
        <doc xml:whitespace="preserve">Get the list of #GESTrackObject contained in @object
trackobject contained in @object.
The user is responsible for unreffing the contained objects 
and freeing the list.</doc>
        <return-value transfer-ownership="full">
          <doc xml:whitespace="preserve">The list of</doc>
          <type name="GLib.List" c:type="GList*">
            <type name="TrackObject"/>
          </type>
        </return-value>
      </method>
      <method name="release_track_object"
              c:identifier="ges_timeline_object_release_track_object">
        <doc xml:whitespace="preserve">Release the @trackobject from the control of @object.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">%TRUE if the @trackobject was properly released, else %FALSE.</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <parameter name="trackobject" transfer-ownership="none">
            <doc xml:whitespace="preserve">the #GESTrackObject to release</doc>
            <type name="TrackObject" c:type="GESTrackObject*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_duration"
              c:identifier="ges_timeline_object_set_duration">
        <doc xml:whitespace="preserve">Set the duration of the object</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="duration" transfer-ownership="none">
            <doc xml:whitespace="preserve">the duration in #GstClockTime</doc>
            <type name="guint64" c:type="guint64"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_inpoint"
              c:identifier="ges_timeline_object_set_inpoint">
        <doc xml:whitespace="preserve">Set the in-point, that is the moment at which the @object will start
outputting data from its contents.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="inpoint" transfer-ownership="none">
            <doc xml:whitespace="preserve">the in-point in #GstClockTime</doc>
            <type name="guint64" c:type="guint64"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_layer" c:identifier="ges_timeline_object_set_layer">
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="layer" transfer-ownership="none">
            <type name="TimelineLayer" c:type="GESTimelineLayer*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_priority"
              c:identifier="ges_timeline_object_set_priority">
        <doc xml:whitespace="preserve">Sets the priority of the object within the containing layer</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="priority" transfer-ownership="none">
            <doc xml:whitespace="preserve">the priority</doc>
            <type name="guint" c:type="guint"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_start" c:identifier="ges_timeline_object_set_start">
        <doc xml:whitespace="preserve">Set the position of the object in its containing layer</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="start" transfer-ownership="none">
            <doc xml:whitespace="preserve">the position in #GstClockTime</doc>
            <type name="guint64" c:type="guint64"/>
          </parameter>
        </parameters>
      </method>
      <property name="duration" writable="1" transfer-ownership="none">
        <doc xml:whitespace="preserve">The duration (in nanoseconds) which will be used in the container #GESTrack
starting from 'in-point'.</doc>
        <type name="guint64"/>
      </property>
      <property name="height" transfer-ownership="none">
        <doc xml:whitespace="preserve">The span of layer priorities which this object occupies.</doc>
        <type name="guint"/>
      </property>
      <property name="in-point" writable="1" transfer-ownership="none">
        <doc xml:whitespace="preserve">The in-point at which this #GESTimelineObject will start outputting data
from its contents (in nanoseconds).
be the one located 5 seconds in the controlled resource.</doc>
        <type name="guint64"/>
      </property>
      <property name="layer" transfer-ownership="none">
        <type name="TimelineLayer"/>
      </property>
      <property name="priority" writable="1" transfer-ownership="none">
        <doc xml:whitespace="preserve">The layer priority of the timeline object.</doc>
        <type name="guint"/>
      </property>
      <property name="start" writable="1" transfer-ownership="none">
        <doc xml:whitespace="preserve">The position of the object in the #GESTimelineLayer (in nanoseconds).</doc>
        <type name="guint64"/>
      </property>
      <field name="parent" readable="0" private="1">
        <type name="GObject.InitiallyUnowned" c:type="GInitiallyUnowned"/>
      </field>
      <field name="priv" readable="0" private="1">
        <type name="TimelineObjectPrivate" c:type="GESTimelineObjectPrivate*"/>
      </field>
      <field name="start" readable="0" private="1">
        <type name="guint64" c:type="guint64"/>
      </field>
      <field name="inpoint" readable="0" private="1">
        <type name="guint64" c:type="guint64"/>
      </field>
      <field name="duration" readable="0" private="1">
        <type name="guint64" c:type="guint64"/>
      </field>
      <field name="priority" readable="0" private="1">
        <type name="guint32" c:type="guint32"/>
      </field>
      <field name="height" readable="0" private="1">
        <type name="guint32" c:type="guint32"/>
      </field>
      <field name="fullduration" readable="0" private="1">
        <type name="guint64" c:type="guint64"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </class>
    <record name="TimelineObjectClass"
            c:type="GESTimelineObjectClass"
            glib:is-gtype-struct-for="TimelineObject">
      <doc xml:whitespace="preserve">Subclasses can override the @create_track_object and @fill_track_object methods.</doc>
      <field name="parent_class" readable="0" private="1">
        <type name="GObject.InitiallyUnownedClass"
              c:type="GInitiallyUnownedClass"/>
      </field>
      <field name="create_track_object" introspectable="0">
        <type name="CreateTrackObjectFunc" c:type="GESCreateTrackObjectFunc"/>
      </field>
      <field name="create_track_objects">
        <type name="CreateTrackObjectsFunc"
              c:type="GESCreateTrackObjectsFunc"/>
      </field>
      <field name="fill_track_object">
        <type name="FillTrackObjectFunc" c:type="GESFillTrackObjectFunc"/>
      </field>
      <field name="need_fill_track">
        <type name="gboolean" c:type="gboolean"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </record>
    <record name="TimelineObjectPrivate"
            c:type="GESTimelineObjectPrivate"
            disguised="1">
    </record>
    <class name="TimelineOperation"
           c:symbol-prefix="timeline_operation"
           c:type="GESTimelineOperation"
           parent="TimelineObject"
           abstract="1"
           glib:type-name="GESTimelineOperation"
           glib:get-type="ges_timeline_operation_get_type"
           glib:type-struct="TimelineOperationClass">
      <doc xml:whitespace="preserve">The GESTimelineOperation subclass. Subclasses can access these fields.</doc>
      <field name="parent" readable="0" private="1">
        <type name="TimelineObject" c:type="GESTimelineObject"/>
      </field>
      <field name="priv" readable="0" private="1">
        <type name="TimelineOperationPrivate"
              c:type="GESTimelineOperationPrivate*"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </class>
    <record name="TimelineOperationClass"
            c:type="GESTimelineOperationClass"
            glib:is-gtype-struct-for="TimelineOperation">
      <field name="parent_class" readable="0" private="1">
        <type name="TimelineObjectClass" c:type="GESTimelineObjectClass"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </record>
    <record name="TimelineOperationPrivate"
            c:type="GESTimelineOperationPrivate"
            disguised="1">
    </record>
    <class name="TimelineOverlay"
           c:symbol-prefix="timeline_overlay"
           c:type="GESTimelineOverlay"
           parent="TimelineOperation"
           abstract="1"
           glib:type-name="GESTimelineOverlay"
           glib:get-type="ges_timeline_overlay_get_type"
           glib:type-struct="TimelineOverlayClass">
      <field name="parent" readable="0" private="1">
        <type name="TimelineOperation" c:type="GESTimelineOperation"/>
      </field>
      <field name="priv" readable="0" private="1">
        <type name="TimelineOverlayPrivate"
              c:type="GESTimelineOverlayPrivate*"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </class>
    <record name="TimelineOverlayClass"
            c:type="GESTimelineOverlayClass"
            glib:is-gtype-struct-for="TimelineOverlay">
      <field name="parent_class">
        <type name="TimelineOperationClass"
              c:type="GESTimelineOperationClass"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </record>
    <record name="TimelineOverlayPrivate"
            c:type="GESTimelineOverlayPrivate"
            disguised="1">
    </record>
    <class name="TimelinePipeline"
           c:symbol-prefix="timeline_pipeline"
           c:type="GESTimelinePipeline"
           parent="Gst.Pipeline"
           glib:type-name="GESTimelinePipeline"
           glib:get-type="ges_timeline_pipeline_get_type"
           glib:type-struct="TimelinePipelineClass">
      <implements name="Gst.ChildProxy"/>
      <constructor name="new" c:identifier="ges_timeline_pipeline_new">
        <doc xml:whitespace="preserve">Creates a new conveninence #GESTimelinePipeline.</doc>
        <return-value transfer-ownership="full">
          <doc xml:whitespace="preserve">the new #GESTimelinePipeline.</doc>
          <type name="TimelinePipeline" c:type="GESTimelinePipeline*"/>
        </return-value>
      </constructor>
      <method name="add_timeline"
              c:identifier="ges_timeline_pipeline_add_timeline">
        <doc xml:whitespace="preserve">Sets the timeline to use in this pipeline.
The reference to the @timeline will be stolen by the @pipeline.
else FALSE.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">TRUE if the @timeline could be successfully set on the @pipeline,</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <parameter name="timeline" transfer-ownership="none">
            <doc xml:whitespace="preserve">the #GESTimeline to set on the @pipeline.</doc>
            <type name="Timeline" c:type="GESTimeline*"/>
          </parameter>
        </parameters>
      </method>
      <method name="get_thumbnail_buffer"
              c:identifier="ges_timeline_pipeline_get_thumbnail_buffer">
        <doc xml:whitespace="preserve">Returns a #GstBuffer with the currently playing in the format specified by
caps. The caller should unref the #gst_buffer_unref when finished. If ANY
caps are specified, the information will be returned in the whatever format
is currently used by the sink. This information can be retrieve from caps
associated with the buffer.</doc>
        <return-value transfer-ownership="full">
          <doc xml:whitespace="preserve">a #GstBuffer or %NULL</doc>
          <type name="Gst.Buffer" c:type="GstBuffer*"/>
        </return-value>
        <parameters>
          <parameter name="caps" transfer-ownership="none">
            <doc xml:whitespace="preserve">caps specifying current format. Use %GST_CAPS_ANY for native size.</doc>
            <type name="Gst.Caps" c:type="GstCaps*"/>
          </parameter>
        </parameters>
      </method>
      <method name="get_thumbnail_rgb24"
              c:identifier="ges_timeline_pipeline_get_thumbnail_rgb24">
        <doc xml:whitespace="preserve">A convenience method for ges_timeline_pipeline_get_thumbnail_raw which
returns a buffer in 24-bit RGB, optionally scaled to the specified width
and height. If -1 is specified for either dimension, it will be left at
native size. You can retreive this information from the caps associated
with the buffer.
The caller is responsible for unreffing the returned buffer with
#gst_buffer_unref.</doc>
        <return-value transfer-ownership="full">
          <doc xml:whitespace="preserve">a #GstBuffer or %NULL</doc>
          <type name="Gst.Buffer" c:type="GstBuffer*"/>
        </return-value>
        <parameters>
          <parameter name="width" transfer-ownership="none">
            <doc xml:whitespace="preserve">the requested width or -1 for native size</doc>
            <type name="gint" c:type="gint"/>
          </parameter>
          <parameter name="height" transfer-ownership="none">
            <doc xml:whitespace="preserve">the requested height or -1 for native size</doc>
            <type name="gint" c:type="gint"/>
          </parameter>
        </parameters>
      </method>
      <method name="save_thumbnail"
              c:identifier="ges_timeline_pipeline_save_thumbnail">
        <doc xml:whitespace="preserve">Saves the current frame to the specified @location.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">%TRUE if the thumbnail was properly save, else %FALSE.</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <parameter name="width" transfer-ownership="none">
            <doc xml:whitespace="preserve">the requested width or -1 for native size</doc>
            <type name="gint" c:type="int"/>
          </parameter>
          <parameter name="height" transfer-ownership="none">
            <doc xml:whitespace="preserve">the requested height or -1 for native size</doc>
            <type name="gint" c:type="int"/>
          </parameter>
          <parameter name="format" transfer-ownership="none">
            <doc xml:whitespace="preserve">a string specifying the desired mime type (for example, image/jpeg)</doc>
            <type name="utf8" c:type="gchar*"/>
          </parameter>
          <parameter name="location" transfer-ownership="none">
            <doc xml:whitespace="preserve">the path to save the thumbnail</doc>
            <type name="utf8" c:type="gchar*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_mode" c:identifier="ges_timeline_pipeline_set_mode">
        <doc xml:whitespace="preserve">switches the @pipeline to the specified @mode. The default mode when
creating a #GESTimelinePipeline is #TIMELINE_MODE_PREVIEW.
the internal changes that happen. The caller will therefore have to 
set the @pipeline to the requested state after calling this method.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">%TRUE if the mode was properly set, else %FALSE.</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <parameter name="mode" transfer-ownership="none">
            <doc xml:whitespace="preserve">the #GESPipelineFlags to use</doc>
            <type name="PipelineFlags" c:type="GESPipelineFlags"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_render_settings"
              c:identifier="ges_timeline_pipeline_set_render_settings">
        <doc xml:whitespace="preserve">Specify where the pipeline shall be rendered and with what settings.
A copy of @profile and @output_uri will be done internally, the caller can
safely free those values afterwards.
This method must be called before setting the pipeline mode to
#TIMELINE_MODE_RENDER</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">%TRUE if the settings were aknowledged properly, else %FALSE</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <parameter name="output_uri" transfer-ownership="none">
            <doc xml:whitespace="preserve">the URI to which the timeline will be rendered</doc>
            <type name="utf8" c:type="gchar*"/>
          </parameter>
          <parameter name="profile" transfer-ownership="none">
            <doc xml:whitespace="preserve">the #GstEncodingProfile to use to render the timeline.</doc>
            <type name="GstPbutils.EncodingProfile"
                  c:type="GstEncodingProfile*"/>
          </parameter>
        </parameters>
      </method>
      <field name="parent" readable="0" private="1">
        <type name="Gst.Pipeline" c:type="GstPipeline"/>
      </field>
      <field name="priv" readable="0" private="1">
        <type name="TimelinePipelinePrivate"
              c:type="GESTimelinePipelinePrivate*"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </class>
    <record name="TimelinePipelineClass"
            c:type="GESTimelinePipelineClass"
            glib:is-gtype-struct-for="TimelinePipeline">
      <field name="parent_class" readable="0" private="1">
        <type name="Gst.PipelineClass" c:type="GstPipelineClass"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </record>
    <record name="TimelinePipelinePrivate"
            c:type="GESTimelinePipelinePrivate"
            disguised="1">
    </record>
    <record name="TimelinePrivate" c:type="GESTimelinePrivate" disguised="1">
    </record>
    <class name="TimelineSource"
           c:symbol-prefix="timeline_source"
           c:type="GESTimelineSource"
           parent="TimelineObject"
           glib:type-name="GESTimelineSource"
           glib:get-type="ges_timeline_source_get_type"
           glib:type-struct="TimelineSourceClass">
      <field name="parent">
        <type name="TimelineObject" c:type="GESTimelineObject"/>
      </field>
      <field name="priv" readable="0" private="1">
        <type name="TimelineSourcePrivate" c:type="GESTimelineSourcePrivate*"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </class>
    <record name="TimelineSourceClass"
            c:type="GESTimelineSourceClass"
            glib:is-gtype-struct-for="TimelineSource">
      <field name="parent_class" readable="0" private="1">
        <type name="TimelineObjectClass" c:type="GESTimelineObjectClass"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </record>
    <record name="TimelineSourcePrivate"
            c:type="GESTimelineSourcePrivate"
            disguised="1">
    </record>
    <class name="TimelineStandardTransition"
           c:symbol-prefix="timeline_standard_transition"
           c:type="GESTimelineStandardTransition"
           parent="TimelineTransition"
           glib:type-name="GESTimelineStandardTransition"
           glib:get-type="ges_timeline_standard_transition_get_type"
           glib:type-struct="TimelineStandardTransitionClass">
      <constructor name="new"
                   c:identifier="ges_timeline_standard_transition_new">
        <doc xml:whitespace="preserve">Creates a new #GESTimelineStandardTransition.
went wrong.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">a newly created #GESTimelineStandardTransition, or %NULL if something</doc>
          <type name="TimelineStandardTransition"
                c:type="GESTimelineStandardTransition*"/>
        </return-value>
        <parameters>
          <parameter name="vtype" transfer-ownership="none">
            <doc xml:whitespace="preserve">the type of transition to create</doc>
            <type name="VideoStandardTransitionType"
                  c:type="GESVideoStandardTransitionType"/>
          </parameter>
        </parameters>
      </constructor>
      <constructor name="new_for_nick"
                   c:identifier="ges_timeline_standard_transition_new_for_nick">
        <doc xml:whitespace="preserve">Creates a new #GESTimelineStandardTransition for the provided @nick.
went wrong</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The newly created #GESTimelineStandardTransition, or %NULL if something</doc>
          <type name="TimelineStandardTransition"
                c:type="GESTimelineStandardTransition*"/>
        </return-value>
        <parameters>
          <parameter name="nick" transfer-ownership="none">
            <doc xml:whitespace="preserve">a string representing the type of transition to create</doc>
            <type name="utf8" c:type="char*"/>
          </parameter>
        </parameters>
      </constructor>
      <property name="vtype"
                writable="1"
                construct="1"
                transfer-ownership="none">
        <doc xml:whitespace="preserve">a #GESVideoStandardTransitionType representing the wipe to use</doc>
        <type name="VideoStandardTransitionType"/>
      </property>
      <field name="parent" readable="0" private="1">
        <type name="TimelineTransition" c:type="GESTimelineTransition"/>
      </field>
      <field name="vtype">
        <type name="VideoStandardTransitionType"
              c:type="GESVideoStandardTransitionType"/>
      </field>
      <field name="priv" readable="0" private="1">
        <type name="TimelineStandardTransitionPrivate"
              c:type="GESTimelineStandardTransitionPrivate*"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </class>
    <record name="TimelineStandardTransitionClass"
            c:type="GESTimelineStandardTransitionClass"
            glib:is-gtype-struct-for="TimelineStandardTransition">
      <field name="parent_class" readable="0" private="1">
        <type name="TimelineTransitionClass"
              c:type="GESTimelineTransitionClass"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </record>
    <record name="TimelineStandardTransitionPrivate"
            c:type="GESTimelineStandardTransitionPrivate"
            disguised="1">
    </record>
    <class name="TimelineTestSource"
           c:symbol-prefix="timeline_test_source"
           c:type="GESTimelineTestSource"
           parent="TimelineSource"
           glib:type-name="GESTimelineTestSource"
           glib:get-type="ges_timeline_test_source_get_type"
           glib:type-struct="TimelineTestSourceClass">
      <constructor name="new" c:identifier="ges_timeline_test_source_new">
        <doc xml:whitespace="preserve">Creates a new #GESTimelineTestSource.
error.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The newly created #GESTimelineTestSource, or NULL if there was an</doc>
          <type name="TimelineTestSource" c:type="GESTimelineTestSource*"/>
        </return-value>
      </constructor>
      <constructor name="new_for_nick"
                   c:identifier="ges_timeline_test_source_new_for_nick">
        <doc xml:whitespace="preserve">Creates a new #GESTimelineTestSource for the provided @nick.
error.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The newly created #GESTimelineTestSource, or NULL if there was an</doc>
          <type name="TimelineTestSource" c:type="GESTimelineTestSource*"/>
        </return-value>
        <parameters>
          <parameter name="nick" transfer-ownership="none">
            <doc xml:whitespace="preserve">the nickname for which to create the #GESTimelineTestSource</doc>
            <type name="utf8" c:type="gchar*"/>
          </parameter>
        </parameters>
      </constructor>
      <method name="get_frequency"
              c:identifier="ges_timeline_test_source_get_frequency">
        <doc xml:whitespace="preserve">Get the frequency @self generates.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The frequency @self generates. See audiotestsrc element.</doc>
          <type name="gdouble" c:type="gdouble"/>
        </return-value>
      </method>
      <method name="get_volume"
              c:identifier="ges_timeline_test_source_get_volume">
        <doc xml:whitespace="preserve">Get the volume of the test audio signal applied on @self.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The volume of the test audio signal applied on @self.</doc>
          <type name="gdouble" c:type="gdouble"/>
        </return-value>
      </method>
      <method name="get_vpattern"
              c:identifier="ges_timeline_test_source_get_vpattern">
        <doc xml:whitespace="preserve">Get the #GESVideoTestPattern which is applied on @self.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The #GESVideoTestPattern which is applied on @self.</doc>
          <type name="VideoTestPattern" c:type="GESVideoTestPattern"/>
        </return-value>
      </method>
      <method name="is_muted" c:identifier="ges_timeline_test_source_is_muted">
        <doc xml:whitespace="preserve">Let you know if the audio track of @self is muted or not.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">Whether the audio track of @self is muted or not.</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
      </method>
      <method name="set_frequency"
              c:identifier="ges_timeline_test_source_set_frequency">
        <doc xml:whitespace="preserve">Sets the frequency to generate. See audiotestsrc element.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="freq" transfer-ownership="none">
            <doc xml:whitespace="preserve">the frequency you want to use on @self</doc>
            <type name="gdouble" c:type="gdouble"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_mute" c:identifier="ges_timeline_test_source_set_mute">
        <doc xml:whitespace="preserve">Sets whether the audio track of this timeline object is muted or not.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="mute" transfer-ownership="none">
            <doc xml:whitespace="preserve">%TRUE to mute the audio track, %FALSE to unmute it</doc>
            <type name="gboolean" c:type="gboolean"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_volume"
              c:identifier="ges_timeline_test_source_set_volume">
        <doc xml:whitespace="preserve">Sets the volume of the test audio signal.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="volume" transfer-ownership="none">
            <doc xml:whitespace="preserve">the volume of the audio signal you want to use on @self</doc>
            <type name="gdouble" c:type="gdouble"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_vpattern"
              c:identifier="ges_timeline_test_source_set_vpattern">
        <doc xml:whitespace="preserve">Sets which video pattern to display on @self.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="vpattern" transfer-ownership="none">
            <doc xml:whitespace="preserve">the #GESVideoTestPattern to use on @self</doc>
            <type name="VideoTestPattern" c:type="GESVideoTestPattern"/>
          </parameter>
        </parameters>
      </method>
      <property name="freq"
                writable="1"
                construct="1"
                transfer-ownership="none">
        <doc xml:whitespace="preserve">The frequency to generate for audio track objects.</doc>
        <type name="gdouble"/>
      </property>
      <property name="mute"
                writable="1"
                construct="1"
                transfer-ownership="none">
        <doc xml:whitespace="preserve">Whether the sound will be played or not.</doc>
        <type name="gboolean"/>
      </property>
      <property name="volume"
                writable="1"
                construct="1"
                transfer-ownership="none">
        <doc xml:whitespace="preserve">The volume for the audio track objects.</doc>
        <type name="gdouble"/>
      </property>
      <property name="vpattern"
                writable="1"
                construct="1"
                transfer-ownership="none">
        <doc xml:whitespace="preserve">Video pattern to display in video track objects.</doc>
        <type name="VideoTestPattern"/>
      </property>
      <field name="parent">
        <type name="TimelineSource" c:type="GESTimelineSource"/>
      </field>
      <field name="priv" readable="0" private="1">
        <type name="TimelineTestSourcePrivate"
              c:type="GESTimelineTestSourcePrivate*"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </class>
    <record name="TimelineTestSourceClass"
            c:type="GESTimelineTestSourceClass"
            glib:is-gtype-struct-for="TimelineTestSource">
      <field name="parent_class" readable="0" private="1">
        <type name="TimelineSourceClass" c:type="GESTimelineSourceClass"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </record>
    <record name="TimelineTestSourcePrivate"
            c:type="GESTimelineTestSourcePrivate"
            disguised="1">
    </record>
    <class name="TimelineTextOverlay"
           c:symbol-prefix="timeline_text_overlay"
           c:type="GESTimelineTextOverlay"
           parent="TimelineOverlay"
           glib:type-name="GESTimelineTextOverlay"
           glib:get-type="ges_timeline_text_overlay_get_type"
           glib:type-struct="TimelineTextOverlayClass">
      <constructor name="new" c:identifier="ges_timeline_text_overlay_new">
        <doc xml:whitespace="preserve">Creates a new #GESTimelineTextOverlay
error.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The newly created #GESTimelineTextOverlay, or NULL if there was an</doc>
          <type name="TimelineTextOverlay" c:type="GESTimelineTextOverlay*"/>
        </return-value>
      </constructor>
      <method name="get_font_desc"
              c:identifier="ges_timeline_text_overlay_get_font_desc">
        <doc xml:whitespace="preserve">Get the pango font description used by @self.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The pango font description used by @self.</doc>
          <type name="utf8" c:type="gchar*"/>
        </return-value>
      </method>
      <method name="get_halignment"
              c:identifier="ges_timeline_text_overlay_get_halignment">
        <doc xml:whitespace="preserve">Get the horizontal aligment used by @self.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The horizontal aligment used by @self.</doc>
          <type name="TextHAlign" c:type="GESTextHAlign"/>
        </return-value>
      </method>
      <method name="get_text"
              c:identifier="ges_timeline_text_overlay_get_text">
        <doc xml:whitespace="preserve">Get the text currently set on @self.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The text currently set on @self.</doc>
          <type name="utf8" c:type="gchar*"/>
        </return-value>
      </method>
      <method name="get_valignment"
              c:identifier="ges_timeline_text_overlay_get_valignment">
        <doc xml:whitespace="preserve">Get the vertical aligment used by @self.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The vertical aligment used by @self.</doc>
          <type name="TextVAlign" c:type="GESTextVAlign"/>
        </return-value>
      </method>
      <method name="set_font_desc"
              c:identifier="ges_timeline_text_overlay_set_font_desc">
        <doc xml:whitespace="preserve">Sets the pango font description of the text</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="font_desc" transfer-ownership="none">
            <doc xml:whitespace="preserve">the pango font description</doc>
            <type name="utf8" c:type="gchar*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_halign"
              c:identifier="ges_timeline_text_overlay_set_halign">
        <doc xml:whitespace="preserve">Sets the horizontal aligment of the text.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="halign" transfer-ownership="none">
            <doc xml:whitespace="preserve">#GESTextHAlign</doc>
            <type name="TextHAlign" c:type="GESTextHAlign"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_text"
              c:identifier="ges_timeline_text_overlay_set_text">
        <doc xml:whitespace="preserve">Sets the text this timeline object will render.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="text" transfer-ownership="none">
            <doc xml:whitespace="preserve">the text to render. an internal copy of this text will be made.</doc>
            <type name="utf8" c:type="gchar*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_valign"
              c:identifier="ges_timeline_text_overlay_set_valign">
        <doc xml:whitespace="preserve">Sets the vertical aligment of the text.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="valign" transfer-ownership="none">
            <doc xml:whitespace="preserve">#GESTextVAlign</doc>
            <type name="TextVAlign" c:type="GESTextVAlign"/>
          </parameter>
        </parameters>
      </method>
      <property name="font-desc"
                writable="1"
                construct="1"
                transfer-ownership="none">
        <doc xml:whitespace="preserve">Pango font description string</doc>
        <type name="utf8"/>
      </property>
      <property name="halignment"
                writable="1"
                construct="1"
                transfer-ownership="none">
        <doc xml:whitespace="preserve">Horizontal alignment of the text</doc>
        <type name="TextHAlign"/>
      </property>
      <property name="text"
                writable="1"
                construct="1"
                transfer-ownership="none">
        <doc xml:whitespace="preserve">The text to diplay</doc>
        <type name="utf8"/>
      </property>
      <property name="valignment"
                writable="1"
                construct="1"
                transfer-ownership="none">
        <doc xml:whitespace="preserve">Vertical alignent of the text</doc>
        <type name="TextVAlign"/>
      </property>
      <field name="parent">
        <type name="TimelineOverlay" c:type="GESTimelineOverlay"/>
      </field>
      <field name="priv" readable="0" private="1">
        <type name="TimelineTextOverlayPrivate"
              c:type="GESTimelineTextOverlayPrivate*"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </class>
    <record name="TimelineTextOverlayClass"
            c:type="GESTimelineTextOverlayClass"
            glib:is-gtype-struct-for="TimelineTextOverlay">
      <field name="parent_class" readable="0" private="1">
        <type name="TimelineOverlayClass" c:type="GESTimelineOverlayClass"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </record>
    <record name="TimelineTextOverlayPrivate"
            c:type="GESTimelineTextOverlayPrivate"
            disguised="1">
    </record>
    <class name="TimelineTitleSource"
           c:symbol-prefix="timeline_title_source"
           c:type="GESTimelineTitleSource"
           parent="TimelineSource"
           glib:type-name="GESTimelineTitleSource"
           glib:get-type="ges_timeline_title_source_get_type"
           glib:type-struct="TimelineTitleSourceClass">
      <doc xml:whitespace="preserve">Render stand-alone titles in GESTimelineLayer.</doc>
      <constructor name="new" c:identifier="ges_timeline_title_source_new">
        <doc xml:whitespace="preserve">Creates a new #GESTimelineTitleSource
error.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The newly created #GESTimelineTitleSource, or NULL if there was an</doc>
          <type name="TimelineTitleSource" c:type="GESTimelineTitleSource*"/>
        </return-value>
      </constructor>
      <method name="get_font_desc"
              c:identifier="ges_timeline_title_source_get_font_desc">
        <doc xml:whitespace="preserve">Get the pango font description used by @self.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The pango font description used by @self.</doc>
          <type name="utf8" c:type="gchar*"/>
        </return-value>
      </method>
      <method name="get_halignment"
              c:identifier="ges_timeline_title_source_get_halignment">
        <doc xml:whitespace="preserve">Get the horizontal aligment used by @self.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The horizontal aligment used by @self.</doc>
          <type name="TextHAlign" c:type="GESTextHAlign"/>
        </return-value>
      </method>
      <method name="get_text"
              c:identifier="ges_timeline_title_source_get_text">
        <doc xml:whitespace="preserve">Get the text currently set on @self.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The text currently set on @self.</doc>
          <type name="utf8" c:type="gchar*"/>
        </return-value>
      </method>
      <method name="get_valignment"
              c:identifier="ges_timeline_title_source_get_valignment">
        <doc xml:whitespace="preserve">Get the vertical aligment used by @self.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The vertical aligment used by @self.</doc>
          <type name="TextVAlign" c:type="GESTextVAlign"/>
        </return-value>
      </method>
      <method name="is_muted"
              c:identifier="ges_timeline_title_source_is_muted">
        <doc xml:whitespace="preserve">Let you know if the audio track of @self is muted or not.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">Whether the audio track of @self is muted or not.</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
      </method>
      <method name="set_font_desc"
              c:identifier="ges_timeline_title_source_set_font_desc">
        <doc xml:whitespace="preserve">Sets the pango font description of the text.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="font_desc" transfer-ownership="none">
            <doc xml:whitespace="preserve">the pango font description</doc>
            <type name="utf8" c:type="gchar*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_halignment"
              c:identifier="ges_timeline_title_source_set_halignment">
        <doc xml:whitespace="preserve">Sets the horizontal aligment of the text.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="halign" transfer-ownership="none">
            <doc xml:whitespace="preserve">#GESTextHAlign</doc>
            <type name="TextHAlign" c:type="GESTextHAlign"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_mute"
              c:identifier="ges_timeline_title_source_set_mute">
        <doc xml:whitespace="preserve">Sets whether the audio track of this timeline object is muted or not</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="mute" transfer-ownership="none">
            <doc xml:whitespace="preserve">%TRUE to mute the audio track, %FALSE to unmute it</doc>
            <type name="gboolean" c:type="gboolean"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_text"
              c:identifier="ges_timeline_title_source_set_text">
        <doc xml:whitespace="preserve">Sets the text this timeline object will render.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="text" transfer-ownership="none">
            <doc xml:whitespace="preserve">the text to render. an internal copy of this text will be made.</doc>
            <type name="utf8" c:type="gchar*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_valignment"
              c:identifier="ges_timeline_title_source_set_valignment">
        <doc xml:whitespace="preserve">Sets the vertical aligment of the text.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="valign" transfer-ownership="none">
            <doc xml:whitespace="preserve">#GESTextVAlign</doc>
            <type name="TextVAlign" c:type="GESTextVAlign"/>
          </parameter>
        </parameters>
      </method>
      <property name="font-desc"
                writable="1"
                construct="1"
                transfer-ownership="none">
        <doc xml:whitespace="preserve">Pango font description string</doc>
        <type name="utf8"/>
      </property>
      <property name="halignment"
                writable="1"
                construct="1"
                transfer-ownership="none">
        <doc xml:whitespace="preserve">Horizontal alignment of the text</doc>
        <type name="TextHAlign"/>
      </property>
      <property name="mute"
                writable="1"
                construct="1"
                transfer-ownership="none">
        <doc xml:whitespace="preserve">Whether the sound will be played or not.</doc>
        <type name="gboolean"/>
      </property>
      <property name="text"
                writable="1"
                construct="1"
                transfer-ownership="none">
        <doc xml:whitespace="preserve">The text to diplay</doc>
        <type name="utf8"/>
      </property>
      <property name="valignment"
                writable="1"
                construct="1"
                transfer-ownership="none">
        <doc xml:whitespace="preserve">Vertical alignent of the text</doc>
        <type name="TextVAlign"/>
      </property>
      <field name="parent">
        <type name="TimelineSource" c:type="GESTimelineSource"/>
      </field>
      <field name="priv" readable="0" private="1">
        <type name="TimelineTitleSourcePrivate"
              c:type="GESTimelineTitleSourcePrivate*"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </class>
    <record name="TimelineTitleSourceClass"
            c:type="GESTimelineTitleSourceClass"
            glib:is-gtype-struct-for="TimelineTitleSource">
      <field name="parent_class" readable="0" private="1">
        <type name="TimelineSourceClass" c:type="GESTimelineSourceClass"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </record>
    <record name="TimelineTitleSourcePrivate"
            c:type="GESTimelineTitleSourcePrivate"
            disguised="1">
    </record>
    <class name="TimelineTransition"
           c:symbol-prefix="timeline_transition"
           c:type="GESTimelineTransition"
           parent="TimelineOperation"
           abstract="1"
           glib:type-name="GESTimelineTransition"
           glib:get-type="ges_timeline_transition_get_type"
           glib:type-struct="TimelineTransitionClass">
      <field name="parent" readable="0" private="1">
        <type name="TimelineOperation" c:type="GESTimelineOperation"/>
      </field>
      <field name="priv" readable="0" private="1">
        <type name="TimelineTransitionPrivate"
              c:type="GESTimelineTransitionPrivate*"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </class>
    <record name="TimelineTransitionClass"
            c:type="GESTimelineTransitionClass"
            glib:is-gtype-struct-for="TimelineTransition">
      <field name="parent_class" readable="0" private="1">
        <type name="TimelineOperationClass"
              c:type="GESTimelineOperationClass"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </record>
    <record name="TimelineTransitionPrivate"
            c:type="GESTimelineTransitionPrivate"
            disguised="1">
    </record>
    <class name="Track"
           c:symbol-prefix="track"
           c:type="GESTrack"
           parent="Gst.Bin"
           glib:type-name="GESTrack"
           glib:get-type="ges_track_get_type"
           glib:type-struct="TrackClass">
      <implements name="Gst.ChildProxy"/>
      <constructor name="audio_raw_new" c:identifier="ges_track_audio_raw_new">
        <doc xml:whitespace="preserve">Creates a new #GESTrack of type #GES_TRACK_TYPE_AUDIO and with generic
raw audio caps ("audio/x-raw-int;audio/x-raw-float");</doc>
        <return-value transfer-ownership="full">
          <doc xml:whitespace="preserve">A new #GESTrack.</doc>
          <type name="Track" c:type="GESTrack*"/>
        </return-value>
      </constructor>
      <constructor name="new" c:identifier="ges_track_new">
        <doc xml:whitespace="preserve">Creates a new #GESTrack with the given @type and @caps.
The newly created track will steal a reference to the caps. If you wish to 
use those caps elsewhere, you will have to take an extra reference.</doc>
        <return-value transfer-ownership="full">
          <doc xml:whitespace="preserve">A new #GESTrack.</doc>
          <type name="Track" c:type="GESTrack*"/>
        </return-value>
        <parameters>
          <parameter name="type" transfer-ownership="none">
            <doc xml:whitespace="preserve">The type of track</doc>
            <type name="TrackType" c:type="GESTrackType"/>
          </parameter>
          <parameter name="caps" transfer-ownership="none">
            <doc xml:whitespace="preserve">The caps to restrict the output of the track to.</doc>
            <type name="Gst.Caps" c:type="GstCaps*"/>
          </parameter>
        </parameters>
      </constructor>
      <constructor name="video_raw_new" c:identifier="ges_track_video_raw_new">
        <doc xml:whitespace="preserve">Creates a new #GESTrack of type #GES_TRACK_TYPE_VIDEO and with generic
raw video caps ("video/x-raw-yuv;video/x-raw-rgb");</doc>
        <return-value transfer-ownership="full">
          <doc xml:whitespace="preserve">A new #GESTrack.</doc>
          <type name="Track" c:type="GESTrack*"/>
        </return-value>
      </constructor>
      <method name="add_object" c:identifier="ges_track_add_object">
        <doc xml:whitespace="preserve">Adds the given object to the track. Sets the object's controlling track,
and thus takes ownership of the @object.
An object can only be added to one track.
want to accept the object.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">#TRUE if the object was properly added. #FALSE if the track does not</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <parameter name="object" transfer-ownership="full">
            <doc xml:whitespace="preserve">the #GESTrackObject to add</doc>
            <type name="TrackObject" c:type="GESTrackObject*"/>
          </parameter>
        </parameters>
      </method>
      <method name="get_caps" c:identifier="ges_track_get_caps">
        <doc xml:whitespace="preserve">Get the #GstCaps this track is configured to output.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The #GstCaps this track is configured to output.</doc>
          <type name="Gst.Caps" c:type="GstCaps*"/>
        </return-value>
      </method>
      <method name="get_timeline" c:identifier="ges_track_get_timeline">
        <doc xml:whitespace="preserve">Get the #GESTimeline this track belongs to. Can be %NULL.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The #GESTimeline this track belongs to. Can be %NULL.</doc>
          <type name="Timeline" c:type="GESTimeline*"/>
        </return-value>
      </method>
      <method name="remove_object" c:identifier="ges_track_remove_object">
        <doc xml:whitespace="preserve">Removes the object from the track and unparents it.
Unparenting it means the reference owned by @track on the @object will be
removed. If you wish to use the @object after this function, make sure you
call g_object_ref() before removing it from the @track.
could not remove the object (like if it didn't belong to the track).</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">#TRUE if the object was removed, else #FALSE if the track</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <parameter name="object" transfer-ownership="none">
            <doc xml:whitespace="preserve">the #GESTrackObject to remove</doc>
            <type name="TrackObject" c:type="GESTrackObject*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_caps" c:identifier="ges_track_set_caps">
        <doc xml:whitespace="preserve">Sets the given @caps on the track.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="caps" transfer-ownership="none">
            <doc xml:whitespace="preserve">the #GstCaps to set</doc>
            <type name="Gst.Caps" c:type="GstCaps*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_timeline" c:identifier="ges_track_set_timeline">
        <doc xml:whitespace="preserve">Sets @timeline as the timeline controlling @track.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="timeline" transfer-ownership="none">
            <doc xml:whitespace="preserve">a #GESTimeline</doc>
            <type name="Timeline" c:type="GESTimeline*"/>
          </parameter>
        </parameters>
      </method>
      <property name="caps"
                writable="1"
                construct="1"
                transfer-ownership="none">
        <doc xml:whitespace="preserve">Caps used to filter/choose the output stream. This is generally set to
a generic set of caps like 'video/x-raw-rgb;video/x-raw-yuv' for raw video.</doc>
        <type name="Gst.Caps"/>
      </property>
      <property name="track-type"
                writable="1"
                construct-only="1"
                transfer-ownership="none">
        <doc xml:whitespace="preserve">Type of stream the track outputs. This is used when creating the #GESTrack
to specify in generic terms what type of content will be outputted.
It also serves as a 'fast' way to check what type of data will be outputted
from the #GESTrack without having to actually check the #GESTrack's caps
property.</doc>
        <type name="TrackType"/>
      </property>
      <field name="parent">
        <type name="Gst.Bin" c:type="GstBin"/>
      </field>
      <field name="type">
        <type name="TrackType" c:type="GESTrackType"/>
      </field>
      <field name="priv" readable="0" private="1">
        <type name="TrackPrivate" c:type="GESTrackPrivate*"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </class>
    <class name="TrackAudioTestSource"
           c:symbol-prefix="track_audio_test_source"
           c:type="GESTrackAudioTestSource"
           parent="TrackSource"
           glib:type-name="GESTrackAudioTestSource"
           glib:get-type="ges_track_audio_test_source_get_type"
           glib:type-struct="TrackAudioTestSourceClass">
      <constructor name="new" c:identifier="ges_track_audio_test_source_new">
        <doc xml:whitespace="preserve">Creates a new #GESTrackAudioTestSource.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The newly created #GESTrackAudioTestSource.</doc>
          <type name="TrackAudioTestSource" c:type="GESTrackAudioTestSource*"/>
        </return-value>
      </constructor>
      <method name="get_freq"
              c:identifier="ges_track_audio_test_source_get_freq">
        <doc xml:whitespace="preserve">Get the current frequency of @self.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The current frequency of @self.</doc>
          <type name="gdouble" c:type="double"/>
        </return-value>
      </method>
      <method name="get_volume"
              c:identifier="ges_track_audio_test_source_get_volume">
        <doc xml:whitespace="preserve">Get the current volume of @self.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The current volume of @self</doc>
          <type name="gdouble" c:type="double"/>
        </return-value>
      </method>
      <method name="set_freq"
              c:identifier="ges_track_audio_test_source_set_freq">
        <doc xml:whitespace="preserve">Lets you set the frequency applied on the track object</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="freq" transfer-ownership="none">
            <doc xml:whitespace="preserve">The frequency you want to apply on @self</doc>
            <type name="gdouble" c:type="gdouble"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_volume"
              c:identifier="ges_track_audio_test_source_set_volume">
        <doc xml:whitespace="preserve">Sets the volume of the test audio signal.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="volume" transfer-ownership="none">
            <doc xml:whitespace="preserve">The volume you want to apply on @self</doc>
            <type name="gdouble" c:type="gdouble"/>
          </parameter>
        </parameters>
      </method>
      <field name="parent">
        <type name="TrackSource" c:type="GESTrackSource"/>
      </field>
      <field name="priv" readable="0" private="1">
        <type name="TrackAudioTestSourcePrivate"
              c:type="GESTrackAudioTestSourcePrivate*"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </class>
    <record name="TrackAudioTestSourceClass"
            c:type="GESTrackAudioTestSourceClass"
            glib:is-gtype-struct-for="TrackAudioTestSource">
      <field name="parent_class" readable="0" private="1">
        <type name="TrackSourceClass" c:type="GESTrackSourceClass"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </record>
    <record name="TrackAudioTestSourcePrivate"
            c:type="GESTrackAudioTestSourcePrivate"
            disguised="1">
    </record>
    <class name="TrackAudioTransition"
           c:symbol-prefix="track_audio_transition"
           c:type="GESTrackAudioTransition"
           parent="TrackTransition"
           glib:type-name="GESTrackAudioTransition"
           glib:get-type="ges_track_audio_transition_get_type"
           glib:type-struct="TrackAudioTransitionClass">
      <constructor name="new" c:identifier="ges_track_audio_transition_new">
        <doc xml:whitespace="preserve">Creates a new #GESTrackAudioTransition.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The newly created #GESTrackAudioTransition.</doc>
          <type name="TrackAudioTransition" c:type="GESTrackAudioTransition*"/>
        </return-value>
      </constructor>
      <field name="parent">
        <type name="TrackTransition" c:type="GESTrackTransition"/>
      </field>
      <field name="priv" readable="0" private="1">
        <type name="TrackAudioTransitionPrivate"
              c:type="GESTrackAudioTransitionPrivate*"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </class>
    <record name="TrackAudioTransitionClass"
            c:type="GESTrackAudioTransitionClass"
            glib:is-gtype-struct-for="TrackAudioTransition">
      <field name="parent_class">
        <type name="TrackTransitionClass" c:type="GESTrackTransitionClass"/>
      </field>
      <field name="_ges_reserved">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </record>
    <record name="TrackAudioTransitionPrivate"
            c:type="GESTrackAudioTransitionPrivate"
            disguised="1">
    </record>
    <record name="TrackClass"
            c:type="GESTrackClass"
            glib:is-gtype-struct-for="Track">
      <field name="parent_class" readable="0" private="1">
        <type name="Gst.BinClass" c:type="GstBinClass"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </record>
    <class name="TrackFileSource"
           c:symbol-prefix="track_filesource"
           c:type="GESTrackFileSource"
           parent="TrackSource"
           glib:type-name="GESTrackFileSource"
           glib:get-type="ges_track_filesource_get_type"
           glib:type-struct="TrackFileSourceClass">
      <constructor name="new" c:identifier="ges_track_filesource_new">
        <doc xml:whitespace="preserve">Creates a new #GESTrackFileSource for the provided @uri.
error.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The newly created #GESTrackFileSource, or %NULL if there was an</doc>
          <type name="TrackFileSource" c:type="GESTrackFileSource*"/>
        </return-value>
        <parameters>
          <parameter name="uri" transfer-ownership="none">
            <doc xml:whitespace="preserve">the URI the source should control</doc>
            <type name="utf8" c:type="gchar*"/>
          </parameter>
        </parameters>
      </constructor>
      <property name="uri"
                writable="1"
                construct-only="1"
                transfer-ownership="none">
        <doc xml:whitespace="preserve">The location of the file/resource to use.</doc>
        <type name="utf8"/>
      </property>
      <field name="parent" readable="0" private="1">
        <type name="TrackSource" c:type="GESTrackSource"/>
      </field>
      <field name="uri" readable="0" private="1">
        <type name="utf8" c:type="gchar*"/>
      </field>
      <field name="priv" readable="0" private="1">
        <type name="TrackFileSourcePrivate"
              c:type="GESTrackFileSourcePrivate*"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </class>
    <record name="TrackFileSourceClass"
            c:type="GESTrackFileSourceClass"
            glib:is-gtype-struct-for="TrackFileSource">
      <field name="parent_class" readable="0" private="1">
        <type name="TrackSourceClass" c:type="GESTrackSourceClass"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </record>
    <record name="TrackFileSourcePrivate"
            c:type="GESTrackFileSourcePrivate"
            disguised="1">
    </record>
    <class name="TrackImageSource"
           c:symbol-prefix="track_image_source"
           c:type="GESTrackImageSource"
           parent="TrackSource"
           glib:type-name="GESTrackImageSource"
           glib:get-type="ges_track_image_source_get_type"
           glib:type-struct="TrackImageSourceClass">
      <constructor name="new" c:identifier="ges_track_image_source_new">
        <doc xml:whitespace="preserve">Creates a new #GESTrackImageSource for the provided @uri.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">A new #GESTrackImageSource.</doc>
          <type name="TrackImageSource" c:type="GESTrackImageSource*"/>
        </return-value>
        <parameters>
          <parameter name="uri" transfer-ownership="none">
            <doc xml:whitespace="preserve">the URI the source should control</doc>
            <type name="utf8" c:type="gchar*"/>
          </parameter>
        </parameters>
      </constructor>
      <property name="uri"
                writable="1"
                construct-only="1"
                transfer-ownership="none">
        <doc xml:whitespace="preserve">The location of the file/resource to use.</doc>
        <type name="utf8"/>
      </property>
      <field name="parent" readable="0" private="1">
        <type name="TrackSource" c:type="GESTrackSource"/>
      </field>
      <field name="uri" readable="0" private="1">
        <type name="utf8" c:type="gchar*"/>
      </field>
      <field name="priv" readable="0" private="1">
        <type name="TrackImageSourcePrivate"
              c:type="GESTrackImageSourcePrivate*"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </class>
    <record name="TrackImageSourceClass"
            c:type="GESTrackImageSourceClass"
            glib:is-gtype-struct-for="TrackImageSource">
      <field name="parent_class">
        <type name="TrackSourceClass" c:type="GESTrackSourceClass"/>
      </field>
      <field name="_ges_reserved">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </record>
    <record name="TrackImageSourcePrivate"
            c:type="GESTrackImageSourcePrivate"
            disguised="1">
    </record>
    <class name="TrackObject"
           c:symbol-prefix="track_object"
           c:type="GESTrackObject"
           parent="GObject.InitiallyUnowned"
           abstract="1"
           glib:type-name="GESTrackObject"
           glib:get-type="ges_track_object_get_type"
           glib:type-struct="TrackObjectClass">
      <doc xml:whitespace="preserve">The GESTrackObject base class.</doc>
      <virtual-method name="active_changed">
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="active" transfer-ownership="none">
            <type name="gboolean" c:type="gboolean"/>
          </parameter>
        </parameters>
      </virtual-method>
      <virtual-method name="changed">
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
      </virtual-method>
      <virtual-method name="create_element" introspectable="0">
        <return-value>
          <type name="Gst.Element" c:type="GstElement*"/>
        </return-value>
      </virtual-method>
      <virtual-method name="create_gnl_object" introspectable="0">
        <return-value>
          <type name="Gst.Element" c:type="GstElement*"/>
        </return-value>
      </virtual-method>
      <virtual-method name="duration_changed">
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="duration" transfer-ownership="none">
            <type name="guint64" c:type="guint64"/>
          </parameter>
        </parameters>
      </virtual-method>
      <virtual-method name="gnl_priority_changed">
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="priority" transfer-ownership="none">
            <type name="guint" c:type="guint"/>
          </parameter>
        </parameters>
      </virtual-method>
      <virtual-method name="media_start_changed">
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="media_start" transfer-ownership="none">
            <type name="guint64" c:type="guint64"/>
          </parameter>
        </parameters>
      </virtual-method>
      <virtual-method name="start_changed">
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="start" transfer-ownership="none">
            <type name="guint64" c:type="guint64"/>
          </parameter>
        </parameters>
      </virtual-method>
      <method name="get_element" c:identifier="ges_track_object_get_element">
        <doc xml:whitespace="preserve">Get the #GstElement this track object is controlling within GNonLin.
within GNonLin.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">the #GstElement this track object is controlling</doc>
          <type name="Gst.Element" c:type="GstElement*"/>
        </return-value>
      </method>
      <method name="get_gnlobject"
              c:identifier="ges_track_object_get_gnlobject">
        <doc xml:whitespace="preserve">Get the GNonLin object this object is controlling.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">the GNonLin object this object is controlling.</doc>
          <type name="Gst.Element" c:type="GstElement*"/>
        </return-value>
      </method>
      <method name="get_timeline_object"
              c:identifier="ges_track_object_get_timeline_object">
        <doc xml:whitespace="preserve">Get the #GESTimelineObject which is controlling this track object
this track object</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">the #GESTimelineObject which is controlling</doc>
          <type name="TimelineObject" c:type="GESTimelineObject*"/>
        </return-value>
      </method>
      <method name="get_track" c:identifier="ges_track_object_get_track">
        <doc xml:whitespace="preserve">Get the #GESTrack to which this object belongs. 
is not in any track</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The #GESTrack to which this object belongs. Can be %NULL if it</doc>
          <type name="Track" c:type="GESTrack*"/>
        </return-value>
      </method>
      <method name="is_locked" c:identifier="ges_track_object_is_locked">
        <doc xml:whitespace="preserve">Let you know if object us locked or not (moving synchronously).
#GESTimelineObject, else %FALSE.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">%TRUE if the object is moving synchronously to its controlling</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
      </method>
      <method name="set_active" c:identifier="ges_track_object_set_active">
        <doc xml:whitespace="preserve">Sets the usage of the @object. If @active is %TRUE, the object will be used for
playback and rendering, else it will be ignored.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">%TRUE if the property was toggled, else %FALSE</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <parameter name="active" transfer-ownership="none">
            <doc xml:whitespace="preserve">visibility</doc>
            <type name="gboolean" c:type="gboolean"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_duration" c:identifier="ges_track_object_set_duration">
        <doc xml:whitespace="preserve">Set the duration which will be used in the container #GESTrack
starting from the 'in-point'</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="duration" transfer-ownership="none">
            <doc xml:whitespace="preserve">the duration (in #GstClockTime)</doc>
            <type name="guint64" c:type="guint64"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_inpoint" c:identifier="ges_track_object_set_inpoint">
        <doc xml:whitespace="preserve">Set the offset within the contents of this #GESTrackObject</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="inpoint" transfer-ownership="none">
            <doc xml:whitespace="preserve">the in-point (in #GstClockTime)</doc>
            <type name="guint64" c:type="guint64"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_locked" c:identifier="ges_track_object_set_locked">
        <doc xml:whitespace="preserve">Set the locking status of the @object in relationship to its controlling
#GESTimelineObject. If @locked is %TRUE, then this object will move synchronously
with its controlling #GESTimelineObject.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="locked" transfer-ownership="none">
            <doc xml:whitespace="preserve">whether the object is lock to its parent</doc>
            <type name="gboolean" c:type="gboolean"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_priority" c:identifier="ges_track_object_set_priority">
        <doc xml:whitespace="preserve">Sets the priority of the object withing the containing #GESTrack.
If two objects intersect over the same region of time, the priority
property is used to decide which one takes precedence.
The highest priority (that supercedes everything) is 0, and then
lowering priorities go in increasing numerical value (with G_MAXUINT32
being the lowest priority).</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="priority" transfer-ownership="none">
            <doc xml:whitespace="preserve">the priority</doc>
            <type name="guint32" c:type="guint32"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_start" c:identifier="ges_track_object_set_start">
        <doc xml:whitespace="preserve">Sets the position of the object in the container #GESTrack.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="start" transfer-ownership="none">
            <doc xml:whitespace="preserve">the start position (in #GstClockTime)</doc>
            <type name="guint64" c:type="guint64"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_timeline_object"
              c:identifier="ges_track_object_set_timeline_object">
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="tlobject" transfer-ownership="none">
            <type name="TimelineObject" c:type="GESTimelineObject*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_track" c:identifier="ges_track_object_set_track">
        <return-value transfer-ownership="none">
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <parameter name="track" transfer-ownership="none">
            <type name="Track" c:type="GESTrack*"/>
          </parameter>
        </parameters>
      </method>
      <property name="active" writable="1" transfer-ownership="none">
        <doc xml:whitespace="preserve">Whether the object should be taken into account in the #GESTrack output.
If #FALSE, then its contents will not be used in the resulting track.</doc>
        <type name="gboolean"/>
      </property>
      <property name="duration" writable="1" transfer-ownership="none">
        <doc xml:whitespace="preserve">The duration (in nanoseconds) which will be used in the container #GESTrack
starting from 'in-point'.</doc>
        <type name="guint64"/>
      </property>
      <property name="in-point" writable="1" transfer-ownership="none">
        <doc xml:whitespace="preserve">The in-point at which this #GESTrackObject will start outputting data
from its contents (in nanoseconds).
be the one located 5 seconds in the controlled resource.</doc>
        <type name="guint64"/>
      </property>
      <property name="priority" writable="1" transfer-ownership="none">
        <doc xml:whitespace="preserve">The priority of the object within the containing #GESTrack.
If two objects intersect over the same region of time, the @priority
property is used to decide which one takes precedence.
The highest priority (that supercedes everything) is 0, and then lowering
priorities go in increasing numerical value (with #G_MAXUINT64 being the
lowest priority).</doc>
        <type name="guint"/>
      </property>
      <property name="start" writable="1" transfer-ownership="none">
        <doc xml:whitespace="preserve">The position of the object in the container #GESTrack (in nanoseconds).</doc>
        <type name="guint64"/>
      </property>
      <field name="parent">
        <type name="GObject.InitiallyUnowned" c:type="GInitiallyUnowned"/>
      </field>
      <field name="start" readable="0" private="1">
        <type name="guint64" c:type="guint64"/>
      </field>
      <field name="inpoint" readable="0" private="1">
        <type name="guint64" c:type="guint64"/>
      </field>
      <field name="duration" readable="0" private="1">
        <type name="guint64" c:type="guint64"/>
      </field>
      <field name="priority" readable="0" private="1">
        <type name="guint32" c:type="guint32"/>
      </field>
      <field name="active" readable="0" private="1">
        <type name="gboolean" c:type="gboolean"/>
      </field>
      <field name="priv" readable="0" private="1">
        <type name="TrackObjectPrivate" c:type="GESTrackObjectPrivate*"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </class>
    <record name="TrackObjectClass"
            c:type="GESTrackObjectClass"
            glib:is-gtype-struct-for="TrackObject">
      <doc xml:whitespace="preserve">Subclasses can override the @create_gnl_object method to override what type
of GNonLin object will be created.</doc>
      <field name="parent_class" readable="0" private="1">
        <type name="GObject.InitiallyUnownedClass"
              c:type="GInitiallyUnownedClass"/>
      </field>
      <field name="gnlobject_factorytype">
        <type name="utf8" c:type="gchar*"/>
      </field>
      <field name="create_gnl_object" introspectable="0">
        <callback name="create_gnl_object" introspectable="0">
          <return-value>
            <type name="Gst.Element" c:type="GstElement*"/>
          </return-value>
          <parameters>
            <parameter name="object" transfer-ownership="none">
              <type name="TrackObject" c:type="GESTrackObject*"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="create_element" introspectable="0">
        <callback name="create_element" introspectable="0">
          <return-value>
            <type name="Gst.Element" c:type="GstElement*"/>
          </return-value>
          <parameters>
            <parameter name="object" transfer-ownership="none">
              <type name="TrackObject" c:type="GESTrackObject*"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="start_changed">
        <callback name="start_changed">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
          <parameters>
            <parameter name="object" transfer-ownership="none">
              <type name="TrackObject" c:type="GESTrackObject*"/>
            </parameter>
            <parameter name="start" transfer-ownership="none">
              <type name="guint64" c:type="guint64"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="media_start_changed">
        <callback name="media_start_changed">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
          <parameters>
            <parameter name="object" transfer-ownership="none">
              <type name="TrackObject" c:type="GESTrackObject*"/>
            </parameter>
            <parameter name="media_start" transfer-ownership="none">
              <type name="guint64" c:type="guint64"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="gnl_priority_changed">
        <callback name="gnl_priority_changed">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
          <parameters>
            <parameter name="object" transfer-ownership="none">
              <type name="TrackObject" c:type="GESTrackObject*"/>
            </parameter>
            <parameter name="priority" transfer-ownership="none">
              <type name="guint" c:type="guint"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="duration_changed">
        <callback name="duration_changed">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
          <parameters>
            <parameter name="object" transfer-ownership="none">
              <type name="TrackObject" c:type="GESTrackObject*"/>
            </parameter>
            <parameter name="duration" transfer-ownership="none">
              <type name="guint64" c:type="guint64"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="active_changed">
        <callback name="active_changed">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
          <parameters>
            <parameter name="object" transfer-ownership="none">
              <type name="TrackObject" c:type="GESTrackObject*"/>
            </parameter>
            <parameter name="active" transfer-ownership="none">
              <type name="gboolean" c:type="gboolean"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="changed">
        <callback name="changed">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
          <parameters>
            <parameter name="object" transfer-ownership="none">
              <type name="TrackObject" c:type="GESTrackObject*"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </record>
    <record name="TrackObjectPrivate"
            c:type="GESTrackObjectPrivate"
            disguised="1">
    </record>
    <class name="TrackOperation"
           c:symbol-prefix="track_operation"
           c:type="GESTrackOperation"
           parent="TrackObject"
           abstract="1"
           glib:type-name="GESTrackOperation"
           glib:get-type="ges_track_operation_get_type"
           glib:type-struct="TrackOperationClass">
      <doc xml:whitespace="preserve">Base class for overlays, transitions, and effects</doc>
      <field name="parent" readable="0" private="1">
        <type name="TrackObject" c:type="GESTrackObject"/>
      </field>
      <field name="priv" readable="0" private="1">
        <type name="TrackOperationPrivate" c:type="GESTrackOperationPrivate*"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </class>
    <record name="TrackOperationClass"
            c:type="GESTrackOperationClass"
            glib:is-gtype-struct-for="TrackOperation">
      <field name="parent_class" readable="0" private="1">
        <type name="TrackObjectClass" c:type="GESTrackObjectClass"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </record>
    <record name="TrackOperationPrivate"
            c:type="GESTrackOperationPrivate"
            disguised="1">
    </record>
    <record name="TrackPrivate" c:type="GESTrackPrivate" disguised="1">
    </record>
    <class name="TrackSource"
           c:symbol-prefix="track_source"
           c:type="GESTrackSource"
           parent="TrackObject"
           glib:type-name="GESTrackSource"
           glib:get-type="ges_track_source_get_type"
           glib:type-struct="TrackSourceClass">
      <doc xml:whitespace="preserve">Base class for single-media sources</doc>
      <field name="parent" readable="0" private="1">
        <type name="TrackObject" c:type="GESTrackObject"/>
      </field>
      <field name="priv" readable="0" private="1">
        <type name="TrackSourcePrivate" c:type="GESTrackSourcePrivate*"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </class>
    <record name="TrackSourceClass"
            c:type="GESTrackSourceClass"
            glib:is-gtype-struct-for="TrackSource">
      <field name="parent_class" readable="0" private="1">
        <type name="TrackObjectClass" c:type="GESTrackObjectClass"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </record>
    <record name="TrackSourcePrivate"
            c:type="GESTrackSourcePrivate"
            disguised="1">
    </record>
    <class name="TrackTextOverlay"
           c:symbol-prefix="track_text_overlay"
           c:type="GESTrackTextOverlay"
           parent="TrackOperation"
           glib:type-name="GESTrackTextOverlay"
           glib:get-type="ges_track_text_overlay_get_type"
           glib:type-struct="TrackTextOverlayClass">
      <constructor name="new" c:identifier="ges_track_text_overlay_new">
        <doc xml:whitespace="preserve">Creates a new #GESTrackTextOverlay.
wrong.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The newly created #GESTrackTextOverlay or %NULL if something went</doc>
          <type name="TrackTextOverlay" c:type="GESTrackTextOverlay*"/>
        </return-value>
      </constructor>
      <method name="get_font_desc"
              c:identifier="ges_track_text_overlay_get_font_desc">
        <doc xml:whitespace="preserve">Get the pango font description currently set on @source.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The pango font description currently set on @source.</doc>
          <type name="utf8" c:type="char*"/>
        </return-value>
      </method>
      <method name="get_halignment"
              c:identifier="ges_track_text_overlay_get_halignment">
        <doc xml:whitespace="preserve">Get the horizontal aligment used by @source.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The horizontal aligment used by @source.</doc>
          <type name="TextHAlign" c:type="GESTextHAlign"/>
        </return-value>
      </method>
      <method name="get_text" c:identifier="ges_track_text_overlay_get_text">
        <doc xml:whitespace="preserve">Get the text currently set on @source.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The text currently set on @source.</doc>
          <type name="utf8" c:type="gchar*"/>
        </return-value>
      </method>
      <method name="get_valignment"
              c:identifier="ges_track_text_overlay_get_valignment">
        <doc xml:whitespace="preserve">Get the vertical aligment used by @source.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The vertical aligment used by @source.</doc>
          <type name="TextVAlign" c:type="GESTextVAlign"/>
        </return-value>
      </method>
      <method name="set_font_desc"
              c:identifier="ges_track_text_overlay_set_font_desc">
        <doc xml:whitespace="preserve">Sets the pango font description of the text this track object
will render.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="font_desc" transfer-ownership="none">
            <doc xml:whitespace="preserve">the pango font description</doc>
            <type name="utf8" c:type="gchar*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_halignment"
              c:identifier="ges_track_text_overlay_set_halignment">
        <doc xml:whitespace="preserve">Sets the horizontal aligment of the text.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="halign" transfer-ownership="none">
            <doc xml:whitespace="preserve">The #GESTextHAlign defining the horizontal alignment of the text render by @self.</doc>
            <type name="TextHAlign" c:type="GESTextHAlign"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_text" c:identifier="ges_track_text_overlay_set_text">
        <doc xml:whitespace="preserve">Sets the text this track object will render.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="text" transfer-ownership="none">
            <doc xml:whitespace="preserve">the text to render. an internal copy of this text will be made.</doc>
            <type name="utf8" c:type="gchar*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_valignment"
              c:identifier="ges_track_text_overlay_set_valignment">
        <doc xml:whitespace="preserve">Sets the vertical aligment of the text.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="valign" transfer-ownership="none">
            <doc xml:whitespace="preserve">The #GESTextVAlign defining the vertical alignment of the text render by @self.</doc>
            <type name="TextVAlign" c:type="GESTextVAlign"/>
          </parameter>
        </parameters>
      </method>
      <field name="parent">
        <type name="TrackOperation" c:type="GESTrackOperation"/>
      </field>
      <field name="priv" readable="0" private="1">
        <type name="TrackTextOverlayPrivate"
              c:type="GESTrackTextOverlayPrivate*"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </class>
    <record name="TrackTextOverlayClass"
            c:type="GESTrackTextOverlayClass"
            glib:is-gtype-struct-for="TrackTextOverlay">
      <field name="parent_class">
        <type name="TrackOperationClass" c:type="GESTrackOperationClass"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </record>
    <record name="TrackTextOverlayPrivate"
            c:type="GESTrackTextOverlayPrivate"
            disguised="1">
    </record>
    <class name="TrackTitleSource"
           c:symbol-prefix="track_title_source"
           c:type="GESTrackTitleSource"
           parent="TrackSource"
           glib:type-name="GESTrackTitleSource"
           glib:get-type="ges_track_title_source_get_type"
           glib:type-struct="TrackTitleSourceClass">
      <constructor name="new" c:identifier="ges_track_title_source_new">
        <doc xml:whitespace="preserve">Creates a new #GESTrackTitleSource.
error.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The newly created #GESTrackTitleSource, or %NULL if there was an</doc>
          <type name="TrackTitleSource" c:type="GESTrackTitleSource*"/>
        </return-value>
      </constructor>
      <method name="get_font_desc"
              c:identifier="ges_track_title_source_get_font_desc">
        <doc xml:whitespace="preserve">Get the pango font description used by @source.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The pango font description used by this</doc>
          <type name="utf8" c:type="gchar*"/>
        </return-value>
      </method>
      <method name="get_halignment"
              c:identifier="ges_track_title_source_get_halignment">
        <doc xml:whitespace="preserve">Get the horizontal aligment used by this source.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The horizontal aligment used by this source.</doc>
          <type name="TextHAlign" c:type="GESTextHAlign"/>
        </return-value>
      </method>
      <method name="get_text" c:identifier="ges_track_title_source_get_text">
        <doc xml:whitespace="preserve">Get the text currently set on the @source.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The text currently set on the @source.</doc>
          <type name="utf8" c:type="gchar*"/>
        </return-value>
      </method>
      <method name="get_valignment"
              c:identifier="ges_track_title_source_get_valignment">
        <doc xml:whitespace="preserve">Get the vertical aligment used by this source.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The vertical aligment used by this source.</doc>
          <type name="TextVAlign" c:type="GESTextVAlign"/>
        </return-value>
      </method>
      <method name="set_font_desc"
              c:identifier="ges_track_title_source_set_font_desc">
        <doc xml:whitespace="preserve">Set the pango font description this source will use to render
the text.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="font_desc" transfer-ownership="none">
            <doc xml:whitespace="preserve">the pango font description</doc>
            <type name="utf8" c:type="gchar*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_halignment"
              c:identifier="ges_track_title_source_set_halignment">
        <doc xml:whitespace="preserve">Sets the vertical aligment of the text.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="halign" transfer-ownership="none">
            <doc xml:whitespace="preserve">#GESTextHAlign</doc>
            <type name="TextHAlign" c:type="GESTextHAlign"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_text" c:identifier="ges_track_title_source_set_text">
        <doc xml:whitespace="preserve">Sets the text this track object will render.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="text" transfer-ownership="none">
            <doc xml:whitespace="preserve">the text to render. an internal copy of this text will be made.</doc>
            <type name="utf8" c:type="gchar*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_valignment"
              c:identifier="ges_track_title_source_set_valignment">
        <doc xml:whitespace="preserve">Sets the vertical aligment of the text.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="valign" transfer-ownership="none">
            <doc xml:whitespace="preserve">#GESTextVAlign</doc>
            <type name="TextVAlign" c:type="GESTextVAlign"/>
          </parameter>
        </parameters>
      </method>
      <field name="parent">
        <type name="TrackSource" c:type="GESTrackSource"/>
      </field>
      <field name="priv" readable="0" private="1">
        <type name="TrackTitleSourcePrivate"
              c:type="GESTrackTitleSourcePrivate*"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </class>
    <record name="TrackTitleSourceClass"
            c:type="GESTrackTitleSourceClass"
            glib:is-gtype-struct-for="TrackTitleSource">
      <field name="parent_class">
        <type name="TrackSourceClass" c:type="GESTrackSourceClass"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </record>
    <record name="TrackTitleSourcePrivate"
            c:type="GESTrackTitleSourcePrivate"
            disguised="1">
    </record>
    <class name="TrackTransition"
           c:symbol-prefix="track_transition"
           c:type="GESTrackTransition"
           parent="TrackOperation"
           abstract="1"
           glib:type-name="GESTrackTransition"
           glib:get-type="ges_track_transition_get_type"
           glib:type-struct="TrackTransitionClass">
      <doc xml:whitespace="preserve">Base class for media transitions.</doc>
      <field name="parent" readable="0" private="1">
        <type name="TrackOperation" c:type="GESTrackOperation"/>
      </field>
      <field name="priv" readable="0" private="1">
        <type name="TrackTransitionPrivate"
              c:type="GESTrackTransitionPrivate*"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </class>
    <record name="TrackTransitionClass"
            c:type="GESTrackTransitionClass"
            glib:is-gtype-struct-for="TrackTransition">
      <field name="parent_class" readable="0" private="1">
        <type name="TrackOperationClass" c:type="GESTrackOperationClass"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </record>
    <record name="TrackTransitionPrivate"
            c:type="GESTrackTransitionPrivate"
            disguised="1">
    </record>
    <bitfield name="TrackType"
              glib:type-name="GESTrackType"
              glib:get-type="ges_track_type_get_type"
              c:type="GESTrackType">
      <doc xml:whitespace="preserve">Types of content handled by a track. If the content is not one of
the user of the #GESTrack must set the type to @GES_TRACK_TYPE_CUSTOM.
by users</doc>
      <member name="unknown"
              value="1"
              c:identifier="GES_TRACK_TYPE_UNKNOWN"
              glib:nick="unknown"/>
      <member name="audio"
              value="2"
              c:identifier="GES_TRACK_TYPE_AUDIO"
              glib:nick="audio"/>
      <member name="video"
              value="4"
              c:identifier="GES_TRACK_TYPE_VIDEO"
              glib:nick="video"/>
      <member name="text"
              value="8"
              c:identifier="GES_TRACK_TYPE_TEXT"
              glib:nick="text"/>
      <member name="custom"
              value="16"
              c:identifier="GES_TRACK_TYPE_CUSTOM"
              glib:nick="custom"/>
    </bitfield>
    <class name="TrackVideoTestSource"
           c:symbol-prefix="track_video_test_source"
           c:type="GESTrackVideoTestSource"
           parent="TrackSource"
           glib:type-name="GESTrackVideoTestSource"
           glib:get-type="ges_track_video_test_source_get_type"
           glib:type-struct="TrackVideoTestSourceClass">
      <constructor name="new" c:identifier="ges_track_video_test_source_new">
        <doc xml:whitespace="preserve">Creates a new #GESTrackVideoTestSource.
error.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The newly created #GESTrackVideoTestSource, or %NULL if there was an</doc>
          <type name="TrackVideoTestSource" c:type="GESTrackVideoTestSource*"/>
        </return-value>
      </constructor>
      <method name="get_pattern"
              c:identifier="ges_track_video_test_source_get_pattern">
        <doc xml:whitespace="preserve">Get the video pattern used by the @source.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The video pattern used by the @source.</doc>
          <type name="VideoTestPattern" c:type="GESVideoTestPattern"/>
        </return-value>
      </method>
      <method name="set_pattern"
              c:identifier="ges_track_video_test_source_set_pattern">
        <doc xml:whitespace="preserve">Sets the source to use the given @pattern.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <parameter name="pattern" transfer-ownership="none">
            <doc xml:whitespace="preserve">a #GESVideoTestPattern</doc>
            <type name="VideoTestPattern" c:type="GESVideoTestPattern"/>
          </parameter>
        </parameters>
      </method>
      <field name="parent" readable="0" private="1">
        <type name="TrackSource" c:type="GESTrackSource"/>
      </field>
      <field name="priv" readable="0" private="1">
        <type name="TrackVideoTestSourcePrivate"
              c:type="GESTrackVideoTestSourcePrivate*"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </class>
    <record name="TrackVideoTestSourceClass"
            c:type="GESTrackVideoTestSourceClass"
            glib:is-gtype-struct-for="TrackVideoTestSource">
      <field name="parent_class">
        <type name="TrackSourceClass" c:type="GESTrackSourceClass"/>
      </field>
      <field name="_ges_reserved">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </record>
    <record name="TrackVideoTestSourcePrivate"
            c:type="GESTrackVideoTestSourcePrivate"
            disguised="1">
    </record>
    <class name="TrackVideoTransition"
           c:symbol-prefix="track_video_transition"
           c:type="GESTrackVideoTransition"
           parent="TrackTransition"
           glib:type-name="GESTrackVideoTransition"
           glib:get-type="ges_track_video_transition_get_type"
           glib:type-struct="TrackVideoTransitionClass">
      <constructor name="new" c:identifier="ges_track_video_transition_new">
        <doc xml:whitespace="preserve">Creates a new #GESTrackVideoTransition.
error.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The newly created #GESTrackVideoTransition, or %NULL if there was an</doc>
          <type name="TrackVideoTransition" c:type="GESTrackVideoTransition*"/>
        </return-value>
      </constructor>
      <method name="get_transition_type"
              c:identifier="ges_track_video_transition_get_transition_type">
        <doc xml:whitespace="preserve">Get the transition type used by @trans.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">The transition type used by @trans.</doc>
          <type name="VideoStandardTransitionType"
                c:type="GESVideoStandardTransitionType"/>
        </return-value>
      </method>
      <method name="set_transition_type"
              c:identifier="ges_track_video_transition_set_transition_type">
        <doc xml:whitespace="preserve">Sets the transition being used to @type.</doc>
        <return-value transfer-ownership="none">
          <doc xml:whitespace="preserve">%TRUE if the transition type was properly changed, else %FALSE.</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <parameter name="type" transfer-ownership="none">
            <doc xml:whitespace="preserve">a #GESVideoStandardTransitionType</doc>
            <type name="VideoStandardTransitionType"
                  c:type="GESVideoStandardTransitionType"/>
          </parameter>
        </parameters>
      </method>
      <field name="parent">
        <type name="TrackTransition" c:type="GESTrackTransition"/>
      </field>
      <field name="priv" readable="0" private="1">
        <type name="TrackVideoTransitionPrivate"
              c:type="GESTrackVideoTransitionPrivate*"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </class>
    <record name="TrackVideoTransitionClass"
            c:type="GESTrackVideoTransitionClass"
            glib:is-gtype-struct-for="TrackVideoTransition">
      <field name="parent_class">
        <type name="TrackTransitionClass" c:type="GESTrackTransitionClass"/>
      </field>
      <field name="_ges_reserved" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </record>
    <record name="TrackVideoTransitionPrivate"
            c:type="GESTrackVideoTransitionPrivate"
            disguised="1">
    </record>
    <enumeration name="VideoStandardTransitionType"
                 glib:type-name="GESVideoStandardTransitionType"
                 glib:get-type="ges_video_standard_transition_type_get_type"
                 c:type="GESVideoStandardTransitionType">
      <member name="none"
              value="0"
              c:identifier="Transition has not been set"
              glib:nick="none"/>
      <member name="bar_wipe_lr"
              value="1"
              c:identifier="A bar moves from left to right"
              glib:nick="bar-wipe-lr"/>
      <member name="bar_wipe_tb"
              value="2"
              c:identifier="A bar moves from top to bottom"
              glib:nick="bar-wipe-tb"/>
      <member name="box_wipe_tl"
              value="3"
              c:identifier="A box expands from the upper-left corner to the lower-right corner"
              glib:nick="box-wipe-tl"/>
      <member name="box_wipe_tr"
              value="4"
              c:identifier="A box expands from the upper-right corner to the lower-left corner"
              glib:nick="box-wipe-tr"/>
      <member name="box_wipe_br"
              value="5"
              c:identifier="A box expands from the lower-right corner to the upper-left corner"
              glib:nick="box-wipe-br"/>
      <member name="box_wipe_bl"
              value="6"
              c:identifier="A box expands from the lower-left corner to the upper-right corner"
              glib:nick="box-wipe-bl"/>
      <member name="four_box_wipe_ci"
              value="7"
              c:identifier="A box shape expands from each of the four corners toward the center"
              glib:nick="four-box-wipe-ci"/>
      <member name="four_box_wipe_co"
              value="8"
              c:identifier="A box shape expands from the center of each quadrant toward the corners of each quadrant"
              glib:nick="four-box-wipe-co"/>
      <member name="barndoor_v"
              value="21"
              c:identifier="A central, vertical line splits and expands toward the left and right edges"
              glib:nick="barndoor-v"/>
      <member name="barndoor_h"
              value="22"
              c:identifier="A central, horizontal line splits and expands toward the top and bottom edges"
              glib:nick="barndoor-h"/>
      <member name="box_wipe_tc"
              value="23"
              c:identifier="A box expands from the top edge&apos;s midpoint to the bottom corners"
              glib:nick="box-wipe-tc"/>
      <member name="box_wipe_rc"
              value="24"
              c:identifier="A box expands from the right edge&apos;s midpoint to the left corners"
              glib:nick="box-wipe-rc"/>
      <member name="box_wipe_bc"
              value="25"
              c:identifier="A box expands from the bottom edge&apos;s midpoint to the top corners"
              glib:nick="box-wipe-bc"/>
      <member name="box_wipe_lc"
              value="26"
              c:identifier="A box expands from the left edge&apos;s midpoint to the right corners"
              glib:nick="box-wipe-lc"/>
      <member name="diagonal_tl"
              value="41"
              c:identifier="A diagonal line moves from the upper-left corner to the lower-right corner"
              glib:nick="diagonal-tl"/>
      <member name="diagonal_tr"
              value="42"
              c:identifier="A diagonal line moves from the upper right corner to the lower-left corner"
              glib:nick="diagonal-tr"/>
      <member name="bowtie_v"
              value="43"
              c:identifier="Two wedge shapes slide in from the top and bottom edges toward the center"
              glib:nick="bowtie-v"/>
      <member name="bowtie_h"
              value="44"
              c:identifier="Two wedge shapes slide in from the left and right edges toward the center"
              glib:nick="bowtie-h"/>
      <member name="barndoor_dbl"
              value="45"
              c:identifier="A diagonal line from the lower-left to upper-right corners splits and expands toward the opposite corners"
              glib:nick="barndoor-dbl"/>
      <member name="barndoor_dtl"
              value="46"
              c:identifier="A diagonal line from upper-left to lower-right corners splits and expands toward the opposite corners"
              glib:nick="barndoor-dtl"/>
      <member name="misc_diagonal_dbd"
              value="47"
              c:identifier="Four wedge shapes split from the center and retract toward the four edges"
              glib:nick="misc-diagonal-dbd"/>
      <member name="misc_diagonal_dd"
              value="48"
              c:identifier="A diamond connecting the four edge midpoints simultaneously contracts toward the center and expands toward the edges"
              glib:nick="misc-diagonal-dd"/>
      <member name="vee_d"
              value="61"
              c:identifier="A wedge shape moves from top to bottom"
              glib:nick="vee-d"/>
      <member name="vee_l"
              value="62"
              c:identifier="A wedge shape moves from right to left"
              glib:nick="vee-l"/>
      <member name="vee_u"
              value="63"
              c:identifier="A wedge shape moves from bottom to top"
              glib:nick="vee-u"/>
      <member name="vee_r"
              value="64"
              c:identifier="A wedge shape moves from left to right"
              glib:nick="vee-r"/>
      <member name="barnvee_d"
              value="65"
              c:identifier="A &apos;V&apos; shape extending from the bottom edge&apos;s midpoint to the opposite corners contracts toward the center and expands toward the edges"
              glib:nick="barnvee-d"/>
      <member name="barnvee_l"
              value="66"
              c:identifier="A &apos;V&apos; shape extending from the left edge&apos;s midpoint to the opposite corners contracts toward the center and expands toward the edges"
              glib:nick="barnvee-l"/>
      <member name="barnvee_u"
              value="67"
              c:identifier="A &apos;V&apos; shape extending from the top edge&apos;s midpoint to the opposite corners contracts toward the center and expands toward the edges"
              glib:nick="barnvee-u"/>
      <member name="barnvee_r"
              value="68"
              c:identifier="A &apos;V&apos; shape extending from the right edge&apos;s midpoint to the opposite corners contracts toward the center and expands toward the edges"
              glib:nick="barnvee-r"/>
      <member name="iris_rect"
              value="101"
              c:identifier="A rectangle expands from the center."
              glib:nick="iris-rect"/>
      <member name="clock_cw12"
              value="201"
              c:identifier="A radial hand sweeps clockwise from the twelve o&apos;clock position"
              glib:nick="clock-cw12"/>
      <member name="clock_cw3"
              value="202"
              c:identifier="A radial hand sweeps clockwise from the three o&apos;clock position"
              glib:nick="clock-cw3"/>
      <member name="clock_cw6"
              value="203"
              c:identifier="A radial hand sweeps clockwise from the six o&apos;clock position"
              glib:nick="clock-cw6"/>
      <member name="clock_cw9"
              value="204"
              c:identifier="A radial hand sweeps clockwise from the nine o&apos;clock position"
              glib:nick="clock-cw9"/>
      <member name="pinwheel_tbv"
              value="205"
              c:identifier="Two radial hands sweep clockwise from the twelve and six o&apos;clock positions"
              glib:nick="pinwheel-tbv"/>
      <member name="pinwheel_tbh"
              value="206"
              c:identifier="Two radial hands sweep clockwise from the nine and three o&apos;clock positions"
              glib:nick="pinwheel-tbh"/>
      <member name="pinwheel_fb"
              value="207"
              c:identifier="Four radial hands sweep clockwise"
              glib:nick="pinwheel-fb"/>
      <member name="fan_ct"
              value="211"
              c:identifier="A fan unfolds from the top edge, the fan axis at the center"
              glib:nick="fan-ct"/>
      <member name="fan_cr"
              value="212"
              c:identifier="A fan unfolds from the right edge, the fan axis at the center"
              glib:nick="fan-cr"/>
      <member name="doublefan_fov"
              value="213"
              c:identifier="Two fans, their axes at the center, unfold from the top and bottom"
              glib:nick="doublefan-fov"/>
      <member name="doublefan_foh"
              value="214"
              c:identifier="Two fans, their axes at the center, unfold from the left and right"
              glib:nick="doublefan-foh"/>
      <member name="singlesweep_cwt"
              value="221"
              c:identifier="A radial hand sweeps clockwise from the top edge&apos;s midpoint"
              glib:nick="singlesweep-cwt"/>
      <member name="singlesweep_cwr"
              value="222"
              c:identifier="A radial hand sweeps clockwise from the right edge&apos;s midpoint"
              glib:nick="singlesweep-cwr"/>
      <member name="singlesweep_cwb"
              value="223"
              c:identifier="A radial hand sweeps clockwise from the bottom edge&apos;s midpoint"
              glib:nick="singlesweep-cwb"/>
      <member name="singlesweep_cwl"
              value="224"
              c:identifier="A radial hand sweeps clockwise from the left edge&apos;s midpoint"
              glib:nick="singlesweep-cwl"/>
      <member name="doublesweep_pv"
              value="225"
              c:identifier="Two radial hands sweep clockwise and counter-clockwise from the top and bottom edges&apos; midpoints"
              glib:nick="doublesweep-pv"/>
      <member name="doublesweep_pd"
              value="226"
              c:identifier="Two radial hands sweep clockwise and counter-clockwise from the left and right edges&apos; midpoints"
              glib:nick="doublesweep-pd"/>
      <member name="doublesweep_ov"
              value="227"
              c:identifier="Two radial hands attached at the top and bottom edges&apos; midpoints sweep from right to left"
              glib:nick="doublesweep-ov"/>
      <member name="doublesweep_oh"
              value="228"
              c:identifier="Two radial hands attached at the left and right edges&apos; midpoints sweep from top to bottom"
              glib:nick="doublesweep-oh"/>
      <member name="fan_t"
              value="231"
              c:identifier="A fan unfolds from the bottom, the fan axis at the top edge&apos;s midpoint"
              glib:nick="fan-t"/>
      <member name="fan_r"
              value="232"
              c:identifier="A fan unfolds from the left, the fan axis at the right edge&apos;s midpoint"
              glib:nick="fan-r"/>
      <member name="fan_b"
              value="233"
              c:identifier="A fan unfolds from the top, the fan axis at the bottom edge&apos;s midpoint"
              glib:nick="fan-b"/>
      <member name="fan_l"
              value="234"
              c:identifier="A fan unfolds from the right, the fan axis at the left edge&apos;s midpoint"
              glib:nick="fan-l"/>
      <member name="doublefan_fiv"
              value="235"
              c:identifier="Two fans, their axes at the top and bottom, unfold from the center"
              glib:nick="doublefan-fiv"/>
      <member name="doublefan_fih"
              value="236"
              c:identifier="Two fans, their axes at the left and right, unfold from the center"
              glib:nick="doublefan-fih"/>
      <member name="singlesweep_cwtl"
              value="241"
              c:identifier="A radial hand sweeps clockwise from the upper-left corner"
              glib:nick="singlesweep-cwtl"/>
      <member name="singlesweep_cwbl"
              value="242"
              c:identifier="A radial hand sweeps counter-clockwise from the lower-left corner."
              glib:nick="singlesweep-cwbl"/>
      <member name="singlesweep_cwbr"
              value="243"
              c:identifier="A radial hand sweeps clockwise from the lower-right corner"
              glib:nick="singlesweep-cwbr"/>
      <member name="singlesweep_cwtr"
              value="244"
              c:identifier="A radial hand sweeps counter-clockwise from the upper-right corner"
              glib:nick="singlesweep-cwtr"/>
      <member name="doublesweep_pdtl"
              value="245"
              c:identifier="Two radial hands attached at the upper-left and lower-right corners sweep down and up"
              glib:nick="doublesweep-pdtl"/>
      <member name="doublesweep_pdbl"
              value="246"
              c:identifier="Two radial hands attached at the lower-left and upper-right corners sweep down and up"
              glib:nick="doublesweep-pdbl"/>
      <member name="saloondoor_t"
              value="251"
              c:identifier="Two radial hands attached at the upper-left and upper-right corners sweep down"
              glib:nick="saloondoor-t"/>
      <member name="saloondoor_l"
              value="252"
              c:identifier="Two radial hands attached at the upper-left and lower-left corners sweep to the right"
              glib:nick="saloondoor-l"/>
      <member name="saloondoor_b"
              value="253"
              c:identifier="Two radial hands attached at the lower-left and lower-right corners sweep up"
              glib:nick="saloondoor-b"/>
      <member name="saloondoor_r"
              value="254"
              c:identifier="Two radial hands attached at the upper-right and lower-right corners sweep to the left"
              glib:nick="saloondoor-r"/>
      <member name="windshield_r"
              value="261"
              c:identifier="Two radial hands attached at the midpoints of the top and bottom halves sweep from right to left"
              glib:nick="windshield-r"/>
      <member name="windshield_u"
              value="262"
              c:identifier="Two radial hands attached at the midpoints of the left and right halves sweep from top to bottom"
              glib:nick="windshield-u"/>
      <member name="windshield_v"
              value="263"
              c:identifier="Two sets of radial hands attached at the midpoints of the top and bottom halves sweep from top to bottom and bottom to top"
              glib:nick="windshield-v"/>
      <member name="windshield_h"
              value="264"
              c:identifier="Two sets of radial hands attached at the midpoints of the left and right halves sweep from left to right and right to left"
              glib:nick="windshield-h"/>
      <member name="crossfade"
              value="512"
              c:identifier="Crossfade between two clips"
              glib:nick="crossfade"/>
    </enumeration>
    <enumeration name="VideoTestPattern"
                 glib:type-name="GESVideoTestPattern"
                 glib:get-type="ges_video_test_pattern_get_type"
                 c:type="GESVideoTestPattern">
      <doc xml:whitespace="preserve">The test pattern to produce</doc>
      <member name="smpte"
              value="0"
              c:identifier="SMPTE 100% color bars"
              glib:nick="smpte"/>
      <member name="snow"
              value="1"
              c:identifier="Random (television snow)"
              glib:nick="snow"/>
      <member name="black"
              value="2"
              c:identifier="100% Black"
              glib:nick="black"/>
      <member name="white"
              value="3"
              c:identifier="100% White"
              glib:nick="white"/>
      <member name="red" value="4" c:identifier="Red" glib:nick="red"/>
      <member name="green" value="5" c:identifier="Green" glib:nick="green"/>
      <member name="blue" value="6" c:identifier="Blue" glib:nick="blue"/>
      <member name="checkers_1"
              value="7"
              c:identifier="Checkers 1px"
              glib:nick="checkers-1"/>
      <member name="checkers_2"
              value="8"
              c:identifier="Checkers 2px"
              glib:nick="checkers-2"/>
      <member name="checkers_4"
              value="9"
              c:identifier="Checkers 4px"
              glib:nick="checkers-4"/>
      <member name="checkers_8"
              value="10"
              c:identifier="Checkers 8px"
              glib:nick="checkers-8"/>
      <member name="circular"
              value="11"
              c:identifier="Circular"
              glib:nick="circular"/>
      <member name="blink" value="12" c:identifier="Blink" glib:nick="blink"/>
      <member name="smpte75"
              value="13"
              c:identifier="SMPTE 75% color bars"
              glib:nick="smpte75"/>
    </enumeration>
    <function name="default_formatter_new"
              c:identifier="ges_default_formatter_new"
              introspectable="0">
      <doc xml:whitespace="preserve">Creates a new instance of the default GESFormatter type on this system
(currently #GESKeyfileFormatter).</doc>
      <return-value>
        <doc xml:whitespace="preserve">a #GESFormatter instance or NULL</doc>
        <type name="Formatter" c:type="GESFormatter*"/>
      </return-value>
    </function>
    <function name="init" c:identifier="ges_init">
      <doc xml:whitespace="preserve">Initialize the GStreamer Editing Service. Call this before any usage of
GES.</doc>
      <return-value transfer-ownership="none">
        <type name="none" c:type="void"/>
      </return-value>
    </function>
    <function name="marshal_VOID__OBJECT_INT_INT"
              c:identifier="ges_marshal_VOID__OBJECT_INT_INT">
      <return-value transfer-ownership="none">
        <type name="none" c:type="void"/>
      </return-value>
      <parameters>
        <parameter name="closure" transfer-ownership="none">
          <type name="GObject.Closure" c:type="GClosure*"/>
        </parameter>
        <parameter name="return_value" transfer-ownership="none">
          <type name="GObject.Value" c:type="GValue*"/>
        </parameter>
        <parameter name="n_param_values" transfer-ownership="none">
          <type name="guint" c:type="guint"/>
        </parameter>
        <parameter name="param_values" transfer-ownership="none">
          <type name="GObject.Value" c:type="GValue*"/>
        </parameter>
        <parameter name="invocation_hint" transfer-ownership="none">
          <type name="gpointer" c:type="gpointer"/>
        </parameter>
        <parameter name="marshal_data" transfer-ownership="none">
          <type name="gpointer" c:type="gpointer"/>
        </parameter>
      </parameters>
    </function>
    <function name="play_sink_convert_frame"
              c:identifier="ges_play_sink_convert_frame"
              introspectable="0">
      <return-value>
        <type name="Gst.Buffer" c:type="GstBuffer*"/>
      </return-value>
      <parameters>
        <parameter name="playsink" transfer-ownership="none">
          <type name="Gst.Element" c:type="GstElement*"/>
        </parameter>
        <parameter name="caps" transfer-ownership="none">
          <type name="Gst.Caps" c:type="GstCaps*"/>
        </parameter>
      </parameters>
    </function>
  </namespace>
</repository>