summaryrefslogtreecommitdiff
path: root/gst/mpegpsmux
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-03-22 16:56:03 +0100
committerBenjamin Otte <otte@redhat.com>2010-03-22 16:56:03 +0100
commit240f494aa7171e8ba08addc43e4b458b73c1615b (patch)
tree54e2c8079b63dbec1d467b09971119140d2a10e0 /gst/mpegpsmux
parent647cf64c01ff63cca5699b827fa769bbfd944ca3 (diff)
downloadgstreamer-plugins-bad-240f494aa7171e8ba08addc43e4b458b73c1615b.tar.gz
Add -Wold-style-definition
and fix the warnings
Diffstat (limited to 'gst/mpegpsmux')
-rw-r--r--gst/mpegpsmux/psmux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/mpegpsmux/psmux.c b/gst/mpegpsmux/psmux.c
index a4d7b2c1b..9d0493c1d 100644
--- a/gst/mpegpsmux/psmux.c
+++ b/gst/mpegpsmux/psmux.c
@@ -67,7 +67,7 @@ static gboolean psmux_write_program_stream_map (PsMux * mux);
* Returns: A new #PsMux object.
*/
PsMux *
-psmux_new ()
+psmux_new (void)
{
PsMux *mux;