• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5<title>GstFFMpegVidEnc: GStreamer libav 1.0 Plugins Reference Manual</title>
6<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7<link rel="home" href="index.html" title="GStreamer libav 1.0 Plugins Reference Manual">
8<link rel="up" href="ch01.html" title="gst-libav Base and Support classes">
9<link rel="prev" href="gst-libav-plugins-GstFFMpegVidDec.html" title="GstFFMpegVidDec">
10<link rel="next" href="ch02.html" title="gst-libav Plugins">
11<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
12<link rel="stylesheet" href="style.css" type="text/css">
13</head>
14<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16<td width="100%" align="left" class="shortcuts">
17<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span18                  <a href="#gst-libav-plugins-GstFFMpegVidEnc.description" class="shortcut">Description</a></span>
19</td>
20<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
21<td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
22<td><a accesskey="p" href="gst-libav-plugins-GstFFMpegVidDec.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
23<td><a accesskey="n" href="ch02.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
24</tr></table>
25<div class="refentry">
26<a name="gst-libav-plugins-GstFFMpegVidEnc"></a><div class="titlepage"></div>
27<div class="refnamediv"><table width="100%"><tr>
28<td valign="top">
29<h2><span class="refentrytitle"><a name="gst-libav-plugins-GstFFMpegVidEnc.top_of_page"></a>GstFFMpegVidEnc</span></h2>
30<p>GstFFMpegVidEnc</p>
31</td>
32<td class="gallery_image" valign="top" align="right"></td>
33</tr></table></div>
34<div class="refsect1">
35<a name="gst-libav-plugins-GstFFMpegVidEnc.other"></a><h2>Types and Values</h2>
36<div class="informaltable"><table class="informaltable" width="100%" border="0">
37<colgroup>
38<col width="150px" class="name">
39<col class="description">
40</colgroup>
41<tbody>
42<tr>
43<td class="datatype_keyword">struct</td>
44<td class="function_name"><a class="link" href="gst-libav-plugins-GstFFMpegVidEnc.html#GstFFMpegVidEnc" title="struct GstFFMpegVidEnc">GstFFMpegVidEnc</a></td>
45</tr>
46<tr>
47<td class="datatype_keyword">struct</td>
48<td class="function_name"><a class="link" href="gst-libav-plugins-GstFFMpegVidEnc.html#GstFFMpegVidEncClass" title="struct GstFFMpegVidEncClass">GstFFMpegVidEncClass</a></td>
49</tr>
50</tbody>
51</table></div>
52</div>
53<div class="refsect1">
54<a name="gst-libav-plugins-GstFFMpegVidEnc.description"></a><h2>Description</h2>
55</div>
56<div class="refsect1">
57<a name="gst-libav-plugins-GstFFMpegVidEnc.functions_details"></a><h2>Functions</h2>
58<p></p>
59</div>
60<div class="refsect1">
61<a name="gst-libav-plugins-GstFFMpegVidEnc.other_details"></a><h2>Types and Values</h2>
62<div class="refsect2">
63<a name="GstFFMpegVidEnc"></a><h3>struct GstFFMpegVidEnc</h3>
64<pre class="programlisting">struct GstFFMpegVidEnc {
65  GstVideoEncoder parent;
66
67  GstVideoCodecState *input_state;
68
69  AVCodecContext *context;
70  AVFrame *picture;
71  gboolean opened;
72  gboolean discont;
73  guint pass;
74  gfloat quantizer;
75
76  /* statistics file */
77  gchar *filename;
78  FILE *file;
79
80  /* cache */
81  guint8 *working_buf;
82  gsize working_buf_size;
83
84  AVCodecContext *refcontext;
85};
86</pre>
87</div>
88<hr>
89<div class="refsect2">
90<a name="GstFFMpegVidEncClass"></a><h3>struct GstFFMpegVidEncClass</h3>
91<pre class="programlisting">struct GstFFMpegVidEncClass {
92  GstVideoEncoderClass parent_class;
93
94  AVCodec *in_plugin;
95  GstPadTemplate *srctempl, *sinktempl;
96};
97</pre>
98</div>
99</div>
100</div>
101<div class="footer">
102<hr>Generated by GTK-Doc V1.28</div>
103</body>
104</html>