Original commit message from CVS:
* tests/check/elements/gdpdepay.c: (GST_START_TEST):
* tests/check/elements/multifdsink.c: (GST_START_TEST):
* tests/check/elements/videorate.c: (GST_START_TEST):
* tests/check/libs/cddabasesrc.c: (GST_START_TEST):
* tests/check/pipelines/oggmux.c: (eos_buffer_probe):
Fix some warnings.
GstCaps *caps;
GstPad *srcpad;
GstElement *gdpdepay;
GstCaps *caps;
GstPad *srcpad;
GstElement *gdpdepay;
- GstBuffer *buffer, *inbuffer, *outbuffer;
- gint length;
+ GstBuffer *buffer, *outbuffer;
guint8 *header, *payload;
guint len;
guint8 *header, *payload;
guint len;
gdpdepay = setup_gdpdepay ();
srcpad = gst_element_get_pad (gdpdepay, "src");
gdpdepay = setup_gdpdepay ();
srcpad = gst_element_get_pad (gdpdepay, "src");
GstCaps *caps;
GstPad *srcpad;
GstElement *gdpdepay;
GstCaps *caps;
GstPad *srcpad;
GstElement *gdpdepay;
- GstBuffer *buffer, *inbuffer, *outbuffer;
- gint length;
- guint8 *caps_header, *caps_payload, *buf_header, *buf_payload;
+ GstBuffer *buffer, *inbuffer;
+ guint8 *caps_header, *caps_payload, *buf_header;
guint header_len, payload_len;
guint i;
guint header_len, payload_len;
guint i;
GstPad *srcpad;
GstElement *gdpdepay;
GstBuffer *buffer, *inbuffer, *outbuffer, *shbuffer;
GstPad *srcpad;
GstElement *gdpdepay;
GstBuffer *buffer, *inbuffer, *outbuffer, *shbuffer;
- gint length;
- guint8 *caps_header, *caps_payload, *buf_header, *buf_payload;
+ guint8 *caps_header, *caps_payload, *buf_header;
guint header_len, payload_len;
guint i;
GstStructure *structure;
guint header_len, payload_len;
guint i;
GstStructure *structure;