Original commit message from CVS:
* gst/base/gstbasesrc.c: (gst_base_src_get_range),
(gst_base_src_default_negotiate), (gst_base_src_negotiate):
Allow subclasses to implement their own negotiation.
+2005-07-07 Wim Taymans <wim@fluendo.com>
+
+ * ext/mad/gstid3tag.c: (gst_id3_tag_get_query_types):
+ * ext/mad/gstmad.c: (gst_mad_get_query_types), (gst_mad_src_query):
+ * gst/avi/gstavidemux.c: (gst_avi_demux_get_src_query_types):
+ Remove deprecated/unsed code.
+
2005-07-06 Edward Hervey <edward@fluendo.com>
* gst/udp/gstudpsrc.c: (gst_udpsrc_init):
gst_avi_demux_get_src_query_types (GstPad * pad)
{
static const GstQueryType src_types[] = {
- GST_QUERY_TOTAL,
GST_QUERY_POSITION,
0
};