~ubuntu-branches/ubuntu/intrepid/gpac/intrepid-proposed

« back to all changes in this revision

Viewing changes to regression_tests/bifs-od-remove-esd.bt

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2007-01-24 23:34:57 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070124233457-zzlls8afkt0nyakj
Tags: 0.4.2~rc2-0ubuntu1
* New upstream release
  * Most notably MP4 tagging support via MP4Box -itags
* debian/patches/01_64bits.dpatch: dropped; included upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
InitialObjectDescriptor {
 
2
 objectDescriptorID 1
 
3
 audioProfileLevelIndication 255
 
4
 visualProfileLevelIndication 254
 
5
 sceneProfileLevelIndication 1
 
6
 graphicsProfileLevelIndication 1
 
7
 ODProfileLevelIndication 1
 
8
 esDescr [
 
9
  ES_Descriptor {
 
10
   ES_ID 1
 
11
   decConfigDescr DecoderConfigDescriptor {
 
12
    streamType 3
 
13
    decSpecificInfo BIFSConfig {
 
14
     isCommandStream true
 
15
     pixelMetric true
 
16
     pixelWidth 600
 
17
     pixelHeight 400
 
18
    }
 
19
   }
 
20
  }
 
21
  ES_Descriptor {
 
22
   ES_ID 2
 
23
   decConfigDescr DecoderConfigDescriptor {
 
24
    streamType 1
 
25
   }
 
26
  }
 
27
 ]
 
28
}
 
29
 
 
30
OrderedGroup {
 
31
 children [
 
32
  Background2D {
 
33
   backColor 1 1 1
 
34
  }
 
35
  WorldInfo {
 
36
   info ["This tests ESDRemove command" "" "GPAC Regression Tests" "(C) 2002-2004 GPAC Team"]
 
37
   title "ESD Remove"
 
38
  }
 
39
  Transform2D {
 
40
   children [
 
41
    Shape {
 
42
     appearance DEF APP Appearance {
 
43
      texture ImageTexture {
 
44
       url [od:10]
 
45
       repeatS FALSE
 
46
       repeatT FALSE
 
47
      }
 
48
     }
 
49
     geometry Circle {
 
50
      radius 100
 
51
     }
 
52
    }
 
53
   ]
 
54
  }
 
55
 ]
 
56
}
 
57
 
 
58
 
 
59
AT 0 {
 
60
  UPDATE OD [
 
61
   ObjectDescriptor {
 
62
    objectDescriptorID 10
 
63
    esDescr [
 
64
     ES_Descriptor {
 
65
      ES_ID 20
 
66
      muxInfo MuxInfo {
 
67
       fileName "auxiliary_files/logo.jpg"
 
68
      }
 
69
     }
 
70
    ]
 
71
   }
 
72
  ]
 
73
}
 
74
 
 
75
AT 2000 {
 
76
  REMOVE ESD FROM 10 [20]
 
77
}
 
78