mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-29 20:35:40 +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>
|
||||
|
||||
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpinfo):
|
||||
|
|
|
@ -165,9 +165,7 @@ GST_START_TEST (test_rgb24)
|
|||
{
|
||||
GstElement *alphacolor;
|
||||
GstBuffer *inbuffer;
|
||||
GstBuffer *outbuffer;
|
||||
GstCaps *incaps;
|
||||
guint outlength;
|
||||
|
||||
incaps = create_caps_rgb24 ();
|
||||
alphacolor = setup_alphacolor ();
|
||||
|
|
Loading…
Reference in a new issue