Remove some dead code

Original commit message from CVS:
Remove some dead code
This commit is contained in:
David Schleef 2004-01-02 07:19:41 +00:00
parent 7ccfa2dac7
commit c4d877aaa0
2 changed files with 0 additions and 18 deletions

View file

@ -391,12 +391,6 @@ calc_bufsize (int hor_dec,
return result;
}
#define gst_structure_get_int_range (structure, name, min, max) \
gst_props_entry_get_int_range(gst_props_get_entry((caps)->properties, \
name), \
min, max)
static GstPadLinkReturn
gst_v4lmjpegsrc_srcconnect (GstPad *pad,
const GstCaps *caps)

View file

@ -538,18 +538,6 @@ gst_v4lsrc_getcaps (GstPad *pad)
list = gst_caps_new_empty();
for (i = 0; i < 8; i++) {
GstCaps *one;
#define gst_v4lsrc_palette_to_caps_range(palette, min_w, max_w, min_h, max_h) \
gst_v4lsrc_palette_to_caps(palette, \
gst_props_entry_new("width", \
G_TYPE_INT_RANGE(min_w, \
max_w)), \
gst_props_entry_new("height", \
G_TYPE_INT_RANGE(min_h, \
max_h)), \
gst_props_entry_new("framerate", \
G_TYPE_DOUBLE_RANGE(0., \
G_MAXFLOAT)) \
)
one = gst_v4lsrc_palette_to_caps(palette[i]);
gst_caps_set_simple (one,