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.
This commit is contained in:
David Schleef 2005-05-16 17:55:29 +00:00
parent d90ee5bfa3
commit 264e9ec43c
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-05-16 David Schleef <ds@schleef.org>
* gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
to GstMiniObject.
2005-05-16 David Schleef <ds@schleef.org>
Port from GstData to GstMiniObject.

View file

@ -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;