tsmf: fix gboolean type

This commit is contained in:
Marc-André Moreau 2012-10-09 14:37:49 -04:00
parent 9b97a5d70e
commit 9b602f4582

View File

@ -1039,7 +1039,7 @@ static BOOL tsmf_gstreamer_pipeline_build(TSMFGstreamerDecoder * mdecoder)
out_pad = gst_element_get_static_pad(mdecoder->outconv, "sink");
gBOOL linkResult = FALSE;
gboolean linkResult = FALSE;
gst_bin_add(GST_BIN(mdecoder->outbin), mdecoder->outconv);
gst_bin_add(GST_BIN(mdecoder->outbin), mdecoder->outsink);
if (mdecoder->aVolume)