Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2 from HoonHeeLee/master
Browse files Browse the repository at this point in the history
lpbin: fix wrong usage of unref for GstCaps
  • Loading branch information
justinjoy committed Jul 22, 2014
2 parents a8a5bea + aa25908 commit 3d25d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gst/playback/gstlpbin.c
Original file line number Diff line number Diff line change
Expand Up @@ -1385,7 +1385,7 @@ gst_lp_bin_setup_element (GstLpBin * lpbin)

gst_bin_add (GST_BIN_CAST (lpbin), lpbin->lpsink);

g_object_unref (fd_caps);
gst_caps_unref (fd_caps);

return TRUE;
}
Expand Down

0 comments on commit 3d25d9c

Please sign in to comment.