[FFmpeg-devel] [PATCH] doc/ffprobe.xsd fixes for order and missing elements/attributes
Stefano Sabatini
stefasab at gmail.com
Wed Jul 2 01:44:26 CEST 2014
On date Monday 2014-06-30 17:30:02 -0400, Dave Rice encoded:
> This patch allows the ffprobe schema to validate properly.
> I switched the order to programs and streams and moved program and
> library versions to the beginning. to correspond to the output of
> ffprobe.
Is that relevant for validation purposes (I'm quite sure I tested it
with xmllint)?
> Also the tag element was missing from frameType.
> Also it appears that compiler_ident has replaced compiler_type and compiler_version but the xsd was not updated.
Yeah this happened in 85044358.
> Best Regards,
> Dave Rice
>
>
> diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd
> index ad19900..9ef9ecb 100644
> --- a/doc/ffprobe.xsd
> +++ b/doc/ffprobe.xsd
> @@ -8,15 +8,15 @@
>
> <xsd:complexType name="ffprobeType">
> <xsd:sequence>
> + <xsd:element name="program_version" type="ffprobe:programVersionType" minOccurs="0" maxOccurs="1" />
> + <xsd:element name="library_versions" type="ffprobe:libraryVersionsType" minOccurs="0" maxOccurs="1" />
> <xsd:element name="packets" type="ffprobe:packetsType" minOccurs="0" maxOccurs="1" />
> <xsd:element name="frames" type="ffprobe:framesType" minOccurs="0" maxOccurs="1" />
> - <xsd:element name="streams" type="ffprobe:streamsType" minOccurs="0" maxOccurs="1" />
> <xsd:element name="programs" type="ffprobe:programsType" minOccurs="0" maxOccurs="1" />
> + <xsd:element name="streams" type="ffprobe:streamsType" minOccurs="0" maxOccurs="1" />
> <xsd:element name="chapters" type="ffprobe:chaptersType" minOccurs="0" maxOccurs="1" />
> <xsd:element name="format" type="ffprobe:formatType" minOccurs="0" maxOccurs="1" />
> <xsd:element name="error" type="ffprobe:errorType" minOccurs="0" maxOccurs="1" />
> - <xsd:element name="program_version" type="ffprobe:programVersionType" minOccurs="0" maxOccurs="1" />
> - <xsd:element name="library_versions" type="ffprobe:libraryVersionsType" minOccurs="0" maxOccurs="1" />
> </xsd:sequence>
> </xsd:complexType>
>
> @@ -53,6 +53,10 @@
> </xsd:complexType>
>
> <xsd:complexType name="frameType">
> + <xsd:sequence>
> + <xsd:element name="tag" type="ffprobe:tagType" minOccurs="0" maxOccurs="unbounded"/>
> + </xsd:sequence>
> +
> <xsd:attribute name="media_type" type="xsd:string" use="required"/>
> <xsd:attribute name="key_frame" type="xsd:int" use="required"/>
> <xsd:attribute name="pts" type="xsd:long" />
> @@ -222,8 +226,7 @@
> <xsd:attribute name="copyright" type="xsd:string" use="required"/>
> <xsd:attribute name="build_date" type="xsd:string" use="required"/>
> <xsd:attribute name="build_time" type="xsd:string" use="required"/>
> - <xsd:attribute name="compiler_type" type="xsd:string" use="required"/>
> - <xsd:attribute name="compiler_version" type="xsd:string" use="required"/>
> + <xsd:attribute name="compiler_ident" type="xsd:string" use="required"/>
> <xsd:attribute name="configuration" type="xsd:string" use="required"/>
> </xsd:complexType>
Please create a patch with git-format, complete with author
info. Patch itself looks good.
--
FFmpeg = Frightening and Freak Merciless Picky Erratic Ghost
More information about the ffmpeg-devel
mailing list