gstgsmenc: Unref caps object after usage
authorSebastian Rasmussen <sebras@hotmail.com>
Sat, 9 Aug 2014 12:27:34 +0000 (14:27 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 11 Aug 2014 06:49:35 +0000 (08:49 +0200)
commit5c7e6176424fcb2b7b98671e17d5d1382140a54f
tree13cc4fe9067a756625c717235b2a8238ce763c79
parent531b0226dbfca92693880d378060799282dea75a
gstgsmenc: Unref caps object after usage

gst_audio_encoder_set_output_format() does not consume caps, so
unreference that object instead.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=734544
ext/gsm/gstgsmenc.c