mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-25 16:48:11 +00:00
docs/pwg/advanced-types.xml: add more missing type details
Original commit message from CVS: * docs/pwg/advanced-types.xml: add more missing type details * tools/gst-run.c: (main): remove unused variable
This commit is contained in:
parent
04f6dc0ab7
commit
73fbb4bea0
3 changed files with 18 additions and 3 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
2006-11-22 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
|
* docs/pwg/advanced-types.xml:
|
||||||
|
add more missing type details
|
||||||
|
|
||||||
|
* tools/gst-run.c: (main):
|
||||||
|
remove unused variable
|
||||||
|
|
||||||
2006-11-21 Stefan Kost <ensonic@users.sf.net>
|
2006-11-21 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
* docs/libs/Makefile.am:
|
* docs/libs/Makefile.am:
|
||||||
|
|
|
@ -885,8 +885,8 @@ plugin_init (GstPlugin *plugin)
|
||||||
<!-- ############ type ############# -->
|
<!-- ############ type ############# -->
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry>video/x-h263</entry>
|
<entry morerows="1">video/x-h263</entry>
|
||||||
<entry>H-263 video.</entry>
|
<entry morerows="1">H-263 video.</entry>
|
||||||
<entry>variant</entry>
|
<entry>variant</entry>
|
||||||
<entry>string</entry>
|
<entry>string</entry>
|
||||||
<entry>itu, lead, microsoft, vdolive, vivo, xirlink </entry>
|
<entry>itu, lead, microsoft, vdolive, vivo, xirlink </entry>
|
||||||
|
@ -894,6 +894,14 @@ plugin_init (GstPlugin *plugin)
|
||||||
Vendor specific variant of the format. 'itu' is the standard.
|
Vendor specific variant of the format. 'itu' is the standard.
|
||||||
</entry>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
|
<row>
|
||||||
|
<entry>h263version</entry>
|
||||||
|
<entry>string</entry>
|
||||||
|
<entry>h263, h263p, h263pp</entry>
|
||||||
|
<entry>
|
||||||
|
Enhanced versions of the h263 codec.
|
||||||
|
</entry>
|
||||||
|
</row>
|
||||||
|
|
||||||
<!-- ############ type ############# -->
|
<!-- ############ type ############# -->
|
||||||
|
|
||||||
|
|
|
@ -294,7 +294,6 @@ main (int argc, char **argv)
|
||||||
gchar *desc;
|
gchar *desc;
|
||||||
GOptionContext *ctx;
|
GOptionContext *ctx;
|
||||||
GError *err = NULL;
|
GError *err = NULL;
|
||||||
int nextopt;
|
|
||||||
|
|
||||||
/* detect stuff */
|
/* detect stuff */
|
||||||
dir = get_dir_of_binary (argv[0]);
|
dir = get_dir_of_binary (argv[0]);
|
||||||
|
|
Loading…
Reference in a new issue