gst-libs/gst/riff/riff-media.c: Const-ify some arrays and use G_N_ELEMENTS instead...
authorTim-Philipp Müller <tim@centricular.net>
Tue, 22 Aug 2006 15:11:52 +0000 (15:11 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 22 Aug 2006 15:11:52 +0000 (15:11 +0000)
commit27c5a22fd7f47847173db9b7b1dc4c9cad515144
tree8d4b500f58742b4a669a9108700a77349cf07d5f
parent31d27aa08c94877f6b7ae6fb4b89a8cf48a6a1cb
gst-libs/gst/riff/riff-media.c: Const-ify some arrays and use G_N_ELEMENTS instead of wasting oodles of RAM on termin...

Original commit message from CVS:
* gst-libs/gst/riff/riff-media.c:
(gst_riff_create_video_template_caps),
(gst_riff_create_audio_template_caps),
(gst_riff_create_iavs_template_caps):
Const-ify some arrays and use G_N_ELEMENTS instead
of wasting oodles of RAM on terminator bits.
ChangeLog
gst-libs/gst/riff/riff-media.c