From 1a79337544f22d66a4de436ffd17a767cd45b73b Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Sun, 11 Jun 2006 18:20:39 +0000 Subject: gst/: Use gst_pad_query_peer_duration() utility function here. Original commit message from CVS: * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size): * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size): Use gst_pad_query_peer_duration() utility function here. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index db10ddf7..8b2eeeda 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-06-11 Tim-Philipp Müller + + * gst/apetag/gsttagdemux.c: (gst_tag_demux_get_upstream_size): + * gst/id3demux/gstid3demux.c: (id3demux_get_upstream_size): + Use gst_pad_query_peer_duration() utility function here. + 2006-06-11 Thomas Vander Stichele * autogen.sh: -- cgit