[Bug 711849] [smoothstreaming] Better handling of multi audio tracks
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Nov 18 06:32:22 PST 2013
https://bugzilla.gnome.org/show_bug.cgi?id=711849
GStreamer | gst-plugins-bad | unspecified
--- Comment #4 from Guillaume Desmottes <gdesmott at gnome.org> 2013-11-18 14:32:18 UTC ---
Review of attachment 260122:
--> (https://bugzilla.gnome.org/review?bug=711849&attachment=260122)
::: ext/smoothstreaming/gstmssdemux.c
@@ +1400,3 @@
+ gst_pad_push (stream->pad, GST_BUFFER_CAST (object));
+ GST_DEBUG_OBJECT (mssdemux, "Pushed on pad %s:%s result: %d (%s)", stream,
+ GST_DEBUG_PAD_NAME (stream->pad), ret, gst_flow_get_name (ret));
gstmssdemux.c:1401:5: error: format '%s' expects argument of type 'char *', but
argument 8 has type 'struct GstMssDemuxStream *' [-Werror=format=]
GST_DEBUG_OBJECT (mssdemux, "Pushed on pad %s:%s result: %d (%s)", stream,
^
gstmssdemux.c:1401:5: error: format '%d' expects argument of type 'int', but
argument 10 has type 'const char *' [-Werror=format=]
gstmssdemux.c:1401:5: error: format '%s' expects argument of type 'char *', but
argument 11 has type 'int' [-Werror=format=]
gstmssdemux.c:1401:5: error: too many arguments for format
[-Werror=format-extra-args]
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list