summaryrefslogtreecommitdiff
path: root/ext/ogg/gstoggmux.c
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2011-05-16 12:20:34 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2011-05-16 15:35:41 +0200
commitbcbf0488bf97e691907897c8368587c3771a693d (patch)
treeb4b2efcd44cc7f2e0041cf178b8c775591c0774f /ext/ogg/gstoggmux.c
parent4027a4c34fe25069143e3e70664419aaef84c0ed (diff)
ogg: Update for negotiation related API changes
Diffstat (limited to 'ext/ogg/gstoggmux.c')
-rw-r--r--ext/ogg/gstoggmux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ogg/gstoggmux.c b/ext/ogg/gstoggmux.c
index 80488e1ef..59927f91c 100644
--- a/ext/ogg/gstoggmux.c
+++ b/ext/ogg/gstoggmux.c
@@ -1187,7 +1187,7 @@ gst_ogg_mux_send_headers (GstOggMux * mux)
/* hbufs holds all buffers for the headers now */
/* create caps with the buffers */
- caps = gst_pad_get_caps (mux->srcpad);
+ caps = gst_pad_get_caps (mux->srcpad, NULL);
if (caps) {
caps = gst_ogg_mux_set_header_on_caps (caps, hbufs);
gst_pad_set_caps (mux->srcpad, caps);