props: move prop builder to pod-builder.h

This commit is contained in:
Wim Taymans 2017-02-26 19:52:21 +01:00
parent e79a294816
commit e2d930e394
5 changed files with 110 additions and 106 deletions

View file

@ -277,7 +277,7 @@ static gboolean
handle_audio_fields (ConvertData *d)
{
SpaPODFrame f;
const GValue *value, value2;
const GValue *value;
int i = 0;
value = gst_structure_get_value (d->cs, "format");