mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
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
2 changed files with 6 additions and 1 deletions
|
@ -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…
Reference in a new issue