summaryrefslogtreecommitdiffstats
path: root/ext/assrender/gstassrender.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-02-05 17:42:37 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-02-05 17:52:38 +0100
commit4a23c7e912a130e89614fd08129873cf690623f7 (patch)
tree9af5536ddf088cafaa32fd37bb0424252610c595 /ext/assrender/gstassrender.h
parentaba72fcce963656c24fb06e3c017b5b911395a38 (diff)
downloadgst-plugins-bad-4a23c7e912a130e89614fd08129873cf690623f7.tar.gz
gst-plugins-bad-4a23c7e912a130e89614fd08129873cf690623f7.tar.bz2
gst-plugins-bad-4a23c7e912a130e89614fd08129873cf690623f7.zip
Random cleanup and smaller bugfixes
Use gst_element_klass_set_details_simple(), install properties with static strings, create pads directly from the static pad templates, directly put the segment into the instance struct, use GST_MSECOND instead of numbers. The PAR is a GstFraction and not a double, use gst_structure_get_fraction(). Simplify setcaps() functions.
Diffstat (limited to 'ext/assrender/gstassrender.h')
-rw-r--r--ext/assrender/gstassrender.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/assrender/gstassrender.h b/ext/assrender/gstassrender.h
index d2fdd8df..28b1e890 100644
--- a/ext/assrender/gstassrender.h
+++ b/ext/assrender/gstassrender.h
@@ -40,7 +40,7 @@ struct _Gstassrender
GstPad *video_sinkpad, *text_sinkpad, *srcpad;
- GstSegment *video_segment;
+ GstSegment video_segment;
gint width, height;