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:
parent
d90ee5bfa3
commit
264e9ec43c
@ -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>
|
2005-05-16 David Schleef <ds@schleef.org>
|
||||||
|
|
||||||
Port from GstData to GstMiniObject.
|
Port from GstData to GstMiniObject.
|
||||||
|
@ -173,7 +173,7 @@ gst_stream_info_init (GstStreamInfo * stream_info)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
cb_probe (GstProbe * probe, GstData ** data, gpointer user_data)
|
cb_probe (GstProbe * probe, GstMiniObject ** data, gpointer user_data)
|
||||||
{
|
{
|
||||||
GstStreamInfo *info = user_data;
|
GstStreamInfo *info = user_data;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user