gst/mpegtsmux/tsmux/tsmux.c: Fix build on macosx.

Original commit message from CVS:
* gst/mpegtsmux/tsmux/tsmux.c: (tsmux_write_ts_header):
Fix build on macosx.
This commit is contained in:
Edward Hervey 2008-09-02 09:46:04 +00:00
parent c35f3328b4
commit d5e8bc1472
2 changed files with 6 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2008-09-02 Edward Hervey <edward.hervey@collabora.co.uk>
* gst/mpegtsmux/tsmux/tsmux.c: (tsmux_write_ts_header):
Fix build on macosx.
2008-09-01 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* gst/mpegtsmux/mpegtsmux_aac.c: (mpegtsmux_prepare_aac):

View file

@ -609,7 +609,7 @@ tsmux_write_ts_header (guint8 * buf, TsMuxPacketInfo * pi,
guint8 *tmp;
guint8 adaptation_flag;
guint8 adapt_min_length = 0;
guint8 adapt_len;
guint8 adapt_len = 0;
guint payload_len;
gboolean write_adapt = FALSE;
@ -659,8 +659,6 @@ tsmux_write_ts_header (guint8 * buf, TsMuxPacketInfo * pi,
/* Should have written at least the number of bytes we requested */
g_assert (adapt_len >= adapt_min_length);
} else {
adapt_len = 0;
}
/* The amount of packet data we wrote is the remaining space after