mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 04:52:28 +00:00
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:
parent
48508be7ec
commit
2d3657a1ba
2 changed files with 7 additions and 1 deletions
|
@ -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>
|
2005-07-06 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
* gst/udp/gstudpsrc.c: (gst_udpsrc_init):
|
* gst/udp/gstudpsrc.c: (gst_udpsrc_init):
|
||||||
|
|
|
@ -366,7 +366,6 @@ static const GstQueryType *
|
||||||
gst_avi_demux_get_src_query_types (GstPad * pad)
|
gst_avi_demux_get_src_query_types (GstPad * pad)
|
||||||
{
|
{
|
||||||
static const GstQueryType src_types[] = {
|
static const GstQueryType src_types[] = {
|
||||||
GST_QUERY_TOTAL,
|
|
||||||
GST_QUERY_POSITION,
|
GST_QUERY_POSITION,
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue