summaryrefslogtreecommitdiff
path: root/gst-libs/gst/codecparsers/gstjpegparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/codecparsers/gstjpegparser.h')
-rw-r--r--gst-libs/gst/codecparsers/gstjpegparser.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/gst-libs/gst/codecparsers/gstjpegparser.h b/gst-libs/gst/codecparsers/gstjpegparser.h
index 7237584e2..1ef57d3c1 100644
--- a/gst-libs/gst/codecparsers/gstjpegparser.h
+++ b/gst-libs/gst/codecparsers/gstjpegparser.h
@@ -269,22 +269,6 @@ struct _GstJpegMarkerSegment
};
/**
- * gst_jpeg_scan_for_marker_code:
- * @data: The data to parse
- * @size: The size of @data
- * @offset: The offset from which to start parsing
- *
- * Scans the JPEG bitstream contained in @data for the next marker
- * code. If found, the function returns an offset to the marker code,
- * including the 0xff prefix code but excluding any extra fill bytes.
- *
- * Returns: offset to the marker code if found, or -1 if not found.
- */
-gint gst_jpeg_scan_for_marker_code (const guint8 * data,
- gsize size,
- guint offset);
-
-/**
* gst_jpeg_parse:
* @data: The data to parse
* @size: The size of @data