diff options
Diffstat (limited to 'ext/theora/theoraenc.c')
-rw-r--r-- | ext/theora/theoraenc.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/ext/theora/theoraenc.c b/ext/theora/theoraenc.c index a54a02b6..d13c7d67 100644 --- a/ext/theora/theoraenc.c +++ b/ext/theora/theoraenc.c @@ -149,12 +149,10 @@ granulepos_to_timestamp (GstTheoraEnc * theoraenc, ogg_int64_t granulepos) theoraenc->info.fps_numerator); } -static GstElementDetails theora_enc_details = { - "TheoraEnc", - "Codec/Encoder/Video", - "encode raw YUV video to a theora stream", - "Wim Taymans <wim@fluendo.com>", -}; +static GstElementDetails theora_enc_details = GST_ELEMENT_DETAILS ("TheoraEnc", + "Codec/Encoder/Video", + "encode raw YUV video to a theora stream", + "Wim Taymans <wim@fluendo.com>"); static GstStaticPadTemplate theora_enc_sink_factory = GST_STATIC_PAD_TEMPLATE ("sink", |