mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
fix some type warnings
Original commit message from CVS: fix some type warnings
This commit is contained in:
parent
03c8d8ae43
commit
9025e4b0e4
1 changed files with 3 additions and 2 deletions
|
@ -147,8 +147,9 @@ G_STMT_START { \
|
|||
* some caps that match it, and store them in the given pointers
|
||||
* returns buffers and caps with a refcount of 1 */
|
||||
static void
|
||||
gst_multifdsink_create_streamheader (guint8 * data1,
|
||||
guint8 * data2, GstBuffer ** hbuf1, GstBuffer ** hbuf2, GstCaps ** caps)
|
||||
gst_multifdsink_create_streamheader (const gchar * data1,
|
||||
const gchar * data2, GstBuffer ** hbuf1, GstBuffer ** hbuf2,
|
||||
GstCaps ** caps)
|
||||
{
|
||||
GValue array = { 0 };
|
||||
GValue value = { 0 };
|
||||
|
|
Loading…
Reference in a new issue