Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
piggz committed Sep 22, 2018
1 parent 8985fba commit d3ae2a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gst/droidcodec/gstdroidvdec.c
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ gst_droidvdec_convert_buffer (GstDroidVDec * dec,
GST_INFO_OBJECT (dec, "not using droid convert binary");
}


if (!gst_buffer_map (out, &map_info, GST_MAP_WRITE)) {
GST_ERROR_OBJECT (dec, "failed to map buffer");
ret = FALSE;
Expand Down

0 comments on commit d3ae2a4

Please sign in to comment.