mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 12:41:05 +00:00
fix compiler warning
Original commit message from CVS: fix compiler warning
This commit is contained in:
parent
87e0627bfb
commit
e83494a26f
1 changed files with 0 additions and 1 deletions
|
@ -286,7 +286,6 @@ gst_ffmpegenc_connect (GstPad *pad,
|
||||||
const GstCaps *caps)
|
const GstCaps *caps)
|
||||||
{
|
{
|
||||||
GstCaps *other_caps;
|
GstCaps *other_caps;
|
||||||
GstPadLinkReturn ret;
|
|
||||||
enum PixelFormat pix_fmt;
|
enum PixelFormat pix_fmt;
|
||||||
GstFFMpegEnc *ffmpegenc = (GstFFMpegEnc *) gst_pad_get_parent (pad);
|
GstFFMpegEnc *ffmpegenc = (GstFFMpegEnc *) gst_pad_get_parent (pad);
|
||||||
GstFFMpegEncClass *oclass = (GstFFMpegEncClass *) G_OBJECT_GET_CLASS(ffmpegenc);
|
GstFFMpegEncClass *oclass = (GstFFMpegEncClass *) G_OBJECT_GET_CLASS(ffmpegenc);
|
||||||
|
|
Loading…
Reference in a new issue