summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtph264pay.h
diff options
context:
space:
mode:
authorPeter Kjellerstedt <pkj@axis.com>2008-05-14 17:58:50 +0000
committerPeter Kjellerstedt <pkj@axis.com>2008-05-14 17:58:50 +0000
commit780d129efda9d4c1215779f199c17bbdc7c712f1 (patch)
tree36d3a369790f2e8bc32c43cb4d7ff541c847ff25 /gst/rtp/gstrtph264pay.h
parente9f6ff688847ff1949f7bc39b8236ececdcca904 (diff)
gst/rtp/gstrtph264pay.*: Make it possible to specify profile-level-id and sprop-parameter-sets using properties in ca...
Original commit message from CVS: * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property), (gst_rtp_h264_pay_get_property): * gst/rtp/gstrtph264pay.h: Make it possible to specify profile-level-id and sprop-parameter-sets using properties in case they are not available in-stream.
Diffstat (limited to 'gst/rtp/gstrtph264pay.h')
-rw-r--r--gst/rtp/gstrtph264pay.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/rtp/gstrtph264pay.h b/gst/rtp/gstrtph264pay.h
index d5615e5d..b0ac0965 100644
--- a/gst/rtp/gstrtph264pay.h
+++ b/gst/rtp/gstrtph264pay.h
@@ -49,6 +49,10 @@ struct _GstRtpH264Pay
gboolean packetized;
guint nal_length_size;
+
+ gchar *profile_level_id;
+ gchar *sprop_parameter_sets;
+ gboolean update_caps;
};
struct _GstRtpH264PayClass