After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 349035 - [asfdemux] should error out on encrypted WMV stream
[asfdemux] should error out on encrypted WMV stream
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
git master
Other All
: High critical
: 0.10.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 364686 366719 415670 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-07-28 05:43 UTC by ubuntu
Modified: 2007-03-13 22:14 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description ubuntu 2006-07-28 05:43:16 UTC
What were you doing when the application crashed?
playing a file gotten from the internet
5th gear corvette vs viper review.wmv
Xine wont play it and gives the following message:
The source seems encrypted, and can't be read (media stream screambled/encrypted)
totem shouldn't barf butalso give some kind of warning.
$ file 5th\ Gear\ Corvette\ Vs\ Viper\ review.wmv 
5th Gear Corvette Vs Viper review.wmv: Microsoft ASF





Distribution: Ubuntu 6.10 (edgy)
Gnome Release: 2.15.90 2006-07-24 (Ubuntu)
BugBuddy Version: 2.15.90

Memory status: size: 117047296 vsize: 0 resident: 117047296 share: 0 rss: 24739840 rss_rlim: 0
CPU usage: start_time: 1154065223 rtime: 0 utime: 180 stime: 0 cutime:170 cstime: 0 timeout: 10 it_real_value: 0 frequency: 12

Backtrace was generated from '/usr/bin/totem'

(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1225955664 (LWP 17214)]
[New Thread -1312547936 (LWP 17234)]
[New Thread -1304052832 (LWP 17233)]
[New Thread -1286820960 (LWP 17231)]
[New Thread -1278428256 (LWP 17230)]
[New Thread -1268860000 (LWP 17229)]
[New Thread -1249899616 (LWP 17226)]
[New Thread -1241433184 (LWP 17222)]
(no debugging symbols found)
0xffffe410 in __kernel_vsyscall ()

Thread 6 (Thread -1268860000 (LWP 17229))

  • #0 __kernel_vsyscall
  • #1 __waitpid_nocancel
    from /lib/tls/i686/cmov/libpthread.so.0
  • #2 gnome_gtk_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 __kernel_vsyscall
  • #5 raise
    from /lib/tls/i686/cmov/libc.so.6
  • #6 abort
    from /lib/tls/i686/cmov/libc.so.6
  • #7 g_logv
    from /usr/lib/libglib-2.0.so.0
  • #8 g_log
    from /usr/lib/libglib-2.0.so.0
  • #9 g_assert_warning
    from /usr/lib/libglib-2.0.so.0
  • #10 gst_asf_demux_get_type
    from /usr/lib/gstreamer-0.10/libgstasf.so
  • #11 gst_asf_demux_get_type
    from /usr/lib/gstreamer-0.10/libgstasf.so
  • #12 gst_pad_alloc_buffer
    from /usr/lib/libgstreamer-0.10.so.0
  • #13 gst_pad_push
    from /usr/lib/libgstreamer-0.10.so.0
  • #14 gst_type_find_element_get_type
    from /usr/lib/gstreamer-0.10/libgstcoreelements.so
  • #15 gst_pad_alloc_buffer
    from /usr/lib/libgstreamer-0.10.so.0
  • #16 gst_pad_push
    from /usr/lib/libgstreamer-0.10.so.0
  • #17 gst_ghost_pad_new_no_target
    from /usr/lib/libgstreamer-0.10.so.0
  • #18 gst_pad_alloc_buffer
    from /usr/lib/libgstreamer-0.10.so.0
  • #19 gst_pad_push
    from /usr/lib/libgstreamer-0.10.so.0
  • #20 gst_base_src_get_type
    from /usr/lib/libgstbase-0.10.so.0
  • #21 gst_task_set_lock
    from /usr/lib/libgstreamer-0.10.so.0
  • #22 g_thread_pool_push
    from /usr/lib/libglib-2.0.so.0
  • #23 g_thread_create_full
    from /usr/lib/libglib-2.0.so.0
  • #24 start_thread
    from /lib/tls/i686/cmov/libpthread.so.0
  • #25 clone
    from /lib/tls/i686/cmov/libc.so.6

Comment 1 Bastien Nocera 2006-07-28 13:57:19 UTC
Tim, let me know if you need a sample file.
Comment 2 Tim-Philipp Müller 2006-07-28 15:17:51 UTC
> Tim, let me know if you need a sample file.

Thanks, found one somewhere myself though :)

 
Bug is fixed in -ugly CVS:

 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>

        * gst/asfdemux/Makefile.am:
        * gst/asfdemux/asfheaders.c:
        * gst/asfdemux/asfheaders.h:
        * gst/asfdemux/gstasf.c: (plugin_init):
        * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_object):
          Error out when the stream is encrypted (rather than feeding
          garbage to the decoders). Fixes #349025.

Comment 3 André Klapper 2006-10-24 12:37:54 UTC
*** Bug 364686 has been marked as a duplicate of this bug. ***
Comment 4 André Klapper 2006-10-29 15:21:49 UTC
*** Bug 366719 has been marked as a duplicate of this bug. ***
Comment 5 André Klapper 2007-03-13 22:14:56 UTC
*** Bug 415670 has been marked as a duplicate of this bug. ***