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 4c87c81d59..5b00c16197 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +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. diff --git a/gst/playback/gststreaminfo.c b/gst/playback/gststreaminfo.c index 3e2ebe3e80..22e236a1d2 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;