diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2007-04-12 10:52:02 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2007-04-12 10:52:02 +0000 |
commit | ea885f5afe2a266524a039d6d84ba3316158b091 (patch) | |
tree | 9eeb738028e48a566ebb8047eb656a741fb40203 /ChangeLog | |
parent | bf930a161f594cf23f596d6078544862a223876a (diff) | |
download | gst-plugins-bad-ea885f5afe2a266524a039d6d84ba3316158b091.tar.gz gst-plugins-bad-ea885f5afe2a266524a039d6d84ba3316158b091.tar.bz2 gst-plugins-bad-ea885f5afe2a266524a039d6d84ba3316158b091.zip |
gst/qtdemux/qtdemux.c: Make timescale 32 bits again so we don't screw up the pts_offset calculations.
Original commit message from CVS:
* gst/qtdemux/qtdemux.c:
Make timescale 32 bits again so we don't screw up the pts_offset
calculations.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2007-04-12 Wim Taymans <wim@fluendo.com> + * gst/qtdemux/qtdemux.c: + Make timescale 32 bits again so we don't screw up the pts_offset + calculations. + +2007-04-12 Wim Taymans <wim@fluendo.com> + * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map), (create_stream), (gst_rtp_bin_class_init), (pt_map_requested): Emit pt map requests and cache results. |