kate: add some FIXMEs
This commit is contained in:
parent
faf2d04696
commit
4728d7f18e
@ -74,6 +74,8 @@
|
|||||||
* </refsect2>
|
* </refsect2>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* FIXME: post appropriate GST_ELEMENT_ERROR when returning FLOW_ERROR */
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
@ -68,6 +68,8 @@
|
|||||||
* </refsect2>
|
* </refsect2>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* FIXME: post appropriate GST_ELEMENT_ERROR when returning FLOW_ERROR */
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
@ -58,6 +58,8 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* FIXME: post appropriate GST_ELEMENT_ERROR when returning FLOW_ERROR */
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
# include "config.h"
|
# include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
@ -63,6 +63,8 @@
|
|||||||
* </refsect2>
|
* </refsect2>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* FIXME: post appropriate GST_ELEMENT_ERROR when returning FLOW_ERROR */
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
# include "config.h"
|
# include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
@ -73,6 +73,8 @@
|
|||||||
* </refsect2>
|
* </refsect2>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* FIXME: post appropriate GST_ELEMENT_ERROR when returning FLOW_ERROR */
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
@ -17,6 +17,9 @@
|
|||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* FIXME: post appropriate GST_ELEMENT_ERROR when returning FLOW_ERROR */
|
||||||
|
/* FIXME: shouldn't all this GstKateDecoderBase stuff really be a base class? */
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
# include "config.h"
|
# include "config.h"
|
||||||
#endif
|
#endif
|
||||||
@ -25,8 +28,6 @@
|
|||||||
#include "gstkate.h"
|
#include "gstkate.h"
|
||||||
#include "gstkateutil.h"
|
#include "gstkateutil.h"
|
||||||
|
|
||||||
/* FIXME: shouldn't all this GstKateDecoderBase stuff really be a base class? */
|
|
||||||
|
|
||||||
GstCaps *
|
GstCaps *
|
||||||
gst_kate_util_set_header_on_caps (GstElement * element, GstCaps * caps,
|
gst_kate_util_set_header_on_caps (GstElement * element, GstCaps * caps,
|
||||||
GList * headers)
|
GList * headers)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user