mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
Increment counter when registering standard formats
Original commit message from CVS: Increment counter when registering standard formats
This commit is contained in:
parent
c8d3e2e9a9
commit
d9e856160f
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ _gst_format_initialize (void)
|
|||
while (standards->nick) {
|
||||
_gst_formats = g_list_prepend (_gst_formats, standards);
|
||||
standards++;
|
||||
_n_values++;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue