gst/base/gstbasesrc.c: Allow subclasses to implement their own negotiation.

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.
This commit is contained in:
Wim Taymans 2005-07-07 08:21:41 +00:00
parent 48508be7ec
commit 2d3657a1ba
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,10 @@
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):

View file

@ -366,7 +366,6 @@ static const GstQueryType *
gst_avi_demux_get_src_query_types (GstPad * pad)
{
static const GstQueryType src_types[] = {
GST_QUERY_TOTAL,
GST_QUERY_POSITION,
0
};