mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
tests/check/elements/alphacolor.c: Remove two unused variables.
Original commit message from CVS: * tests/check/elements/alphacolor.c: Remove two unused variables.
This commit is contained in:
parent
7c7b58e839
commit
bf1c0af30f
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-01-29 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
|
* tests/check/elements/alphacolor.c:
|
||||||
|
Remove two unused variables.
|
||||||
|
|
||||||
2008-01-28 Tim-Philipp Müller <tim at centricular dot net>
|
2008-01-28 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
|
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
|
||||||
|
|
|
@ -165,9 +165,7 @@ GST_START_TEST (test_rgb24)
|
||||||
{
|
{
|
||||||
GstElement *alphacolor;
|
GstElement *alphacolor;
|
||||||
GstBuffer *inbuffer;
|
GstBuffer *inbuffer;
|
||||||
GstBuffer *outbuffer;
|
|
||||||
GstCaps *incaps;
|
GstCaps *incaps;
|
||||||
guint outlength;
|
|
||||||
|
|
||||||
incaps = create_caps_rgb24 ();
|
incaps = create_caps_rgb24 ();
|
||||||
alphacolor = setup_alphacolor ();
|
alphacolor = setup_alphacolor ();
|
||||||
|
|
Loading…
Reference in a new issue