mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
codecparsers: drop all otherwizes
This commit is contained in:
parent
81e3b998be
commit
ea272f0bac
6 changed files with 23 additions and 23 deletions
|
@ -437,7 +437,7 @@ struct _GstH264HRDParams
|
|||
* @aspect_ratio_idc specifies the value of the sample aspect ratio of the luma samples
|
||||
* @sar_width indicates the horizontal size of the sample aspect ratio
|
||||
* @sar_height indicates the vertical size of the sample aspect ratio
|
||||
* @overscan_info_present_flag: %TRUE overscan_appropriate_flag is present %FALSE otherwize
|
||||
* @overscan_info_present_flag: %TRUE overscan_appropriate_flag is present %FALSE otherwise
|
||||
* @overscan_appropriate_flag: %TRUE indicates that the cropped decoded pictures
|
||||
* output are suitable for display using overscan. %FALSE the cropped decoded pictures
|
||||
* output contain visually important information
|
||||
|
@ -451,7 +451,7 @@ struct _GstH264HRDParams
|
|||
* @transfer_characteristics: indicates the opto-electronic transfer characteristic
|
||||
* @matrix_coefficients: describes the matrix coefficients used in deriving luma and chroma signals
|
||||
* @chroma_loc_info_present_flag: %TRUE specifies that chroma_sample_loc_type_top_field and
|
||||
* chroma_sample_loc_type_bottom_field are present, %FALSE otherwize
|
||||
* chroma_sample_loc_type_bottom_field are present, %FALSE otherwise
|
||||
* @chroma_sample_loc_type_top_field: specify the location of chroma for top field
|
||||
* @chroma_sample_loc_type_bottom_field specify the location of chroma for bottom field
|
||||
* @timing_info_present_flag: %TRUE specifies that num_units_in_tick,
|
||||
|
@ -460,7 +460,7 @@ struct _GstH264HRDParams
|
|||
* time_scale: is the number of time units that pass in one second
|
||||
* @fixed_frame_rate_flag: %TRUE indicates that the temporal distance between the HRD output times
|
||||
* of any two consecutive pictures in output order is constrained as specified in the spec, %FALSE
|
||||
* otherwize.
|
||||
* otherwise.
|
||||
* @nal_hrd_parameters_present_flag: %TRUE if nal hrd parameters present in the bitstream
|
||||
* @vcl_hrd_parameters_present_flag: %TRUE if nal vlc hrd parameters present in the bitstream
|
||||
* @low_delay_hrd_flag: specifies the HRD operational mode
|
||||
|
|
|
@ -535,7 +535,7 @@ struct _GstH265ShortTermRefPicSet
|
|||
* @aspect_ratio_idc specifies the value of the sample aspect ratio of the luma samples
|
||||
* @sar_width indicates the horizontal size of the sample aspect ratio
|
||||
* @sar_height indicates the vertical size of the sample aspect ratio
|
||||
* @overscan_info_present_flag: %TRUE overscan_appropriate_flag is present %FALSE otherwize
|
||||
* @overscan_info_present_flag: %TRUE overscan_appropriate_flag is present %FALSE otherwise
|
||||
* @overscan_appropriate_flag: %TRUE indicates that the cropped decoded pictures
|
||||
* output are suitable for display using overscan. %FALSE the cropped decoded pictures
|
||||
* output contain visually important information
|
||||
|
@ -549,7 +549,7 @@ struct _GstH265ShortTermRefPicSet
|
|||
* @transfer_characteristics: indicates the opto-electronic transfer characteristic
|
||||
* @matrix_coefficients: describes the matrix coefficients used in deriving luma and chroma signals
|
||||
* @chroma_loc_info_present_flag: %TRUE specifies that chroma_sample_loc_type_top_field and
|
||||
* chroma_sample_loc_type_bottom_field are present, %FALSE otherwize
|
||||
* chroma_sample_loc_type_bottom_field are present, %FALSE otherwise
|
||||
* @chroma_sample_loc_type_top_field: specify the location of chroma for top field
|
||||
* @chroma_sample_loc_type_bottom_field specify the location of chroma for bottom field
|
||||
* @neutral_chroma_indication_flag: %TRUE indicate that the value of chroma samples is equla
|
||||
|
|
|
@ -411,7 +411,7 @@ gst_mpeg4_next_resync (GstMpeg4Packet * packet,
|
|||
/**
|
||||
* gst_mpeg4_parse:
|
||||
* @packet: The #GstMpeg4Packet to fill
|
||||
* @skip_user_data: %TRUE to skip user data packet %FALSE otherwize
|
||||
* @skip_user_data: %TRUE to skip user data packet %FALSE otherwise
|
||||
* @vop: The last parsed #GstMpeg4VideoObjectPlane or %NULL if you do
|
||||
* not need to detect the resync codes.
|
||||
* @offset: offset from which to start the parsing
|
||||
|
|
|
@ -286,7 +286,7 @@ failed:
|
|||
* Parses the @seqhdr MPEG Video Sequence Header structure members
|
||||
* from video @packet
|
||||
*
|
||||
* Returns: %TRUE if the seqhdr could be parsed correctly, %FALSE otherwize.
|
||||
* Returns: %TRUE if the seqhdr could be parsed correctly, %FALSE otherwise.
|
||||
*
|
||||
* Since: 1.2
|
||||
*/
|
||||
|
@ -381,7 +381,7 @@ failed:
|
|||
* Parses the @seqext MPEG Video Sequence Extension structure members
|
||||
* from video @packet
|
||||
*
|
||||
* Returns: %TRUE if the seqext could be parsed correctly, %FALSE otherwize.
|
||||
* Returns: %TRUE if the seqext could be parsed correctly, %FALSE otherwise.
|
||||
*
|
||||
* Since: 1.2
|
||||
*/
|
||||
|
@ -448,7 +448,7 @@ gst_mpeg_video_packet_parse_sequence_extension (const GstMpegVideoPacket *
|
|||
* Parses the @seqext MPEG Video Sequence Display Extension structure
|
||||
* members from video @packet
|
||||
*
|
||||
* Returns: %TRUE if the seqext could be parsed correctly, %FALSE otherwize.
|
||||
* Returns: %TRUE if the seqext could be parsed correctly, %FALSE otherwise.
|
||||
*
|
||||
* Since: 1.2
|
||||
*/
|
||||
|
@ -510,7 +510,7 @@ gst_mpeg_video_packet_parse_sequence_display_extension (const GstMpegVideoPacket
|
|||
* Parses the @seqscaleext MPEG Video Sequence Scalable Extension structure
|
||||
* members from video @packet
|
||||
*
|
||||
* Returns: %TRUE if the seqext could be parsed correctly, %FALSE otherwize.
|
||||
* Returns: %TRUE if the seqext could be parsed correctly, %FALSE otherwise.
|
||||
*
|
||||
* Since: 1.2
|
||||
*/
|
||||
|
@ -632,7 +632,7 @@ gst_mpeg_video_finalise_mpeg2_sequence_header (GstMpegVideoSequenceHdr * seqhdr,
|
|||
* structure members from video @packet
|
||||
*
|
||||
* Returns: %TRUE if the quant matrix extension could be parsed correctly,
|
||||
* %FALSE otherwize.
|
||||
* %FALSE otherwise.
|
||||
*
|
||||
* Since: 1.2
|
||||
*/
|
||||
|
@ -702,7 +702,7 @@ failed:
|
|||
* video @packet
|
||||
*
|
||||
* Returns: %TRUE if the picture extension could be parsed correctly,
|
||||
* %FALSE otherwize.
|
||||
* %FALSE otherwise.
|
||||
*
|
||||
* Since: 1.2
|
||||
*/
|
||||
|
@ -802,7 +802,7 @@ failed:
|
|||
* from video @packet
|
||||
*
|
||||
* Returns: %TRUE if the picture sequence could be parsed correctly, %FALSE
|
||||
* otherwize.
|
||||
* otherwise.
|
||||
*
|
||||
* Since: 1.2
|
||||
*/
|
||||
|
@ -879,7 +879,7 @@ failed:
|
|||
* Parses the @gop MPEG Video Group of Picture structure members from
|
||||
* video @packet
|
||||
*
|
||||
* Returns: %TRUE if the gop could be parsed correctly, %FALSE otherwize.
|
||||
* Returns: %TRUE if the gop could be parsed correctly, %FALSE otherwise.
|
||||
*
|
||||
* Since: 1.2
|
||||
*/
|
||||
|
@ -930,7 +930,7 @@ failed:
|
|||
*
|
||||
* Parses the @GstMpegVideoSliceHdr structure members from @data
|
||||
*
|
||||
* Returns: %TRUE if the slice could be parsed correctly, %FALSE otherwize.
|
||||
* Returns: %TRUE if the slice could be parsed correctly, %FALSE otherwise.
|
||||
*
|
||||
* Since: 1.2
|
||||
*/
|
||||
|
@ -1074,7 +1074,7 @@ gst_mpeg_video_quant_matrix_get_zigzag_from_raster (guint8 out_quant[64],
|
|||
*
|
||||
* Parses the @seqhdr Mpeg Video Sequence Header structure members from @data
|
||||
*
|
||||
* Returns: %TRUE if the seqhdr could be parsed correctly, %FALSE otherwize.
|
||||
* Returns: %TRUE if the seqhdr could be parsed correctly, %FALSE otherwise.
|
||||
*
|
||||
* Deprecated: Use gst_mpeg_video_packet_parse_sequence_header() instead.
|
||||
*/
|
||||
|
@ -1107,7 +1107,7 @@ gst_mpeg_video_parse_sequence_header (GstMpegVideoSequenceHdr * seqhdr,
|
|||
*
|
||||
* Parses the @seqext Mpeg Video Sequence Extension structure members from @data
|
||||
*
|
||||
* Returns: %TRUE if the seqext could be parsed correctly, %FALSE otherwize.
|
||||
* Returns: %TRUE if the seqext could be parsed correctly, %FALSE otherwise.
|
||||
*
|
||||
* Deprecated: Use gst_mpeg_video_packet_parse_sequence_extension() instead.
|
||||
*/
|
||||
|
@ -1163,7 +1163,7 @@ gst_mpeg_video_parse_sequence_display_extension (GstMpegVideoSequenceDisplayExt
|
|||
* @data
|
||||
*
|
||||
* Returns: %TRUE if the quant matrix extension could be parsed correctly,
|
||||
* %FALSE otherwize.
|
||||
* %FALSE otherwise.
|
||||
*
|
||||
* Deprecated: Use gst_mpeg_video_packet_parse_quant_matrix_extension() instead.
|
||||
*/
|
||||
|
@ -1197,7 +1197,7 @@ gst_mpeg_video_parse_quant_matrix_extension (GstMpegVideoQuantMatrixExt * quant,
|
|||
* Parsers the @hdr Mpeg Video Picture Header structure members from @data
|
||||
*
|
||||
* Returns: %TRUE if the picture sequence could be parsed correctly, %FALSE
|
||||
* otherwize.
|
||||
* otherwise.
|
||||
*
|
||||
* Deprecated: Use gst_mpeg_video_packet_parse_picture_header() instead.
|
||||
*/
|
||||
|
@ -1231,7 +1231,7 @@ gst_mpeg_video_parse_picture_header (GstMpegVideoPictureHdr * hdr,
|
|||
* Parse the @ext Mpeg Video Picture Extension structure members from @data
|
||||
*
|
||||
* Returns: %TRUE if the picture extension could be parsed correctly,
|
||||
* %FALSE otherwize.
|
||||
* %FALSE otherwise.
|
||||
*
|
||||
* Deprecated: Use gst_mpeg_video_packet_parse_picture_extension() instead.
|
||||
*/
|
||||
|
@ -1264,7 +1264,7 @@ gst_mpeg_video_parse_picture_extension (GstMpegVideoPictureExt * ext,
|
|||
*
|
||||
* Parses the @gop Mpeg Video Group of Picture structure members from @data
|
||||
*
|
||||
* Returns: %TRUE if the gop could be parsed correctly, %FALSE otherwize.
|
||||
* Returns: %TRUE if the gop could be parsed correctly, %FALSE otherwise.
|
||||
*
|
||||
* Deprecated: Use gst_mpeg_video_packet_parse_gop() instead.
|
||||
*/
|
||||
|
|
|
@ -399,7 +399,7 @@ struct _GstMpegVideoPictureHdr
|
|||
* @alternate_scan: Alternate Scan
|
||||
* @repeat_first_field: Repeat First Field
|
||||
* @chroma_420_type: Chroma 420 Type
|
||||
* @progressive_frame: %TRUE if the frame is progressive %FALSE otherwize
|
||||
* @progressive_frame: %TRUE if the frame is progressive %FALSE otherwise
|
||||
*
|
||||
* The Mpeg2 Video Picture Extension structure.
|
||||
*/
|
||||
|
|
|
@ -2197,7 +2197,7 @@ gst_vc1_bitplanes_free_1 (GstVC1BitPlanes * bitplanes)
|
|||
* in simple or main mode, or after #gst_vc1_parse_entry_point_header
|
||||
* if in advanced mode.
|
||||
*
|
||||
* Returns: %TRUE if everything went fine, %FALSE otherwize
|
||||
* Returns: %TRUE if everything went fine, %FALSE otherwise
|
||||
*/
|
||||
gboolean
|
||||
gst_vc1_bitplanes_ensure_size (GstVC1BitPlanes * bitplanes,
|
||||
|
|
Loading…
Reference in a new issue