Sebastian Dröge
|
dc059efa60
|
rtp: Use GST_BUFFER_PTS() instead of GST_BUFFER_TIMESTAMP()
The mix between all these in the RTP code is confusing, let's try to be
consistent.
|
2015-06-10 14:34:47 +02:00 |
|
Vincent Penquerc'h
|
c58a2d9bbb
|
rtpdvpay: catch failures to map buffer
Coverity 1139741
|
2014-06-12 10:31:47 +01:00 |
|
Tim-Philipp Müller
|
230cf41cc9
|
Fix FSF address
https://bugzilla.gnome.org/show_bug.cgi?id=687520
|
2012-11-04 00:07:18 +00:00 |
|
Tim-Philipp Müller
|
e09ae5736d
|
Use new gst_element_class_set_static_metadata()
|
2012-04-10 00:51:41 +01:00 |
|
Wim Taymans
|
583d39dd8d
|
update for new memory API
|
2012-01-25 12:30:28 +01:00 |
|
Matej Knopp
|
1e5dd9e315
|
Fix printf format compiler warnings on OS X / 64bit
https://bugzilla.gnome.org/show_bug.cgi?id=662615
|
2011-11-22 01:28:22 +00:00 |
|
Wim Taymans
|
249d0083cc
|
update for base class rename
|
2011-11-11 12:25:01 +01:00 |
|
Wim Taymans
|
fbaf216d25
|
update for changed base classes
|
2011-11-10 17:23:47 +01:00 |
|
Wim Taymans
|
60db07b4bb
|
rtp: port some more (de)payloaders
|
2011-04-25 13:16:58 +02:00 |
|
Wim Taymans
|
0024300aa2
|
rtp: port some pay/depayloaders
|
2011-04-07 19:04:33 +02:00 |
|
Wim Taymans
|
f4155f3cf3
|
rtp: add RTP hint to the klass
|
2010-12-21 17:23:03 +01:00 |
|
Wim Taymans
|
f357e09ac1
|
rtp: fix rank of payloaders and depayloaders
Set the payloaders and depayloaders to a reasonable rank.
|
2010-12-21 17:22:58 +01:00 |
|
Benjamin Otte
|
3f511ec361
|
Add -Wwrite-strings to the configure flags
... and fix all warnings
|
2010-03-21 14:17:47 +01:00 |
|
Benjamin Otte
|
cccfeaa59c
|
gst_element_class_set_details => gst_element_class_set_details_simple
|
2010-03-18 14:32:00 +01:00 |
|
Wim Taymans
|
ad6d4540a7
|
rtppay: don't ignore result from set_outcaps
set_outcaps can fail and we need to propagate the result upstream.
|
2010-02-12 13:53:58 +01:00 |
|
Edward Hervey
|
0cb5b42d54
|
Remove trivial unused variables detected by CLang static analyzer.
|
2009-04-18 18:51:28 +02:00 |
|
Edward Hervey
|
4a9e80720a
|
Remove unused variables in _class_init
Detected by LLVM's CLang static analyzer
|
2009-04-18 18:51:27 +02:00 |
|
Olivier Crete
|
894206be3d
|
gst/rtp/: Add DV pay and depayloaders. Fixes #532423.
Original commit message from CVS:
Based on patch by: Olivier Crete <tester at tester dot ca>
* gst/rtp/Makefile.am:
* gst/rtp/gstrtp.c: (plugin_init):
* gst/rtp/gstrtpdvdepay.c: (gst_rtp_dv_depay_base_init),
(gst_rtp_dv_depay_class_init), (gst_rtp_dv_depay_init),
(parse_encode), (gst_rtp_dv_depay_setcaps),
(calculate_difblock_location), (gst_rtp_dv_depay_process),
(gst_rtp_dv_depay_reset), (gst_rtp_dv_depay_change_state),
(gst_rtp_dv_depay_plugin_init):
* gst/rtp/gstrtpdvdepay.h:
* gst/rtp/gstrtpdvpay.c: (gst_dv_pay_mode_get_type),
(gst_rtp_dv_pay_base_init), (gst_rtp_dv_pay_class_init),
(gst_rtp_dv_pay_init), (gst_dv_pay_set_property),
(gst_dv_pay_get_property), (gst_rtp_dv_pay_setcaps),
(gst_dv_pay_negotiate), (include_dif),
(gst_rtp_dv_pay_handle_buffer), (gst_rtp_dv_pay_plugin_init):
* gst/rtp/gstrtpdvpay.h:
Add DV pay and depayloaders. Fixes #532423.
|
2008-05-12 18:27:24 +00:00 |
|