kate: add some FIXMEs

This commit is contained in:
Tim-Philipp Müller 2009-07-19 23:35:05 +01:00
parent faf2d04696
commit 4728d7f18e
6 changed files with 13 additions and 2 deletions

View file

@ -74,6 +74,8 @@
* </refsect2>
*/
/* FIXME: post appropriate GST_ELEMENT_ERROR when returning FLOW_ERROR */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View file

@ -68,6 +68,8 @@
* </refsect2>
*/
/* FIXME: post appropriate GST_ELEMENT_ERROR when returning FLOW_ERROR */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View file

@ -58,6 +58,8 @@
*
*/
/* FIXME: post appropriate GST_ELEMENT_ERROR when returning FLOW_ERROR */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif

View file

@ -63,6 +63,8 @@
* </refsect2>
*/
/* FIXME: post appropriate GST_ELEMENT_ERROR when returning FLOW_ERROR */
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif

View file

@ -73,6 +73,8 @@
* </refsect2>
*/
/* FIXME: post appropriate GST_ELEMENT_ERROR when returning FLOW_ERROR */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View file

@ -17,6 +17,9 @@
* 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
# include "config.h"
#endif
@ -25,8 +28,6 @@
#include "gstkate.h"
#include "gstkateutil.h"
/* FIXME: shouldn't all this GstKateDecoderBase stuff really be a base class? */
GstCaps *
gst_kate_util_set_header_on_caps (GstElement * element, GstCaps * caps,
GList * headers)