From 264e9ec43c7083dfb59ed35d926f0b4c9b6a2078 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Mon, 16 May 2005 17:55:29 +0000 Subject: [PATCH] gst/playback/gststreaminfo.c: Port from GstData to GstMiniObject. Original commit message from CVS: * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData to GstMiniObject. --- ChangeLog | 5 +++++ gst/playback/gststreaminfo.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4c87c81..5b00c16 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2005-05-16 David Schleef + * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData + to GstMiniObject. + +2005-05-16 David Schleef + Port from GstData to GstMiniObject. * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose): * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page), diff --git a/gst/playback/gststreaminfo.c b/gst/playback/gststreaminfo.c index 3e2ebe3..22e236a 100644 --- a/gst/playback/gststreaminfo.c +++ b/gst/playback/gststreaminfo.c @@ -173,7 +173,7 @@ gst_stream_info_init (GstStreamInfo * stream_info) } static gboolean -cb_probe (GstProbe * probe, GstData ** data, gpointer user_data) +cb_probe (GstProbe * probe, GstMiniObject ** data, gpointer user_data) { GstStreamInfo *info = user_data; -- 2.7.4